global class CreateOrderPaymentSummaryInputRepresentation {
|
global String orderSummaryId;
|
global String paymentAuthorizationId;
|
global List<String> paymentIds;
|
global CreateOrderPaymentSummaryInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|