StripeApiClientV1BillingMeters class
Constructors
- StripeApiClientV1BillingMeters({required Client httpClient, required Uri baseUri})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → StripeApiClientV1BillingMetersId
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
{required BillingMeterCreateOptions options}) → Future< BillingMeter> - Creates a billing meter
-
list(
{String? endingBefore, List< String> ? expand, int? limit, String? startingAfter, BillingMeterStatus? status}) → Future<GetBillingMetersResponse> - Retrieve a list of billing meters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
{required String id, List< String> ? expand}) → Future<BillingMeter> - Retrieves a billing meter given an ID
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
{required String id, BillingMeterUpdateOptions? options}) → Future< BillingMeter> - Updates a billing meter
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited