Struct paypal_rust::resources::platform_fee::PlatformFee
source · Fields§
§amount: Money
The fee for this transaction.
payee: PayeeBase
The recipient of the fee for this transaction. If you omit this value, the default is the API caller.
Trait Implementations§
source§impl Clone for PlatformFee
impl Clone for PlatformFee
source§fn clone(&self) -> PlatformFee
fn clone(&self) -> PlatformFee
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PlatformFee
impl Debug for PlatformFee
source§impl Default for PlatformFee
impl Default for PlatformFee
source§fn default() -> PlatformFee
fn default() -> PlatformFee
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlatformFee
impl<'de> Deserialize<'de> for PlatformFee
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more