[][src]Struct libstripe::resources::connect::account::BusinessProfile

pub struct BusinessProfile {
    pub mcc: Option<String>,
    pub name: Option<String>,
    pub product_description: Option<String>,
    pub support_address: Option<Address>,
    pub support_email: Option<String>,
    pub support_phone: Option<String>,
    pub support_url: Option<String>,
    pub url: Option<String>,
}

Fields

mcc: Option<String>name: Option<String>product_description: Option<String>support_address: Option<Address>support_email: Option<String>support_phone: Option<String>support_url: Option<String>url: Option<String>

Trait Implementations

impl PartialEq<BusinessProfile> for BusinessProfile[src]

impl Debug for BusinessProfile[src]

impl Serialize for BusinessProfile[src]

impl<'de> Deserialize<'de> for BusinessProfile[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