MerchantUpdatePaymentSessionRequest

public protocol MerchantUpdatePaymentSessionRequest

Request to update a PaymentSession for a merchant.

  • Payload used to pass merchant information to the customer

    Declaration

    Swift

    var merchantInfo: DynamicPayload { get }
  • The ID of the associated Payment Request

    Declaration

    Swift

    var paymentRequestId: String? { get }