Skip to main content

SpendingLimit

Spending limits

type SpendingLimit {
type: SpendingLimitType!
period: SpendingLimitPeriod!
amount: Amount!
mode: SpendingLimitMode
}

Fields

SpendingLimit.type ● SpendingLimitType! non-null enum

type of limit (defined by the Partner, defined by Swan, etc.)

SpendingLimit.period ● SpendingLimitPeriod! non-null enum

period concerned

SpendingLimit.amount ● Amount! non-null object

sum of amount of spending authorized during the period

SpendingLimit.mode ● SpendingLimitMode object

spending limit mode : either rolling or calendar. null if the period is Always.

Member Of

AccountMembership object ● Card object ● CardProduct object