CustomerPaymentRequest

public protocol CustomerPaymentRequest : Payment

Detailed information for a single Payment Request

  • The ID of the merchant associated with this transaction

    Declaration

    Swift

    var merchantId: String { get }
  • The Basket associated to this Payment Request`

    Declaration

    Swift

    var basket: Basket? { get }