Package io.moov.sdk.models.components
Class IssuingVelocityLimit.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.IssuingVelocityLimit.Builder
-
- Enclosing class:
- IssuingVelocityLimit
public static final class IssuingVelocityLimit.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IssuingVelocityLimit.Builderamount(long amount)The maximum amount in cents that can be spent in a given interval.IssuingVelocityLimitbuild()IssuingVelocityLimit.Builderinterval(IssuingIntervalLimit interval)Specifies the time frame for the velocity limit.
-
-
-
Method Detail
-
amount
public IssuingVelocityLimit.Builder amount(long amount)
The maximum amount in cents that can be spent in a given interval.
-
interval
public IssuingVelocityLimit.Builder interval(IssuingIntervalLimit interval)
Specifies the time frame for the velocity limit. Currently supports only per-transaction limits.
-
build
public IssuingVelocityLimit build()
-
-