Class: Sink::Models::Card::SpendLimitDuration
- Inherits:
-
Enum
- Object
- Enum
- Sink::Models::Card::SpendLimitDuration
- Defined in:
- lib/sink/models/card.rb
Overview
Spend limit duration values:
-
‘ANNUALLY` - Card will authorize transactions up to spend limit in a calendar year.
-
‘FOREVER` - Card will authorize only up to spend limit for the entire lifetime of the card.
-
‘MONTHLY` - Card will authorize transactions up to spend limit for the trailing month. Month is calculated as this calendar date one month prior.
-
‘TRANSACTION` - Card will authorizate multiple transactions if each individual transaction is under the spend limit.
Constant Summary collapse
- ANNUALLY =
:ANNUALLY
- FOREVER =
:FOREVER
- MONTHLY =
:MONTHLY
- TRANSACTION =
:TRANSACTION