com.chargebee.models
Class PaymentIntent.CreateRequest

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 PaymentIntent.CreateRequest amount(Integer amount)
           
 PaymentIntent.CreateRequest currencyCode(String currencyCode)
           
 PaymentIntent.CreateRequest customerId(String customerId)
           
 PaymentIntent.CreateRequest gatewayAccountId(String gatewayAccountId)
           
 Params params()
           
 PaymentIntent.CreateRequest referenceId(String referenceId)
           
 
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

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)

params

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


Copyright © 2019 ChargeBee. All Rights Reserved.