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)
gatewayAccountId
public PaymentSource.CreateUsingPaymentIntentRequest gatewayAccountId(String gatewayAccountId)
gwToken
public PaymentSource.CreateUsingPaymentIntentRequest gwToken(String gwToken)
gwPaymentMethodId
public PaymentSource.CreateUsingPaymentIntentRequest gwPaymentMethodId(String gwPaymentMethodId)
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)
paymentIntentGwPaymentMethodId
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
params
public Params params()
- Overrides:
params in class Request<PaymentSource.CreateUsingPaymentIntentRequest>
Copyright © 2019 ChargeBee. All Rights Reserved.