Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.16 KB

PaymentMethod.md

File metadata and controls

27 lines (21 loc) · 1.16 KB

PaymentMethod

xendit.payment_request.model.PaymentMethod

Properties

Name Type Required Description Examples
id str ☑️
type PaymentMethodType ☑️
reusability PaymentMethodReusability ☑️
status PaymentMethodStatus ☑️
created str
updated str
description str, none_type
reference_id str
card Card
direct_debit DirectDebit
ewallet EWallet
over_the_counter OverTheCounter
virtual_account VirtualAccount
qr_code QRCode
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type

[Back to README]