Skip to main content

SpendingLimit

Spending limits

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

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

Member Of

AccountMembership object ● Card object ● CardProduct object