GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary class
Details about the invalid activity for the invoice that contain additional details about invoice against which corrections are made.
Constructors
- GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary({String? amountMicros, String? originalAccountBudgetName, String? originalInvoiceId, String? originalMonthOfService, String? originalPurchaseOrderNumber, String? originalYearOfService})
- GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary.fromJson(Map json_)
Properties
- amountMicros ↔ String?
-
Invalid activity amount in micros.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalAccountBudgetName ↔ String?
-
Original account budget name related to this invalid activity credit.
getter/setter pair
- originalInvoiceId ↔ String?
-
Original invoice number related to this invalid activity credit.
getter/setter pair
- originalMonthOfService ↔ String?
-
Original month of service related to this invalid activity credit.
getter/setter pair
- originalPurchaseOrderNumber ↔ String?
-
Original purchase order number related to this invalid activity credit.
getter/setter pair
- originalYearOfService ↔ String?
-
Original year of service related to this invalid activity credit.
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