Skip to content

Commit

Permalink
Changes generated by 4ff1b656ccde21123549a83a1860f023f60a1c47
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-ci-robot[bot] committed Jul 23, 2024
1 parent 70a5dff commit 99e11b1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 33 deletions.
4 changes: 1 addition & 3 deletions GoCardless/Resources/BillingRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,7 @@ public class BillingRequestResourcesCustomer
public class BillingRequestResourcesCustomerBankAccount
{
/// <summary>
/// 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
/// 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).
Expand Down
4 changes: 1 addition & 3 deletions GoCardless/Resources/CustomerBankAccount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ namespace GoCardless.Resources
public class CustomerBankAccount
{
/// <summary>
/// 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
/// 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).
Expand Down
4 changes: 1 addition & 3 deletions GoCardless/Resources/PayerAuthorisation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ public class PayerAuthorisation
public class PayerAuthorisationBankAccount
{
/// <summary>
/// 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
/// 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).
Expand Down
4 changes: 1 addition & 3 deletions GoCardless/Services/BillingRequestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,7 @@ public class BillingRequestCollectBankAccountRequest
{

/// <summary>
/// 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
/// 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).
Expand Down
4 changes: 1 addition & 3 deletions GoCardless/Services/CustomerBankAccountService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ public class CustomerBankAccountCreateRequest : IHasIdempotencyKey
{

/// <summary>
/// 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
/// 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).
Expand Down
11 changes: 5 additions & 6 deletions GoCardless/Services/MandateImportEntryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,11 @@ public class MandateImportEntryBankAccount
{

/// <summary>
/// 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).
/// </summary>
[JsonProperty("account_holder_name")]
public string AccountHolderName { get; set; }
Expand Down
22 changes: 10 additions & 12 deletions GoCardless/Services/PayerAuthorisationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,11 @@ public class PayerAuthorisationBankAccount
{

/// <summary>
/// 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).
/// </summary>
[JsonProperty("account_holder_name")]
public string AccountHolderName { get; set; }
Expand Down Expand Up @@ -613,12 +612,11 @@ public class PayerAuthorisationBankAccount
{

/// <summary>
/// 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).
/// </summary>
[JsonProperty("account_holder_name")]
public string AccountHolderName { get; set; }
Expand Down

0 comments on commit 99e11b1

Please sign in to comment.