MIF_E31211285/vendor/xendit/xendit-php/docs/PaymentMethod/PaymentMethod.md

1.6 KiB

# 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]