Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.28 KB

PaymentMethodParameters.md

File metadata and controls

26 lines (20 loc) · 1.28 KB

PaymentMethodParameters

xendit.payment_method.model.PaymentMethodParameters

Properties

Name Type Required Description Examples
type PaymentMethodType ☑️
reusability PaymentMethodReusability ☑️
country str, none_type
customer_id str, none_type
reference_id str
description str, none_type
card CardParameters
direct_debit DirectDebitParameters
ewallet EWalletParameters
over_the_counter OverTheCounterParameters
virtual_account VirtualAccountParameters
qr_code QRCodeParameters
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type
billing_information BillingInformation

[Back to README]