new module:models/AddFundingAccountRequest(account_holder_name, account_number)
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newAddFundingAccountRequest
.
Parameters:
Name | Type | Description |
---|---|---|
account_holder_name |
String | The name as specified on the account. |
account_number |
String | The number or reference that a customer uses to identify the funding account. |
Members
-
static, readonly AccountHolderTypeEnum :String
-
Allowed values for the
account_holder_type
property.Properties:
Name Type Description personal
String value: "personal"
business
String value: "business"
-
static, readonly AccountSubtypeEnum :String
-
Allowed values for the
account_subtype
property.Properties:
Name Type Description savings
String value: "savings"
checking
String value: "checking"
money_market
String value: "money_market"
visa_credit
String value: "visa_credit"
mastercard_credit
String value: "mastercard_credit"
american_express_credit
String value: "american_express_credit"
discover_credit
String value: "discover_credit"
visa_debit
String value: "visa_debit"
mastercard_debit
String value: "mastercard_debit"
discover_debit
String value: "discover_debit"
voyager_fleet
String value: "voyager_fleet"
-
inner aba_routing_number :String
-
The ABA/Routing number for the bank account.
-
inner account_holder_name :String
-
The name as specified on the account.
-
inner account_holder_type :module:models/AddFundingAccountRequest.AccountHolderTypeEnum
-
The type of ownership for the funding account.
-
inner account_number :String
-
The number or reference that a customer uses to identify the funding account.
-
inner account_subtype :module:models/AddFundingAccountRequest.AccountSubtypeEnum
-
The sub type of the funding account.
-
inner address :module:models/FundingAccountAddress
-
-
inner card_cvv_number :String
-
-
inner comments :String
-
Comments that can be used to recollect the operation performed on the resource object.
-
inner custom_fields :Object.<String, String>
-
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.
-
inner expiry_date :String
-
The expiry date for the card. This is to be in the format MM/YY.
-
inner nickname :String
-
The nickname by which a customer might want to identify the account.
Methods
-
static constructFromObject(data, obj) → {module:models/AddFundingAccountRequest}
-
Constructs a
AddFundingAccountRequest
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/AddFundingAccountRequest Optional instance to populate.