Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 584 Bytes

File metadata and controls

17 lines (12 loc) · 584 Bytes

# ChannelAmountLimits

Supported amount ranges for payouts to this channel

use Xendit\Payout\ChannelAmountLimits;

Properties

Name Type Required Description Examples
minimum float ☑️ Lowest amount supported for a payout to this channel 1
maximum float ☑️ Highest amount supported for a payout to this channel 50000000
minimum_increment float ☑️ Supported increments 1

[Back to README]