global class VoucherWithPriceInput {
|
global String priceField;
|
global Long tokenId;
|
global String walletId;
|
global VoucherWithPriceInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|