2581 lines
140 KiB
Rust
2581 lines
140 KiB
Rust
#[cfg(feature = "ApplicationModel_Payments_Provider")]
|
|
pub mod Provider;
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentAddress(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentAddress {
|
|
type Vtable = IPaymentAddress_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentAddress {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x5f2264e9_6f3a_4166_a018_0a0b06bb32b5);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentAddress_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Country: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetCountry: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub AddressLines: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
AddressLines: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SetAddressLines: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SetAddressLines: usize,
|
|
pub Region: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetRegion: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub City: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetCity: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub DependentLocality: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetDependentLocality: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub PostalCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetPostalCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SortingCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetSortingCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub LanguageCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetLanguageCode: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Organization: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetOrganization: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Recipient: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetRecipient: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub PhoneNumber: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetPhoneNumber: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub Properties: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
Properties: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentCanMakePaymentResult(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentCanMakePaymentResult {
|
|
type Vtable = IPaymentCanMakePaymentResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentCanMakePaymentResult {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x7696fe55_d5d3_4d3d_b345_45591759c510);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentCanMakePaymentResult_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Status: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentCanMakePaymentResultStatus) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentCanMakePaymentResultFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentCanMakePaymentResultFactory {
|
|
type Vtable = IPaymentCanMakePaymentResultFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentCanMakePaymentResultFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xbbdcaa3e_7d49_4f69_aa53_2a0f8164b7c9);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentCanMakePaymentResultFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PaymentCanMakePaymentResultStatus, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentCurrencyAmount(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentCurrencyAmount {
|
|
type Vtable = IPaymentCurrencyAmount_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentCurrencyAmount {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xe3a3e9e0_b41f_4987_bdcb_071331f2daa4);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentCurrencyAmount_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Currency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetCurrency: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CurrencySystem: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetCurrencySystem: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Value: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetValue: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentCurrencyAmountFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentCurrencyAmountFactory {
|
|
type Vtable = IPaymentCurrencyAmountFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentCurrencyAmountFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x3257d338_140c_4575_8535_f773178c09a7);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentCurrencyAmountFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void, currency: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CreateWithCurrencySystem: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void, currency: *mut ::core::ffi::c_void, currencysystem: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentDetails(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentDetails {
|
|
type Vtable = IPaymentDetails_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentDetails {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x53bb2d7d_e0eb_4053_8eae_ce7c48e02945);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentDetails_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Total: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetTotal: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub DisplayItems: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
DisplayItems: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SetDisplayItems: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SetDisplayItems: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub ShippingOptions: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
ShippingOptions: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SetShippingOptions: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SetShippingOptions: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub Modifiers: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
Modifiers: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SetModifiers: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SetModifiers: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentDetailsFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentDetailsFactory {
|
|
type Vtable = IPaymentDetailsFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentDetailsFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xcfe8afee_c0ea_4ca1_8bc7_6de67b1f3763);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentDetailsFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, total: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithDisplayItems: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, total: *mut ::core::ffi::c_void, displayitems: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithDisplayItems: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentDetailsModifier(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentDetailsModifier {
|
|
type Vtable = IPaymentDetailsModifier_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentDetailsModifier {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xbe1c7d65_4323_41d7_b305_dfcb765f69de);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentDetailsModifier_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub JsonData: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SupportedMethodIds: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SupportedMethodIds: usize,
|
|
pub Total: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub AdditionalDisplayItems: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
AdditionalDisplayItems: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentDetailsModifierFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentDetailsModifierFactory {
|
|
type Vtable = IPaymentDetailsModifierFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentDetailsModifierFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x79005286_54de_429c_9e4f_5dce6e10ebce);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentDetailsModifierFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, supportedmethodids: *mut ::core::ffi::c_void, total: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
Create: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithAdditionalDisplayItems: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, supportedmethodids: *mut ::core::ffi::c_void, total: *mut ::core::ffi::c_void, additionaldisplayitems: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithAdditionalDisplayItems: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithAdditionalDisplayItemsAndJsonData: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, supportedmethodids: *mut ::core::ffi::c_void, total: *mut ::core::ffi::c_void, additionaldisplayitems: *mut ::core::ffi::c_void, jsondata: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithAdditionalDisplayItemsAndJsonData: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentItem(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentItem {
|
|
type Vtable = IPaymentItem_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentItem {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x685ac88b_79b2_4b76_9e03_a876223dfe72);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentItem_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Label: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetLabel: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Amount: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetAmount: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Pending: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut bool) -> ::windows::core::HRESULT,
|
|
pub SetPending: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: bool) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentItemFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentItemFactory {
|
|
type Vtable = IPaymentItemFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentItemFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xc6ab7ad8_2503_4d1d_a778_02b2e5927b2c);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentItemFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, label: *mut ::core::ffi::c_void, amount: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMediator(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMediator {
|
|
type Vtable = IPaymentMediator_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMediator {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xfb0ee829_ec0c_449a_83da_7ae3073365a2);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMediator_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub GetSupportedMethodIdsAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
GetSupportedMethodIdsAsync: usize,
|
|
#[cfg(feature = "Foundation")]
|
|
pub SubmitPaymentRequestAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentrequest: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
SubmitPaymentRequestAsync: usize,
|
|
#[cfg(feature = "Foundation")]
|
|
pub SubmitPaymentRequestWithChangeHandlerAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentrequest: *mut ::core::ffi::c_void, changehandler: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
SubmitPaymentRequestWithChangeHandlerAsync: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMediator2(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMediator2 {
|
|
type Vtable = IPaymentMediator2_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMediator2 {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xceef98f1_e407_4128_8e73_d93d5f822786);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMediator2_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation")]
|
|
pub CanMakePaymentAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentrequest: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
CanMakePaymentAsync: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMerchantInfo(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMerchantInfo {
|
|
type Vtable = IPaymentMerchantInfo_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMerchantInfo {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x63445050_0e94_4ed6_aacb_e6012bd327a7);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMerchantInfo_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub PackageFullName: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation")]
|
|
pub Uri: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
Uri: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMerchantInfoFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMerchantInfoFactory {
|
|
type Vtable = IPaymentMerchantInfoFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMerchantInfoFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x9e89ced3_ccb7_4167_a8ec_e10ae96dbcd1);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMerchantInfoFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation")]
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, uri: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
Create: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMethodData(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMethodData {
|
|
type Vtable = IPaymentMethodData_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMethodData {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xd1d3caf4_de98_4129_b1b7_c3ad86237bf4);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMethodData_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub SupportedMethodIds: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
SupportedMethodIds: usize,
|
|
pub JsonData: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentMethodDataFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentMethodDataFactory {
|
|
type Vtable = IPaymentMethodDataFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentMethodDataFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x8addd27f_9baa_4a82_8342_a8210992a36b);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentMethodDataFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, supportedmethodids: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
Create: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithJsonData: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, supportedmethodids: *mut ::core::ffi::c_void, jsondata: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithJsonData: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentOptions(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentOptions {
|
|
type Vtable = IPaymentOptions_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentOptions {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xaaa30854_1f2b_4365_8251_01b58915a5bc);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentOptions_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub RequestPayerEmail: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub SetRequestPayerEmail: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub RequestPayerName: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub SetRequestPayerName: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub RequestPayerPhoneNumber: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub SetRequestPayerPhoneNumber: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PaymentOptionPresence) -> ::windows::core::HRESULT,
|
|
pub RequestShipping: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut bool) -> ::windows::core::HRESULT,
|
|
pub SetRequestShipping: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: bool) -> ::windows::core::HRESULT,
|
|
pub ShippingType: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentShippingType) -> ::windows::core::HRESULT,
|
|
pub SetShippingType: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: PaymentShippingType) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequest(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequest {
|
|
type Vtable = IPaymentRequest_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequest {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xb74942e1_ed7b_47eb_bc08_78cc5d6896b6);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequest_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub MerchantInfo: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Details: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub MethodData: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
MethodData: usize,
|
|
pub Options: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequest2(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequest2 {
|
|
type Vtable = IPaymentRequest2_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequest2 {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xb63ccfb5_5998_493e_a04c_67048a50f141);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequest2_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Id: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestChangedArgs(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestChangedArgs {
|
|
type Vtable = IPaymentRequestChangedArgs_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestChangedArgs {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xc6145e44_cd8b_4be4_b555_27c99194c0c5);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestChangedArgs_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub ChangeKind: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentRequestChangeKind) -> ::windows::core::HRESULT,
|
|
pub ShippingAddress: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SelectedShippingOption: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Acknowledge: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, changeresult: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestChangedResult(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestChangedResult {
|
|
type Vtable = IPaymentRequestChangedResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestChangedResult {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xdf699e5c_16c4_47ad_9401_8440ec0757db);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestChangedResult_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub ChangeAcceptedByMerchant: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut bool) -> ::windows::core::HRESULT,
|
|
pub SetChangeAcceptedByMerchant: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: bool) -> ::windows::core::HRESULT,
|
|
pub Message: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetMessage: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub UpdatedPaymentDetails: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetUpdatedPaymentDetails: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestChangedResultFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestChangedResultFactory {
|
|
type Vtable = IPaymentRequestChangedResultFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestChangedResultFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x08740f56_1d33_4431_814b_67ea24bf21db);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestChangedResultFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, changeacceptedbymerchant: bool, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CreateWithPaymentDetails: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, changeacceptedbymerchant: bool, updatedpaymentdetails: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestFactory {
|
|
type Vtable = IPaymentRequestFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x3e8a79dc_6b74_42d3_b103_f0de35fb1848);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, details: *mut ::core::ffi::c_void, methoddata: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
Create: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithMerchantInfo: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, details: *mut ::core::ffi::c_void, methoddata: *mut ::core::ffi::c_void, merchantinfo: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithMerchantInfo: usize,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithMerchantInfoAndOptions: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, details: *mut ::core::ffi::c_void, methoddata: *mut ::core::ffi::c_void, merchantinfo: *mut ::core::ffi::c_void, options: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithMerchantInfoAndOptions: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestFactory2(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestFactory2 {
|
|
type Vtable = IPaymentRequestFactory2_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestFactory2 {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xe6ce1325_a506_4372_b7ef_1a031d5662d1);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestFactory2_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub CreateWithMerchantInfoOptionsAndId: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, details: *mut ::core::ffi::c_void, methoddata: *mut ::core::ffi::c_void, merchantinfo: *mut ::core::ffi::c_void, options: *mut ::core::ffi::c_void, id: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation_Collections"))]
|
|
CreateWithMerchantInfoOptionsAndId: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentRequestSubmitResult(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentRequestSubmitResult {
|
|
type Vtable = IPaymentRequestSubmitResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentRequestSubmitResult {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x7b9c3912_30f2_4e90_b249_8ce7d78ffe56);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentRequestSubmitResult_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Status: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut PaymentRequestStatus) -> ::windows::core::HRESULT,
|
|
pub Response: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentResponse(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentResponse {
|
|
type Vtable = IPaymentResponse_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentResponse {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xe1389457_8bd2_4888_9fa8_97985545108e);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentResponse_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub PaymentToken: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub ShippingOption: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub ShippingAddress: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub PayerEmail: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub PayerName: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub PayerPhoneNumber: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(feature = "Foundation")]
|
|
pub CompleteAsync: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, status: PaymentRequestCompletionStatus, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
#[cfg(not(feature = "Foundation"))]
|
|
CompleteAsync: usize,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentShippingOption(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentShippingOption {
|
|
type Vtable = IPaymentShippingOption_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentShippingOption {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x13372ada_9753_4574_8966_93145a76c7f9);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentShippingOption_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Label: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetLabel: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Amount: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetAmount: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub Tag: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub SetTag: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub IsSelected: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut bool) -> ::windows::core::HRESULT,
|
|
pub SetIsSelected: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, value: bool) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentShippingOptionFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentShippingOptionFactory {
|
|
type Vtable = IPaymentShippingOptionFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentShippingOptionFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x5de5f917_b2d7_446b_9d73_6123fbca3bc6);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentShippingOptionFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, label: *mut ::core::ffi::c_void, amount: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CreateWithSelected: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, label: *mut ::core::ffi::c_void, amount: *mut ::core::ffi::c_void, selected: bool, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CreateWithSelectedAndTag: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, label: *mut ::core::ffi::c_void, amount: *mut ::core::ffi::c_void, selected: bool, tag: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentToken(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentToken {
|
|
type Vtable = IPaymentToken_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentToken {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0xbbcac013_ccd0_41f2_b2a1_0a2e4b5dce25);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentToken_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub PaymentMethodId: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub JsonDetails: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc(hidden)]
|
|
#[repr(transparent)]
|
|
pub struct IPaymentTokenFactory(::windows::core::IUnknown);
|
|
unsafe impl ::windows::core::Vtable for IPaymentTokenFactory {
|
|
type Vtable = IPaymentTokenFactory_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for IPaymentTokenFactory {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x988cd7aa_4753_4904_8373_dd7b08b995c1);
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct IPaymentTokenFactory_Vtbl {
|
|
pub base__: ::windows::core::IInspectable_Vtbl,
|
|
pub Create: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentmethodid: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
pub CreateWithJsonDetails: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentmethodid: *mut ::core::ffi::c_void, jsondetails: *mut ::core::ffi::c_void, result__: *mut *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentAddress(::windows::core::IUnknown);
|
|
impl PaymentAddress {
|
|
pub fn new() -> ::windows::core::Result<Self> {
|
|
Self::IActivationFactory(|f| f.ActivateInstance::<Self>())
|
|
}
|
|
fn IActivationFactory<R, F: FnOnce(&::windows::core::IGenericFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentAddress, ::windows::core::IGenericFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
pub fn Country(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Country)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetCountry(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetCountry)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn AddressLines(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<::windows::core::HSTRING>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).AddressLines)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SetAddressLines<P0, E0>(&self, value: P0) -> ::windows::core::Result<()>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IVectorView<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetAddressLines)(::windows::core::Vtable::as_raw(this), value.try_into().map_err(|e| e.into())?.abi()).ok() }
|
|
}
|
|
pub fn Region(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Region)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRegion(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRegion)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn City(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).City)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetCity(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetCity)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn DependentLocality(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).DependentLocality)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetDependentLocality(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetDependentLocality)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn PostalCode(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PostalCode)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetPostalCode(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetPostalCode)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn SortingCode(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SortingCode)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetSortingCode(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetSortingCode)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn LanguageCode(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).LanguageCode)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetLanguageCode(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetLanguageCode)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Organization(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Organization)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetOrganization(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetOrganization)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Recipient(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Recipient)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRecipient(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRecipient)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn PhoneNumber(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PhoneNumber)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetPhoneNumber(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetPhoneNumber)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn Properties(&self) -> ::windows::core::Result<super::super::Foundation::Collections::ValueSet> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Properties)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentAddress {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentAddress {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentAddress {}
|
|
impl ::core::fmt::Debug for PaymentAddress {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentAddress").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentAddress {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentAddress;{5f2264e9-6f3a-4166-a018-0a0b06bb32b5})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentAddress {
|
|
type Vtable = IPaymentAddress_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentAddress {
|
|
const IID: ::windows::core::GUID = <IPaymentAddress as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentAddress {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentAddress";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentAddress, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentAddress {}
|
|
unsafe impl ::core::marker::Sync for PaymentAddress {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentCanMakePaymentResult(::windows::core::IUnknown);
|
|
impl PaymentCanMakePaymentResult {
|
|
pub fn Status(&self) -> ::windows::core::Result<PaymentCanMakePaymentResultStatus> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Status)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Create(value: PaymentCanMakePaymentResultStatus) -> ::windows::core::Result<PaymentCanMakePaymentResult> {
|
|
Self::IPaymentCanMakePaymentResultFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), value, result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentCanMakePaymentResultFactory<R, F: FnOnce(&IPaymentCanMakePaymentResultFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentCanMakePaymentResult, IPaymentCanMakePaymentResultFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentCanMakePaymentResult {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentCanMakePaymentResult {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentCanMakePaymentResult {}
|
|
impl ::core::fmt::Debug for PaymentCanMakePaymentResult {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentCanMakePaymentResult").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentCanMakePaymentResult {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentCanMakePaymentResult;{7696fe55-d5d3-4d3d-b345-45591759c510})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentCanMakePaymentResult {
|
|
type Vtable = IPaymentCanMakePaymentResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentCanMakePaymentResult {
|
|
const IID: ::windows::core::GUID = <IPaymentCanMakePaymentResult as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentCanMakePaymentResult {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentCanMakePaymentResult";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentCanMakePaymentResult, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentCanMakePaymentResult {}
|
|
unsafe impl ::core::marker::Sync for PaymentCanMakePaymentResult {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentCurrencyAmount(::windows::core::IUnknown);
|
|
impl PaymentCurrencyAmount {
|
|
pub fn Currency(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Currency)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetCurrency(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetCurrency)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn CurrencySystem(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CurrencySystem)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetCurrencySystem(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetCurrencySystem)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Value(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Value)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetValue(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetValue)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Create(value: &::windows::core::HSTRING, currency: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentCurrencyAmount> {
|
|
Self::IPaymentCurrencyAmountFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value), ::core::mem::transmute_copy(currency), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
pub fn CreateWithCurrencySystem(value: &::windows::core::HSTRING, currency: &::windows::core::HSTRING, currencysystem: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentCurrencyAmount> {
|
|
Self::IPaymentCurrencyAmountFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithCurrencySystem)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value), ::core::mem::transmute_copy(currency), ::core::mem::transmute_copy(currencysystem), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentCurrencyAmountFactory<R, F: FnOnce(&IPaymentCurrencyAmountFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentCurrencyAmount, IPaymentCurrencyAmountFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentCurrencyAmount {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentCurrencyAmount {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentCurrencyAmount {}
|
|
impl ::core::fmt::Debug for PaymentCurrencyAmount {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentCurrencyAmount").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentCurrencyAmount {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentCurrencyAmount;{e3a3e9e0-b41f-4987-bdcb-071331f2daa4})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentCurrencyAmount {
|
|
type Vtable = IPaymentCurrencyAmount_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentCurrencyAmount {
|
|
const IID: ::windows::core::GUID = <IPaymentCurrencyAmount as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentCurrencyAmount {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentCurrencyAmount";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentCurrencyAmount, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentCurrencyAmount {}
|
|
unsafe impl ::core::marker::Sync for PaymentCurrencyAmount {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentDetails(::windows::core::IUnknown);
|
|
impl PaymentDetails {
|
|
pub fn new() -> ::windows::core::Result<Self> {
|
|
Self::IActivationFactory(|f| f.ActivateInstance::<Self>())
|
|
}
|
|
fn IActivationFactory<R, F: FnOnce(&::windows::core::IGenericFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentDetails, ::windows::core::IGenericFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
pub fn Total(&self) -> ::windows::core::Result<PaymentItem> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Total)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetTotal(&self, value: &PaymentItem) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetTotal)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn DisplayItems(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<PaymentItem>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).DisplayItems)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SetDisplayItems<P0, E0>(&self, value: P0) -> ::windows::core::Result<()>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IVectorView<PaymentItem>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetDisplayItems)(::windows::core::Vtable::as_raw(this), value.try_into().map_err(|e| e.into())?.abi()).ok() }
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn ShippingOptions(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<PaymentShippingOption>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ShippingOptions)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SetShippingOptions<P0, E0>(&self, value: P0) -> ::windows::core::Result<()>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IVectorView<PaymentShippingOption>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetShippingOptions)(::windows::core::Vtable::as_raw(this), value.try_into().map_err(|e| e.into())?.abi()).ok() }
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn Modifiers(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<PaymentDetailsModifier>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Modifiers)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SetModifiers<P0, E0>(&self, value: P0) -> ::windows::core::Result<()>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IVectorView<PaymentDetailsModifier>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetModifiers)(::windows::core::Vtable::as_raw(this), value.try_into().map_err(|e| e.into())?.abi()).ok() }
|
|
}
|
|
pub fn Create(total: &PaymentItem) -> ::windows::core::Result<PaymentDetails> {
|
|
Self::IPaymentDetailsFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(total), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithDisplayItems<P0, E0>(total: &PaymentItem, displayitems: P0) -> ::windows::core::Result<PaymentDetails>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentItem>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentDetailsFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithDisplayItems)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(total), displayitems.try_into().map_err(|e| e.into())?.abi(), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentDetailsFactory<R, F: FnOnce(&IPaymentDetailsFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentDetails, IPaymentDetailsFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentDetails {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentDetails {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentDetails {}
|
|
impl ::core::fmt::Debug for PaymentDetails {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentDetails").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentDetails {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentDetails;{53bb2d7d-e0eb-4053-8eae-ce7c48e02945})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentDetails {
|
|
type Vtable = IPaymentDetails_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentDetails {
|
|
const IID: ::windows::core::GUID = <IPaymentDetails as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentDetails {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentDetails";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentDetails, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentDetails {}
|
|
unsafe impl ::core::marker::Sync for PaymentDetails {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentDetailsModifier(::windows::core::IUnknown);
|
|
impl PaymentDetailsModifier {
|
|
pub fn JsonData(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).JsonData)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SupportedMethodIds(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<::windows::core::HSTRING>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SupportedMethodIds)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Total(&self) -> ::windows::core::Result<PaymentItem> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Total)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn AdditionalDisplayItems(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<PaymentItem>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).AdditionalDisplayItems)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn Create<P0, E0>(supportedmethodids: P0, total: &PaymentItem) -> ::windows::core::Result<PaymentDetailsModifier>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentDetailsModifierFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), supportedmethodids.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(total), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithAdditionalDisplayItems<P0, E0, P1, E1>(supportedmethodids: P0, total: &PaymentItem, additionaldisplayitems: P1) -> ::windows::core::Result<PaymentDetailsModifier>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
P1: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentItem>>, Error = E1>,
|
|
E1: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentDetailsModifierFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithAdditionalDisplayItems)(::windows::core::Vtable::as_raw(this), supportedmethodids.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(total), additionaldisplayitems.try_into().map_err(|e| e.into())?.abi(), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithAdditionalDisplayItemsAndJsonData<P0, E0, P1, E1>(supportedmethodids: P0, total: &PaymentItem, additionaldisplayitems: P1, jsondata: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentDetailsModifier>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
P1: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentItem>>, Error = E1>,
|
|
E1: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentDetailsModifierFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithAdditionalDisplayItemsAndJsonData)(::windows::core::Vtable::as_raw(this), supportedmethodids.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(total), additionaldisplayitems.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(jsondata), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentDetailsModifierFactory<R, F: FnOnce(&IPaymentDetailsModifierFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentDetailsModifier, IPaymentDetailsModifierFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentDetailsModifier {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentDetailsModifier {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentDetailsModifier {}
|
|
impl ::core::fmt::Debug for PaymentDetailsModifier {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentDetailsModifier").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentDetailsModifier {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentDetailsModifier;{be1c7d65-4323-41d7-b305-dfcb765f69de})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentDetailsModifier {
|
|
type Vtable = IPaymentDetailsModifier_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentDetailsModifier {
|
|
const IID: ::windows::core::GUID = <IPaymentDetailsModifier as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentDetailsModifier {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentDetailsModifier";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentDetailsModifier, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentDetailsModifier {}
|
|
unsafe impl ::core::marker::Sync for PaymentDetailsModifier {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentItem(::windows::core::IUnknown);
|
|
impl PaymentItem {
|
|
pub fn Label(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Label)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetLabel(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetLabel)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Amount(&self) -> ::windows::core::Result<PaymentCurrencyAmount> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Amount)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetAmount(&self, value: &PaymentCurrencyAmount) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetAmount)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Pending(&self) -> ::windows::core::Result<bool> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Pending)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetPending(&self, value: bool) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetPending)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn Create(label: &::windows::core::HSTRING, amount: &PaymentCurrencyAmount) -> ::windows::core::Result<PaymentItem> {
|
|
Self::IPaymentItemFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(label), ::core::mem::transmute_copy(amount), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentItemFactory<R, F: FnOnce(&IPaymentItemFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentItem, IPaymentItemFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentItem {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentItem {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentItem {}
|
|
impl ::core::fmt::Debug for PaymentItem {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentItem").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentItem {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentItem;{685ac88b-79b2-4b76-9e03-a876223dfe72})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentItem {
|
|
type Vtable = IPaymentItem_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentItem {
|
|
const IID: ::windows::core::GUID = <IPaymentItem as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentItem {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentItem";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentItem, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentItem {}
|
|
unsafe impl ::core::marker::Sync for PaymentItem {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentMediator(::windows::core::IUnknown);
|
|
impl PaymentMediator {
|
|
pub fn new() -> ::windows::core::Result<Self> {
|
|
Self::IActivationFactory(|f| f.ActivateInstance::<Self>())
|
|
}
|
|
fn IActivationFactory<R, F: FnOnce(&::windows::core::IGenericFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentMediator, ::windows::core::IGenericFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn GetSupportedMethodIdsAsync(&self) -> ::windows::core::Result<super::super::Foundation::IAsyncOperation<super::super::Foundation::Collections::IVectorView<::windows::core::HSTRING>>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).GetSupportedMethodIdsAsync)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn SubmitPaymentRequestAsync(&self, paymentrequest: &PaymentRequest) -> ::windows::core::Result<super::super::Foundation::IAsyncOperation<PaymentRequestSubmitResult>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SubmitPaymentRequestAsync)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentrequest), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn SubmitPaymentRequestWithChangeHandlerAsync(&self, paymentrequest: &PaymentRequest, changehandler: &PaymentRequestChangedHandler) -> ::windows::core::Result<super::super::Foundation::IAsyncOperation<PaymentRequestSubmitResult>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SubmitPaymentRequestWithChangeHandlerAsync)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentrequest), ::core::mem::transmute_copy(changehandler), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn CanMakePaymentAsync(&self, paymentrequest: &PaymentRequest) -> ::windows::core::Result<super::super::Foundation::IAsyncOperation<PaymentCanMakePaymentResult>> {
|
|
let this = &::windows::core::Interface::cast::<IPaymentMediator2>(self)?;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CanMakePaymentAsync)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentrequest), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentMediator {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentMediator {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentMediator {}
|
|
impl ::core::fmt::Debug for PaymentMediator {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentMediator").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentMediator {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentMediator;{fb0ee829-ec0c-449a-83da-7ae3073365a2})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentMediator {
|
|
type Vtable = IPaymentMediator_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentMediator {
|
|
const IID: ::windows::core::GUID = <IPaymentMediator as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentMediator {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentMediator";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentMediator, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentMediator {}
|
|
unsafe impl ::core::marker::Sync for PaymentMediator {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentMerchantInfo(::windows::core::IUnknown);
|
|
impl PaymentMerchantInfo {
|
|
pub fn new() -> ::windows::core::Result<Self> {
|
|
Self::IActivationFactory(|f| f.ActivateInstance::<Self>())
|
|
}
|
|
fn IActivationFactory<R, F: FnOnce(&::windows::core::IGenericFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentMerchantInfo, ::windows::core::IGenericFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
pub fn PackageFullName(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PackageFullName)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn Uri(&self) -> ::windows::core::Result<super::super::Foundation::Uri> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Uri)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn Create(uri: &super::super::Foundation::Uri) -> ::windows::core::Result<PaymentMerchantInfo> {
|
|
Self::IPaymentMerchantInfoFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(uri), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentMerchantInfoFactory<R, F: FnOnce(&IPaymentMerchantInfoFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentMerchantInfo, IPaymentMerchantInfoFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentMerchantInfo {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentMerchantInfo {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentMerchantInfo {}
|
|
impl ::core::fmt::Debug for PaymentMerchantInfo {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentMerchantInfo").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentMerchantInfo {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentMerchantInfo;{63445050-0e94-4ed6-aacb-e6012bd327a7})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentMerchantInfo {
|
|
type Vtable = IPaymentMerchantInfo_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentMerchantInfo {
|
|
const IID: ::windows::core::GUID = <IPaymentMerchantInfo as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentMerchantInfo {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentMerchantInfo";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentMerchantInfo, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentMerchantInfo {}
|
|
unsafe impl ::core::marker::Sync for PaymentMerchantInfo {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentMethodData(::windows::core::IUnknown);
|
|
impl PaymentMethodData {
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn SupportedMethodIds(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<::windows::core::HSTRING>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SupportedMethodIds)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn JsonData(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).JsonData)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn Create<P0, E0>(supportedmethodids: P0) -> ::windows::core::Result<PaymentMethodData>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentMethodDataFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), supportedmethodids.try_into().map_err(|e| e.into())?.abi(), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithJsonData<P0, E0>(supportedmethodids: P0, jsondata: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentMethodData>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<::windows::core::HSTRING>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentMethodDataFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithJsonData)(::windows::core::Vtable::as_raw(this), supportedmethodids.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(jsondata), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentMethodDataFactory<R, F: FnOnce(&IPaymentMethodDataFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentMethodData, IPaymentMethodDataFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentMethodData {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentMethodData {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentMethodData {}
|
|
impl ::core::fmt::Debug for PaymentMethodData {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentMethodData").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentMethodData {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentMethodData;{d1d3caf4-de98-4129-b1b7-c3ad86237bf4})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentMethodData {
|
|
type Vtable = IPaymentMethodData_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentMethodData {
|
|
const IID: ::windows::core::GUID = <IPaymentMethodData as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentMethodData {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentMethodData";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentMethodData, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentMethodData {}
|
|
unsafe impl ::core::marker::Sync for PaymentMethodData {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentOptions(::windows::core::IUnknown);
|
|
impl PaymentOptions {
|
|
pub fn new() -> ::windows::core::Result<Self> {
|
|
Self::IActivationFactory(|f| f.ActivateInstance::<Self>())
|
|
}
|
|
fn IActivationFactory<R, F: FnOnce(&::windows::core::IGenericFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentOptions, ::windows::core::IGenericFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
pub fn RequestPayerEmail(&self) -> ::windows::core::Result<PaymentOptionPresence> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).RequestPayerEmail)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRequestPayerEmail(&self, value: PaymentOptionPresence) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRequestPayerEmail)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn RequestPayerName(&self) -> ::windows::core::Result<PaymentOptionPresence> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).RequestPayerName)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRequestPayerName(&self, value: PaymentOptionPresence) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRequestPayerName)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn RequestPayerPhoneNumber(&self) -> ::windows::core::Result<PaymentOptionPresence> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).RequestPayerPhoneNumber)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRequestPayerPhoneNumber(&self, value: PaymentOptionPresence) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRequestPayerPhoneNumber)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn RequestShipping(&self) -> ::windows::core::Result<bool> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).RequestShipping)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetRequestShipping(&self, value: bool) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetRequestShipping)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn ShippingType(&self) -> ::windows::core::Result<PaymentShippingType> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ShippingType)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetShippingType(&self, value: PaymentShippingType) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetShippingType)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentOptions {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentOptions {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentOptions {}
|
|
impl ::core::fmt::Debug for PaymentOptions {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentOptions").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentOptions {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentOptions;{aaa30854-1f2b-4365-8251-01b58915a5bc})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentOptions {
|
|
type Vtable = IPaymentOptions_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentOptions {
|
|
const IID: ::windows::core::GUID = <IPaymentOptions as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentOptions {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentOptions";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentOptions, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentOptions {}
|
|
unsafe impl ::core::marker::Sync for PaymentOptions {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentRequest(::windows::core::IUnknown);
|
|
impl PaymentRequest {
|
|
pub fn MerchantInfo(&self) -> ::windows::core::Result<PaymentMerchantInfo> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).MerchantInfo)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Details(&self) -> ::windows::core::Result<PaymentDetails> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Details)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn MethodData(&self) -> ::windows::core::Result<super::super::Foundation::Collections::IVectorView<PaymentMethodData>> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).MethodData)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Options(&self) -> ::windows::core::Result<PaymentOptions> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Options)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Id(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = &::windows::core::Interface::cast::<IPaymentRequest2>(self)?;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Id)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn Create<P0, E0>(details: &PaymentDetails, methoddata: P0) -> ::windows::core::Result<PaymentRequest>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentMethodData>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentRequestFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(details), methoddata.try_into().map_err(|e| e.into())?.abi(), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithMerchantInfo<P0, E0>(details: &PaymentDetails, methoddata: P0, merchantinfo: &PaymentMerchantInfo) -> ::windows::core::Result<PaymentRequest>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentMethodData>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentRequestFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithMerchantInfo)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(details), methoddata.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(merchantinfo), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithMerchantInfoAndOptions<P0, E0>(details: &PaymentDetails, methoddata: P0, merchantinfo: &PaymentMerchantInfo, options: &PaymentOptions) -> ::windows::core::Result<PaymentRequest>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentMethodData>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentRequestFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithMerchantInfoAndOptions)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(details), methoddata.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(merchantinfo), ::core::mem::transmute_copy(options), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc = "*Required features: `\"Foundation_Collections\"`*"]
|
|
#[cfg(feature = "Foundation_Collections")]
|
|
pub fn CreateWithMerchantInfoOptionsAndId<P0, E0>(details: &PaymentDetails, methoddata: P0, merchantinfo: &PaymentMerchantInfo, options: &PaymentOptions, id: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentRequest>
|
|
where
|
|
P0: ::std::convert::TryInto<::windows::core::InParam<super::super::Foundation::Collections::IIterable<PaymentMethodData>>, Error = E0>,
|
|
E0: ::std::convert::Into<::windows::core::Error>,
|
|
{
|
|
Self::IPaymentRequestFactory2(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithMerchantInfoOptionsAndId)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(details), methoddata.try_into().map_err(|e| e.into())?.abi(), ::core::mem::transmute_copy(merchantinfo), ::core::mem::transmute_copy(options), ::core::mem::transmute_copy(id), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentRequestFactory<R, F: FnOnce(&IPaymentRequestFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentRequest, IPaymentRequestFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentRequestFactory2<R, F: FnOnce(&IPaymentRequestFactory2) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentRequest, IPaymentRequestFactory2> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentRequest {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentRequest {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentRequest {}
|
|
impl ::core::fmt::Debug for PaymentRequest {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequest").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequest {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentRequest;{b74942e1-ed7b-47eb-bc08-78cc5d6896b6})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentRequest {
|
|
type Vtable = IPaymentRequest_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentRequest {
|
|
const IID: ::windows::core::GUID = <IPaymentRequest as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentRequest {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentRequest";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentRequest, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentRequest {}
|
|
unsafe impl ::core::marker::Sync for PaymentRequest {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentRequestChangedArgs(::windows::core::IUnknown);
|
|
impl PaymentRequestChangedArgs {
|
|
pub fn ChangeKind(&self) -> ::windows::core::Result<PaymentRequestChangeKind> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ChangeKind)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn ShippingAddress(&self) -> ::windows::core::Result<PaymentAddress> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ShippingAddress)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SelectedShippingOption(&self) -> ::windows::core::Result<PaymentShippingOption> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).SelectedShippingOption)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Acknowledge(&self, changeresult: &PaymentRequestChangedResult) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).Acknowledge)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(changeresult)).ok() }
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentRequestChangedArgs {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentRequestChangedArgs {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentRequestChangedArgs {}
|
|
impl ::core::fmt::Debug for PaymentRequestChangedArgs {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestChangedArgs").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestChangedArgs {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentRequestChangedArgs;{c6145e44-cd8b-4be4-b555-27c99194c0c5})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentRequestChangedArgs {
|
|
type Vtable = IPaymentRequestChangedArgs_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentRequestChangedArgs {
|
|
const IID: ::windows::core::GUID = <IPaymentRequestChangedArgs as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentRequestChangedArgs {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentRequestChangedArgs";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentRequestChangedArgs, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentRequestChangedArgs {}
|
|
unsafe impl ::core::marker::Sync for PaymentRequestChangedArgs {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentRequestChangedResult(::windows::core::IUnknown);
|
|
impl PaymentRequestChangedResult {
|
|
pub fn ChangeAcceptedByMerchant(&self) -> ::windows::core::Result<bool> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ChangeAcceptedByMerchant)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetChangeAcceptedByMerchant(&self, value: bool) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetChangeAcceptedByMerchant)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn Message(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Message)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetMessage(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetMessage)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn UpdatedPaymentDetails(&self) -> ::windows::core::Result<PaymentDetails> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).UpdatedPaymentDetails)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetUpdatedPaymentDetails(&self, value: &PaymentDetails) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetUpdatedPaymentDetails)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Create(changeacceptedbymerchant: bool) -> ::windows::core::Result<PaymentRequestChangedResult> {
|
|
Self::IPaymentRequestChangedResultFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), changeacceptedbymerchant, result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
pub fn CreateWithPaymentDetails(changeacceptedbymerchant: bool, updatedpaymentdetails: &PaymentDetails) -> ::windows::core::Result<PaymentRequestChangedResult> {
|
|
Self::IPaymentRequestChangedResultFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithPaymentDetails)(::windows::core::Vtable::as_raw(this), changeacceptedbymerchant, ::core::mem::transmute_copy(updatedpaymentdetails), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentRequestChangedResultFactory<R, F: FnOnce(&IPaymentRequestChangedResultFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentRequestChangedResult, IPaymentRequestChangedResultFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentRequestChangedResult {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentRequestChangedResult {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentRequestChangedResult {}
|
|
impl ::core::fmt::Debug for PaymentRequestChangedResult {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestChangedResult").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestChangedResult {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentRequestChangedResult;{df699e5c-16c4-47ad-9401-8440ec0757db})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentRequestChangedResult {
|
|
type Vtable = IPaymentRequestChangedResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentRequestChangedResult {
|
|
const IID: ::windows::core::GUID = <IPaymentRequestChangedResult as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentRequestChangedResult {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentRequestChangedResult";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentRequestChangedResult, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentRequestChangedResult {}
|
|
unsafe impl ::core::marker::Sync for PaymentRequestChangedResult {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentRequestSubmitResult(::windows::core::IUnknown);
|
|
impl PaymentRequestSubmitResult {
|
|
pub fn Status(&self) -> ::windows::core::Result<PaymentRequestStatus> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Status)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Response(&self) -> ::windows::core::Result<PaymentResponse> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Response)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentRequestSubmitResult {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentRequestSubmitResult {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentRequestSubmitResult {}
|
|
impl ::core::fmt::Debug for PaymentRequestSubmitResult {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestSubmitResult").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestSubmitResult {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentRequestSubmitResult;{7b9c3912-30f2-4e90-b249-8ce7d78ffe56})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentRequestSubmitResult {
|
|
type Vtable = IPaymentRequestSubmitResult_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentRequestSubmitResult {
|
|
const IID: ::windows::core::GUID = <IPaymentRequestSubmitResult as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentRequestSubmitResult {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentRequestSubmitResult";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentRequestSubmitResult, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentRequestSubmitResult {}
|
|
unsafe impl ::core::marker::Sync for PaymentRequestSubmitResult {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentResponse(::windows::core::IUnknown);
|
|
impl PaymentResponse {
|
|
pub fn PaymentToken(&self) -> ::windows::core::Result<PaymentToken> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PaymentToken)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn ShippingOption(&self) -> ::windows::core::Result<PaymentShippingOption> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ShippingOption)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn ShippingAddress(&self) -> ::windows::core::Result<PaymentAddress> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).ShippingAddress)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn PayerEmail(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PayerEmail)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn PayerName(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PayerName)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn PayerPhoneNumber(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PayerPhoneNumber)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"Foundation\"`*"]
|
|
#[cfg(feature = "Foundation")]
|
|
pub fn CompleteAsync(&self, status: PaymentRequestCompletionStatus) -> ::windows::core::Result<super::super::Foundation::IAsyncAction> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CompleteAsync)(::windows::core::Vtable::as_raw(this), status, result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentResponse {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentResponse {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentResponse {}
|
|
impl ::core::fmt::Debug for PaymentResponse {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentResponse").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentResponse {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentResponse;{e1389457-8bd2-4888-9fa8-97985545108e})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentResponse {
|
|
type Vtable = IPaymentResponse_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentResponse {
|
|
const IID: ::windows::core::GUID = <IPaymentResponse as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentResponse {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentResponse";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentResponse, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentResponse {}
|
|
unsafe impl ::core::marker::Sync for PaymentResponse {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentShippingOption(::windows::core::IUnknown);
|
|
impl PaymentShippingOption {
|
|
pub fn Label(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Label)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetLabel(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetLabel)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Amount(&self) -> ::windows::core::Result<PaymentCurrencyAmount> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Amount)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetAmount(&self, value: &PaymentCurrencyAmount) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetAmount)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn Tag(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Tag)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetTag(&self, value: &::windows::core::HSTRING) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetTag)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(value)).ok() }
|
|
}
|
|
pub fn IsSelected(&self) -> ::windows::core::Result<bool> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).IsSelected)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn SetIsSelected(&self, value: bool) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).SetIsSelected)(::windows::core::Vtable::as_raw(this), value).ok() }
|
|
}
|
|
pub fn Create(label: &::windows::core::HSTRING, amount: &PaymentCurrencyAmount) -> ::windows::core::Result<PaymentShippingOption> {
|
|
Self::IPaymentShippingOptionFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(label), ::core::mem::transmute_copy(amount), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
pub fn CreateWithSelected(label: &::windows::core::HSTRING, amount: &PaymentCurrencyAmount, selected: bool) -> ::windows::core::Result<PaymentShippingOption> {
|
|
Self::IPaymentShippingOptionFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithSelected)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(label), ::core::mem::transmute_copy(amount), selected, result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
pub fn CreateWithSelectedAndTag(label: &::windows::core::HSTRING, amount: &PaymentCurrencyAmount, selected: bool, tag: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentShippingOption> {
|
|
Self::IPaymentShippingOptionFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithSelectedAndTag)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(label), ::core::mem::transmute_copy(amount), selected, ::core::mem::transmute_copy(tag), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentShippingOptionFactory<R, F: FnOnce(&IPaymentShippingOptionFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentShippingOption, IPaymentShippingOptionFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentShippingOption {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentShippingOption {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentShippingOption {}
|
|
impl ::core::fmt::Debug for PaymentShippingOption {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentShippingOption").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentShippingOption {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentShippingOption;{13372ada-9753-4574-8966-93145a76c7f9})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentShippingOption {
|
|
type Vtable = IPaymentShippingOption_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentShippingOption {
|
|
const IID: ::windows::core::GUID = <IPaymentShippingOption as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentShippingOption {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentShippingOption";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentShippingOption, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentShippingOption {}
|
|
unsafe impl ::core::marker::Sync for PaymentShippingOption {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentToken(::windows::core::IUnknown);
|
|
impl PaymentToken {
|
|
pub fn PaymentMethodId(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).PaymentMethodId)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn JsonDetails(&self) -> ::windows::core::Result<::windows::core::HSTRING> {
|
|
let this = self;
|
|
unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).JsonDetails)(::windows::core::Vtable::as_raw(this), result__.as_mut_ptr()).from_abi(result__)
|
|
}
|
|
}
|
|
pub fn Create(paymentmethodid: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentToken> {
|
|
Self::IPaymentTokenFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).Create)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentmethodid), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
pub fn CreateWithJsonDetails(paymentmethodid: &::windows::core::HSTRING, jsondetails: &::windows::core::HSTRING) -> ::windows::core::Result<PaymentToken> {
|
|
Self::IPaymentTokenFactory(|this| unsafe {
|
|
let mut result__ = ::core::mem::MaybeUninit::zeroed();
|
|
(::windows::core::Vtable::vtable(this).CreateWithJsonDetails)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentmethodid), ::core::mem::transmute_copy(jsondetails), result__.as_mut_ptr()).from_abi(result__)
|
|
})
|
|
}
|
|
#[doc(hidden)]
|
|
pub fn IPaymentTokenFactory<R, F: FnOnce(&IPaymentTokenFactory) -> ::windows::core::Result<R>>(callback: F) -> ::windows::core::Result<R> {
|
|
static SHARED: ::windows::core::FactoryCache<PaymentToken, IPaymentTokenFactory> = ::windows::core::FactoryCache::new();
|
|
SHARED.call(callback)
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentToken {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentToken {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentToken {}
|
|
impl ::core::fmt::Debug for PaymentToken {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentToken").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentToken {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"rc(Windows.ApplicationModel.Payments.PaymentToken;{bbcac013-ccd0-41f2-b2a1-0a2e4b5dce25})");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentToken {
|
|
type Vtable = IPaymentToken_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentToken {
|
|
const IID: ::windows::core::GUID = <IPaymentToken as ::windows::core::Interface>::IID;
|
|
}
|
|
impl ::windows::core::RuntimeName for PaymentToken {
|
|
const NAME: &'static str = "Windows.ApplicationModel.Payments.PaymentToken";
|
|
}
|
|
::windows::core::interface_hierarchy!(PaymentToken, ::windows::core::IUnknown, ::windows::core::IInspectable);
|
|
unsafe impl ::core::marker::Send for PaymentToken {}
|
|
unsafe impl ::core::marker::Sync for PaymentToken {}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentCanMakePaymentResultStatus(pub i32);
|
|
impl PaymentCanMakePaymentResultStatus {
|
|
pub const Unknown: Self = Self(0i32);
|
|
pub const Yes: Self = Self(1i32);
|
|
pub const No: Self = Self(2i32);
|
|
pub const NotAllowed: Self = Self(3i32);
|
|
pub const UserNotSignedIn: Self = Self(4i32);
|
|
pub const SpecifiedPaymentMethodIdsNotSupported: Self = Self(5i32);
|
|
pub const NoQualifyingCardOnFile: Self = Self(6i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentCanMakePaymentResultStatus {}
|
|
impl ::core::clone::Clone for PaymentCanMakePaymentResultStatus {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentCanMakePaymentResultStatus {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentCanMakePaymentResultStatus {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentCanMakePaymentResultStatus {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentCanMakePaymentResultStatus").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentCanMakePaymentResultStatus {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentCanMakePaymentResultStatus;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentOptionPresence(pub i32);
|
|
impl PaymentOptionPresence {
|
|
pub const None: Self = Self(0i32);
|
|
pub const Optional: Self = Self(1i32);
|
|
pub const Required: Self = Self(2i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentOptionPresence {}
|
|
impl ::core::clone::Clone for PaymentOptionPresence {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentOptionPresence {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentOptionPresence {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentOptionPresence {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentOptionPresence").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentOptionPresence {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentOptionPresence;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentRequestChangeKind(pub i32);
|
|
impl PaymentRequestChangeKind {
|
|
pub const ShippingOption: Self = Self(0i32);
|
|
pub const ShippingAddress: Self = Self(1i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentRequestChangeKind {}
|
|
impl ::core::clone::Clone for PaymentRequestChangeKind {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentRequestChangeKind {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentRequestChangeKind {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentRequestChangeKind {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestChangeKind").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestChangeKind {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentRequestChangeKind;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentRequestCompletionStatus(pub i32);
|
|
impl PaymentRequestCompletionStatus {
|
|
pub const Succeeded: Self = Self(0i32);
|
|
pub const Failed: Self = Self(1i32);
|
|
pub const Unknown: Self = Self(2i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentRequestCompletionStatus {}
|
|
impl ::core::clone::Clone for PaymentRequestCompletionStatus {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentRequestCompletionStatus {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentRequestCompletionStatus {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentRequestCompletionStatus {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestCompletionStatus").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestCompletionStatus {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentRequestCompletionStatus;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentRequestStatus(pub i32);
|
|
impl PaymentRequestStatus {
|
|
pub const Succeeded: Self = Self(0i32);
|
|
pub const Failed: Self = Self(1i32);
|
|
pub const Canceled: Self = Self(2i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentRequestStatus {}
|
|
impl ::core::clone::Clone for PaymentRequestStatus {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentRequestStatus {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentRequestStatus {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentRequestStatus {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestStatus").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestStatus {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentRequestStatus;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
#[derive(::core::cmp::PartialEq, ::core::cmp::Eq)]
|
|
pub struct PaymentShippingType(pub i32);
|
|
impl PaymentShippingType {
|
|
pub const Shipping: Self = Self(0i32);
|
|
pub const Delivery: Self = Self(1i32);
|
|
pub const Pickup: Self = Self(2i32);
|
|
}
|
|
impl ::core::marker::Copy for PaymentShippingType {}
|
|
impl ::core::clone::Clone for PaymentShippingType {
|
|
fn clone(&self) -> Self {
|
|
*self
|
|
}
|
|
}
|
|
impl ::core::default::Default for PaymentShippingType {
|
|
fn default() -> Self {
|
|
Self(0)
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Abi for PaymentShippingType {
|
|
type Abi = Self;
|
|
}
|
|
impl ::core::fmt::Debug for PaymentShippingType {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentShippingType").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentShippingType {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"enum(Windows.ApplicationModel.Payments.PaymentShippingType;i4)");
|
|
type DefaultType = Self;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
Ok(*from)
|
|
}
|
|
}
|
|
#[doc = "*Required features: `\"ApplicationModel_Payments\"`*"]
|
|
#[repr(transparent)]
|
|
pub struct PaymentRequestChangedHandler(pub ::windows::core::IUnknown);
|
|
impl PaymentRequestChangedHandler {
|
|
pub fn new<F: FnMut(&::core::option::Option<PaymentRequest>, &::core::option::Option<PaymentRequestChangedArgs>) -> ::windows::core::Result<()> + ::core::marker::Send + 'static>(invoke: F) -> Self {
|
|
let com = PaymentRequestChangedHandlerBox::<F> { vtable: &PaymentRequestChangedHandlerBox::<F>::VTABLE, count: ::windows::core::RefCount::new(1), invoke };
|
|
unsafe { ::core::mem::transmute(::windows::core::alloc::boxed::Box::new(com)) }
|
|
}
|
|
pub fn Invoke(&self, paymentrequest: &PaymentRequest, args: &PaymentRequestChangedArgs) -> ::windows::core::Result<()> {
|
|
let this = self;
|
|
unsafe { (::windows::core::Vtable::vtable(this).Invoke)(::windows::core::Vtable::as_raw(this), ::core::mem::transmute_copy(paymentrequest), ::core::mem::transmute_copy(args)).ok() }
|
|
}
|
|
}
|
|
#[repr(C)]
|
|
struct PaymentRequestChangedHandlerBox<F: FnMut(&::core::option::Option<PaymentRequest>, &::core::option::Option<PaymentRequestChangedArgs>) -> ::windows::core::Result<()> + ::core::marker::Send + 'static> {
|
|
vtable: *const PaymentRequestChangedHandler_Vtbl,
|
|
invoke: F,
|
|
count: ::windows::core::RefCount,
|
|
}
|
|
impl<F: FnMut(&::core::option::Option<PaymentRequest>, &::core::option::Option<PaymentRequestChangedArgs>) -> ::windows::core::Result<()> + ::core::marker::Send + 'static> PaymentRequestChangedHandlerBox<F> {
|
|
const VTABLE: PaymentRequestChangedHandler_Vtbl = PaymentRequestChangedHandler_Vtbl {
|
|
base__: ::windows::core::IUnknown_Vtbl { QueryInterface: Self::QueryInterface, AddRef: Self::AddRef, Release: Self::Release },
|
|
Invoke: Self::Invoke,
|
|
};
|
|
unsafe extern "system" fn QueryInterface(this: *mut ::core::ffi::c_void, iid: &::windows::core::GUID, interface: *mut *const ::core::ffi::c_void) -> ::windows::core::HRESULT {
|
|
let this = this as *mut *mut ::core::ffi::c_void as *mut Self;
|
|
*interface = if iid == &<PaymentRequestChangedHandler as ::windows::core::Interface>::IID || iid == &<::windows::core::IUnknown as ::windows::core::Interface>::IID || iid == &<::windows::core::IAgileObject as ::windows::core::Interface>::IID { &mut (*this).vtable as *mut _ as _ } else { ::core::ptr::null_mut() };
|
|
if (*interface).is_null() {
|
|
::windows::core::HRESULT(-2147467262)
|
|
} else {
|
|
(*this).count.add_ref();
|
|
::windows::core::HRESULT(0)
|
|
}
|
|
}
|
|
unsafe extern "system" fn AddRef(this: *mut ::core::ffi::c_void) -> u32 {
|
|
let this = this as *mut *mut ::core::ffi::c_void as *mut Self;
|
|
(*this).count.add_ref()
|
|
}
|
|
unsafe extern "system" fn Release(this: *mut ::core::ffi::c_void) -> u32 {
|
|
let this = this as *mut *mut ::core::ffi::c_void as *mut Self;
|
|
let remaining = (*this).count.release();
|
|
if remaining == 0 {
|
|
let _ = ::windows::core::alloc::boxed::Box::from_raw(this);
|
|
}
|
|
remaining
|
|
}
|
|
unsafe extern "system" fn Invoke(this: *mut ::core::ffi::c_void, paymentrequest: *mut ::core::ffi::c_void, args: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT {
|
|
let this = this as *mut *mut ::core::ffi::c_void as *mut Self;
|
|
((*this).invoke)(::core::mem::transmute(&paymentrequest), ::core::mem::transmute(&args)).into()
|
|
}
|
|
}
|
|
impl ::core::clone::Clone for PaymentRequestChangedHandler {
|
|
fn clone(&self) -> Self {
|
|
Self(self.0.clone())
|
|
}
|
|
}
|
|
impl ::core::cmp::PartialEq for PaymentRequestChangedHandler {
|
|
fn eq(&self, other: &Self) -> bool {
|
|
self.0 == other.0
|
|
}
|
|
}
|
|
impl ::core::cmp::Eq for PaymentRequestChangedHandler {}
|
|
impl ::core::fmt::Debug for PaymentRequestChangedHandler {
|
|
fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
|
f.debug_tuple("PaymentRequestChangedHandler").field(&self.0).finish()
|
|
}
|
|
}
|
|
unsafe impl ::windows::core::Vtable for PaymentRequestChangedHandler {
|
|
type Vtable = PaymentRequestChangedHandler_Vtbl;
|
|
}
|
|
unsafe impl ::windows::core::Interface for PaymentRequestChangedHandler {
|
|
const IID: ::windows::core::GUID = ::windows::core::GUID::from_u128(0x5078b9e1_f398_4f2c_a27e_94d371cf6c7d);
|
|
}
|
|
unsafe impl ::windows::core::RuntimeType for PaymentRequestChangedHandler {
|
|
const SIGNATURE: ::windows::core::ConstBuffer = ::windows::core::ConstBuffer::from_slice(b"{5078b9e1-f398-4f2c-a27e-94d371cf6c7d}");
|
|
type DefaultType = ::core::option::Option<Self>;
|
|
fn from_default(from: &Self::DefaultType) -> ::windows::core::Result<Self> {
|
|
from.as_ref().cloned().ok_or(::windows::core::Error::OK)
|
|
}
|
|
}
|
|
#[repr(C)]
|
|
#[doc(hidden)]
|
|
pub struct PaymentRequestChangedHandler_Vtbl {
|
|
pub base__: ::windows::core::IUnknown_Vtbl,
|
|
pub Invoke: unsafe extern "system" fn(this: *mut ::core::ffi::c_void, paymentrequest: *mut ::core::ffi::c_void, args: *mut ::core::ffi::c_void) -> ::windows::core::HRESULT,
|
|
}
|
|
#[cfg(feature = "implement")]
|
|
::core::include!("impl.rs");
|