public class V1PaymentTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1PaymentTax.Builder
Class to build instances of
V1PaymentTax. |
| Modifier | Constructor and Description |
|---|---|
|
V1PaymentTax(List<Error> errors,
String name,
V1Money appliedMoney,
String rate,
String inclusionType,
String feeId)
Initialization constructor.
|
protected |
V1PaymentTax(io.apimatic.core.types.OptionalNullable<List<Error>> errors,
io.apimatic.core.types.OptionalNullable<String> name,
V1Money appliedMoney,
io.apimatic.core.types.OptionalNullable<String> rate,
String inclusionType,
io.apimatic.core.types.OptionalNullable<String> feeId)
Internal 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() |
protected io.apimatic.core.types.OptionalNullable<List<Error>> |
internalGetErrors()
Internal Getter for Errors.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFeeId()
Internal Getter for FeeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetRate()
Internal Getter for Rate.
|
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.protected V1PaymentTax(io.apimatic.core.types.OptionalNullable<List<Error>> errors, io.apimatic.core.types.OptionalNullable<String> name, V1Money appliedMoney, io.apimatic.core.types.OptionalNullable<String> rate, String inclusionType, io.apimatic.core.types.OptionalNullable<String> feeId)
protected io.apimatic.core.types.OptionalNullable<List<Error>> internalGetErrors()
public List<Error> getErrors()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
public V1Money getAppliedMoney()
protected io.apimatic.core.types.OptionalNullable<String> internalGetRate()
public String getRate()
public String getInclusionType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFeeId()
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 © 2023. All rights reserved.