Struct clacks::mtproto::payments::paymentReceipt [] [src]

pub struct paymentReceipt {
    pub date: int,
    pub bot_id: int,
    pub invoice: Invoice,
    pub provider_id: int,
    pub info: Option<PaymentRequestedInfo>,
    pub shipping: Option<ShippingOption>,
    pub currency: string,
    pub total_amount: long,
    pub credentials_title: string,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for paymentReceipt
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for paymentReceipt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for paymentReceipt
[src]

[src]

impl BareDeserialize for paymentReceipt
[src]

[src]

impl IntoBoxed for paymentReceipt
[src]

Auto Trait Implementations