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.
PaymentGatewayProperties Class
Represents gateway-specific properties for a payment.
Namespace
PaymentGatewayProperties Properties
The following are properties for PaymentGatewayProperties.
returnUrl
The return URL for the gateway payment.
Signature
public String returnUrl {get; set;}
Property Value
Type: String
returnUrlValue
The return URL variable for the gateway payment.
Signature
public String returnUrlValue {get; set;}
Property Value
Type: String
callbackUrl
The callback URL for the gateway payment notifications.
Signature
public String callbackUrl {get; set;}
Property Value
Type: String
callbackUrlValue
The callback URL variable for the gateway payment.
Signature
public String callbackUrlValue {get; set;}
Property Value
Type: String