{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentMethodBrand",
"title": "PaymentMethodBrand",
"type": "object",
"properties": {
"paymentMethodBrandType": {
"type": "string",
"description": "The payment method brand, such as Visa or PayPal. For implementation help, refer to eBay API documentation"
},
"logoImage": {
"description": "The details of the logo image, such as the size and URL.
Note: Currently, only the imageUrl is populated.",
"$ref": "#/components/schemas/Image"
}
}
}