PaymentResponse

  • The payment from the sale

    Declaration

    Swift

    public var payment:CLVModels.Payments.Payment? // optional, because on Finish Cancel won't have a payment
  • signature collected for the payment

    Declaration

    Swift

    public var signature:Signature?
  • check to see if the payment was processed as a pre-ath

    Declaration

    Swift

    public var isPreAuth:Bool
  • check to see if the payment was processed as an auth

    Declaration

    Swift

    public var isAuth:Bool
  • check to see if the payment was processed as a sale

    Declaration

    Swift

    public var isSale:Bool