GoogleCloudChannelV1BillingAccount class

Represents a billing account.

Constructors

GoogleCloudChannelV1BillingAccount({String? createTime, String? currencyCode, String? displayName, String? name, String? regionCode})
GoogleCloudChannelV1BillingAccount.fromJson(Map json_)

Properties

createTime String?
The time when this billing account was created.
getter/setter pair
currencyCode String?
The 3-letter currency code defined in ISO 4217.
getter/setter pair
displayName String?
Display name of the billing account.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of the billing account.
getter/setter pair
regionCode String?
The CLDR region code.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited