Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 929 Bytes

File metadata and controls

22 lines (17 loc) · 929 Bytes

# VirtualAccount

Virtual Account Payment Method Details

use Xendit\PaymentMethod\VirtualAccount;

Properties

Name Type Required Description Examples
amount float null
min_amount float null
max_amount float null
currency string null
channel_code VirtualAccountChannelCode ☑️ null
channel_properties VirtualAccountChannelProperties ☑️ null
alternative_display_types string[] For payments in Vietnam only, alternative display requested for the virtual account null
alternative_displays array null

[Back to README]