com.chargebee.models
Class PaymentIntent.UpdateRequest

java.lang.Object
  extended by com.chargebee.internal.RequestBase<U>
      extended by com.chargebee.internal.Request<PaymentIntent.UpdateRequest>
          extended by com.chargebee.models.PaymentIntent.UpdateRequest
Enclosing class:
PaymentIntent

public static class PaymentIntent.UpdateRequest
extends Request<PaymentIntent.UpdateRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 PaymentIntent.UpdateRequest amount(Integer amount)
           
 PaymentIntent.UpdateRequest currencyCode(String currencyCode)
           
 PaymentIntent.UpdateRequest gatewayAccountId(String gatewayAccountId)
           
 Params params()
           
 
Methods inherited from class com.chargebee.internal.Request
param, request, request
 
Methods inherited from class com.chargebee.internal.RequestBase
header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

amount

public PaymentIntent.UpdateRequest amount(Integer amount)

currencyCode

public PaymentIntent.UpdateRequest currencyCode(String currencyCode)

gatewayAccountId

public PaymentIntent.UpdateRequest gatewayAccountId(String gatewayAccountId)

params

public Params params()
Overrides:
params in class Request<PaymentIntent.UpdateRequest>


Copyright © 2019 ChargeBee. All Rights Reserved.