Google Play Android Developer API v1 (revision 10)



Uses of Class
com.google.api.services.androidpublisher.model.SubscriptionPurchase

Packages that use SubscriptionPurchase
com.google.api.services.androidpublisher.model   
 

Uses of SubscriptionPurchase in com.google.api.services.androidpublisher.model
 

Methods in com.google.api.services.androidpublisher.model that return SubscriptionPurchase
 SubscriptionPurchase SubscriptionPurchase.setAutoRenewing(Boolean autoRenewing)
          Whether the subscription will automatically be renewed when it reaches its current expiry time.
 SubscriptionPurchase SubscriptionPurchase.setInitiationTimestampMsec(Long initiationTimestampMsec)
          Time at which the subscription was granted, in milliseconds since Epoch.
 SubscriptionPurchase SubscriptionPurchase.setKind(String kind)
          This kind represents a subscriptionPurchase object in the androidpublisher service.
 SubscriptionPurchase SubscriptionPurchase.setValidUntilTimestampMsec(Long validUntilTimestampMsec)
          Time at which the subscription will expire, in milliseconds since Epoch.