Script: Class dw.extensions.SalesforceKlarnaPaymentDetails
Class SalesforceKlarnaPaymentDetails
- Object
- dw.extensions.payments.SalesforcePaymentDetails
- dw.extensions.payments.SalesforceKlarnaPaymentDetails
- dw.extensions.payments.SalesforcePaymentDetails
Details to a Salesforce Payments payment of type SalesforcePaymentMethod.TYPE_KLARNA. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
Properties
paymentMethodCategory : String Read Only
The payment method category 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
getPaymentMethodCategory() : String
Returns the payment method category used for the payment, or null
if not known.
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
getPaymentMethodCategory
getPaymentMethodCategory() : String
Returns the payment method category used for the payment, or null
if not known.
Returns:
payment method category
See Also: