Struct google_androidpublisher2::VoidedPurchase [] [src]

pub struct VoidedPurchase {
    pub kind: Option<String>,
    pub voided_time_millis: Option<String>,
    pub purchase_token: Option<String>,
    pub purchase_time_millis: Option<String>,
}

A VoidedPurchase resource indicates a purchase that was either cancelled/refunded/charged-back.

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

Fields

This kind represents a voided purchase object in the androidpublisher service.

The time at which the purchase was cancelled/refunded/charged-back, in milliseconds since the epoch (Jan 1, 1970).

The token that was generated when a purchase was made. This uniquely identifies a purchase.

The time at which the purchase was made, in milliseconds since the epoch (Jan 1, 1970).

Trait Implementations

impl Default for VoidedPurchase
[src]

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

impl Clone for VoidedPurchase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoidedPurchase
[src]

Formats the value using the given formatter.

impl Part for VoidedPurchase
[src]