public class TaxWithheld extends Resource<TaxWithheld>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxWithheld.PaymentMethod
Deprecated.
|
static class |
TaxWithheld.Type
Deprecated.
|
| Constructor and Description |
|---|
TaxWithheld(org.json.JSONObject jsonObj) |
TaxWithheld(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
amount() |
String |
currencyCode()
Deprecated.
|
Timestamp |
date() |
String |
description() |
BigDecimal |
exchangeRate()
Deprecated.
|
String |
id() |
TaxWithheld.PaymentMethod |
paymentMethod()
Deprecated.
|
String |
referenceNumber() |
Long |
resourceVersion() |
TaxWithheld.Type |
type()
Deprecated.
|
Timestamp |
updatedAt() |
String |
user()
Deprecated.
|
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic TaxWithheld(String jsonStr)
public TaxWithheld(org.json.JSONObject jsonObj)
public String id()
@Deprecated public String user()
public String referenceNumber()
public String description()
@Deprecated public TaxWithheld.Type type()
@Deprecated public TaxWithheld.PaymentMethod paymentMethod()
public Timestamp date()
@Deprecated public String currencyCode()
public Integer amount()
public Long resourceVersion()
public Timestamp updatedAt()
@Deprecated public BigDecimal exchangeRate()
Copyright © 2023 ChargeBee. All rights reserved.