ExtendRenewalDateRequest class

The request body containing subscription-renewal-extension data.

Annotations
  • @JsonSerializable()

Constructors

ExtendRenewalDateRequest({required int extendByDays, required int extendReasonCode, required String requestIdentifier})
ExtendRenewalDateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

extendByDays int
The number of days to extend the subscription renewal date. The maximum value is 90 days.
final
extendReasonCode int
The reason code for the subscription date extension.
final
hashCode int
The hash code for this object.
no setterinherited
requestIdentifier String
A string that contains a value you provide to uniquely identify this renewal-date-extension request. The maximum length of the string is 128 characters.
final
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