Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
getApplicationSubscriptionHistory

List<SubscriptionHistory> getApplicationSubscriptionHistory ( String vendorClientId ) throws AccountAPINGException

Returns a list of subscriptions tokens that have been associated with the customers account.  This allows a vendor to identify if a customer has a previous subscription to their application and the status of each subscription.

Parameter nameTypeRequiredDescription

vendorClientId

applicationKey

 

String

(tick)

Vendor client id

 String

 

The unique customer identifier

The unique application identifier                    

Return typeDescription
List<SubscriptionHistory>List of subscription tokens associated with the account

 

ThrowsDescription
AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

 

*Since *