Struct google_androidpublisher2::SubscriptionDeferralInfo [] [src]

pub struct SubscriptionDeferralInfo {
    pub expected_expiry_time_millis: Option<String>,
    pub desired_expiry_time_millis: Option<String>,
}

A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.

This type is not used in any activity, and only used as part of another schema.

Fields

The expected expiry time for the subscription. If the current expiry time for the subscription is not the value specified here, the deferral will not occur.

The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.

Trait Implementations

impl Default for SubscriptionDeferralInfo
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for SubscriptionDeferralInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SubscriptionDeferralInfo
[src]

[src]

Formats the value using the given formatter.

impl Part for SubscriptionDeferralInfo
[src]