CashbackAmountRequired

@objcMembers
public class CashbackAmountRequired : PaymentActionRequiredData

Contains the Cashback data that is required during a payment when cashback is supported

  • The maximum allowed amount of cash back available for the payment, in minor currency units.

    Declaration

    Swift

    public private(set) var maximumCashbackAmount: Int { get }
  • Used to parse the response from the server.

    Declaration

    Swift

    required public init(from decoder: Decoder) throws