pub struct PaymentIntentNextActionDisplayOxxoDetails {
pub expires_after: Option<Timestamp>,
pub hosted_voucher_url: Option<String>,
pub number: Option<String>,
}
Fields§
§expires_after: Option<Timestamp>
The timestamp after which the OXXO voucher expires.
hosted_voucher_url: Option<String>
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.
number: Option<String>
OXXO reference number.
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionDisplayOxxoDetails
impl Clone for PaymentIntentNextActionDisplayOxxoDetails
Source§fn clone(&self) -> PaymentIntentNextActionDisplayOxxoDetails
fn clone(&self) -> PaymentIntentNextActionDisplayOxxoDetails
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 PaymentIntentNextActionDisplayOxxoDetails
impl FromValueOpt for PaymentIntentNextActionDisplayOxxoDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionDisplayOxxoDetails
impl RefUnwindSafe for PaymentIntentNextActionDisplayOxxoDetails
impl Send for PaymentIntentNextActionDisplayOxxoDetails
impl Sync for PaymentIntentNextActionDisplayOxxoDetails
impl Unpin for PaymentIntentNextActionDisplayOxxoDetails
impl UnwindSafe for PaymentIntentNextActionDisplayOxxoDetails
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