pub struct Original {
pub amount: String,
pub currency_code: CurrencyCodeChargebacks,
}
Expand description
Chargeback fee before conversion to the payout currency. null
when the chargeback fee is the same as the payout currency.
Fields§
§amount: String
Fee amount for this chargeback in the original currency.
currency_code: CurrencyCodeChargebacks
Three-letter ISO 4217 currency code for chargeback fees.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Original
impl<'de> Deserialize<'de> for Original
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
Auto Trait Implementations§
impl Freeze for Original
impl RefUnwindSafe for Original
impl Send for Original
impl Sync for Original
impl Unpin for Original
impl UnwindSafe for Original
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more