pub enum ExtraSubFeeType {
Unknown,
TaxPnn,
TaxPph,
CfxFiee,
AutWithholdingTax,
IndGst,
AreVat,
}Variants§
Unknown
TaxPnn
Tax fee, fiat currency to digital currency. Only for Indonesian site
TaxPph
Tax fee, digital currency to fiat currency. Only for Indonesian site
CfxFiee
CFX fee, fiat currency to digital currency. Only for Indonesian site
AutWithholdingTax
EU site withholding tax. Only for EU site
IndGst
Indian GST tax. Only for kyc=Indian users
AreVat
ARE VAT tax. Only for kyc=ARE users
Trait Implementations§
Source§impl Clone for ExtraSubFeeType
impl Clone for ExtraSubFeeType
Source§fn clone(&self) -> ExtraSubFeeType
fn clone(&self) -> ExtraSubFeeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExtraSubFeeType
Source§impl Debug for ExtraSubFeeType
impl Debug for ExtraSubFeeType
Source§impl<'de> Deserialize<'de> for ExtraSubFeeType
impl<'de> Deserialize<'de> for ExtraSubFeeType
Source§fn 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
Source§impl PartialEq for ExtraSubFeeType
impl PartialEq for ExtraSubFeeType
Source§fn eq(&self, other: &ExtraSubFeeType) -> bool
fn eq(&self, other: &ExtraSubFeeType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExtraSubFeeType
impl Serialize for ExtraSubFeeType
impl StructuralPartialEq for ExtraSubFeeType
Auto Trait Implementations§
impl Freeze for ExtraSubFeeType
impl RefUnwindSafe for ExtraSubFeeType
impl Send for ExtraSubFeeType
impl Sync for ExtraSubFeeType
impl Unpin for ExtraSubFeeType
impl UnsafeUnpin for ExtraSubFeeType
impl UnwindSafe for ExtraSubFeeType
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