pub struct UpdateClientSideTokenClientSessionPatchRequired<'a> {
pub client_token: &'a str,
pub customer_id: &'a str,
pub order_id: &'a str,
pub currency_code: &'a str,
pub amount: Value,
pub metadata: Value,
pub customer: CheckoutCustomerDetailsApiSchema,
pub order: OrderDetailsApiSchema,
pub payment_method: CheckoutPaymentMethodOptionsApiSchema,
}
Fields§
§client_token: &'a str
§customer_id: &'a str
§order_id: &'a str
§currency_code: &'a str
§amount: Value
§metadata: Value
§customer: CheckoutCustomerDetailsApiSchema
§order: OrderDetailsApiSchema
§payment_method: CheckoutPaymentMethodOptionsApiSchema
Auto Trait Implementations§
impl<'a> Freeze for UpdateClientSideTokenClientSessionPatchRequired<'a>
impl<'a> RefUnwindSafe for UpdateClientSideTokenClientSessionPatchRequired<'a>
impl<'a> Send for UpdateClientSideTokenClientSessionPatchRequired<'a>
impl<'a> Sync for UpdateClientSideTokenClientSessionPatchRequired<'a>
impl<'a> Unpin for UpdateClientSideTokenClientSessionPatchRequired<'a>
impl<'a> UnwindSafe for UpdateClientSideTokenClientSessionPatchRequired<'a>
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