[][src]Struct paypal::ApplicationContext

pub struct ApplicationContext {
    pub brand_name: Option<String>,
    pub locale: String,
    pub landing_page: String,
    pub shipping_preference: ShippingPreference,
    pub user_action: String,
}

Used to customize the payment flow page.

Fields

brand_name: Option<String>

A label that overrides the business name in the merchant's PayPal account on the PayPal checkout pages.

locale: String

The locale of pages that the PayPal payment experience displays. A valid value is AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, or US. A five-character code is also valid for languages in these countries: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, and zh_TW.

landing_page: String

The type of landing page to show on the PayPal site for customer checkout. To use the non-PayPal account landing page, set to Billing. To use the PayPal account log in landing page, set to Login.

shipping_preference: ShippingPreference

The shipping preference.

user_action: String

The user action.

Trait Implementations

impl Debug for ApplicationContext[src]

impl Serialize for ApplicationContext[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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

type Error = Infallible

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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