public static class PaymentIntent.CreateRequest extends Request<PaymentIntent.CreateRequest>
headers, params, uri| Modifier and Type | Method and Description |
|---|---|
PaymentIntent.CreateRequest |
amount(Integer amount) |
PaymentIntent.CreateRequest |
currencyCode(String currencyCode) |
PaymentIntent.CreateRequest |
customerId(String customerId) |
PaymentIntent.CreateRequest |
gatewayAccountId(String gatewayAccountId) |
Params |
params() |
PaymentIntent.CreateRequest |
paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType) |
PaymentIntent.CreateRequest |
referenceId(String referenceId) |
header, headers, uripublic PaymentIntent.CreateRequest customerId(String customerId)
public PaymentIntent.CreateRequest amount(Integer amount)
public PaymentIntent.CreateRequest currencyCode(String currencyCode)
public PaymentIntent.CreateRequest gatewayAccountId(String gatewayAccountId)
public PaymentIntent.CreateRequest referenceId(String referenceId)
public PaymentIntent.CreateRequest paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType)
public Params params()
params in class Request<PaymentIntent.CreateRequest>Copyright © 2020 ChargeBee. All Rights Reserved.