| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPurchase |
SubscriptionPurchase.clone() |
SubscriptionPurchase |
SubscriptionPurchase.set(String fieldName,
Object value) |
SubscriptionPurchase |
SubscriptionPurchase.setAutoRenewing(Boolean autoRenewing)
Whether the subscription will automatically be renewed when it reaches its current expiry time.
|
SubscriptionPurchase |
SubscriptionPurchase.setExpiryTimeMillis(Long expiryTimeMillis)
Time at which the subscription will expire, in milliseconds since Epoch.
|
SubscriptionPurchase |
SubscriptionPurchase.setKind(String kind)
This kind represents a subscriptionPurchase object in the androidpublisher service.
|
SubscriptionPurchase |
SubscriptionPurchase.setStartTimeMillis(Long startTimeMillis)
Time at which the subscription was granted, in milliseconds since Epoch.
|