dw.extensions.payments
Class SalesforceSepaDebitPaymentDetails
dw.extensions.payments.SalesforceSepaDebitPaymentDetails
Details to a Salesforce Payments payment of type SalesforcePaymentMethod.TYPE_SEPA_DEBIT. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
Properties
last4
:
String
(Read Only)
The last 4 digits of the account number, or
null
if not known.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class
SalesforcePaymentDetails
Methods inherited from class
Object
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
Method Detail
getLast4
getLast4()
:
String
Returns the last 4 digits of the account number, or
null
if not known.
Returns:
last 4 digits of the account number
See Also: