Struct paypal_rs::invoice::InvoicerInfo[][src]

pub struct InvoicerInfo {
    pub business_name: String,
    pub name: Option<Name>,
    pub email_address: Option<String>,
    pub phones: Option<Vec<PhoneDetail>>,
    pub website: Option<String>,
    pub tax_id: Option<String>,
    pub additional_notes: Option<String>,
    pub logo_url: Option<String>,
}
Expand description

The invoicer information.

Fields

business_name: String

Required. The business name of the party.

name: Option<Name>

The first and Last name of the recipient.

email_address: Option<String>

The invoicer email address, which must be listed in the user’s PayPal profile. If you omit this value, notifications are sent from and to the primary email address but do not appear on the invoice.

phones: Option<Vec<PhoneDetail>>

An array of invoicer’s phone numbers. The invoicer can choose to hide the phone number on the invoice.

website: Option<String>

The invoicer’s website.

tax_id: Option<String>

The invoicer’s tax ID.

additional_notes: Option<String>

Any additional information. Includes business hours.

logo_url: Option<String>

The full URL to an external logo image. The logo image must not be larger than 250 pixels wide by 90 pixels high.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.