Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
EnhancedPaymentDataInput Class
Namespace
Usage
Supported only for third-party payment gateways; not supported for native payments.
EnhancedPaymentDataInput Properties
The following are properties for EnhancedPaymentDataInput.
lineItems
Signature
public List<commercepayments.LineItemInput> lineItems {get; set;}
Property Value
Type: List<commercepayments.LineItemInput>
EnhancedPaymentDataInput Methods
The following are methods for EnhancedPaymentDataInput.
equals(obj)
Signature
public Boolean equals(Object obj)
Parameters
- obj: Type: Object External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Signature
public Integer hashCode()
Return Value
Type: Integer