Package com.apple.itunes.storekit.model
Class MassExtendRenewalDateResponse
java.lang.Object
com.apple.itunes.storekit.model.MassExtendRenewalDateResponse
A response that indicates the server successfully received the subscription-renewal-date extension request.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.Fields that are not recognized for this objectint
hashCode()
requestIdentifier
(String requestIdentifier) void
setRequestIdentifier
(String requestIdentifier) void
setUnknownFields
(Map<String, Object> unknownFields) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
MassExtendRenewalDateResponse
public MassExtendRenewalDateResponse()
-
-
Method Details
-
requestIdentifier
-
getRequestIdentifier
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.- Returns:
- requestIdentifier
- See Also:
-
setRequestIdentifier
-
unknownFields
-
getUnknownFields
Fields that are not recognized for this object- Returns:
- A map of JSON keys to objects
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-