@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class VasV2PaymentsPost201ResponseTaxInformation extends Object
| Constructor and Description |
|---|
VasV2PaymentsPost201ResponseTaxInformation() |
| Modifier and Type | Method and Description |
|---|---|
VasV2PaymentsPost201ResponseTaxInformation |
commitIndicator(Boolean commitIndicator) |
boolean |
equals(Object o) |
Boolean |
getCommitIndicator()
Indicates whether this is a committed tax transaction.
|
Boolean |
getRefundIndicator()
Indicates whether this is a refund tax transaction.
|
int |
hashCode() |
VasV2PaymentsPost201ResponseTaxInformation |
refundIndicator(Boolean refundIndicator) |
void |
setCommitIndicator(Boolean commitIndicator) |
void |
setRefundIndicator(Boolean refundIndicator) |
String |
toString() |
public VasV2PaymentsPost201ResponseTaxInformation()
public VasV2PaymentsPost201ResponseTaxInformation commitIndicator(Boolean commitIndicator)
public Boolean getCommitIndicator()
public void setCommitIndicator(Boolean commitIndicator)
public VasV2PaymentsPost201ResponseTaxInformation refundIndicator(Boolean refundIndicator)
public Boolean getRefundIndicator()
public void setRefundIndicator(Boolean refundIndicator)
Copyright © 2020. All rights reserved.