PrintManualRefundDeclineReceiptMessage

public class PrintManualRefundDeclineReceiptMessage : NSObject

Callback to the POS to request a manual refund declined receipt

  • the credit

    Declaration

    Swift

    public var credit: CLVModels.Payments.Credit?
  • the decline reason

    Declaration

    Swift

    public var reason: String?
  • Declaration

    Swift

    public init(credit: CLVModels.Payments.Credit?, reason: String?)