Skip to main content

PaymentMethodDescription

Representation of payment method description

type PaymentMethodDescription {
primary: [LocalizedString]
secondary: [LocalizedString]
}

Fields

primary ● [LocalizedString]

Primary description of the payment method

secondary ● [LocalizedString]

Secondary description of the payment method

Example

{
"primary": [
{
"language": "EN",
"value": "String"
}
]
}