Class IssuingControls.Builder

  • Enclosing class:
    IssuingControls

    public static final class IssuingControls.Builder
    extends java.lang.Object
    • Method Detail

      • singleUse

        public IssuingControls.Builder singleUse​(boolean singleUse)
        Indicates if the card is single-use. If true, the card closes after the first authorization.
      • singleUse

        public IssuingControls.Builder singleUse​(java.util.Optional<java.lang.Boolean> singleUse)
        Indicates if the card is single-use. If true, the card closes after the first authorization.
      • velocityLimits

        public IssuingControls.Builder velocityLimits​(java.util.Optional<? extends java.util.List<IssuingVelocityLimit>> velocityLimits)
        Sets the spending limit per time interval. Only one limit per interval is supported.