PaymentMethodAdded
Response for adding a payment method
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id |
string | Yes | |
message |
string | Yes |
View JSON Schema
{
"type": "object",
"description": "Response for adding a payment method",
"required": [
"id",
"message"
],
"properties": {
"id": {
"type": "string"
},
"message": {
"type": "string"
}
}
}