Class SalesforceKlarnaPaymentDetails

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.

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

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

MethodDescription
getPaymentMethodCategory()Returns the payment method category used for the payment, or null if not known.

getType

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

paymentMethodCategory: String (read-only)

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

See Also:


getPaymentMethodCategory(): String

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

Returns:

  • payment method category

See Also: