|
432 | 432 | "value": {
|
433 | 433 | "type": "string",
|
434 | 434 | "description": "The value of the biller parameter to be sent as part of UPMS registration.",
|
435 |
| - "example": "500.0" |
| 435 | + "example": "500" |
436 | 436 | }
|
437 | 437 | },
|
438 | 438 | "description": "Optional. Only some billers require this. Details of the biller parameter to be sent as part of UPMS registration."
|
|
444 | 444 | "properties": {
|
445 | 445 | "amount": {
|
446 | 446 | "type": "integer",
|
447 |
| - "description": "The fixed or maximum amount set for auto-debit (value must be provided in paise)." |
| 447 | + "description": "The fixed or maximum amount set for auto-debit (value must be provided in paise).", |
| 448 | + "example": 10000 |
448 | 449 | },
|
449 | 450 | "currency": {
|
450 | 451 | "type": "integer",
|
451 |
| - "description": "The currency code. Use `356` for `INR`." |
| 452 | + "description": "The currency code. Use `356` for `INR`.", |
| 453 | + "example": 356 |
452 | 454 | },
|
453 | 455 | "debitDate": {
|
454 | 456 | "type": "string",
|
|
477 | 479 | "type": "string",
|
478 | 480 | "description": "The UPMS registration is invalid after this date. Date format is YYYY-MM-DD",
|
479 | 481 | "nullable": true,
|
480 |
| - "example": "2025-01-01", |
| 482 | + "example": "2027-01-01", |
481 | 483 | "x-omitempty": true
|
482 | 484 | }
|
483 | 485 | }
|
|
7127 | 7129 | "value": {
|
7128 | 7130 | "type": "string",
|
7129 | 7131 | "description": "The value of the biller parameter to be sent as part of UPMS registration.",
|
7130 |
| - "example": "500.0" |
| 7132 | + "example": "500" |
7131 | 7133 | }
|
7132 | 7134 | },
|
7133 | 7135 | "description": "Optional. Only some billers require this. Details of the biller parameter to be sent as part of UPMS registration."
|
|
7139 | 7141 | "properties": {
|
7140 | 7142 | "amount": {
|
7141 | 7143 | "type": "integer",
|
7142 |
| - "description": "The fixed or maximum amount set for auto-debit (value must be provided in paise)." |
| 7144 | + "description": "The fixed or maximum amount set for auto-debit (value must be provided in paise).", |
| 7145 | + "example": 10000 |
7143 | 7146 | },
|
7144 | 7147 | "currency": {
|
7145 | 7148 | "type": "integer",
|
7146 |
| - "description": "The currency code. Use `356` for `INR`." |
| 7149 | + "description": "The currency code. Use `356` for `INR`.", |
| 7150 | + "example": 356 |
7147 | 7151 | },
|
7148 | 7152 | "debitDate": {
|
7149 | 7153 | "type": "string",
|
|
7172 | 7176 | "type": "string",
|
7173 | 7177 | "description": "The UPMS registration is invalid after this date. Date format is YYYY-MM-DD",
|
7174 | 7178 | "nullable": true,
|
7175 |
| - "example": "2025-01-01", |
| 7179 | + "example": "2027-01-01", |
7176 | 7180 | "x-omitempty": true
|
7177 | 7181 | }
|
7178 | 7182 | }
|
|
7734 | 7738 | "type": "string",
|
7735 | 7739 | "description": "The date until which the mandate is valid (YYYY-MM-DD). Must be a future date.",
|
7736 | 7740 | "format": "date",
|
7737 |
| - "example": "2025-01-01" |
| 7741 | + "example": "2027-01-01" |
7738 | 7742 | }
|
7739 | 7743 | },
|
7740 | 7744 | "description": "Details of the mandate to be updated. Only include fields that need changing."
|
|
0 commit comments