public class V1PaymentTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1PaymentTax.Builder
Class to build instances of
V1PaymentTax. |
| Constructor and Description |
|---|
V1PaymentTax(List<Error> errors,
String name,
V1Money appliedMoney,
String rate,
String inclusionType,
String feeId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V1Money |
getAppliedMoney()
Getter for AppliedMoney.
|
List<Error> |
getErrors()
Getter for Errors.
|
String |
getFeeId()
Getter for FeeId.
|
String |
getInclusionType()
Getter for InclusionType.
|
String |
getName()
Getter for Name.
|
String |
getRate()
Getter for Rate.
|
int |
hashCode() |
V1PaymentTax.Builder |
toBuilder()
Builds a new
V1PaymentTax.Builder object. |
String |
toString()
Converts this V1PaymentTax into string format.
|
public V1PaymentTax(List<Error> errors, String name, V1Money appliedMoney, String rate, String inclusionType, String feeId)
errors - List of Error value for errors.name - String value for name.appliedMoney - V1Money value for appliedMoney.rate - String value for rate.inclusionType - String value for inclusionType.feeId - String value for feeId.public List<Error> getErrors()
public String getName()
public V1Money getAppliedMoney()
public String getRate()
public String getInclusionType()
public String getFeeId()
public String toString()
public V1PaymentTax.Builder toBuilder()
V1PaymentTax.Builder object.
Creates the instance with the state of the current model.V1PaymentTax.Builder objectCopyright © 2022. All rights reserved.