MerchantAccount
Represents a merchant account associated with a payment method. This class contains identification information for a merchant's payment processing account.
Parameters
id
Unique identifier for the merchant account
paymentMethodOptionId
Identifier for the payment method option
Example:
val merchantAccount = MerchantAccount(
id = "123",
paymentMethodOptionId = "visa"
)
Content copied to clipboard