pub struct PaymentIntentNextActionDisplayMultibancoDetails {
pub entity: Option<String>,
pub expires_at: Option<Timestamp>,
pub hosted_voucher_url: Option<String>,
pub reference: Option<String>,
}
Fields§
§entity: Option<String>
Entity number associated with this Multibanco payment.
expires_at: Option<Timestamp>
The timestamp at which the Multibanco voucher expires.
hosted_voucher_url: Option<String>
The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.
reference: Option<String>
Reference number associated with this Multibanco payment.
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionDisplayMultibancoDetails
impl Clone for PaymentIntentNextActionDisplayMultibancoDetails
Source§fn clone(&self) -> PaymentIntentNextActionDisplayMultibancoDetails
fn clone(&self) -> PaymentIntentNextActionDisplayMultibancoDetails
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 PaymentIntentNextActionDisplayMultibancoDetails
impl FromValueOpt for PaymentIntentNextActionDisplayMultibancoDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionDisplayMultibancoDetails
impl RefUnwindSafe for PaymentIntentNextActionDisplayMultibancoDetails
impl Send for PaymentIntentNextActionDisplayMultibancoDetails
impl Sync for PaymentIntentNextActionDisplayMultibancoDetails
impl Unpin for PaymentIntentNextActionDisplayMultibancoDetails
impl UnwindSafe for PaymentIntentNextActionDisplayMultibancoDetails
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