VoidedPurchase class
A VoidedPurchase resource indicates a purchase that was either canceled/refunded/charged-back.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
This kind represents a voided purchase object in the androidpublisher
service.
getter/setter pair
- orderId ↔ String?
-
The order id which uniquely identifies a one-time purchase, subscription
purchase, or subscription renewal.
getter/setter pair
- purchaseTimeMillis ↔ String?
-
The time at which the purchase was made, in milliseconds since the epoch
(Jan 1, 1970).
getter/setter pair
- purchaseToken ↔ String?
-
The token which uniquely identifies a one-time purchase or subscription.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- voidedQuantity ↔ int?
-
The voided quantity as the result of a quantity-based partial refund.
getter/setter pair
- voidedReason ↔ int?
-
The reason why the purchase was voided, possible values are: 0.
getter/setter pair
- voidedSource ↔ int?
-
The initiator of voided purchase, possible values are: 0.
getter/setter pair
- voidedTimeMillis ↔ String?
-
The time at which the purchase was canceled/refunded/charged-back, in
milliseconds since the epoch (Jan 1, 1970).
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