{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResponsePaymentMethod",
"title": "paymentResponse",
"properties": {
"brand": {
"description": "The card brand that the shopper used to pay. Only returned if `paymentMethod.type` is **scheme**.",
"type": "string"
},
"type": {
"description": "The `paymentMethod.type` value used in the request.",
"type": "string"
}
},
"type": "object"
}