MerchantUpdatePaymentSessionRequest

Request to update a PaymentSession for a merchant.

interface MerchantUpdatePaymentSessionRequest

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

merchantInfo
Link copied to clipboard

Payload used to pass merchant information to the customer

abstract val merchantInfo: DynamicPayload
paymentRequestId
Link copied to clipboard

The ID of the associated Payment Request

abstract val paymentRequestId: String?