GET api/AccountTransfer/GetEftPaymentMethod
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfEftPaymentMethodName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of EftPaymentMethod |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "Id": "20368812-939a-4b63-bd1a-c84bff578a78", "Name": "sample string 2" }, { "Id": "20368812-939a-4b63-bd1a-c84bff578a78", "Name": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }