public class PaymentReferenceNumber extends Resource<PaymentReferenceNumber>
Modifier and Type | Class and Description |
---|---|
static class |
PaymentReferenceNumber.Type |
Constructor and Description |
---|
PaymentReferenceNumber(org.json.JSONObject jsonObj) |
PaymentReferenceNumber(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
String |
id() |
String |
invoiceId() |
String |
number() |
PaymentReferenceNumber.Type |
type() |
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, uri
public PaymentReferenceNumber(String jsonStr)
public PaymentReferenceNumber(org.json.JSONObject jsonObj)
public String id()
public PaymentReferenceNumber.Type type()
public String number()
public String invoiceId()
Copyright © 2023 ChargeBee. All rights reserved.