pub struct PaymentIntentNextActionKonbini {
pub expires_at: Timestamp,
pub hosted_voucher_url: Option<String>,
pub stores: PaymentIntentNextActionKonbiniStores,
}
Fields§
§expires_at: Timestamp
The timestamp at which the pending Konbini payment expires.
hosted_voucher_url: Option<String>
The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.
stores: PaymentIntentNextActionKonbiniStores
Trait Implementations§
Source§impl Clone for PaymentIntentNextActionKonbini
impl Clone for PaymentIntentNextActionKonbini
Source§fn clone(&self) -> PaymentIntentNextActionKonbini
fn clone(&self) -> PaymentIntentNextActionKonbini
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 PaymentIntentNextActionKonbini
impl FromValueOpt for PaymentIntentNextActionKonbini
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentNextActionKonbini
impl RefUnwindSafe for PaymentIntentNextActionKonbini
impl Send for PaymentIntentNextActionKonbini
impl Sync for PaymentIntentNextActionKonbini
impl Unpin for PaymentIntentNextActionKonbini
impl UnwindSafe for PaymentIntentNextActionKonbini
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