@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class VasV2PaymentsPost201ResponseOrderInformationTaxDetails extends Object
| Constructor and Description |
|---|
VasV2PaymentsPost201ResponseOrderInformationTaxDetails() |
| Modifier and Type | Method and Description |
|---|---|
VasV2PaymentsPost201ResponseOrderInformationTaxDetails |
amount(String amount) |
boolean |
equals(Object o) |
String |
getAmount()
Amount corresponding to different types of taxes applied.
|
String |
getType()
Allowed tax types: - city - county - state - national - special
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setType(String type) |
String |
toString() |
VasV2PaymentsPost201ResponseOrderInformationTaxDetails |
type(String type) |
public VasV2PaymentsPost201ResponseOrderInformationTaxDetails()
public VasV2PaymentsPost201ResponseOrderInformationTaxDetails type(String type)
public String getType()
public void setType(String type)
public VasV2PaymentsPost201ResponseOrderInformationTaxDetails amount(String amount)
public String getAmount()
public void setAmount(String amount)
Copyright © 2020. All rights reserved.