Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 466 Bytes

File metadata and controls

19 lines (12 loc) · 466 Bytes

OpenapiClient::MasterpassWalletPaymentMethodAllOf

Properties

Name Type Description Notes
wallet_id String Masterpass Wallet ID.
payment_card PaymentCard

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::MasterpassWalletPaymentMethodAllOf.new(wallet_id: 101,
                                 payment_card: null)