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