public static class PaymentIntent.UpdateRequest extends Request<PaymentIntent.UpdateRequest>
headers, params, uri| Modifier and Type | Method and Description |
|---|---|
PaymentIntent.UpdateRequest |
amount(Integer amount) |
PaymentIntent.UpdateRequest |
currencyCode(String currencyCode) |
PaymentIntent.UpdateRequest |
failureUrl(String failureUrl) |
PaymentIntent.UpdateRequest |
gatewayAccountId(String gatewayAccountId) |
Params |
params() |
PaymentIntent.UpdateRequest |
paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType) |
PaymentIntent.UpdateRequest |
successUrl(String successUrl) |
header, headers, setIdempotencyKey, uripublic PaymentIntent.UpdateRequest amount(Integer amount)
public PaymentIntent.UpdateRequest currencyCode(String currencyCode)
public PaymentIntent.UpdateRequest gatewayAccountId(String gatewayAccountId)
public PaymentIntent.UpdateRequest paymentMethodType(PaymentIntent.PaymentMethodType paymentMethodType)
public PaymentIntent.UpdateRequest successUrl(String successUrl)
public PaymentIntent.UpdateRequest failureUrl(String failureUrl)
public Params params()
params in class Request<PaymentIntent.UpdateRequest>Copyright © 2023 ChargeBee. All rights reserved.