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 |
businessEntityId(String businessEntityId) |
PaymentIntent.CreateRequest |
currencyCode(String currencyCode) |
PaymentIntent.CreateRequest |
customerId(String customerId) |
PaymentIntent.CreateRequest |
failureUrl(String failureUrl) |
PaymentIntent.CreateRequest |
gatewayAccountId(String gatewayAccountId) |
Params |
params() |
PaymentIntent.CreateRequest |
paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType) |
PaymentIntent.CreateRequest |
referenceId(String referenceId) |
PaymentIntent.CreateRequest |
successUrl(String successUrl) |
header, headers, setIdempotencyKey, uripublic PaymentIntent.CreateRequest businessEntityId(String businessEntityId)
public 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 PaymentIntent.CreateRequest successUrl(String successUrl)
public PaymentIntent.CreateRequest failureUrl(String failureUrl)
public Params params()
params in class Request<PaymentIntent.CreateRequest>Copyright © 2023 ChargeBee. All rights reserved.