[][src]Struct google_adsense1d4::Payment

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

payment_amount_currency_code: Option<String>

The currency code for the amount to be paid.

kind: Option<String>

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

payment_amount: Option<String>

The amount to be paid.

id: Option<String>

Unique identifier of this Payment.

payment_date: Option<String>

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

Trait Implementations

impl Resource for Payment[src]

impl Clone for Payment[src]

impl Default for Payment[src]

impl Debug for Payment[src]

impl Serialize for Payment[src]

impl<'de> Deserialize<'de> for Payment[src]

Auto Trait Implementations

impl Send for Payment

impl Sync for Payment

impl Unpin for Payment

impl UnwindSafe for Payment

impl RefUnwindSafe for Payment

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]