module:model/DirectDebitProcessorInformation

module:model/DirectDebitProcessorInformation

new module:model/DirectDebitProcessorInformation()

Source:

Constructs a new DirectDebitProcessorInformation.
Contains information about a bank that processes a customer's direct debit payments.

Members

(inner) bankBranchCode :String

Source:
Type:
  • String

(inner) bankCheckDigit :String

Source:
Type:
  • String

(inner) bankCode :String

Source:
Type:
  • String

(inner) bankName :String

Source:
Type:
  • String

(inner) bankTransferAccountName :String

Source:
Type:
  • String

(inner) bankTransferAccountNumber :String

Source:
Type:
  • String

(inner) bankTransferType :String

Source:
Type:
  • String

(inner) country :String

Source:

Specifies the country associated with the address.

Type:
  • String

(inner) email :String

Source:
Type:
  • String

(inner) firstName :String

Source:

The user's first name. Maximum Length: 50 characters.

Type:
  • String

(inner) iBAN :String

Source:
Type:
  • String

(inner) lastName :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/DirectDebitProcessorInformation}

Source:

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.

Type
module:model/DirectDebitProcessorInformation