Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.32 KB

PaymentMethod.md

File metadata and controls

34 lines (27 loc) · 1.32 KB

PaymentMethod

Properties

Name Type Required Description Examples
id string ☑️
businessId string
type PaymentMethodType
country PaymentMethodCountry
customerId string
customer object
referenceId string
description string
status PaymentMethodStatus
reusability PaymentMethodReusability
actions PaymentMethodAction[]
metadata object
billingInformation BillingInformation
failureCode string
created Date
updated Date
ewallet EWallet
directDebit DirectDebit
overTheCounter OverTheCounter
card Card
qrCode QRCode
virtualAccount VirtualAccount

[Back to README]