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

1.1 KiB

# PaymentMethod

use Xendit\PaymentRequest\PaymentMethod;

Properties

Name Type Required Description Examples
id string ☑️ null
type PaymentMethodType ☑️ null
created string null
updated string null
description string null
reference_id string null
card Card null
direct_debit DirectDebit null
ewallet EWallet null
over_the_counter OverTheCounter null
virtual_account VirtualAccount null
qr_code QRCode null
reusability PaymentMethodReusability ☑️ null
status PaymentMethodStatus ☑️ null
metadata object null

[Back to README]