Enum square_api_client::models::enums::TransactionProduct
source · [−]pub enum TransactionProduct {
Register,
ExternalApi,
Billing,
Appointments,
Invoices,
OnlineStore,
Payroll,
Other,
}
Expand description
Indicates the Square product used to process a transaction.
Variants
Register
Square Point of Sale.
ExternalApi
The Square Connect API.
Billing
A Square subscription for one of multiple products.
Appointments
Square Appointments.
Invoices
Square Invoices.
OnlineStore
Square Online Store.
Payroll
Square Payroll.
Other
A Square product that does not match any other value.
Trait Implementations
sourceimpl Clone for TransactionProduct
impl Clone for TransactionProduct
sourcefn clone(&self) -> TransactionProduct
fn clone(&self) -> TransactionProduct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TransactionProduct
impl Debug for TransactionProduct
sourceimpl<'de> Deserialize<'de> for TransactionProduct
impl<'de> Deserialize<'de> for TransactionProduct
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<TransactionProduct> for TransactionProduct
impl PartialEq<TransactionProduct> for TransactionProduct
sourcefn eq(&self, other: &TransactionProduct) -> bool
fn eq(&self, other: &TransactionProduct) -> bool
sourceimpl Serialize for TransactionProduct
impl Serialize for TransactionProduct
impl Eq for TransactionProduct
impl StructuralEq for TransactionProduct
impl StructuralPartialEq for TransactionProduct
Auto Trait Implementations
impl RefUnwindSafe for TransactionProduct
impl Send for TransactionProduct
impl Sync for TransactionProduct
impl Unpin for TransactionProduct
impl UnwindSafe for TransactionProduct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.