Package com.chargebee.models
Class PaymentVoucher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic enum -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optMap, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqMap, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
-
Constructor Details
-
PaymentVoucher
-
PaymentVoucher
public PaymentVoucher(org.json.JSONObject jsonObj)
-
-
Method Details
-
id
-
idAtGateway
-
paymentVoucherType
-
expiresAt
-
status
-
subscriptionId
-
currencyCode
-
amount
-
gatewayAccountId
-
paymentSourceId
-
gateway
-
payload
-
errorCode
-
errorText
-
url
-
date
-
resourceVersion
-
updatedAt
-
customerId
-
linkedInvoices
-
create
-
retrieve
-
payment_vouchersForInvoice
@Deprecated public static PaymentVoucher.PaymentVoucherPaymentVouchersForInvoiceRequest payment_vouchersForInvoice(String id) Deprecated. -
paymentVouchersForInvoice
public static PaymentVoucher.PaymentVoucherPaymentVouchersForInvoiceRequest paymentVouchersForInvoice(String id) -
payment_vouchersForCustomer
@Deprecated public static PaymentVoucher.PaymentVoucherPaymentVouchersForCustomerRequest payment_vouchersForCustomer(String id) Deprecated. -
paymentVouchersForCustomer
public static PaymentVoucher.PaymentVoucherPaymentVouchersForCustomerRequest paymentVouchersForCustomer(String id)
-