changedInput schema / properties / policy / additionalProperties
Previous value: -trueNew value: +false
removedInput schema / properties / policy / description
Removed value: -"Payment policy details"
changedInput schema / properties / policy / properties / categoryTypes / items / additionalProperties
Previous value: -trueNew value: +false
changedInput schema / properties / policy / properties / deposit / additionalProperties
Previous value: -trueNew value: +false
addedInput schema / properties / policy / properties / deposit / properties / amount
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / policy / properties / deposit / properties / depositAmount
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "currency": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": [
- "currency",
- "value"
- ],
- "type": "object"
-}
removedInput schema / properties / policy / properties / deposit / properties / depositType
Removed value: -{
- "enum": [
- "PERCENTAGE",
- "FIXED_AMOUNT"
- ],
- "type": "string"
-}
changedInput schema / properties / policy / properties / deposit / properties / dueIn / additionalProperties
Previous value: -trueNew value: +false
removedInput schema / properties / policy / properties / deposit / properties / dueIn / required
Removed value: -[
- "unit",
- "value"
-]
addedInput schema / properties / policy / properties / deposit / properties / paymentMethods
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "brands": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "paymentMethodType": {
+ "type": "string"
+ },
+ "recipientAccountReference": {
+ "additionalProperties": false,
+ "properties": {
+ "referenceId": {
+ "type": "string"
+ },
+ "referenceType": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / policy / properties / marketplaceId / enum
Added value: +[
+ "EBAY_AT",
+ "EBAY_AU",
+ "EBAY_BE",
+ "EBAY_CA",
+ "EBAY_CH",
+ "EBAY_CN",
+ "EBAY_CZ",
+ "EBAY_DE",
+ "EBAY_DK",
+ "EBAY_ES",
+ "EBAY_FI",
+ "EBAY_FR",
+ "EBAY_GB",
+ "EBAY_GR",
+ "EBAY_HK",
+ "EBAY_HU",
+ "EBAY_ID",
+ "EBAY_IE",
+ "EBAY_IL",
+ "EBAY_IN",
+ "EBAY_IT",
+ "EBAY_JP",
+ "EBAY_MY",
+ "EBAY_NL",
+ "EBAY_NO",
+ "EBAY_NZ",
+ "EBAY_PE",
+ "EBAY_PH",
+ "EBAY_PL",
+ "EBAY_PR",
+ "EBAY_PT",
+ "EBAY_RU",
+ "EBAY_SE",
+ "EBAY_SG",
+ "EBAY_TH",
+ "EBAY_TW",
+ "EBAY_US",
+ "EBAY_VN",
+ "EBAY_ZA",
+ "EBAY_HALF_US",
+ "EBAY_MOTORS_US"
+]
addedInput schema / properties / policy / properties / paymentMethods / items / $ref
Added value: +"#/properties/policy/properties/deposit/properties/paymentMethods/items"
removedInput schema / properties / policy / properties / paymentMethods / items / additionalProperties
Removed value: -true
removedInput schema / properties / policy / properties / paymentMethods / items / properties
Removed value: -{
- "brands": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "paymentMethodType": {
- "type": "string"
- },
- "recipientAccountReference": {
- "additionalProperties": true,
- "properties": {
- "referenceId": {
- "type": "string"
- },
- "referenceType": {
- "type": "string"
- }
- },
- "type": "object"
- }
-}
removedInput schema / properties / policy / properties / paymentMethods / items / required
Removed value: -[
- "paymentMethodType"
-]
removedInput schema / properties / policy / properties / paymentMethods / items / type
Removed value: -"object"