Package com.chargebee.models
Class Subscription.ResumeRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Subscription.ResumeRequest>
com.chargebee.models.Subscription.ResumeRequest
- Enclosing class:
- Subscription
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionchargesHandling(ChargesHandling chargesHandling) params()paymentInitiator(PaymentInitiator paymentInitiator) paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation) paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId) paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId) Deprecated.paymentIntentGwToken(String paymentIntentGwToken) paymentIntentId(String paymentIntentId) paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType) paymentIntentReferenceId(String paymentIntentReferenceId) resumeDate(Timestamp resumeDate) resumeOption(ResumeOption resumeOption) unpaidInvoicesHandling(UnpaidInvoicesHandling unpaidInvoicesHandling) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
resumeOption
-
resumeDate
-
chargesHandling
-
unpaidInvoicesHandling
public Subscription.ResumeRequest unpaidInvoicesHandling(UnpaidInvoicesHandling unpaidInvoicesHandling) -
paymentInitiator
-
paymentIntentId
-
paymentIntentGatewayAccountId
public Subscription.ResumeRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId) -
paymentIntentGwToken
-
paymentIntentPaymentMethodType
public Subscription.ResumeRequest paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType) -
paymentIntentReferenceId
-
paymentIntentGwPaymentMethodId
@Deprecated public Subscription.ResumeRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId) Deprecated. -
paymentIntentAdditionalInformation
public Subscription.ResumeRequest paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation) -
params
- Overrides:
paramsin classRequest<Subscription.ResumeRequest>
-