Class CustomPricingUnitOverageRateService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.ratecards.CustomPricingUnitOverageRateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String rateCardId, CustomPricingUnitOverageRateCreateParams params) Create a Rate Card Custom Pricing Unit Overage Rate on a Rate Card.create(String rateCardId, CustomPricingUnitOverageRateCreateParams params, RequestOptions options) Create a Rate Card Custom Pricing Unit Overage Rate on a Rate Card.Delete a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.delete(String rateCardId, String id, RequestOptions options) Delete a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.list(String rateCardId, RequestOptions options) List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.list(String rateCardId, CustomPricingUnitOverageRateListParams params) List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.list(String rateCardId, CustomPricingUnitOverageRateListParams params, RequestOptions options) List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.Retrieve a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.retrieve(String rateCardId, String id, RequestOptions options) Retrieve a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomPricingUnitOverageRateService
-
-
Method Details
-
list
public StripeCollection<RateCardCustomPricingUnitOverageRate> list(String rateCardId, CustomPricingUnitOverageRateListParams params) throws StripeException List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.- Throws:
StripeException
-
list
public StripeCollection<RateCardCustomPricingUnitOverageRate> list(String rateCardId, RequestOptions options) throws StripeException List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.- Throws:
StripeException
-
list
public StripeCollection<RateCardCustomPricingUnitOverageRate> list(String rateCardId) throws StripeException List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.- Throws:
StripeException
-
list
public StripeCollection<RateCardCustomPricingUnitOverageRate> list(String rateCardId, CustomPricingUnitOverageRateListParams params, RequestOptions options) throws StripeException List all Rate Card Custom Pricing Unit Overage Rates on a Rate Card.- Throws:
StripeException
-
create
public RateCardCustomPricingUnitOverageRate create(String rateCardId, CustomPricingUnitOverageRateCreateParams params) throws StripeException Create a Rate Card Custom Pricing Unit Overage Rate on a Rate Card.- Throws:
StripeException
-
create
public RateCardCustomPricingUnitOverageRate create(String rateCardId, CustomPricingUnitOverageRateCreateParams params, RequestOptions options) throws StripeException Create a Rate Card Custom Pricing Unit Overage Rate on a Rate Card.- Throws:
StripeException
-
delete
Delete a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.- Throws:
StripeException
-
delete
public DeletedObject delete(String rateCardId, String id, RequestOptions options) throws StripeException Delete a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.- Throws:
StripeException
-
retrieve
public RateCardCustomPricingUnitOverageRate retrieve(String rateCardId, String id) throws StripeException Retrieve a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.- Throws:
StripeException
-
retrieve
public RateCardCustomPricingUnitOverageRate retrieve(String rateCardId, String id, RequestOptions options) throws StripeException Retrieve a Rate Card Custom Pricing Unit Overage Rate from a Rate Card.- Throws:
StripeException
-