global class GatewayLogResponse {
|
global Datetime createdDate;
|
global String gatewayResultCode;
|
global String id;
|
global String interactionStatus;
|
global GatewayLogResponse() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|