diff --git a/json/CheckoutService-v37.json b/json/CheckoutService-v37.json index d21d673f..8b91cd30 100644 --- a/json/CheckoutService-v37.json +++ b/json/CheckoutService-v37.json @@ -3101,8 +3101,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -3921,6 +3921,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7025,6 +7040,25 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -7510,7 +7544,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -8758,6 +8791,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -8848,6 +8884,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v40.json b/json/CheckoutService-v40.json index dca918d7..7e225932 100644 --- a/json/CheckoutService-v40.json +++ b/json/CheckoutService-v40.json @@ -3242,8 +3242,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4062,6 +4062,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7347,6 +7362,25 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -7832,7 +7866,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9110,6 +9143,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9200,6 +9236,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v41.json b/json/CheckoutService-v41.json index 88f0cfb5..9750be63 100644 --- a/json/CheckoutService-v41.json +++ b/json/CheckoutService-v41.json @@ -3255,8 +3255,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4075,6 +4075,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7360,6 +7375,25 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -7845,7 +7879,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9128,6 +9161,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9218,6 +9254,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v46.json b/json/CheckoutService-v46.json index 9ff40e1f..a87c7f59 100644 --- a/json/CheckoutService-v46.json +++ b/json/CheckoutService-v46.json @@ -3255,8 +3255,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4075,6 +4075,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7360,6 +7375,25 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -7845,7 +7879,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9128,6 +9161,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9218,6 +9254,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v49.json b/json/CheckoutService-v49.json index a50ec995..a6914edd 100644 --- a/json/CheckoutService-v49.json +++ b/json/CheckoutService-v49.json @@ -3264,8 +3264,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4084,6 +4084,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7961,6 +7976,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8482,7 +8525,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9795,6 +9837,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9885,6 +9930,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v50.json b/json/CheckoutService-v50.json index b3e25b3a..d81cd0f5 100644 --- a/json/CheckoutService-v50.json +++ b/json/CheckoutService-v50.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7989,6 +8004,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8510,7 +8553,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9833,6 +9875,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9923,6 +9968,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v51.json b/json/CheckoutService-v51.json index cd27c039..f511a7f8 100644 --- a/json/CheckoutService-v51.json +++ b/json/CheckoutService-v51.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -8001,6 +8016,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8522,7 +8565,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9864,6 +9906,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9954,6 +9999,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v52.json b/json/CheckoutService-v52.json index 62ba0c74..2a0aa16b 100644 --- a/json/CheckoutService-v52.json +++ b/json/CheckoutService-v52.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -8009,6 +8024,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8530,7 +8573,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9877,6 +9919,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9967,6 +10012,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v53.json b/json/CheckoutService-v53.json index 8633cd7b..d946abcd 100644 --- a/json/CheckoutService-v53.json +++ b/json/CheckoutService-v53.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -8009,6 +8024,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8530,7 +8573,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9892,6 +9934,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9982,6 +10027,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v64.json b/json/CheckoutService-v64.json index 069a5eaf..0780e784 100644 --- a/json/CheckoutService-v64.json +++ b/json/CheckoutService-v64.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -8045,6 +8060,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8566,7 +8609,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9947,6 +9989,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -10037,6 +10082,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v65.json b/json/CheckoutService-v65.json index 485195a0..74f6f9a0 100644 --- a/json/CheckoutService-v65.json +++ b/json/CheckoutService-v65.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7955,6 +7970,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8476,7 +8519,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9821,6 +9863,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9911,6 +9956,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v66.json b/json/CheckoutService-v66.json index 86a60b54..8f1a3cfb 100644 --- a/json/CheckoutService-v66.json +++ b/json/CheckoutService-v66.json @@ -3280,8 +3280,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4100,6 +4100,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -7955,6 +7970,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8476,7 +8519,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -9826,6 +9868,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -9916,6 +9961,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v67.json b/json/CheckoutService-v67.json index 2f847a1b..ec577d1f 100644 --- a/json/CheckoutService-v67.json +++ b/json/CheckoutService-v67.json @@ -3422,8 +3422,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4242,6 +4242,21 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -8208,6 +8223,34 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -8729,7 +8772,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -10076,6 +10118,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -10166,6 +10211,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v68.json b/json/CheckoutService-v68.json index c63cbbf6..f56a5414 100644 --- a/json/CheckoutService-v68.json +++ b/json/CheckoutService-v68.json @@ -3721,8 +3721,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4541,6 +4541,26 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -9482,6 +9502,39 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -10028,7 +10081,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -11438,6 +11490,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -11528,6 +11583,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v69.json b/json/CheckoutService-v69.json index f7b19833..40bc603b 100644 --- a/json/CheckoutService-v69.json +++ b/json/CheckoutService-v69.json @@ -3727,8 +3727,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4547,6 +4547,26 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -9607,6 +9627,39 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -10153,7 +10206,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -11653,6 +11705,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -11743,6 +11798,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v70.json b/json/CheckoutService-v70.json index d06c7a12..d3de7803 100644 --- a/json/CheckoutService-v70.json +++ b/json/CheckoutService-v70.json @@ -3839,8 +3839,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4659,6 +4659,26 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -9836,6 +9856,39 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -10420,7 +10473,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -11939,6 +11991,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -12029,6 +12084,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/json/CheckoutService-v71.json b/json/CheckoutService-v71.json index a8513952..c7994564 100644 --- a/json/CheckoutService-v71.json +++ b/json/CheckoutService-v71.json @@ -3839,8 +3839,8 @@ "description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII", "type" : "string" }, - "airline.passenger.telephone_number" : { - "description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", + "airline.passenger.phone_number" : { + "description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters", "type" : "string" }, "airline.passenger.traveller_type" : { @@ -4659,6 +4659,26 @@ ], "type" : "object" }, + "AffirmDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "type" : { + "default" : "affirm", + "description" : "**affirm**", + "enum" : [ + "affirm" + ], + "type" : "string" + } + }, + "title" : "Affirm", + "type" : "object" + }, "AfterpayDetails" : { "additionalProperties" : false, "properties" : { @@ -9660,6 +9680,39 @@ "title" : "PayPal", "type" : "object" }, + "PayPayDetails" : { + "additionalProperties" : false, + "properties" : { + "checkoutAttemptId" : { + "x-addedInVersion" : "68", + "description" : "The checkout attempt identifier.", + "type" : "string" + }, + "recurringDetailReference" : { + "deprecated" : true, + "x-deprecatedInVersion" : "49", + "x-deprecatedMessage" : "Use `storedPaymentMethodId` instead.", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "type" : "string" + }, + "storedPaymentMethodId" : { + "x-addedInVersion" : "49", + "description" : "This is the `recurringDetailReference` returned in the response when you created the token.", + "maxLength" : 64, + "type" : "string" + }, + "type" : { + "default" : "paypay", + "description" : "**paypay**", + "enum" : [ + "paypay" + ], + "type" : "string" + } + }, + "title" : "PayPay", + "type" : "object" + }, "PayToDetails" : { "additionalProperties" : false, "properties" : { @@ -10252,7 +10305,6 @@ "bankTransfer_IBAN", "paybright", "paynow", - "affirm", "affirm_pos", "trustly", "trustlyvector", @@ -11775,6 +11827,9 @@ { "$ref" : "#/components/schemas/AchDetails" }, + { + "$ref" : "#/components/schemas/AffirmDetails" + }, { "$ref" : "#/components/schemas/AfterpayDetails" }, @@ -11865,6 +11920,9 @@ { "$ref" : "#/components/schemas/PayPalDetails" }, + { + "$ref" : "#/components/schemas/PayPayDetails" + }, { "$ref" : "#/components/schemas/PayToDetails" }, diff --git a/yaml/CheckoutService-v37.yaml b/yaml/CheckoutService-v37.yaml index 569100b8..8fdbfcef 100644 --- a/yaml/CheckoutService-v37.yaml +++ b/yaml/CheckoutService-v37.yaml @@ -2303,9 +2303,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3624,6 +3624,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -6523,6 +6534,21 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -6947,7 +6973,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -8271,6 +8296,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -8301,6 +8327,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v40.yaml b/yaml/CheckoutService-v40.yaml index d357d030..3c0f42d1 100644 --- a/yaml/CheckoutService-v40.yaml +++ b/yaml/CheckoutService-v40.yaml @@ -2475,9 +2475,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3796,6 +3796,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -6922,6 +6933,21 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7346,7 +7372,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -8708,6 +8733,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -8738,6 +8764,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v41.yaml b/yaml/CheckoutService-v41.yaml index 9c48a62e..a7d588cd 100644 --- a/yaml/CheckoutService-v41.yaml +++ b/yaml/CheckoutService-v41.yaml @@ -2484,9 +2484,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3805,6 +3805,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -6931,6 +6942,21 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7355,7 +7381,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -8721,6 +8746,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -8751,6 +8777,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v46.yaml b/yaml/CheckoutService-v46.yaml index fa4adaaa..06f48927 100644 --- a/yaml/CheckoutService-v46.yaml +++ b/yaml/CheckoutService-v46.yaml @@ -2484,9 +2484,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3805,6 +3805,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -6931,6 +6942,21 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7355,7 +7381,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -8721,6 +8746,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -8751,6 +8777,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v49.yaml b/yaml/CheckoutService-v49.yaml index 05707418..9847372d 100644 --- a/yaml/CheckoutService-v49.yaml +++ b/yaml/CheckoutService-v49.yaml @@ -2493,9 +2493,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3814,6 +3814,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7436,6 +7447,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7896,7 +7931,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9285,6 +9319,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9315,6 +9350,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v50.yaml b/yaml/CheckoutService-v50.yaml index 9b3c96f0..5587cde3 100644 --- a/yaml/CheckoutService-v50.yaml +++ b/yaml/CheckoutService-v50.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7469,6 +7480,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7929,7 +7964,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9328,6 +9362,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9358,6 +9393,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v51.yaml b/yaml/CheckoutService-v51.yaml index 04e7e182..d8da8d44 100644 --- a/yaml/CheckoutService-v51.yaml +++ b/yaml/CheckoutService-v51.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7481,6 +7492,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7941,7 +7976,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9358,6 +9392,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9388,6 +9423,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v52.yaml b/yaml/CheckoutService-v52.yaml index cbcc3a42..03838d53 100644 --- a/yaml/CheckoutService-v52.yaml +++ b/yaml/CheckoutService-v52.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7489,6 +7500,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7949,7 +7984,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9370,6 +9404,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9400,6 +9435,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v53.yaml b/yaml/CheckoutService-v53.yaml index 8db05064..3ea89ae7 100644 --- a/yaml/CheckoutService-v53.yaml +++ b/yaml/CheckoutService-v53.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7489,6 +7500,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7949,7 +7984,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9383,6 +9417,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9413,6 +9448,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v64.yaml b/yaml/CheckoutService-v64.yaml index b4d5d506..e766b164 100644 --- a/yaml/CheckoutService-v64.yaml +++ b/yaml/CheckoutService-v64.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7534,6 +7545,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7994,7 +8029,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9446,6 +9480,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9476,6 +9511,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v65.yaml b/yaml/CheckoutService-v65.yaml index 0ae39807..fcd0d5dd 100644 --- a/yaml/CheckoutService-v65.yaml +++ b/yaml/CheckoutService-v65.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7424,6 +7435,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7884,7 +7919,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9307,6 +9341,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9337,6 +9372,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v66.yaml b/yaml/CheckoutService-v66.yaml index d4ad3fab..87edfc72 100644 --- a/yaml/CheckoutService-v66.yaml +++ b/yaml/CheckoutService-v66.yaml @@ -2514,9 +2514,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3835,6 +3835,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7424,6 +7435,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -7884,7 +7919,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9311,6 +9345,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9341,6 +9376,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v67.yaml b/yaml/CheckoutService-v67.yaml index 222d5eda..32cd351a 100644 --- a/yaml/CheckoutService-v67.yaml +++ b/yaml/CheckoutService-v67.yaml @@ -2599,9 +2599,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -3920,6 +3920,17 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -7597,6 +7608,30 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -8057,7 +8092,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -9507,6 +9541,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -9537,6 +9572,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v68.yaml b/yaml/CheckoutService-v68.yaml index 233831ef..78d46b62 100644 --- a/yaml/CheckoutService-v68.yaml +++ b/yaml/CheckoutService-v68.yaml @@ -2858,9 +2858,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -4179,6 +4179,21 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -8928,6 +8943,34 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -9408,7 +9451,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -10931,6 +10973,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -10961,6 +11004,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v69.yaml b/yaml/CheckoutService-v69.yaml index 31bed422..5973db8f 100644 --- a/yaml/CheckoutService-v69.yaml +++ b/yaml/CheckoutService-v69.yaml @@ -2866,9 +2866,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -4187,6 +4187,21 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -9055,6 +9070,34 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -9535,7 +9578,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -11154,6 +11196,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -11184,6 +11227,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v70.yaml b/yaml/CheckoutService-v70.yaml index f85259c7..5127866f 100644 --- a/yaml/CheckoutService-v70.yaml +++ b/yaml/CheckoutService-v70.yaml @@ -2949,9 +2949,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -4270,6 +4270,21 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -9258,6 +9273,34 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -9772,7 +9815,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -11414,6 +11456,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -11444,6 +11487,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails' diff --git a/yaml/CheckoutService-v71.yaml b/yaml/CheckoutService-v71.yaml index 1c600199..190d918a 100644 --- a/yaml/CheckoutService-v71.yaml +++ b/yaml/CheckoutService-v71.yaml @@ -2949,9 +2949,9 @@ components: * Encoding: ASCII' type: string - airline.passenger.telephone_number: - description: 'The passenger''s telephone number, including country code. - This is an alphanumeric field that can include the ''+'' and ''-'' signs. + airline.passenger.phone_number: + description: 'The passenger''s phone number, including country code. This + is an alphanumeric field that can include the ''+'' and ''-'' signs. * Encoding: ASCII @@ -4270,6 +4270,21 @@ components: - postalCode - country type: object + AffirmDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + type: + default: affirm + description: '**affirm**' + enum: + - affirm + type: string + title: Affirm + type: object AfterpayDetails: additionalProperties: false properties: @@ -9056,6 +9071,34 @@ components: - type title: PayPal type: object + PayPayDetails: + additionalProperties: false + properties: + checkoutAttemptId: + x-addedInVersion: '68' + description: The checkout attempt identifier. + type: string + recurringDetailReference: + deprecated: true + x-deprecatedInVersion: '49' + x-deprecatedMessage: Use `storedPaymentMethodId` instead. + description: This is the `recurringDetailReference` returned in the response + when you created the token. + type: string + storedPaymentMethodId: + x-addedInVersion: '49' + description: This is the `recurringDetailReference` returned in the response + when you created the token. + maxLength: 64 + type: string + type: + default: paypay + description: '**paypay**' + enum: + - paypay + type: string + title: PayPay + type: object PayToDetails: additionalProperties: false properties: @@ -9580,7 +9623,6 @@ components: - bankTransfer_IBAN - paybright - paynow - - affirm - affirm_pos - trustly - trustlyvector @@ -11226,6 +11268,7 @@ components: description: The type and required details of a payment method to use. oneOf: - $ref: '#/components/schemas/AchDetails' + - $ref: '#/components/schemas/AffirmDetails' - $ref: '#/components/schemas/AfterpayDetails' - $ref: '#/components/schemas/AmazonPayDetails' - $ref: '#/components/schemas/AncvDetails' @@ -11256,6 +11299,7 @@ components: - $ref: '#/components/schemas/PayByBankAISDirectDebitDetails' - $ref: '#/components/schemas/PayByBankDetails' - $ref: '#/components/schemas/PayPalDetails' + - $ref: '#/components/schemas/PayPayDetails' - $ref: '#/components/schemas/PayToDetails' - $ref: '#/components/schemas/PayUUpiDetails' - $ref: '#/components/schemas/PayWithGoogleDetails'