Data Model (MMS)
Request Type
AcqProfileRequest
Name | Schema | Presence | Description |
---|---|---|---|
profileName | String | Always | |
currency | String | Always | |
groupId | String | Always | |
connMessageFormat | String? | Optional | |
logo | String? | Optional | |
timeZone | String? | Optional | |
emailSender | String? | Optional | |
updatedAt | String | Always |
Response Type
PboInfo
Name | Schema | Presence | Description |
---|---|---|---|
groupName | String | Always | |
messageFormat | String | Always | |
groupId | String | Always | |
supportUrl | String? | Optional | |
logo | String? | Optional | |
timeZone | String? | Optional | |
emailSender | String? | Optional | |
updatedAt | String | Always |
AcquirerProfileList
Name | Schema | Presence | Description |
---|---|---|---|
profileName | String | Always | |
connRequestTimeout | Int | Always | |
connExtraParams | String | Always | |
groupId | String | Always | |
connMessageFormat | String | Always | |
connTimeout | Int | Always | |
connRetryCount | Int | Always | |
emvList | String | Always | |
connSync | Int | Always | |
profileId | Int | Always | |
connUrl | String | Always | |
notifyUrl | String | Always | |
currency | String | Always | |
methodList | String | Always | |
createdBy | String | Always | |
createdAt | String | Always | |
updatedAt | String | Optional |
Common
Response<T
>
Name | Schema | Presence | Description |
---|---|---|---|
msg | String | Always | |
code | Int | Always | |
data | T? | Optional | Only exist if success |