com.chargebee.models
Class HostedPage
java.lang.Object
com.chargebee.internal.Resource<HostedPage>
com.chargebee.models.HostedPage
public class HostedPage
- extends Resource<HostedPage>
Methods inherited from class com.chargebee.internal.Resource |
nullCheck, optEnum, optInteger, optJSONObject, optList, optLong, optString, optTimestamp, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqTimestamp, toJson, toString, url, url |
HostedPage
public HostedPage(String jsonStr)
HostedPage
public HostedPage(org.json.JSONObject jsonObj)
id
public String id()
type
public HostedPage.Type type()
url
public String url()
state
public HostedPage.State state()
failureReason
public HostedPage.FailureReason failureReason()
passThruContent
public String passThruContent()
createdAt
public Timestamp createdAt()
expiresAt
public Timestamp expiresAt()
checkoutNew
public static HostedPage.CheckoutNewRequest checkoutNew()
throws IOException
- Throws:
IOException
checkoutExisting
public static HostedPage.CheckoutExistingRequest checkoutExisting()
throws IOException
- Throws:
IOException
updateCard
public static HostedPage.UpdateCardRequest updateCard()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
content
public HostedPage.Content content()
Copyright © 2012 ChargeBee. All Rights Reserved.