Skip to content

Commit

Permalink
Changes generated by bfde415a9d086ba458d5c587b779d30b5896616a
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Jul 23, 2024
1 parent 45d3b29 commit 6103fa6
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 49 deletions.
7 changes: 3 additions & 4 deletions src/main/java/com/gocardless/resources/BillingRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1002,10 +1002,9 @@ private CustomerBankAccount() {
private Map<String, Object> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the
* name stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless
* the request includes a [customer bank account
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
*/
public String getAccountHolderName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ private CustomerBankAccount() {
private Map<String, Object> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name stored
* with the linked [creditor](#core-endpoints-creditors). This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request includes a
* Name of the account holder, as known by the bank. This field will be transliterated, upcased
* and truncated to 18 characters. This field is required unless the request includes a
* [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public String getAccountHolderName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,9 @@ private BankAccount() {
private Map<String, Object> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public String getAccountHolderName() {
return accountHolderName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1505,11 +1505,9 @@ public static final class BillingRequestCollectBankAccountRequest
private String payId;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public BillingRequestCollectBankAccountRequest withAccountHolderName(
String accountHolderName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ public static final class CustomerBankAccountCreateRequest
private Map<String, String> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public CustomerBankAccountCreateRequest withAccountHolderName(String accountHolderName) {
this.accountHolderName = accountHolderName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,9 @@ public MandateImportEntryCreateRequest withBankAccount(BankAccount bankAccount)
}

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public MandateImportEntryCreateRequest withBankAccountAccountHolderName(
String accountHolderName) {
Expand Down Expand Up @@ -583,10 +581,9 @@ public static class BankAccount {
private Map<String, String> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the
* name stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless
* the request includes a [customer bank account
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
*/
public BankAccount withAccountHolderName(String accountHolderName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,9 @@ public PayerAuthorisationCreateRequest withBankAccount(BankAccount bankAccount)
}

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public PayerAuthorisationCreateRequest withBankAccountAccountHolderName(
String accountHolderName) {
Expand Down Expand Up @@ -640,10 +638,9 @@ public static class BankAccount {
private Map<String, String> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the
* name stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless
* the request includes a [customer bank account
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
*/
public BankAccount withAccountHolderName(String accountHolderName) {
Expand Down Expand Up @@ -1011,11 +1008,9 @@ public PayerAuthorisationUpdateRequest withBankAccount(BankAccount bankAccount)
}

/**
* Name of the account holder, as known by the bank. Usually this is the same as the name
* stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless the
* request includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account token](#javascript-flow-customer-bank-account-tokens).
*/
public PayerAuthorisationUpdateRequest withBankAccountAccountHolderName(
String accountHolderName) {
Expand Down Expand Up @@ -1454,10 +1449,9 @@ public static class BankAccount {
private Map<String, String> metadata;

/**
* Name of the account holder, as known by the bank. Usually this is the same as the
* name stored with the linked [creditor](#core-endpoints-creditors). This field will be
* transliterated, upcased and truncated to 18 characters. This field is required unless
* the request includes a [customer bank account
* Name of the account holder, as known by the bank. This field will be transliterated,
* upcased and truncated to 18 characters. This field is required unless the request
* includes a [customer bank account
* token](#javascript-flow-customer-bank-account-tokens).
*/
public BankAccount withAccountHolderName(String accountHolderName) {
Expand Down

0 comments on commit 6103fa6

Please sign in to comment.