Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sdk-generation-log/checkout.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"service": "checkout",
"project": "java",
"generatedAt": "2026-07-15T15:00:12Z",
"openapiCommitSha": "8ca5e35a2df8646fbed1793daeba735ebfcb821b",
"automationCommitSha": "4b2dac5566f32cf509a82276044edb353e0a3945",
"libraryCommitSha": "296425916478c4062b8f99f79b75ed0ebc526180"
"generatedAt": "2026-07-22T11:25:22Z",
"openapiCommitSha": "c6f0131e5551226fd523852ff6f5ad1df6c72ee2",
"automationCommitSha": "0c108bd8050cf480d2710b78b770afdfbdd89397",
"libraryCommitSha": "913f166177824e57c26c5f0543b46144219ca6af"
}
33 changes: 21 additions & 12 deletions src/main/java/com/adyen/model/checkout/Agency.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ public Agency() {}

/**
* The reference number for the invoice, issued by the agency. * Encoding: ASCII * minLength: 1
* character * maxLength: 6 characters
* character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
*
* @param invoiceNumber The reference number for the invoice, issued by the agency. * Encoding:
* ASCII * minLength: 1 character * maxLength: 6 characters
* ASCII * minLength: 1 character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
* @return the current {@code Agency} instance, allowing for method chaining
*/
public Agency invoiceNumber(String invoiceNumber) {
Expand All @@ -58,10 +60,12 @@ public Agency invoiceNumber(String invoiceNumber) {

/**
* The reference number for the invoice, issued by the agency. * Encoding: ASCII * minLength: 1
* character * maxLength: 6 characters
* character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
*
* @return invoiceNumber The reference number for the invoice, issued by the agency. * Encoding:
* ASCII * minLength: 1 character * maxLength: 6 characters
* ASCII * minLength: 1 character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
*/
@JsonProperty(JSON_PROPERTY_INVOICE_NUMBER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -71,10 +75,12 @@ public String getInvoiceNumber() {

/**
* The reference number for the invoice, issued by the agency. * Encoding: ASCII * minLength: 1
* character * maxLength: 6 characters
* character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
*
* @param invoiceNumber The reference number for the invoice, issued by the agency. * Encoding:
* ASCII * minLength: 1 character * maxLength: 6 characters
* ASCII * minLength: 1 character * maxLength: 6 characters * **additionalData key:**
* `airline.agency_invoice_number`
*/
@JsonProperty(JSON_PROPERTY_INVOICE_NUMBER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -85,10 +91,11 @@ public void setInvoiceNumber(String invoiceNumber) {

/**
* The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2 characters * maxLength:
* 2 characters
* 2 characters * **additionalData key:** `airline.agency_plan_name`
*
* @param planName The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2
* characters * maxLength: 2 characters
* characters * maxLength: 2 characters * **additionalData key:**
* `airline.agency_plan_name`
* @return the current {@code Agency} instance, allowing for method chaining
*/
public Agency planName(String planName) {
Expand All @@ -99,10 +106,11 @@ public Agency planName(String planName) {

/**
* The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2 characters * maxLength:
* 2 characters
* 2 characters * **additionalData key:** `airline.agency_plan_name`
*
* @return planName The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2
* characters * maxLength: 2 characters
* characters * maxLength: 2 characters * **additionalData key:**
* `airline.agency_plan_name`
*/
@JsonProperty(JSON_PROPERTY_PLAN_NAME)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand All @@ -112,10 +120,11 @@ public String getPlanName() {

/**
* The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2 characters * maxLength:
* 2 characters
* 2 characters * **additionalData key:** `airline.agency_plan_name`
*
* @param planName The two-letter agency plan identifier. * Encoding: ASCII * minLength: 2
* characters * maxLength: 2 characters
* characters * maxLength: 2 characters * **additionalData key:**
* `airline.agency_plan_name`
*/
@JsonProperty(JSON_PROPERTY_PLAN_NAME)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
Expand Down
Loading
Loading