BillingInfo class
The configuration data for an Ad Exchange billing info.
Constructors
- BillingInfo()
- BillingInfo.fromJson(Map _json)
Properties
- accountId ↔ int
-
Account id.
read / write
- accountName ↔ String
-
Account name.
read / write
-
billingId
↔ List<
String> -
A list of adgroup IDs associated with this particular account. These IDs
may show up as part of a realtime bidding BidRequest, which indicates a
bid request for this account.
read / write
- kind ↔ String
-
Resource type.
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited