PrintPaymentDeclineReceiptMessage

public class PrintPaymentDeclineReceiptMessage : NSObject

Callback to the POS to request a payment declined receipt

  • payment that was declined

    Declaration

    Swift

    public var payment:CLVModels.Payments.Payment?
  • optional reason payment was declined

    Declaration

    Swift

    public var reason:String?