// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_ApplicationModel_Payments_Provider_1_H #define WINRT_Windows_ApplicationModel_Payments_Provider_1_H #include "winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Payments::Provider { struct WINRT_IMPL_EMPTY_BASES IPaymentAppCanMakePaymentTriggerDetails : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentAppCanMakePaymentTriggerDetails(std::nullptr_t = nullptr) noexcept {} IPaymentAppCanMakePaymentTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPaymentAppManager : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentAppManager(std::nullptr_t = nullptr) noexcept {} IPaymentAppManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPaymentAppManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentAppManagerStatics(std::nullptr_t = nullptr) noexcept {} IPaymentAppManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPaymentTransaction : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentTransaction(std::nullptr_t = nullptr) noexcept {} IPaymentTransaction(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPaymentTransactionAcceptResult : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentTransactionAcceptResult(std::nullptr_t = nullptr) noexcept {} IPaymentTransactionAcceptResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPaymentTransactionStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPaymentTransactionStatics(std::nullptr_t = nullptr) noexcept {} IPaymentTransactionStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif