GoogleCloudApigeeV1CreditDeveloperBalanceRequest class
Request for CreditDeveloperBalance.
Constructors
- GoogleCloudApigeeV1CreditDeveloperBalanceRequest({GoogleTypeMoney? transactionAmount, String? transactionId})
- GoogleCloudApigeeV1CreditDeveloperBalanceRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionAmount ↔ GoogleTypeMoney?
-
The amount of money to be credited.
getter/setter pair
- transactionId ↔ String?
-
Each transaction_id uniquely identifies a credit balance request.
getter/setter pair
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