Class SalesforceBancontactPaymentDetails
dw.extensions.payments
Class SalesforceBancontactPaymentDetails
Object
dw.extensions.payments.SalesforcePaymentDetails
dw.extensions.payments.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.

Properties
bankName  :  String  (Read Only)
The bank name, or null if not known.
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
getBankName() : String
Returns the bank name, or null if not known.
getLast4() : String
Returns the last 4 digits of the account number, or null if not known.
Methods inherited from class SalesforcePaymentDetails
Method Detail
getBankName
getBankName() : String
Returns the bank name, or null if not known.
Returns:
bank name

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