dw.extensions.payments
Class SalesforcePaymentsMerchantAccountPaymentMethod
dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod
Contains information about a payment method to be presented to a payer, as configured for a Salesforce Payments
merchant account. See Salesforce Payments documentation for how to gain access and configure it for use on your
sites.
Properties
merchantAccount
:
SalesforcePaymentsMerchantAccount
(Read Only)
The merchant account configured for this payment method.
paymentMethodType
:
String
(Read Only)
The constant indicating the type of payment method to be presented, such as
SalesforcePaymentMethod.TYPE_CARD.
paymentModes
:
Collection
(Read Only)
A collection containing the payment modes for which this payment method is to be presented, such as
"Express".
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getMerchantAccount()
:
SalesforcePaymentsMerchantAccount
Returns the merchant account configured for this payment method.
getPaymentMethodType()
:
String
Returns the constant indicating the type of payment method to be presented, such as SalesforcePaymentMethod.TYPE_CARD.
getPaymentModes()
:
Collection
Returns a collection containing the payment modes for which this payment method is to be presented, such as
"Express".
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
getMerchantAccount
getMerchantAccount()
:
SalesforcePaymentsMerchantAccount
Returns the merchant account configured for this payment method.
Returns:
merchant account
getPaymentMethodType
getPaymentMethodType()
:
String
Returns the constant indicating the type of payment method to be presented, such as
SalesforcePaymentMethod.TYPE_CARD.
Returns:
payment method type
getPaymentModes
getPaymentModes()
:
Collection
Returns a collection containing the payment modes for which this payment method is to be presented, such as
"Express".
Returns:
collection of payment modes
© Copyright 2000-2025, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.