new module:model/DirectDebitProcessorInformation()
Constructs a new DirectDebitProcessorInformation
.
Contains information about a bank that processes a customer's direct debit payments.
Members
(inner) bankBranchCode :String
Type:
- String
(inner) bankCheckDigit :String
Type:
- String
(inner) bankCode :String
Type:
- String
(inner) bankName :String
Type:
- String
(inner) bankTransferAccountName :String
Type:
- String
(inner) bankTransferAccountNumber :String
Type:
- String
(inner) bankTransferType :String
Type:
- String
(inner) country :String
Specifies the country associated with the address.
Type:
- String
(inner) email :String
Type:
- String
(inner) firstName :String
The user's first name. Maximum Length: 50 characters.
Type:
- String
(inner) iBAN :String
Type:
- String
(inner) lastName :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/DirectDebitProcessorInformation}
Constructs a DirectDebitProcessorInformation
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/DirectDebitProcessorInformation | Optional instance to populate. |
Returns:
The populated DirectDebitProcessorInformation
instance.