Struct square_rust::api::models::customer_details::CustomerDetails
source · pub struct CustomerDetails {
pub customer_initiated: Option<bool>,
pub seller_keyed_in: Option<bool>,
}
Expand description
Customer details
Fields§
§customer_initiated: Option<bool>
Indicates whether the customer initiated the payment.
seller_keyed_in: Option<bool>
Inidicates that the seller keyed in payment details on behalf of the customer. This is used to flag payment as Mail Order/Telephone Order (MOTO).
Auto Trait Implementations§
impl RefUnwindSafe for CustomerDetails
impl Send for CustomerDetails
impl Sync for CustomerDetails
impl Unpin for CustomerDetails
impl UnwindSafe for CustomerDetails
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