Struct google_adsense1d4::Payment [] [src]

pub struct Payment {
    pub payment_amount_currency_code: Option<String>,
    pub kind: Option<String>,
    pub payment_amount: Option<String>,
    pub id: Option<String>,
    pub payment_date: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The currency code for the amount to be paid.

Kind of resource this is, in this case adsense#payment.

The amount to be paid.

Unique identifier of this Payment.

The date this payment was/will be credited to the user, or none if the payment threshold has not been met.

Trait Implementations

impl Default for Payment
[src]

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

impl Clone for Payment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Payment
[src]

Formats the value using the given formatter.

impl Resource for Payment
[src]