GiftCardStepUp public protocol GiftCardStepUp Details of what step up is required to use a GiftCard type This will be REQUIRE_PASSCODE which identifies that the consumer must capture the PIN prior to payment. Declaration Swift var type: String { get } mandatory Indicates if this step up is mandatory. Declaration Swift var mandatory: Bool { get }