StripeApiClientV1TerminalLocations class
Constructors
- StripeApiClientV1TerminalLocations({required Client httpClient, required Uri baseUri})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
{required TerminalLocationCreateOptions options}) → Future< TerminalLocation> -
Creates a new
Location
object. For further details, including which address fields are required in each country, see the Manage locations guide. -
delete(
{required String location}) → Future< DeletedTerminalLocation> -
Deletes a
Location
object. -
list(
{String? endingBefore, List< String> ? expand, int? limit, String? startingAfter}) → Future<GetTerminalLocationsResponse> -
Returns a list of
Location
objects. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
{required String location, List< String> ? expand}) → Future<GetTerminalLocationsLocationResponse> -
Retrieves a
Location
object. -
toString(
) → String -
A string representation of this object.
inherited
-
update(
{required String location, TerminalLocationUpdateOptions? options}) → Future< GetTerminalLocationsLocationResponse> -
Updates a
Location
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited