Anchor to BasePaymentDetailsBase
BasePaymentDetails
interface
Requires access scope.
Generic payment details that are related to a transaction.
Anchor to FieldsFields
- Anchor to paymentMethodNamepayment•
Method Name The name of payment method used by the buyer.
Was this section helpful?
1{2 "paymentMethodName": ""3}
{
"paymentMethodName": ""
}
interface BasePaymentDetails {
paymentMethodName: String
}