AccountPayoutTerms
Account payout terms
type AccountPayoutTerms {
iban: String
firstPeriod: Int
period: Int
reservePercent: Float
suspended: Boolean
}
Fields
AccountPayoutTerms.iban
● String
scalar
IBAN to make settlements to
AccountPayoutTerms.firstPeriod
● Int
scalar
First settlement period in days
AccountPayoutTerms.period
● Int
scalar
Settlement period in days
AccountPayoutTerms.reservePercent
● Float
scalar
The percentage of the total amount of the settlement that will be withheld and released with the next settlement
AccountPayoutTerms.suspended
● Boolean
scalar
Whether the settlements are suspended
Member Of
Account
object