GET api/{apiVersion}/AccountTransfer/GetEftPaymentMethod
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "7042ef0e-9e29-4cb8-84da-e1163619cef5", "Name": "sample string 2" }, { "Id": "7042ef0e-9e29-4cb8-84da-e1163619cef5", "Name": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }