BillingProfilesResource class
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
-
get(String profileId, String id, {String? $fields})
→ Future<BillingProfile>
-
Gets one billing profile by ID.
-
list(String profileId, {String? currencyCode, List<String>? ids, int? maxResults, String? name, bool? onlySuggestion, String? pageToken, String? sortField, String? sortOrder, List<String>? status, List<String>? subaccountIds, String? $fields})
→ Future<BillingProfilesListResponse>
-
Retrieves a list of billing profiles, possibly filtered.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(BillingProfile request, String profileId, {String? $fields})
→ Future<BillingProfile>
-
Updates an existing billing profile.