CampaignSummary class Null safety
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.
read / write
- campaignId ↔ String?
-
Campaign ID.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- preTaxAmountMicros ↔ String?
-
The pre-tax amount for this campaign, in micros of the invoice's currency.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- taxAmountMicros ↔ String?
-
The tax amount for this campaign, in micros of the invoice's currency.
read / write
- totalAmountMicros ↔ String?
-
The total amount of charges for this campaign, in micros of the invoice's
currency.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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