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.
AuditParamsRequest
Namespace
Usage
AuditParamsRequest is an abstract class that holds attributes related to audit parameters such as email, IP address, MAC address, and phone number. This class can't be instantiated on its own. All CommercePayments request classes extend this class.
AuditParamsRequest Constructors
The following are constructors for AuditParamsRequest.
AuditParamsRequest(email, macAddress, ipAddress, phone)
Signature
Parameters
-
email:
Type: String
Email of the client that initiated the request.
-
macAddress:
Type: String
Mac address of the customer’s device. Gateways often use this data in risk checks.
-
ipAddress:
Type: String
The customer’s IP address. Gateways often use this data in risk checks.
-
phone:
Type: String
Phone number of the client that initiated the request.