| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPurchase |
SubscriptionPurchase.clone() |
SubscriptionPurchase |
SubscriptionPurchase.set(java.lang.String fieldName,
java.lang.Object value) |
SubscriptionPurchase |
SubscriptionPurchase.setAutoRenewing(java.lang.Boolean autoRenewing)
Whether the subscription will automatically be renewed when it reaches its current expiry time.
|
SubscriptionPurchase |
SubscriptionPurchase.setCancelReason(java.lang.Integer cancelReason)
The reason why a subscription was cancelled or is not auto-renewing.
|
SubscriptionPurchase |
SubscriptionPurchase.setCountryCode(java.lang.String countryCode)
ISO 3166-1 alpha-2 billing country/region code of the user at the time the subscription was
granted.
|
SubscriptionPurchase |
SubscriptionPurchase.setDeveloperPayload(java.lang.String developerPayload)
A developer-specified string that contains supplemental information about an order.
|
SubscriptionPurchase |
SubscriptionPurchase.setExpiryTimeMillis(java.lang.Long expiryTimeMillis)
Time at which the subscription will expire, in milliseconds since the Epoch.
|
SubscriptionPurchase |
SubscriptionPurchase.setKind(java.lang.String kind)
This kind represents a subscriptionPurchase object in the androidpublisher service.
|
SubscriptionPurchase |
SubscriptionPurchase.setOrderId(java.lang.String orderId)
The order id of the latest recurring order associated with the purchase of the subscription.
|
SubscriptionPurchase |
SubscriptionPurchase.setPaymentState(java.lang.Integer paymentState)
The payment state of the subscription.
|
SubscriptionPurchase |
SubscriptionPurchase.setPriceAmountMicros(java.lang.Long priceAmountMicros)
Price of the subscription, not including tax.
|
SubscriptionPurchase |
SubscriptionPurchase.setPriceCurrencyCode(java.lang.String priceCurrencyCode)
ISO 4217 currency code for the subscription price.
|
SubscriptionPurchase |
SubscriptionPurchase.setStartTimeMillis(java.lang.Long startTimeMillis)
Time at which the subscription was granted, in milliseconds since the Epoch.
|
SubscriptionPurchase |
SubscriptionPurchase.setUserCancellationTimeMillis(java.lang.Long userCancellationTimeMillis)
The time at which the subscription was canceled by the user, in milliseconds since the epoch.
|