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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanA string that contains a unique identifier you provide to track each subscription-renewal-date extension request.Fields that are not recognized for this objectinthashCode()requestIdentifier(String requestIdentifier) voidsetRequestIdentifier(String requestIdentifier) voidsetUnknownFields(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
 
 -