com.chargebee.models
Class PaymentSource.CreateUsingPaymentIntentRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<PaymentSource.CreateUsingPaymentIntentRequest>
com.chargebee.models.PaymentSource.CreateUsingPaymentIntentRequest
- Enclosing class:
- PaymentSource
public static class PaymentSource.CreateUsingPaymentIntentRequest
- extends Request<PaymentSource.CreateUsingPaymentIntentRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerId
public PaymentSource.CreateUsingPaymentIntentRequest customerId(String customerId)
replacePrimaryPaymentSource
public PaymentSource.CreateUsingPaymentIntentRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)
paymentIntentId
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentId(String paymentIntentId)
paymentIntentGatewayAccountId
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)
paymentIntentGwToken
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwToken(String paymentIntentGwToken)
paymentIntentReferenceId
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentReferenceId(String paymentIntentReferenceId)
paymentIntentGwPaymentMethodId
@Deprecated
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
- Deprecated.
params
public Params params()
- Overrides:
params in class Request<PaymentSource.CreateUsingPaymentIntentRequest>
Copyright © 2019 ChargeBee. All Rights Reserved.