Skip to content

Commit

Permalink
Changes generated by 2c60a9af95e6ccc87b1922ce6dc28a8d191fe847
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Aug 22, 2024
1 parent 7905ff6 commit e7f5fb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,14 @@ public class BillingRequestResourcesCustomerBankAccount
[JsonProperty("account_type")]
public BillingRequestResourcesCustomerBankAccountAccountType? AccountType { get; set; }

/// <summary>
/// A token to uniquely refer to a set of bank account details. This
/// feature is still in early access and is only available for certain
/// organisations.
/// </summary>
[JsonProperty("bank_account_token")]
public string BankAccountToken { get; set; }

/// <summary>
/// Name of bank, taken from the bank details.
/// </summary>
Expand Down
8 changes: 8 additions & 0 deletions GoCardless/Resources/CustomerBankAccount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ public class CustomerBankAccount
[JsonProperty("account_type")]
public CustomerBankAccountAccountType? AccountType { get; set; }

/// <summary>
/// A token to uniquely refer to a set of bank account details. This
/// feature is still in early access and is only available for certain
/// organisations.
/// </summary>
[JsonProperty("bank_account_token")]
public string BankAccountToken { get; set; }

/// <summary>
/// Name of bank, taken from the bank details.
/// </summary>
Expand Down

0 comments on commit e7f5fb3

Please sign in to comment.