global class OCIFulfillReservationSingleInputRepresentation {
|
global String actionRequestId;
|
global String externalRefId;
|
global String locationIdentifier;
|
global Double quantity;
|
global String stockKeepingUnit;
|
global OCIFulfillReservationSingleInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|