com.chargebee.models
Class PaymentSource.CreateUsingPaymentIntentRequest

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

public static class PaymentSource.CreateUsingPaymentIntentRequest
extends Request<PaymentSource.CreateUsingPaymentIntentRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 PaymentSource.CreateUsingPaymentIntentRequest customerId(String customerId)
           
 PaymentSource.CreateUsingPaymentIntentRequest gatewayAccountId(String gatewayAccountId)
           
 PaymentSource.CreateUsingPaymentIntentRequest gwPaymentMethodId(String gwPaymentMethodId)
           
 PaymentSource.CreateUsingPaymentIntentRequest gwToken(String gwToken)
           
 Params params()
           
 PaymentSource.CreateUsingPaymentIntentRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)
           
 
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 PaymentSource.CreateUsingPaymentIntentRequest customerId(String customerId)

gatewayAccountId

public PaymentSource.CreateUsingPaymentIntentRequest gatewayAccountId(String gatewayAccountId)

gwToken

public PaymentSource.CreateUsingPaymentIntentRequest gwToken(String gwToken)

gwPaymentMethodId

public PaymentSource.CreateUsingPaymentIntentRequest gwPaymentMethodId(String gwPaymentMethodId)

replacePrimaryPaymentSource

public PaymentSource.CreateUsingPaymentIntentRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)

params

public Params params()
Overrides:
params in class Request<PaymentSource.CreateUsingPaymentIntentRequest>


Copyright © 2019 ChargeBee. All Rights Reserved.