public static class CustomerBankAccountService.CustomerBankAccountCreateRequest.Links
extends java.lang.Object
Constructor and Description |
---|
CustomerBankAccountService.CustomerBankAccountCreateRequest.Links() |
Modifier and Type | Method and Description |
---|---|
CustomerBankAccountService.CustomerBankAccountCreateRequest.Links |
withCustomer(java.lang.String customer)
ID of the customer that owns this bank account.
|
CustomerBankAccountService.CustomerBankAccountCreateRequest.Links |
withCustomerBankAccountToken(java.lang.String customerBankAccountToken)
ID of a customer bank account token to use in place of bank account parameters.
|
public CustomerBankAccountService.CustomerBankAccountCreateRequest.Links()
public CustomerBankAccountService.CustomerBankAccountCreateRequest.Links withCustomer(java.lang.String customer)
ID of the customer that owns this bank account.
public CustomerBankAccountService.CustomerBankAccountCreateRequest.Links withCustomerBankAccountToken(java.lang.String customerBankAccountToken)
ID of a customer bank account token to use in place of bank account parameters.