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 }