#[repr(u8)]pub enum FormaPagamentoNfce {
Show 16 variants
Dinheiro = 1,
Cheque = 2,
CartaoCredito = 3,
CartaoDebito = 4,
CreditoLoja = 5,
ValeAlimentacao = 10,
ValeRefeicao = 11,
ValePresente = 12,
ValeCombustivel = 13,
BoletoBancario = 15,
DepositoBancario = 16,
Pix = 17,
TransferenciaBancaria = 18,
CashbackDebito = 19,
SemPagamento = 90,
Outros = 99,
}Expand description
Formas de pagamento aceitas em NFC-e
Variants§
Dinheiro = 1
Cheque = 2
CartaoCredito = 3
CartaoDebito = 4
CreditoLoja = 5
ValeAlimentacao = 10
ValeRefeicao = 11
ValePresente = 12
ValeCombustivel = 13
BoletoBancario = 15
DepositoBancario = 16
Pix = 17
TransferenciaBancaria = 18
CashbackDebito = 19
SemPagamento = 90
Outros = 99
Implementations§
Trait Implementations§
Source§impl Clone for FormaPagamentoNfce
impl Clone for FormaPagamentoNfce
Source§fn clone(&self) -> FormaPagamentoNfce
fn clone(&self) -> FormaPagamentoNfce
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 Debug for FormaPagamentoNfce
impl Debug for FormaPagamentoNfce
Source§impl<'de> Deserialize<'de> for FormaPagamentoNfce
impl<'de> Deserialize<'de> for FormaPagamentoNfce
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 FormaPagamentoNfce
impl PartialEq for FormaPagamentoNfce
Source§impl Serialize for FormaPagamentoNfce
impl Serialize for FormaPagamentoNfce
impl Copy for FormaPagamentoNfce
impl StructuralPartialEq for FormaPagamentoNfce
Auto Trait Implementations§
impl Freeze for FormaPagamentoNfce
impl RefUnwindSafe for FormaPagamentoNfce
impl Send for FormaPagamentoNfce
impl Sync for FormaPagamentoNfce
impl Unpin for FormaPagamentoNfce
impl UnsafeUnpin for FormaPagamentoNfce
impl UnwindSafe for FormaPagamentoNfce
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