Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.59 KB

PaymentMethod.md

File metadata and controls

36 lines (30 loc) · 1.59 KB

# PaymentMethod

use Xendit\PaymentMethod\PaymentMethod;

Properties

Name Type Required Description Examples
id string ☑️ null
business_id string null
type PaymentMethodType null
country PaymentMethodCountry null
customer_id string null
customer object null
reference_id string null
description string null
status PaymentMethodStatus null
reusability PaymentMethodReusability null
actions array null
metadata object null
billing_information BillingInformation null
failure_code string null
created \DateTime 2016-08-29T09:12:33.001Z
updated \DateTime 2016-08-29T09:12:33.001Z
ewallet EWallet null
direct_debit DirectDebit null
over_the_counter OverTheCounter null
card Card null
qr_code QRCode null
virtual_account VirtualAccount null

[Back to README]