CampaignSummary class
Represents a summarized campaign information associated with this invoice.
Constructors
- CampaignSummary({String? billingInvoiceCode, String? campaignId, String? preTaxAmountMicros, String? taxAmountMicros, String? totalAmountMicros})
- CampaignSummary.fromJson(Map json_)
Properties
- billingInvoiceCode ↔ String?
-
Campaign billing invoice code.
getter/setter pair
- campaignId ↔ String?
-
Campaign ID.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- preTaxAmountMicros ↔ String?
-
The pre-tax amount for this campaign, in micros of the invoice's currency.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxAmountMicros ↔ String?
-
The tax amount for this campaign, in micros of the invoice's currency.
getter/setter pair
- totalAmountMicros ↔ String?
-
The total amount of charges for this campaign, in micros of the invoice's
currency.
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