pub struct PaymentIntentNextActionKonbiniStores {
pub familymart: Option<PaymentIntentNextActionKonbiniFamilymart>,
pub lawson: Option<PaymentIntentNextActionKonbiniLawson>,
pub ministop: Option<PaymentIntentNextActionKonbiniMinistop>,
pub seicomart: Option<PaymentIntentNextActionKonbiniSeicomart>,
}
Fields§
§familymart: Option<PaymentIntentNextActionKonbiniFamilymart>
FamilyMart instruction details.
lawson: Option<PaymentIntentNextActionKonbiniLawson>
Lawson instruction details.
ministop: Option<PaymentIntentNextActionKonbiniMinistop>
Ministop instruction details.
seicomart: Option<PaymentIntentNextActionKonbiniSeicomart>
Seicomart instruction details.
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionKonbiniStores
impl Clone for PaymentIntentNextActionKonbiniStores
Source§fn clone(&self) -> PaymentIntentNextActionKonbiniStores
fn clone(&self) -> PaymentIntentNextActionKonbiniStores
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 PaymentIntentNextActionKonbiniStores
impl FromValueOpt for PaymentIntentNextActionKonbiniStores
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionKonbiniStores
impl RefUnwindSafe for PaymentIntentNextActionKonbiniStores
impl Send for PaymentIntentNextActionKonbiniStores
impl Sync for PaymentIntentNextActionKonbiniStores
impl Unpin for PaymentIntentNextActionKonbiniStores
impl UnwindSafe for PaymentIntentNextActionKonbiniStores
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