Skip to content

Commit

Permalink
Changes generated by 844a13c24034c0f82d08f46489c3048f7be4ca20
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Jan 17, 2024
1 parent b83ebad commit 712dc3c
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,12 @@ public BankDetailsLookupCreateRequest create() {
*/
public static final class BankDetailsLookupCreateRequest
extends PostRequest<BankDetailsLookup> {
private String accountHolderName;
private String accountNumber;
private String bankCode;
private String branchCode;
private String countryCode;
private String iban;

/**
* The account holder name associated with the account number (if available). If provided
* and the country code is GB, a payer name verification will be performed.
*/
public BankDetailsLookupCreateRequest withAccountHolderName(String accountHolderName) {
this.accountHolderName = accountHolderName;
return this;
}

/**
* Bank account number - see [local details](#appendix-local-bank-details) for more
* information. Alternatively you can provide an `iban`.
Expand Down

0 comments on commit 712dc3c

Please sign in to comment.