You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package merchant
-
- const SDK_VERSION = "1.0.0"
-
- const BASE_URL = "https://api.adapay.tech"
- const PAGE_BASE_URL = "https://api.adapay.tech"
-
- const BATCH_ENTRYS = "/v1/batchEntrys/userEntry"
- const QUERY_ENTRY = "/v1/batchEntrys/userEntry"
-
- const MER_CONF = "/v1/batchInput/merConf"
- const QUERY_MER_CONF = "/v1/batchInput/merConf"
- const MER_RESIDENT_MODIFY = "/v1/batchInput/merResidentModify"
-
- const MER_PROFILE_PICTURE = "/v1/merProfile/merProfilePicture"
- const MER_PROFILE_FOR_AUDIT = "/v1/merProfile/merProfileForAudit"
|