@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2002OrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
InlineResponse2002OrderInformationAmountDetails() |
public InlineResponse2002OrderInformationAmountDetails()
public InlineResponse2002OrderInformationAmountDetails authorizedAmount(String authorizedAmount)
public String getAuthorizedAmount()
public void setAuthorizedAmount(String authorizedAmount)
public InlineResponse2002OrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public InlineResponse2002OrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public InlineResponse2002OrderInformationAmountDetails discountAmount(String discountAmount)
public String getDiscountAmount()
public void setDiscountAmount(String discountAmount)
public InlineResponse2002OrderInformationAmountDetails dutyAmount(String dutyAmount)
public String getDutyAmount()
public void setDutyAmount(String dutyAmount)
public InlineResponse2002OrderInformationAmountDetails taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public InlineResponse2002OrderInformationAmountDetails nationalTaxIncluded(String nationalTaxIncluded)
public String getNationalTaxIncluded()
public void setNationalTaxIncluded(String nationalTaxIncluded)
public InlineResponse2002OrderInformationAmountDetails freightAmount(String freightAmount)
public String getFreightAmount()
public void setFreightAmount(String freightAmount)
public InlineResponse2002OrderInformationAmountDetails taxDetails(List<V2paymentsOrderInformationAmountDetailsTaxDetails> taxDetails)
public InlineResponse2002OrderInformationAmountDetails addTaxDetailsItem(V2paymentsOrderInformationAmountDetailsTaxDetails taxDetailsItem)
public List<V2paymentsOrderInformationAmountDetailsTaxDetails> getTaxDetails()
public void setTaxDetails(List<V2paymentsOrderInformationAmountDetailsTaxDetails> taxDetails)
Copyright © 2018. All rights reserved.