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)
           
 Params params()
           
 PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)
           
 PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
          Deprecated. 
 PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwToken(String paymentIntentGwToken)
           
 PaymentSource.CreateUsingPaymentIntentRequest paymentIntentId(String paymentIntentId)
           
 PaymentSource.CreateUsingPaymentIntentRequest paymentIntentReferenceId(String paymentIntentReferenceId)
           
 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)

replacePrimaryPaymentSource

public PaymentSource.CreateUsingPaymentIntentRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)

paymentIntentId

public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentId(String paymentIntentId)

paymentIntentGatewayAccountId

public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)

paymentIntentGwToken

public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwToken(String paymentIntentGwToken)

paymentIntentReferenceId

public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentReferenceId(String paymentIntentReferenceId)

paymentIntentGwPaymentMethodId

@Deprecated
public PaymentSource.CreateUsingPaymentIntentRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
Deprecated. 


params

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


Copyright © 2019 ChargeBee. All Rights Reserved.