pub struct PaymentIntentNextActionKonbiniSeicomart {
pub confirmation_number: Option<String>,
pub payment_code: String,
}
Fields§
§confirmation_number: Option<String>
The confirmation number.
payment_code: String
The payment code.
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionKonbiniSeicomart
impl Clone for PaymentIntentNextActionKonbiniSeicomart
Source§fn clone(&self) -> PaymentIntentNextActionKonbiniSeicomart
fn clone(&self) -> PaymentIntentNextActionKonbiniSeicomart
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 PaymentIntentNextActionKonbiniSeicomart
impl FromValueOpt for PaymentIntentNextActionKonbiniSeicomart
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionKonbiniSeicomart
impl RefUnwindSafe for PaymentIntentNextActionKonbiniSeicomart
impl Send for PaymentIntentNextActionKonbiniSeicomart
impl Sync for PaymentIntentNextActionKonbiniSeicomart
impl Unpin for PaymentIntentNextActionKonbiniSeicomart
impl UnwindSafe for PaymentIntentNextActionKonbiniSeicomart
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