com.chargebee.models
Class HostedPage.ExtendSubscriptionRequest

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

public static class HostedPage.ExtendSubscriptionRequest
extends Request<HostedPage.ExtendSubscriptionRequest>


Field Summary
 
Fields inherited from class com.chargebee.internal.RequestBase
headers, params, uri
 
Method Summary
 HostedPage.ExtendSubscriptionRequest billingCycle(Integer billingCycle)
           
 HostedPage.ExtendSubscriptionRequest expiry(Integer expiry)
           
 Params params()
           
 HostedPage.ExtendSubscriptionRequest subscriptionId(String subscriptionId)
           
 
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

expiry

public HostedPage.ExtendSubscriptionRequest expiry(Integer expiry)

billingCycle

public HostedPage.ExtendSubscriptionRequest billingCycle(Integer billingCycle)

subscriptionId

public HostedPage.ExtendSubscriptionRequest subscriptionId(String subscriptionId)

params

public Params params()
Overrides:
params in class Request<HostedPage.ExtendSubscriptionRequest>


Copyright © 2019 ChargeBee. All Rights Reserved.