Class: Facturama::Models::Cfdi
- Defined in:
- lib/facturama/models/cfdi.rb
Instance Attribute Summary collapse
-
#CertNumber ⇒ Object
Solo Response.
-
#CfdiType ⇒ Object
Solo Response.
-
#Currency ⇒ Object
Solo Response.
-
#CurrencyExchangeRate ⇒ Object
Solo Response.
-
#Date ⇒ Object
Solo Response.
-
#Discount ⇒ Object
Solo Response.
-
#ExchangeRate ⇒ Object
Solo Response.
-
#ExpeditionPlace ⇒ Object
Solo Response.
-
#Exportation ⇒ Object
Solo Response.
-
#Folio ⇒ Object
Solo Response.
-
#GlobalInformation ⇒ Object
Solo Response.
-
#Id ⇒ Object
Solo Response.
-
#Items ⇒ Object
Solo Response.
-
#NameId ⇒ Object
Solo Response.
-
#Observations ⇒ Object
Solo Response.
-
#OrderNumber ⇒ Object
Solo Response.
-
#PaymentAccountNumber ⇒ Object
Solo Response.
-
#PaymentConditions ⇒ Object
Solo Response.
-
#PaymentForm ⇒ Object
Solo Response.
-
#PaymentMethod ⇒ Object
Solo Response.
-
#PaymentTerms ⇒ Object
Solo Response.
-
#Serie ⇒ Object
Solo Response.
-
#Subtotal ⇒ Object
Solo Response.
-
#Total ⇒ Object
Solo Response.
Attributes inherited from Model
Method Summary
Methods inherited from Model
#after_initialize, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data
Constructor Details
This class inherits a constructor from Facturama::Models::Model
Instance Attribute Details
#CertNumber ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def CertNumber @CertNumber end |
#CfdiType ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def CfdiType @CfdiType end |
#Currency ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Currency @Currency end |
#CurrencyExchangeRate ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def CurrencyExchangeRate @CurrencyExchangeRate end |
#Date ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Date @Date end |
#Discount ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Discount @Discount end |
#ExchangeRate ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def ExchangeRate @ExchangeRate end |
#ExpeditionPlace ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def ExpeditionPlace @ExpeditionPlace end |
#Exportation ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Exportation @Exportation end |
#Folio ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Folio @Folio end |
#GlobalInformation ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def GlobalInformation @GlobalInformation end |
#Id ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Id @Id end |
#Items ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Items @Items end |
#NameId ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def NameId @NameId end |
#Observations ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Observations @Observations end |
#OrderNumber ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def OrderNumber @OrderNumber end |
#PaymentAccountNumber ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def PaymentAccountNumber @PaymentAccountNumber end |
#PaymentConditions ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def PaymentConditions @PaymentConditions end |
#PaymentForm ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def PaymentForm @PaymentForm end |
#PaymentMethod ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def PaymentMethod @PaymentMethod end |
#PaymentTerms ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def PaymentTerms @PaymentTerms end |
#Serie ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Serie @Serie end |
#Subtotal ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Subtotal @Subtotal end |
#Total ⇒ Object
Solo Response
34 35 36 |
# File 'lib/facturama/models/cfdi.rb', line 34 def Total @Total end |