Initiate Payee Creation
Initiate the process of creating 1 to 2000 payees in a batch
Use the batchId in the response to query for status.
In addition to standard semantic validations, a 400 will also result if:
- there is a duplicate remote id within the batch
- 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": [
{
"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": "11984567"
},
"language": "en-US",
"company": {
"taxId": "123123123",
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"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"
}
},
{
"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": "11984567"
},
"language": "en-US",
"company": {
"taxId": "123123123",
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"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 6 of the 50 revisions of this API.1042231
- ▲
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
DECLINEDof the request propertypayees/items/payorRefs/items/invitationStatus(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
GBPof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)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
USDof the request propertyfile/items/paymentChannelCurrency(media type: multipart/form-data)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/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 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 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 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
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 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
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
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲