1
2
3
4
5
6
7
8
9
10
11
12
| global class StandaloneCreditMemoTaxInputRequest {
| global Double taxAmount;
| global String taxCode;
| global String taxName;
| global Double taxRate;
| global StandaloneCreditMemoTaxInputRequest() { }
| global Object clone() { }
| global Boolean equals(Object obj) { }
| global Integer hashCode() { }
| global String toString() { }
|
| }
|
|