RequisitesDTO
The RequisitesDTO
object used for transfer information about requisites, including account details and the owner's name.
Field Descriptions
Name | Type | Description |
---|---|---|
requisites | string | Payment details for the money transfer. |
holder | string | Name of the requisites owner. |
Example
{
"requisites": "1234 5678 9012 3456",
"holder": "John Doe"
}