Initiate Payee Creation
Use v4 instead
Initiate the process of creating 1 to 2000 payees in a batch Use the response location header to query for status (201 - Created, 400 - invalid request body. In addition to standard semantic validations, a 400 will also result if there is a duplicate remote id within the batch / if there is a duplicate email within the batch, i.e. if there is a conflict between the data provided for one payee within the batch and that provided for another payee within the same batch). The validation at this stage is intra-batch only. Validation against payees who have already been invited occurs subsequently during processing of the batch.
Request body
Example request
{
"payees": [
{
"payorRefs": [
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
},
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
}
],
"address": {
"country": "US",
"countyOrProvince": "FL",
"line4": "line4",
"city": "Key West",
"line3": "line3",
"line2": "line2",
"line1": "500 Duval St",
"zipOrPostcode": "33945"
},
"individual": {
"name": {
"firstName": "Bob",
"lastName": "Smith",
"otherNames": "H",
"title": "Mr"
},
"nationalIdentification": "SA211123K",
"dateOfBirth": "1970-05-20T00:00:00.000+0000"
},
"challenge": {
"description": "challenge description",
"value": "challenge test"
},
"language": "en-US",
"company": {
"taxId": "123123123",
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"payeeId": "2aa5d7e0-2ecb-403f-8494-1865ed0454e9",
"type": "type",
"email": "bob@example.com",
"remoteId": "Remote ID",
"paymentChannel": {
"paymentChannelName": "My Payment Channel",
"routingNumber": "XXXXX6789",
"accountName": "My account",
"countryCode": "US",
"iban": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1234",
"currency": "USD",
"accountNumber": "XXXXXX5678"
}
},
{
"payorRefs": [
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
},
{
"payorId": "ba08877f-9d96-41e4-9c26-44a872d856ae",
"invitationStatusTimestamp": "2019-01-20T09:00:00Z",
"payableStatus": true,
"invitationStatus": "invitationStatus",
"payableIssues": [
{
"code": "3",
"message": "payee-disabled"
},
{
"code": "3",
"message": "payee-disabled"
}
],
"remoteId": "uniqueIdForRemoteEntity",
"paymentChannelId": "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
}
],
"address": {
"country": "US",
"countyOrProvince": "FL",
"line4": "line4",
"city": "Key West",
"line3": "line3",
"line2": "line2",
"line1": "500 Duval St",
"zipOrPostcode": "33945"
},
"individual": {
"name": {
"firstName": "Bob",
"lastName": "Smith",
"otherNames": "H",
"title": "Mr"
},
"nationalIdentification": "SA211123K",
"dateOfBirth": "1970-05-20T00:00:00.000+0000"
},
"challenge": {
"description": "challenge description",
"value": "challenge test"
},
"language": "en-US",
"company": {
"taxId": "123123123",
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"payeeId": "2aa5d7e0-2ecb-403f-8494-1865ed0454e9",
"type": "type",
"email": "bob@example.com",
"remoteId": "Remote ID",
"paymentChannel": {
"paymentChannelName": "My Payment Channel",
"routingNumber": "XXXXX6789",
"accountName": "My account",
"countryCode": "US",
"iban": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1234",
"currency": "USD",
"accountNumber": "XXXXXX5678"
}
}
],
"payorId": "9ac75325-5dcd-42d5-b992-175d7e0a035e"
}Response
HTTP Created. Body created only on CSV requests
Example response
{
"batchId": "cb6ff8c6-85e9-45a6-b7d9-d05305db67f3",
"rejectedCsvRows": [
{
"rejectedContent": "unable,to,process,csv,line",
"lineNumber": 3,
"message": "rejected message 1"
},
{
"rejectedContent": "unable,to,process,csv,line",
"lineNumber": 3,
"message": "rejected message 1"
}
]
}Changes
Changed in 11 of the 50 revisions of this API.207171063
- ▲
the
file/items/addressZipOrPostcoderequest property's maxLength was decreased to20(media type: multipart/form-data)request-property-max-length-decreased
- ▲
the
payees/items/address/zipOrPostcoderequest property's maxLength was decreased to20(media type: application/json)request-property-max-length-decreased
- ▲
the
file/items/addressZipOrPostcoderequest property's minLength was increased from1to2(media type: multipart/form-data)request-property-min-length-increased
- ○
the request property
file/items/addressZipOrPostcodebecame optional (media type: multipart/form-data)request-property-became-optional
- ○
the
file/items/individualNationalIdentificationrequest property's minLength was decreased from6to4(media type: multipart/form-data)request-property-min-length-decreased
- ○
the
payees/items/company/taxIdrequest property's minLength was decreased from6to4(media type: application/json)request-property-min-length-decreased
- ○
the
payees/items/individual/nationalIdentificationrequest property's minLength was decreased from6to4(media type: application/json)request-property-min-length-decreased
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
ACCEPTEDof the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
Companyof the request propertypayees/items/type(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DECLINEDof the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EURof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBPof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
Individualof the request propertypayees/items/type(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PENDINGof the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USDof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
the
file/items/paymentChannelCurrencyrequest property's minLength was increased from0to3(media type: multipart/form-data)request-property-min-length-increased
- ●
the
file/items/paymentChannelCurrencyrequest property's maxLength was set to3(media type: multipart/form-data)request-property-max-length-set
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
ADof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EURof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBPof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USDof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
the
payees/items/paymentChannel/currencyrequest property's minLength was increased from0to3(media type: application/json)request-property-min-length-increased
- ▲
added the pattern
^[A-Z]{2}$to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{2}$to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{2}$to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{3}$to the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-pattern-added
- ●
the
payees/items/paymentChannel/currencyrequest property's maxLength was set to3(media type: application/json)request-property-max-length-set
- ○
api operation id
v3CreatePayeeremoved and replaced withcreatePayeeV3api-operation-id-removed
This revision also has 76 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
ARof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ENof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ENof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HEof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HEof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HIof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HIof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JAof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JAof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
URof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
URof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZHof the request propertyfile/items/payeeLanguage(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZHof the request propertypayees/items/language(media type: application/json)request-property-enum-value-removed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status400response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status401response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status403response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status404response-property-type-changed
- ○
added the new optional request property
payees/items/payorRefs/items/payableIssues(media type: application/json)new-optional-request-property
- ○
added the new optional request property
payees/items/payorRefs/items/payableStatus(media type: application/json)new-optional-request-property
- ○
added the optional property
errors/items/errorCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the404statusresponse-optional-property-added
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
payees/items/company/namerequest property's minLength was increased from1to3request-property-min-length-increased
- ○
endpoint deprecated
endpoint-deprecated
- ○
removed the non-success response with the status
409response-non-success-status-removed
- ▲
- ▲
the
payees/items/company/taxIdrequest property's minLength was increased from0to6request-property-min-length-increased
- ▲
the response's body type/format changed from
object/to/for status404response-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status404response-property-type-changed
- ●
the
payees/items/company/taxIdrequest property's maxLength was set to30request-property-max-length-set
- ○
removed the pattern
^[\d]{9}$from the request propertypayees/items/company/taxIdrequest-property-pattern-removed
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request property
file/items/addressCountrywas restricted to a list of enum values (media type: multipart/form-data)request-property-became-enum
- ▲
request property
file/items/paymentChannelCountryCodewas restricted to a list of enum values (media type: multipart/form-data)request-property-became-enum
- ▲
request property
file/items/paymentChannelCurrencywas restricted to a list of enum values (media type: multipart/form-data)request-property-became-enum
- ▲
request property
payees/items/address/countrywas restricted to a list of enum values (media type: application/json)request-property-became-enum
- ▲
request property
payees/items/paymentChannel/countryCodewas restricted to a list of enum values (media type: application/json)request-property-became-enum
- ▲
request property
payees/items/paymentChannel/currencywas restricted to a list of enum values (media type: application/json)request-property-became-enum
- ▲
added the pattern
^[\d]{9}$to the request propertypayees/items/company/taxId(media type: application/json)request-property-pattern-added
- ▲
the
payees/items/individual/namerequest property type/format changed fromobject/to/(media type: application/json)request-property-type-changed
- ▲
the response's body type/format changed from
object/to/for status409response-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status409response-property-type-changed
- ○
added the new
ADenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ADenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ADenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ADenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ALenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ALenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ALenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ALenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AQenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AQenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AQenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AQenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ARenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ARenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ARenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ARenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ASenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ASenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ASenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ASenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ATenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ATenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ATenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ATenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AXenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AXenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AXenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AXenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
AZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
AZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
AZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BBenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BBenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BBenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BBenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BJenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BJenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BJenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BJenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BQenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BQenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BQenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BQenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
BZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
BZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
BZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
COenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
COenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
COenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
COenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CXenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CXenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CXenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CXenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
CZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
CZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
CZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DJenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DJenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DJenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DJenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
DZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
DZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
DZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ECenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ECenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ECenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ECenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
EEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
EEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
EGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
EGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
EHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
EHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ERenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ERenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ERenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ERenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ESenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ESenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ESenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ESenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ETenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ETenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ETenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ETenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
EURenum value to the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
EURenum value to the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-added
- ○
added the new
FIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
FJenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FJenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FJenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FJenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
FKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
FMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
FOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
FRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
FRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
FRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GBenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GBenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GBenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GBenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GBPenum value to the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GBPenum value to the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-added
- ○
added the new
GDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GPenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GPenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GPenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GPenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GQenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GQenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GQenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GQenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
GYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
GYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
GYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
HUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
HUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
HUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ILenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ILenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ILenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ILenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
INenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
INenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
INenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
INenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IQenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IQenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IQenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IQenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
IRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
IRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
IRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ISenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ISenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ISenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ISenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ITenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ITenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ITenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ITenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
JEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
JEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
JMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
JMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
JOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
JOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
JPenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JPenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
JPenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
JPenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KPenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KPenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KPenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KPenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
KZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
KZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
KZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LBenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LBenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LBenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LBenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
LYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
LYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
LYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MPenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MPenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MPenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MPenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MQenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MQenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MQenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MQenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MXenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MXenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MXenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MXenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
MZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
MZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
MZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NPenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NPenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NPenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NPenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
NZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
NZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
NZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
OMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
OMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
OMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
OMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
PYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
PYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
PYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
QAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
QAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
QAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
QAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
REenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
REenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
REenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
REenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ROenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ROenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ROenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ROenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
RSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
RSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
RUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
RUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
RWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
RWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
RWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SBenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SBenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SBenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SBenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SHenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SHenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SHenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SHenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SJenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SJenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SJenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SJenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
STenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
STenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
STenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
STenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SXenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SXenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SXenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SXenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
SZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
SZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
SZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TDenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TDenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TDenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TDenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
THenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
THenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
THenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
THenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TJenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TJenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TJenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TJenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TKenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TKenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TKenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TKenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TLenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TLenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TLenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TLenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TOenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TOenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TOenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TOenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TRenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TRenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TRenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TRenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TVenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TVenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TVenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TVenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
TZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
TZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
TZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
UAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
UAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
UGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
UGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
UMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
UMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
USenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
USenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
USenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
USenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
USDenum value to the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
USDenum value to the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-added
- ○
added the new
UYenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UYenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UYenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
UYenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
UZenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UZenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
UZenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
UZenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VCenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VCenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VCenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VCenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VGenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VGenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VGenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VGenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VIenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VIenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VIenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VIenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VNenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VNenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VNenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VNenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
VUenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VUenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
VUenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
VUenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
WFenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
WFenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
WFenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
WFenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
WSenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
WSenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
WSenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
WSenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
YEenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
YEenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
YEenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
YEenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
YTenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
YTenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
YTenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
YTenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ZAenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZAenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZAenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ZAenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ZMenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZMenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZMenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ZMenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
added the new
ZWenum value to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZWenum value to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
ZWenum value to the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-added
- ○
added the new
ZWenum value to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-added
- ○
the
file/items/paymentChannelCurrencyrequest property's minLength was decreased from3to0(media type: multipart/form-data)request-property-min-length-decreased
- ○
the
payees/items/company/taxIdrequest property's minLength was decreased from6to0(media type: application/json)request-property-min-length-decreased
- ○
the
payees/items/paymentChannel/currencyrequest property's minLength was decreased from3to0(media type: application/json)request-property-min-length-decreased
- ○
removed the pattern
^[A-Z]{2}$from the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-pattern-removed
- ○
removed the pattern
^[A-Z]{2}$from the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-pattern-removed
- ○
removed the pattern
^[A-Z]{2}$from the request propertypayees/items/address/country(media type: application/json)request-property-pattern-removed
- ○
removed the pattern
^[A-Z]{2}$from the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-pattern-removed
- ○
removed the pattern
^[A-Z]{3}$from the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-pattern-removed
- ○
removed the pattern
^[A-Z]{3}$from the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-pattern-removed
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
ADof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ADof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ALof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ARof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ASof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ATof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
AZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
BZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
COof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
CZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
DZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ECof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ERof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ESof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ETof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
EURof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
EURof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
FRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GBPof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GBPof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
GYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
HUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ILof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
INof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
IRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ISof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ITof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
JPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
KZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
LYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MQof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
MZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NPof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
NZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
OMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
PYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
QAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
REof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ROof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
RWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SBof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SHof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
STof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SXof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
SZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TDof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
THof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TJof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TKof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TLof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TOof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TRof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TVof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
TZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
USDof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
USDof the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UYof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
UZof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VCof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VGof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VIof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VNof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
VUof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WFof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
WSof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YEof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
YTof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZAof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZMof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertypayees/items/address/country(media type: application/json)request-property-enum-value-removed
- ▲
removed the enum value
ZWof the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-enum-value-removed
- ▲
the
file/items/paymentChannelCurrencyrequest property's minLength was increased from0to3(media type: multipart/form-data)request-property-min-length-increased
- ▲
the
payees/items/company/taxIdrequest property's minLength was increased from0to6(media type: application/json)request-property-min-length-increased
- ▲
the
payees/items/paymentChannel/currencyrequest property's minLength was increased from0to3(media type: application/json)request-property-min-length-increased
- ▲
added the pattern
^[A-Z]{2}$to the request propertyfile/items/addressCountry(media type: multipart/form-data)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{2}$to the request propertyfile/items/paymentChannelCountryCode(media type: multipart/form-data)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{2}$to the request propertypayees/items/address/country(media type: application/json)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{2}$to the request propertypayees/items/paymentChannel/countryCode(media type: application/json)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{3}$to the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)request-property-pattern-added
- ▲
added the pattern
^[A-Z]{3}$to the request propertypayees/items/paymentChannel/currency(media type: application/json)request-property-pattern-added
- ▲
the
payees/items/individual/namerequest property type/format changed from/toobject/(media type: application/json)request-property-type-changed
- ●
the
file/items/paymentChannelCurrencyrequest property's maxLength was set to3(media type: multipart/form-data)request-property-max-length-set
- ●
the
payees/items/company/taxIdrequest property's maxLength was set to30(media type: application/json)request-property-max-length-set
- ●
the
payees/items/paymentChannel/currencyrequest property's maxLength was set to3(media type: application/json)request-property-max-length-set
- ○
removed the pattern
^[\d]{9}$from the request propertypayees/items/company/taxId(media type: application/json)request-property-pattern-removed
This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request property
payees/items/payorRefs/items/invitationStatuswas restricted to a list of enum values (media type: application/json)request-property-became-enum
- ▲
the
file/items/companyEINrequest property's minLength was increased from0to6(media type: multipart/form-data)request-property-min-length-increased
- ▲
the
rejectedCsvRows/items/response's property type/format changed fromstring/to/for status201response-property-type-changed
- ●
the
file/items/companyEINrequest property's maxLength was set to30(media type: multipart/form-data)request-property-max-length-set
- ○
added the new optional request property
payees/items/payorRefs/items/invitationStatusTimestamp(media type: application/json)new-optional-request-property
- ○
added the new optional request property
payees/items/payorRefs/items/paymentChannelId(media type: application/json)new-optional-request-property
- ○
request body became optional
request-body-became-optional
- ○
added the new
ACCEPTEDenum value to the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-added
- ○
added the new
DECLINEDenum value to the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-added
- ○
added the new
PENDINGenum value to the request propertypayees/items/payorRefs/items/invitationStatus(media type: application/json)request-property-enum-value-added
- ○
removed the pattern
[\\d]{9}from the request propertyfile/items/companyEIN(media type: multipart/form-data)request-property-pattern-removed
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the optional property
rejectedCsvRows/items/lineNumberto the response with the201statusresponse-optional-property-added
- ○
added the optional property
rejectedCsvRows/items/messageto the response with the201statusresponse-optional-property-added
- ○
added the optional property
rejectedCsvRows/items/rejectedContentto the response with the201statusresponse-optional-property-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○