ExtendRenewalDateResponse class

A response that indicates whether the renewal-date extension succeeded and related details.

Annotations
  • @JsonSerializable()

Constructors

ExtendRenewalDateResponse(String effectiveDate, String originalTransactionId, bool success, String webOrderLineItemId)
const
ExtendRenewalDateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

effectiveDate String
The date that the successful subscription-renewal extension begins.
final
hashCode int
The hash code for this object.
no setterinherited
originalTransactionId String
The original transaction identifier of the subscription that experienced a service interruption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
A Boolean value that indicates whether the subscription-renewal-date extension succeeded.
final
webOrderLineItemId String
A unique ID that identifies subscription-purchase events including subscription renewals, across devices.
final

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited