Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.15 KB

PaymentMethod.md

File metadata and controls

29 lines (23 loc) · 1.15 KB

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