com.chargebee.models
Class PaymentIntent.CreateRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<PaymentIntent.CreateRequest>
com.chargebee.models.PaymentIntent.CreateRequest
- Enclosing class:
- PaymentIntent
public static class PaymentIntent.CreateRequest
- extends Request<PaymentIntent.CreateRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerId
public PaymentIntent.CreateRequest customerId(String customerId)
amount
public PaymentIntent.CreateRequest amount(Integer amount)
currencyCode
public PaymentIntent.CreateRequest currencyCode(String currencyCode)
gatewayAccountId
public PaymentIntent.CreateRequest gatewayAccountId(String gatewayAccountId)
referenceId
public PaymentIntent.CreateRequest referenceId(String referenceId)
paymentMethodType
public PaymentIntent.CreateRequest paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType)
params
public Params params()
- Overrides:
params in class Request<PaymentIntent.CreateRequest>
Copyright © 2020 ChargeBee. All Rights Reserved.