pub struct PaymentIntentNextActionKonbiniFamilymart {
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 PaymentIntentNextActionKonbiniFamilymart
impl Clone for PaymentIntentNextActionKonbiniFamilymart
Source§fn clone(&self) -> PaymentIntentNextActionKonbiniFamilymart
fn clone(&self) -> PaymentIntentNextActionKonbiniFamilymart
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 PaymentIntentNextActionKonbiniFamilymart
impl FromValueOpt for PaymentIntentNextActionKonbiniFamilymart
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionKonbiniFamilymart
impl RefUnwindSafe for PaymentIntentNextActionKonbiniFamilymart
impl Send for PaymentIntentNextActionKonbiniFamilymart
impl Sync for PaymentIntentNextActionKonbiniFamilymart
impl Unpin for PaymentIntentNextActionKonbiniFamilymart
impl UnwindSafe for PaymentIntentNextActionKonbiniFamilymart
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