Class SalesforceIdealPaymentDetails

Details to a Salesforce Payments payment of type SalesforcePaymentMethod.TYPE_IDEAL. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.

Property Summary 

PropertyDescription
bank: String (read-only)Returns the bank used for the payment, or null if not known.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
getBank()Returns the bank used for the payment, or null if not known.

Methods inherited from class SalesforcePaymentDetails 

getType

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

Property Details 

bank 

bank: String (read-only)

Returns the bank used for the payment, or null if not known.

See Also:


Method Details 

getBank() 

getBank(): String

Returns the bank used for the payment, or null if not known.

Returns:

  • bank

See Also:


DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!