Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 805 Bytes

Channel.md

File metadata and controls

19 lines (14 loc) · 805 Bytes

# Channel

Channel information where you can send the money to

use Xendit\Payout\Channel;

Properties

Name Type Required Description Examples
channel_code string ☑️ Destination channel to send the money to, prefixed by ISO-3166 country code ID_MANDIRI
channel_category ChannelCategory ☑️ null
currency string ☑️ Currency of the destination channel using ISO-4217 currency code IDR
channel_name string ☑️ Name of the destination channel Bank Mandiri
amount_limits ChannelAmountLimits ☑️ null

[Back to README]