pub struct PaymentFlowsPaymentIntentPresentmentDetails {
pub presentment_amount: i64,
pub presentment_currency: Currency,
}
Fields§
§presentment_amount: i64
Amount intended to be collected by this payment, denominated in presentment_currency
.
presentment_currency: Currency
Currency presented to the customer during payment.
Trait Implementations§
Source§impl Clone for PaymentFlowsPaymentIntentPresentmentDetails
impl Clone for PaymentFlowsPaymentIntentPresentmentDetails
Source§fn clone(&self) -> PaymentFlowsPaymentIntentPresentmentDetails
fn clone(&self) -> PaymentFlowsPaymentIntentPresentmentDetails
Returns a duplicate 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 FromValueOpt for PaymentFlowsPaymentIntentPresentmentDetails
impl FromValueOpt for PaymentFlowsPaymentIntentPresentmentDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentFlowsPaymentIntentPresentmentDetails
impl RefUnwindSafe for PaymentFlowsPaymentIntentPresentmentDetails
impl Send for PaymentFlowsPaymentIntentPresentmentDetails
impl Sync for PaymentFlowsPaymentIntentPresentmentDetails
impl Unpin for PaymentFlowsPaymentIntentPresentmentDetails
impl UnwindSafe for PaymentFlowsPaymentIntentPresentmentDetails
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