[][src]Struct paypal_rs::orders::PaymentInstruction

pub struct PaymentInstruction {
    pub platform_fees: Option<Vec<PlatformFee>>,
    pub disbursement_mode: Option<DisbursementMode>,
}

Any additional payment instructions for PayPal Commerce Platform customers.

Fields

platform_fees: Option<Vec<PlatformFee>>

An array of various fees, commissions, tips, or donations.

disbursement_mode: Option<DisbursementMode>

The funds that are held on behalf of the merchant.

Trait Implementations

impl Debug for PaymentInstruction[src]

impl Default for PaymentInstruction[src]

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

impl Serialize for PaymentInstruction[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.