public class PaymentBalanceActivityTaxOnFeeDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentBalanceActivityTaxOnFeeDetail.Builder
Class to build instances of
PaymentBalanceActivityTaxOnFeeDetail. |
| Modifier | Constructor and Description |
|---|---|
protected |
PaymentBalanceActivityTaxOnFeeDetail(io.apimatic.core.types.OptionalNullable<String> paymentId,
io.apimatic.core.types.OptionalNullable<String> taxRateDescription)
Initialization constructor.
|
|
PaymentBalanceActivityTaxOnFeeDetail(String paymentId,
String taxRateDescription)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPaymentId()
Getter for PaymentId.
|
String |
getTaxRateDescription()
Getter for TaxRateDescription.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPaymentId()
Internal Getter for PaymentId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTaxRateDescription()
Internal Getter for TaxRateDescription.
|
PaymentBalanceActivityTaxOnFeeDetail.Builder |
toBuilder()
Builds a new
PaymentBalanceActivityTaxOnFeeDetail.Builder object. |
String |
toString()
Converts this PaymentBalanceActivityTaxOnFeeDetail into string format.
|
public PaymentBalanceActivityTaxOnFeeDetail(String paymentId, String taxRateDescription)
paymentId - String value for paymentId.taxRateDescription - String value for taxRateDescription.protected PaymentBalanceActivityTaxOnFeeDetail(io.apimatic.core.types.OptionalNullable<String> paymentId, io.apimatic.core.types.OptionalNullable<String> taxRateDescription)
paymentId - String value for paymentId.taxRateDescription - String value for taxRateDescription.protected io.apimatic.core.types.OptionalNullable<String> internalGetPaymentId()
public String getPaymentId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTaxRateDescription()
public String getTaxRateDescription()
public String toString()
public PaymentBalanceActivityTaxOnFeeDetail.Builder toBuilder()
PaymentBalanceActivityTaxOnFeeDetail.Builder object.
Creates the instance with the state of the current model.PaymentBalanceActivityTaxOnFeeDetail.Builder objectCopyright © 2024. All rights reserved.