GiftCardStepUp

public protocol GiftCardStepUp

Details of what step up is required to use a GiftCard

  • This will be REQUIRE_PASSCODE which identifies that the consumer must capture the PIN prior to payment.

    Declaration

    Swift

    var type: String { get }
  • Indicates if this step up is mandatory.

    Declaration

    Swift

    var mandatory: Bool { get }