Class SalesforceBancontactPaymentDetails
Details to a Salesforce Payments payment of type SalesforcePaymentMethod.TYPE_BANCONTACT. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
| Property | Description |
|---|---|
bankName: String (read-only) | Returns the bank name, or null if not known. |
last4: String (read-only) | Returns the last 4 digits of the account number, or null if not known. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getBankName() | Returns the bank name, or null if not known. |
| getLast4() | Returns the last 4 digits of the account number, or null if not known. |
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
- bankName: String
(read-only) Returns the bank name, or
nullif not known.See Also:
- last4: String
(read-only) Returns the last 4 digits of the account number, or
nullif not known.See Also:
- getBankName(): String
Returns the bank name, or
nullif not known.Returns:
- bank name
See Also:
- getLast4(): String
Returns the last 4 digits of the account number, or
nullif not known.Returns:
- last 4 digits of the account number
See Also: