| Package | Description |
|---|---|
| com.chargebee.models | |
| com.chargebee.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Taxability |
Customer.taxability() |
| Modifier and Type | Method and Description |
|---|---|
EnumFilter<Taxability,Export.RevenueRecognitionRequest> |
Export.RevenueRecognitionRequest.customerTaxability() |
EnumFilter<Taxability,Export.DeferredRevenueRequest> |
Export.DeferredRevenueRequest.customerTaxability() |
EnumFilter<Taxability,Export.CustomersRequest> |
Export.CustomersRequest.customerTaxability() |
EnumFilter<Taxability,Customer.CustomerListRequest> |
Customer.CustomerListRequest.taxability() |
| Modifier and Type | Method and Description |
|---|---|
HostedPage.CheckoutNewRequest |
HostedPage.CheckoutNewRequest.customerTaxability(Taxability customerTaxability) |
HostedPage.CheckoutOneTimeRequest |
HostedPage.CheckoutOneTimeRequest.customerTaxability(Taxability customerTaxability) |
HostedPage.CheckoutOneTimeForItemsRequest |
HostedPage.CheckoutOneTimeForItemsRequest.customerTaxability(Taxability customerTaxability) |
HostedPage.CheckoutNewForItemsRequest |
HostedPage.CheckoutNewForItemsRequest.customerTaxability(Taxability customerTaxability) |
Estimate.CreateSubscriptionRequest |
Estimate.CreateSubscriptionRequest.customerTaxability(Taxability customerTaxability) |
Estimate.CreateSubItemEstimateRequest |
Estimate.CreateSubItemEstimateRequest.customerTaxability(Taxability customerTaxability) |
Estimate.UpdateSubscriptionRequest |
Estimate.UpdateSubscriptionRequest.customerTaxability(Taxability customerTaxability)
Deprecated.
|
Estimate.UpdateSubscriptionForItemsRequest |
Estimate.UpdateSubscriptionForItemsRequest.customerTaxability(Taxability customerTaxability)
Deprecated.
|
Purchase.EstimateRequest |
Purchase.EstimateRequest.customerTaxability(Taxability customerTaxability) |
Subscription.CreateRequest |
Subscription.CreateRequest.customerTaxability(Taxability customerTaxability) |
Subscription.ImportSubscriptionRequest |
Subscription.ImportSubscriptionRequest.customerTaxability(Taxability customerTaxability) |
Customer.CreateRequest |
Customer.CreateRequest.taxability(Taxability taxability) |
Customer.UpdateRequest |
Customer.UpdateRequest.taxability(Taxability taxability) |
| Modifier and Type | Method and Description |
|---|---|
static Taxability |
Taxability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taxability[] |
Taxability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 ChargeBee. All rights reserved.