EnhancedPaymentDataInput Class
Sends enhanced payment data, including Level 2 and Level 3 fields, to
the gateway adapter as part of the service call.
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)
Maintains the integrity of lists of type EnhancedPaymentDataInput by determining the equality of external objects in a
list. This method is dynamic and based on the equals method in Java.
Signature
public Boolean equals(Object obj)
Parameters
- obj
- Type: Object
- External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Maintains the integrity of lists of type EnhancedPaymentDataInput.
Signature
public Integer hashCode()
Return Value
Type: Integer