Class: FattureInCloud_Ruby_Sdk::IssuedDocument

Inherits:
Object
  • Object
show all
Defined in:
lib/fattureincloud_ruby_sdk/models/issued_document.rb

Defined Under Namespace

Classes: EnumAttributeValidator

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ IssuedDocument

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 553

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::IssuedDocument` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::IssuedDocument`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.key?(:'entity')
    self.entity = attributes[:'entity']
  end

  if attributes.key?(:'type')
    self.type = attributes[:'type']
  else
    self.type = 'invoice'
  end

  if attributes.key?(:'number')
    self.number = attributes[:'number']
  end

  if attributes.key?(:'numeration')
    self.numeration = attributes[:'numeration']
  end

  if attributes.key?(:'date')
    self.date = attributes[:'date']
  end

  if attributes.key?(:'year')
    self.year = attributes[:'year']
  end

  if attributes.key?(:'currency')
    self.currency = attributes[:'currency']
  end

  if attributes.key?(:'language')
    self.language = attributes[:'language']
  end

  if attributes.key?(:'subject')
    self.subject = attributes[:'subject']
  end

  if attributes.key?(:'visible_subject')
    self.visible_subject = attributes[:'visible_subject']
  end

  if attributes.key?(:'rc_center')
    self.rc_center = attributes[:'rc_center']
  end

  if attributes.key?(:'notes')
    self.notes = attributes[:'notes']
  end

  if attributes.key?(:'rivalsa')
    self.rivalsa = attributes[:'rivalsa']
  end

  if attributes.key?(:'cassa')
    self.cassa = attributes[:'cassa']
  end

  if attributes.key?(:'amount_cassa')
    self.amount_cassa = attributes[:'amount_cassa']
  end

  if attributes.key?(:'cassa_taxable')
    self.cassa_taxable = attributes[:'cassa_taxable']
  end

  if attributes.key?(:'amount_cassa_taxable')
    self.amount_cassa_taxable = attributes[:'amount_cassa_taxable']
  end

  if attributes.key?(:'cassa2')
    self.cassa2 = attributes[:'cassa2']
  end

  if attributes.key?(:'amount_cassa2')
    self.amount_cassa2 = attributes[:'amount_cassa2']
  end

  if attributes.key?(:'cassa2_taxable')
    self.cassa2_taxable = attributes[:'cassa2_taxable']
  end

  if attributes.key?(:'amount_cassa2_taxable')
    self.amount_cassa2_taxable = attributes[:'amount_cassa2_taxable']
  end

  if attributes.key?(:'global_cassa_taxable')
    self.global_cassa_taxable = attributes[:'global_cassa_taxable']
  end

  if attributes.key?(:'amount_global_cassa_taxable')
    self.amount_global_cassa_taxable = attributes[:'amount_global_cassa_taxable']
  end

  if attributes.key?(:'withholding_tax')
    self.withholding_tax = attributes[:'withholding_tax']
  end

  if attributes.key?(:'withholding_tax_taxable')
    self.withholding_tax_taxable = attributes[:'withholding_tax_taxable']
  end

  if attributes.key?(:'other_withholding_tax')
    self.other_withholding_tax = attributes[:'other_withholding_tax']
  end

  if attributes.key?(:'stamp_duty')
    self.stamp_duty = attributes[:'stamp_duty']
  end

  if attributes.key?(:'payment_method')
    self.payment_method = attributes[:'payment_method']
  end

  if attributes.key?(:'use_split_payment')
    self.use_split_payment = attributes[:'use_split_payment']
  end

  if attributes.key?(:'use_gross_prices')
    self.use_gross_prices = attributes[:'use_gross_prices']
  end

  if attributes.key?(:'e_invoice')
    self.e_invoice = attributes[:'e_invoice']
  end

  if attributes.key?(:'ei_data')
    self.ei_data = attributes[:'ei_data']
  end

  if attributes.key?(:'ei_cassa_type')
    self.ei_cassa_type = attributes[:'ei_cassa_type']
  end

  if attributes.key?(:'ei_cassa2_type')
    self.ei_cassa2_type = attributes[:'ei_cassa2_type']
  end

  if attributes.key?(:'ei_withholding_tax_causal')
    self.ei_withholding_tax_causal = attributes[:'ei_withholding_tax_causal']
  end

  if attributes.key?(:'ei_other_withholding_tax_type')
    self.ei_other_withholding_tax_type = attributes[:'ei_other_withholding_tax_type']
  end

  if attributes.key?(:'ei_other_withholding_tax_causal')
    self.ei_other_withholding_tax_causal = attributes[:'ei_other_withholding_tax_causal']
  end

  if attributes.key?(:'items_list')
    if (value = attributes[:'items_list']).is_a?(Array)
      self.items_list = value
    end
  end

  if attributes.key?(:'payments_list')
    if (value = attributes[:'payments_list']).is_a?(Array)
      self.payments_list = value
    end
  end

  if attributes.key?(:'template')
    self.template = attributes[:'template']
  end

  if attributes.key?(:'delivery_note_template')
    self.delivery_note_template = attributes[:'delivery_note_template']
  end

  if attributes.key?(:'acc_inv_template')
    self.acc_inv_template = attributes[:'acc_inv_template']
  end

  if attributes.key?(:'h_margins')
    self.h_margins = attributes[:'h_margins']
  end

  if attributes.key?(:'v_margins')
    self.v_margins = attributes[:'v_margins']
  end

  if attributes.key?(:'show_payments')
    self.show_payments = attributes[:'show_payments']
  end

  if attributes.key?(:'show_payment_method')
    self.show_payment_method = attributes[:'show_payment_method']
  end

  if attributes.key?(:'show_totals')
    self.show_totals = attributes[:'show_totals']
  else
    self.show_totals = 'all'
  end

  if attributes.key?(:'show_notification_button')
    self.show_notification_button = attributes[:'show_notification_button']
  end

  if attributes.key?(:'show_tspay_button')
    self.show_tspay_button = attributes[:'show_tspay_button']
  end

  if attributes.key?(:'delivery_note')
    self.delivery_note = attributes[:'delivery_note']
  end

  if attributes.key?(:'accompanying_invoice')
    self.accompanying_invoice = attributes[:'accompanying_invoice']
  end

  if attributes.key?(:'dn_number')
    self.dn_number = attributes[:'dn_number']
  end

  if attributes.key?(:'dn_date')
    self.dn_date = attributes[:'dn_date']
  end

  if attributes.key?(:'dn_ai_packages_number')
    self.dn_ai_packages_number = attributes[:'dn_ai_packages_number']
  end

  if attributes.key?(:'dn_ai_weight')
    self.dn_ai_weight = attributes[:'dn_ai_weight']
  end

  if attributes.key?(:'dn_ai_causal')
    self.dn_ai_causal = attributes[:'dn_ai_causal']
  end

  if attributes.key?(:'dn_ai_destination')
    self.dn_ai_destination = attributes[:'dn_ai_destination']
  end

  if attributes.key?(:'dn_ai_transporter')
    self.dn_ai_transporter = attributes[:'dn_ai_transporter']
  end

  if attributes.key?(:'dn_ai_notes')
    self.dn_ai_notes = attributes[:'dn_ai_notes']
  end

  if attributes.key?(:'is_marked')
    self.is_marked = attributes[:'is_marked']
  end

  if attributes.key?(:'amount_net')
    self.amount_net = attributes[:'amount_net']
  end

  if attributes.key?(:'amount_vat')
    self.amount_vat = attributes[:'amount_vat']
  end

  if attributes.key?(:'amount_gross')
    self.amount_gross = attributes[:'amount_gross']
  end

  if attributes.key?(:'amount_due_discount')
    self.amount_due_discount = attributes[:'amount_due_discount']
  end

  if attributes.key?(:'amount_rivalsa')
    self.amount_rivalsa = attributes[:'amount_rivalsa']
  end

  if attributes.key?(:'amount_rivalsa_taxable')
    self.amount_rivalsa_taxable = attributes[:'amount_rivalsa_taxable']
  end

  if attributes.key?(:'amount_withholding_tax')
    self.amount_withholding_tax = attributes[:'amount_withholding_tax']
  end

  if attributes.key?(:'amount_withholding_tax_taxable')
    self.amount_withholding_tax_taxable = attributes[:'amount_withholding_tax_taxable']
  end

  if attributes.key?(:'amount_other_withholding_tax')
    self.amount_other_withholding_tax = attributes[:'amount_other_withholding_tax']
  end

  if attributes.key?(:'amount_other_withholding_tax_taxable')
    self.amount_other_withholding_tax_taxable = attributes[:'amount_other_withholding_tax_taxable']
  end

  if attributes.key?(:'amount_enasarco_taxable')
    self.amount_enasarco_taxable = attributes[:'amount_enasarco_taxable']
  end

  if attributes.key?(:'extra_data')
    self.extra_data = attributes[:'extra_data']
  end

  if attributes.key?(:'seen_date')
    self.seen_date = attributes[:'seen_date']
  end

  if attributes.key?(:'next_due_date')
    self.next_due_date = attributes[:'next_due_date']
  end

  if attributes.key?(:'url')
    self.url = attributes[:'url']
  end

  if attributes.key?(:'dn_url')
    self.dn_url = attributes[:'dn_url']
  end

  if attributes.key?(:'ai_url')
    self.ai_url = attributes[:'ai_url']
  end

  if attributes.key?(:'attachment_url')
    self.attachment_url = attributes[:'attachment_url']
  end

  if attributes.key?(:'attachment_token')
    self.attachment_token = attributes[:'attachment_token']
  end

  if attributes.key?(:'ei_raw')
    self.ei_raw = attributes[:'ei_raw']
  end

  if attributes.key?(:'ei_status')
    self.ei_status = attributes[:'ei_status']
  end

  if attributes.key?(:'locked')
    self.locked = attributes[:'locked']
  end

  if attributes.key?(:'created_at')
    self.created_at = attributes[:'created_at']
  end

  if attributes.key?(:'updated_at')
    self.updated_at = attributes[:'updated_at']
  end
end

Instance Attribute Details

#acc_inv_templateObject

Returns the value of attribute acc_inv_template.



134
135
136
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 134

def acc_inv_template
  @acc_inv_template
end

#accompanying_invoiceObject

Issued document has an accompanying invoice



160
161
162
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 160

def accompanying_invoice
  @accompanying_invoice
end

#ai_urlObject

Temporary
Read Only

Issued document url of the accompanying invoice PDF file



237
238
239
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 237

def ai_url
  @ai_url
end

#amount_cassaObject

Read Only

Issued document cassa amount.



60
61
62
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 60

def amount_cassa
  @amount_cassa
end

#amount_cassa2Object

Read Only

Issued document cassa2 amount



72
73
74
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 72

def amount_cassa2
  @amount_cassa2
end

#amount_cassa2_taxableObject

Can be set only if cassa2_taxable is NULL

Issued document cassa2 taxable amount



78
79
80
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 78

def amount_cassa2_taxable
  @amount_cassa2_taxable
end

#amount_cassa_taxableObject

Can be set only if cassa_taxable is NULL

Issued document cassa taxable amount



66
67
68
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 66

def amount_cassa_taxable
  @amount_cassa_taxable
end

#amount_due_discountObject

Issued document amount due discount



199
200
201
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 199

def amount_due_discount
  @amount_due_discount
end

#amount_enasarco_taxableObject

Issued document taxable enasarco amount



220
221
222
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 220

def amount_enasarco_taxable
  @amount_enasarco_taxable
end

#amount_global_cassa_taxableObject

Can be set only if global_cassa_taxable is NULL

Issued document global cassa taxable amount



84
85
86
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 84

def amount_global_cassa_taxable
  @amount_global_cassa_taxable
end

#amount_grossObject

Read Only

Issued document total gross amount



196
197
198
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 196

def amount_gross
  @amount_gross
end

#amount_netObject

Read only

Issued document total net amount



190
191
192
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 190

def amount_net
  @amount_net
end

#amount_other_withholding_taxObject

Read Only

Issued document other withholding tax amount (altra ritenuta)



214
215
216
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 214

def amount_other_withholding_tax
  @amount_other_withholding_tax
end

#amount_other_withholding_tax_taxableObject

Issued document taxable other withholding tax amount



217
218
219
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 217

def amount_other_withholding_tax_taxable
  @amount_other_withholding_tax_taxable
end

#amount_rivalsaObject

Read Only

Issued document rivalsa amount



202
203
204
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 202

def amount_rivalsa
  @amount_rivalsa
end

#amount_rivalsa_taxableObject

Issued document taxable rivalsa amount



205
206
207
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 205

def amount_rivalsa_taxable
  @amount_rivalsa_taxable
end

#amount_vatObject

Read Only

Issued document total vat amount



193
194
195
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 193

def amount_vat
  @amount_vat
end

#amount_withholding_taxObject

Read Only

Issued document withholding tax amount (ritenuta d’acconto).



208
209
210
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 208

def amount_withholding_tax
  @amount_withholding_tax
end

#amount_withholding_tax_taxableObject

Issued document taxable withholding tax amount



211
212
213
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 211

def amount_withholding_tax_taxable
  @amount_withholding_tax_taxable
end

#attachment_tokenObject

Write Only

Issued document attachment token returned by POST /issued_documents/attachment



243
244
245
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 243

def attachment_token
  @attachment_token
end

#attachment_urlObject

Temporary
Read Only

Issued document url of the attached file



240
241
242
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 240

def attachment_url
  @attachment_url
end

#cassaObject

Issued document "Cassa previdenziale" percentual value



57
58
59
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 57

def cassa
  @cassa
end

#cassa2Object

Issued document "Cassa previdenziale 2" percentual value



69
70
71
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 69

def cassa2
  @cassa2
end

#cassa2_taxableObject

Issued document cassa2 taxable percentage



75
76
77
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 75

def cassa2_taxable
  @cassa2_taxable
end

#cassa_taxableObject

Issued document cassa taxable percentage



63
64
65
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 63

def cassa_taxable
  @cassa_taxable
end

#created_atObject

Issued document creation date



255
256
257
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 255

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



37
38
39
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 37

def currency
  @currency
end

#dateObject

Issued document date [defaults to today’s date]



32
33
34
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 32

def date
  @date
end

#delivery_noteObject

Issued document has delivery note



157
158
159
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 157

def delivery_note
  @delivery_note
end

#delivery_note_templateObject

Returns the value of attribute delivery_note_template.



132
133
134
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 132

def delivery_note_template
  @delivery_note_template
end

#dn_ai_causalObject

Issued document attached delivery note causal



175
176
177
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 175

def dn_ai_causal
  @dn_ai_causal
end

#dn_ai_destinationObject

Issued document attached delivery note destination



178
179
180
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 178

def dn_ai_destination
  @dn_ai_destination
end

#dn_ai_notesObject

Issued document attached delivery note notes



184
185
186
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 184

def dn_ai_notes
  @dn_ai_notes
end

#dn_ai_packages_numberObject

Issued document attached delivery note number of packages



169
170
171
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 169

def dn_ai_packages_number
  @dn_ai_packages_number
end

#dn_ai_transporterObject

Issued document attached delivery note transporter



181
182
183
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 181

def dn_ai_transporter
  @dn_ai_transporter
end

#dn_ai_weightObject

Issued document attached delivery note package weight



172
173
174
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 172

def dn_ai_weight
  @dn_ai_weight
end

#dn_dateObject

Issued document attached delivery note date



166
167
168
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 166

def dn_date
  @dn_date
end

#dn_numberObject

Issued document attached delivery note number



163
164
165
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 163

def dn_number
  @dn_number
end

#dn_urlObject

Temporary
Read Only

Issued document url of the attached delivery note PDF file



234
235
236
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 234

def dn_url
  @dn_url
end

#e_invoiceObject

Issued document is an e-invoice.



107
108
109
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 107

def e_invoice
  @e_invoice
end

#ei_cassa2_typeObject

E-invoice cassa2 type



115
116
117
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 115

def ei_cassa2_type
  @ei_cassa2_type
end

#ei_cassa_typeObject

E-invoice cassa type



112
113
114
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 112

def ei_cassa_type
  @ei_cassa_type
end

#ei_dataObject

Returns the value of attribute ei_data.



109
110
111
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 109

def ei_data
  @ei_data
end

#ei_other_withholding_tax_causalObject

E-invoice other withholding tax causal



124
125
126
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 124

def ei_other_withholding_tax_causal
  @ei_other_withholding_tax_causal
end

#ei_other_withholding_tax_typeObject

E-invoice other withholding tax type



121
122
123
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 121

def ei_other_withholding_tax_type
  @ei_other_withholding_tax_type
end

#ei_rawObject

Issued document advanced raw attributes for e-invoices



246
247
248
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 246

def ei_raw
  @ei_raw
end

#ei_statusObject

Read only

Status of the e-invoice. * attempt - We are trying to send the invoice, please wait up to 2 hours * missing - The invoice is missing * not_sent - The invoice has yet to be sent * sent - The invoice was sent * pending - The checks for the digital signature and sending are in progress * processing - The SDI is delivering the invoice to the customer * error - An error occurred while handling the invoice, please try to resend it or contact support * discarded - The invoice has been rejected by the SDI, so it must be corrected and re-sent * not_delivered - The SDI was unable to deliver the invoice * accepted - The customer accepted the invoice * rejected - The customer rejected the invoice, so it must be corrected * no_response - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice * manual_accepted - The customer accepted the invoice * manual_rejected - The customer rejected the invoice



249
250
251
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 249

def ei_status
  @ei_status
end

#ei_withholding_tax_causalObject

E-invoice withholding tax causal



118
119
120
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 118

def ei_withholding_tax_causal
  @ei_withholding_tax_causal
end

#entityObject

Returns the value of attribute entity.



21
22
23
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 21

def entity
  @entity
end

#extra_dataObject

Returns the value of attribute extra_data.



222
223
224
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 222

def extra_data
  @extra_data
end

#global_cassa_taxableObject

Issued document global cassa taxable percentage



81
82
83
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 81

def global_cassa_taxable
  @global_cassa_taxable
end

#h_marginsObject

Issued document PDF horizontal margins



137
138
139
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 137

def h_margins
  @h_margins
end

#idObject

Issued document id



19
20
21
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 19

def id
  @id
end

#is_markedObject

Issued document is marked



187
188
189
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 187

def is_marked
  @is_marked
end

#items_listObject

Returns the value of attribute items_list.



126
127
128
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 126

def items_list
  @items_list
end

#languageObject

Returns the value of attribute language.



39
40
41
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 39

def language
  @language
end

#lockedObject

Issued Document can’t be edited



252
253
254
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 252

def locked
  @locked
end

#next_due_dateObject

Issued document date of the next not paid payment



228
229
230
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 228

def next_due_date
  @next_due_date
end

#notesObject

Issued document extra notes



51
52
53
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 51

def notes
  @notes
end

#numberObject

Issued document number [If not specified, next number is used]



26
27
28
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 26

def number
  @number
end

#numerationObject

Issued document numeration [Not available if type=delivery_note]



29
30
31
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 29

def numeration
  @numeration
end

#other_withholding_taxObject

Issued document other withholding tax (altra ritenuta) percentual value



93
94
95
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 93

def other_withholding_tax
  @other_withholding_tax
end

#payment_methodObject

Returns the value of attribute payment_method.



98
99
100
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 98

def payment_method
  @payment_method
end

#payments_listObject

Returns the value of attribute payments_list.



128
129
130
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 128

def payments_list
  @payments_list
end

#rc_centerObject

Issued document revenue center [or cost center if type=supplier_order].



48
49
50
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 48

def rc_center
  @rc_center
end

#rivalsaObject

Issued document "Rivalsa INPS" percentual value



54
55
56
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 54

def rivalsa
  @rivalsa
end

#seen_dateObject

Issued document seen date



225
226
227
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 225

def seen_date
  @seen_date
end

#show_notification_buttonObject

Show notification button in the PDF



151
152
153
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 151

def show_notification_button
  @show_notification_button
end

#show_payment_methodObject

Show the payment method details on the document



146
147
148
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 146

def show_payment_method
  @show_payment_method
end

#show_paymentsObject

Show the expiration dates of the payments on the document



143
144
145
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 143

def show_payments
  @show_payments
end

#show_totalsObject

Returns the value of attribute show_totals.



148
149
150
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 148

def show_totals
  @show_totals
end

#show_tspay_buttonObject

Show ts pay button in the PDF



154
155
156
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 154

def show_tspay_button
  @show_tspay_button
end

#stamp_dutyObject

Issued document stamp duty value [0 if not present]



96
97
98
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 96

def stamp_duty
  @stamp_duty
end

#subjectObject

Issued document subject



42
43
44
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 42

def subject
  @subject
end

#templateObject

Returns the value of attribute template.



130
131
132
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 130

def template
  @template
end

#typeObject

Returns the value of attribute type.



23
24
25
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 23

def type
  @type
end

#updated_atObject

Issued document last update date



258
259
260
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 258

def updated_at
  @updated_at
end

#urlObject

Temporary
Read Only

Issued document url of the document PDF file



231
232
233
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 231

def url
  @url
end

#use_gross_pricesObject

Issued document uses gross prices



104
105
106
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 104

def use_gross_prices
  @use_gross_prices
end

#use_split_paymentObject

Issued document uses split payment



101
102
103
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 101

def use_split_payment
  @use_split_payment
end

#v_marginsObject

Issued document PDF vertical margins



140
141
142
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 140

def v_margins
  @v_margins
end

#visible_subjectObject

Issued document visible subject



45
46
47
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 45

def visible_subject
  @visible_subject
end

#withholding_taxObject

Issued document withholding tax (ritenuta d’acconto) percentual value



87
88
89
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 87

def withholding_tax
  @withholding_tax
end

#withholding_tax_taxableObject

Issued document withholding tax taxable (imponibile) percentual value



90
91
92
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 90

def withholding_tax_taxable
  @withholding_tax_taxable
end

#yearObject

Issued document year



35
36
37
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 35

def year
  @year
end

Class Method Details

._deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1073

def self._deserialize(type, value)
  case type.to_sym
  when :Time
    Time.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  when :Hash
    value
  else # model
    # models (e.g. Pet) or oneOf
    klass = FattureInCloud_Ruby_Sdk.const_get(type)
    klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
  end
end

.acceptable_attributesObject

Returns all the JSON keys this model knows about



374
375
376
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 374

def self.acceptable_attributes
  attribute_map.values
end

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 283

def self.attribute_map
  {
    :'id' => :'id',
    :'entity' => :'entity',
    :'type' => :'type',
    :'number' => :'number',
    :'numeration' => :'numeration',
    :'date' => :'date',
    :'year' => :'year',
    :'currency' => :'currency',
    :'language' => :'language',
    :'subject' => :'subject',
    :'visible_subject' => :'visible_subject',
    :'rc_center' => :'rc_center',
    :'notes' => :'notes',
    :'rivalsa' => :'rivalsa',
    :'cassa' => :'cassa',
    :'amount_cassa' => :'amount_cassa',
    :'cassa_taxable' => :'cassa_taxable',
    :'amount_cassa_taxable' => :'amount_cassa_taxable',
    :'cassa2' => :'cassa2',
    :'amount_cassa2' => :'amount_cassa2',
    :'cassa2_taxable' => :'cassa2_taxable',
    :'amount_cassa2_taxable' => :'amount_cassa2_taxable',
    :'global_cassa_taxable' => :'global_cassa_taxable',
    :'amount_global_cassa_taxable' => :'amount_global_cassa_taxable',
    :'withholding_tax' => :'withholding_tax',
    :'withholding_tax_taxable' => :'withholding_tax_taxable',
    :'other_withholding_tax' => :'other_withholding_tax',
    :'stamp_duty' => :'stamp_duty',
    :'payment_method' => :'payment_method',
    :'use_split_payment' => :'use_split_payment',
    :'use_gross_prices' => :'use_gross_prices',
    :'e_invoice' => :'e_invoice',
    :'ei_data' => :'ei_data',
    :'ei_cassa_type' => :'ei_cassa_type',
    :'ei_cassa2_type' => :'ei_cassa2_type',
    :'ei_withholding_tax_causal' => :'ei_withholding_tax_causal',
    :'ei_other_withholding_tax_type' => :'ei_other_withholding_tax_type',
    :'ei_other_withholding_tax_causal' => :'ei_other_withholding_tax_causal',
    :'items_list' => :'items_list',
    :'payments_list' => :'payments_list',
    :'template' => :'template',
    :'delivery_note_template' => :'delivery_note_template',
    :'acc_inv_template' => :'acc_inv_template',
    :'h_margins' => :'h_margins',
    :'v_margins' => :'v_margins',
    :'show_payments' => :'show_payments',
    :'show_payment_method' => :'show_payment_method',
    :'show_totals' => :'show_totals',
    :'show_notification_button' => :'show_notification_button',
    :'show_tspay_button' => :'show_tspay_button',
    :'delivery_note' => :'delivery_note',
    :'accompanying_invoice' => :'accompanying_invoice',
    :'dn_number' => :'dn_number',
    :'dn_date' => :'dn_date',
    :'dn_ai_packages_number' => :'dn_ai_packages_number',
    :'dn_ai_weight' => :'dn_ai_weight',
    :'dn_ai_causal' => :'dn_ai_causal',
    :'dn_ai_destination' => :'dn_ai_destination',
    :'dn_ai_transporter' => :'dn_ai_transporter',
    :'dn_ai_notes' => :'dn_ai_notes',
    :'is_marked' => :'is_marked',
    :'amount_net' => :'amount_net',
    :'amount_vat' => :'amount_vat',
    :'amount_gross' => :'amount_gross',
    :'amount_due_discount' => :'amount_due_discount',
    :'amount_rivalsa' => :'amount_rivalsa',
    :'amount_rivalsa_taxable' => :'amount_rivalsa_taxable',
    :'amount_withholding_tax' => :'amount_withholding_tax',
    :'amount_withholding_tax_taxable' => :'amount_withholding_tax_taxable',
    :'amount_other_withholding_tax' => :'amount_other_withholding_tax',
    :'amount_other_withholding_tax_taxable' => :'amount_other_withholding_tax_taxable',
    :'amount_enasarco_taxable' => :'amount_enasarco_taxable',
    :'extra_data' => :'extra_data',
    :'seen_date' => :'seen_date',
    :'next_due_date' => :'next_due_date',
    :'url' => :'url',
    :'dn_url' => :'dn_url',
    :'ai_url' => :'ai_url',
    :'attachment_url' => :'attachment_url',
    :'attachment_token' => :'attachment_token',
    :'ei_raw' => :'ei_raw',
    :'ei_status' => :'ei_status',
    :'locked' => :'locked',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1049

def self.build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  attributes = attributes.transform_keys(&:to_sym)
  transformed_hash = {}
  openapi_types.each_pair do |key, type|
    if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
      transformed_hash["#{key}"] = nil
    elsif type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[attribute_map[key]].is_a?(Array)
        transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
      end
    elsif !attributes[attribute_map[key]].nil?
      transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
    end
  end
  new(transformed_hash)
end

.openapi_nullableObject

List of attributes with nullable: true



470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 470

def self.openapi_nullable
  Set.new([
    :'id',
    :'number',
    :'numeration',
    :'date',
    :'year',
    :'subject',
    :'visible_subject',
    :'rc_center',
    :'notes',
    :'rivalsa',
    :'cassa',
    :'amount_cassa',
    :'cassa_taxable',
    :'amount_cassa_taxable',
    :'cassa2',
    :'amount_cassa2',
    :'cassa2_taxable',
    :'amount_cassa2_taxable',
    :'global_cassa_taxable',
    :'amount_global_cassa_taxable',
    :'withholding_tax',
    :'withholding_tax_taxable',
    :'other_withholding_tax',
    :'stamp_duty',
    :'use_split_payment',
    :'use_gross_prices',
    :'e_invoice',
    :'ei_data',
    :'ei_cassa_type',
    :'ei_cassa2_type',
    :'ei_withholding_tax_causal',
    :'ei_other_withholding_tax_type',
    :'ei_other_withholding_tax_causal',
    :'items_list',
    :'payments_list',
    :'h_margins',
    :'v_margins',
    :'show_payments',
    :'show_payment_method',
    :'show_notification_button',
    :'show_tspay_button',
    :'delivery_note',
    :'accompanying_invoice',
    :'dn_number',
    :'dn_date',
    :'dn_ai_packages_number',
    :'dn_ai_weight',
    :'dn_ai_causal',
    :'dn_ai_destination',
    :'dn_ai_transporter',
    :'dn_ai_notes',
    :'is_marked',
    :'amount_net',
    :'amount_vat',
    :'amount_gross',
    :'amount_due_discount',
    :'amount_rivalsa',
    :'amount_rivalsa_taxable',
    :'amount_withholding_tax',
    :'amount_withholding_tax_taxable',
    :'amount_other_withholding_tax',
    :'amount_other_withholding_tax_taxable',
    :'amount_enasarco_taxable',
    :'extra_data',
    :'seen_date',
    :'next_due_date',
    :'url',
    :'dn_url',
    :'ai_url',
    :'attachment_url',
    :'attachment_token',
    :'ei_raw',
    :'ei_status',
    :'locked',
    :'created_at',
    :'updated_at'
  ])
end

.openapi_typesObject

Attribute type mapping.



379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 379

def self.openapi_types
  {
    :'id' => :'Integer',
    :'entity' => :'Entity',
    :'type' => :'IssuedDocumentType',
    :'number' => :'Integer',
    :'numeration' => :'String',
    :'date' => :'Date',
    :'year' => :'Integer',
    :'currency' => :'Currency',
    :'language' => :'Language',
    :'subject' => :'String',
    :'visible_subject' => :'String',
    :'rc_center' => :'String',
    :'notes' => :'String',
    :'rivalsa' => :'Float',
    :'cassa' => :'Float',
    :'amount_cassa' => :'Float',
    :'cassa_taxable' => :'Float',
    :'amount_cassa_taxable' => :'Float',
    :'cassa2' => :'Float',
    :'amount_cassa2' => :'Float',
    :'cassa2_taxable' => :'Float',
    :'amount_cassa2_taxable' => :'Float',
    :'global_cassa_taxable' => :'Float',
    :'amount_global_cassa_taxable' => :'Float',
    :'withholding_tax' => :'Float',
    :'withholding_tax_taxable' => :'Float',
    :'other_withholding_tax' => :'Float',
    :'stamp_duty' => :'Float',
    :'payment_method' => :'PaymentMethod',
    :'use_split_payment' => :'Boolean',
    :'use_gross_prices' => :'Boolean',
    :'e_invoice' => :'Boolean',
    :'ei_data' => :'IssuedDocumentEiData',
    :'ei_cassa_type' => :'String',
    :'ei_cassa2_type' => :'String',
    :'ei_withholding_tax_causal' => :'String',
    :'ei_other_withholding_tax_type' => :'String',
    :'ei_other_withholding_tax_causal' => :'String',
    :'items_list' => :'Array<IssuedDocumentItemsListItem>',
    :'payments_list' => :'Array<IssuedDocumentPaymentsListItem>',
    :'template' => :'DocumentTemplate',
    :'delivery_note_template' => :'DocumentTemplate',
    :'acc_inv_template' => :'DocumentTemplate',
    :'h_margins' => :'Integer',
    :'v_margins' => :'Integer',
    :'show_payments' => :'Boolean',
    :'show_payment_method' => :'Boolean',
    :'show_totals' => :'ShowTotalsMode',
    :'show_notification_button' => :'Boolean',
    :'show_tspay_button' => :'Boolean',
    :'delivery_note' => :'Boolean',
    :'accompanying_invoice' => :'Boolean',
    :'dn_number' => :'Integer',
    :'dn_date' => :'Date',
    :'dn_ai_packages_number' => :'String',
    :'dn_ai_weight' => :'String',
    :'dn_ai_causal' => :'String',
    :'dn_ai_destination' => :'String',
    :'dn_ai_transporter' => :'String',
    :'dn_ai_notes' => :'String',
    :'is_marked' => :'Boolean',
    :'amount_net' => :'Float',
    :'amount_vat' => :'Float',
    :'amount_gross' => :'Float',
    :'amount_due_discount' => :'Float',
    :'amount_rivalsa' => :'Float',
    :'amount_rivalsa_taxable' => :'Float',
    :'amount_withholding_tax' => :'Float',
    :'amount_withholding_tax_taxable' => :'Float',
    :'amount_other_withholding_tax' => :'Float',
    :'amount_other_withholding_tax_taxable' => :'Float',
    :'amount_enasarco_taxable' => :'Float',
    :'extra_data' => :'IssuedDocumentExtraData',
    :'seen_date' => :'Date',
    :'next_due_date' => :'Date',
    :'url' => :'String',
    :'dn_url' => :'String',
    :'ai_url' => :'String',
    :'attachment_url' => :'String',
    :'attachment_token' => :'String',
    :'ei_raw' => :'Object',
    :'ei_status' => :'String',
    :'locked' => :'Boolean',
    :'created_at' => :'String',
    :'updated_at' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 944

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      entity == o.entity &&
      type == o.type &&
      number == o.number &&
      numeration == o.numeration &&
      date == o.date &&
      year == o.year &&
      currency == o.currency &&
      language == o.language &&
      subject == o.subject &&
      visible_subject == o.visible_subject &&
      rc_center == o.rc_center &&
      notes == o.notes &&
      rivalsa == o.rivalsa &&
      cassa == o.cassa &&
      amount_cassa == o.amount_cassa &&
      cassa_taxable == o.cassa_taxable &&
      amount_cassa_taxable == o.amount_cassa_taxable &&
      cassa2 == o.cassa2 &&
      amount_cassa2 == o.amount_cassa2 &&
      cassa2_taxable == o.cassa2_taxable &&
      amount_cassa2_taxable == o.amount_cassa2_taxable &&
      global_cassa_taxable == o.global_cassa_taxable &&
      amount_global_cassa_taxable == o.amount_global_cassa_taxable &&
      withholding_tax == o.withholding_tax &&
      withholding_tax_taxable == o.withholding_tax_taxable &&
      other_withholding_tax == o.other_withholding_tax &&
      stamp_duty == o.stamp_duty &&
      payment_method == o.payment_method &&
      use_split_payment == o.use_split_payment &&
      use_gross_prices == o.use_gross_prices &&
      e_invoice == o.e_invoice &&
      ei_data == o.ei_data &&
      ei_cassa_type == o.ei_cassa_type &&
      ei_cassa2_type == o.ei_cassa2_type &&
      ei_withholding_tax_causal == o.ei_withholding_tax_causal &&
      ei_other_withholding_tax_type == o.ei_other_withholding_tax_type &&
      ei_other_withholding_tax_causal == o.ei_other_withholding_tax_causal &&
      items_list == o.items_list &&
      payments_list == o.payments_list &&
      template == o.template &&
      delivery_note_template == o.delivery_note_template &&
      acc_inv_template == o.acc_inv_template &&
      h_margins == o.h_margins &&
      v_margins == o.v_margins &&
      show_payments == o.show_payments &&
      show_payment_method == o.show_payment_method &&
      show_totals == o.show_totals &&
      show_notification_button == o.show_notification_button &&
      show_tspay_button == o.show_tspay_button &&
      delivery_note == o.delivery_note &&
      accompanying_invoice == o.accompanying_invoice &&
      dn_number == o.dn_number &&
      dn_date == o.dn_date &&
      dn_ai_packages_number == o.dn_ai_packages_number &&
      dn_ai_weight == o.dn_ai_weight &&
      dn_ai_causal == o.dn_ai_causal &&
      dn_ai_destination == o.dn_ai_destination &&
      dn_ai_transporter == o.dn_ai_transporter &&
      dn_ai_notes == o.dn_ai_notes &&
      is_marked == o.is_marked &&
      amount_net == o.amount_net &&
      amount_vat == o.amount_vat &&
      amount_gross == o.amount_gross &&
      amount_due_discount == o.amount_due_discount &&
      amount_rivalsa == o.amount_rivalsa &&
      amount_rivalsa_taxable == o.amount_rivalsa_taxable &&
      amount_withholding_tax == o.amount_withholding_tax &&
      amount_withholding_tax_taxable == o.amount_withholding_tax_taxable &&
      amount_other_withholding_tax == o.amount_other_withholding_tax &&
      amount_other_withholding_tax_taxable == o.amount_other_withholding_tax_taxable &&
      amount_enasarco_taxable == o.amount_enasarco_taxable &&
      extra_data == o.extra_data &&
      seen_date == o.seen_date &&
      next_due_date == o.next_due_date &&
      url == o.url &&
      dn_url == o.dn_url &&
      ai_url == o.ai_url &&
      attachment_url == o.attachment_url &&
      attachment_token == o.attachment_token &&
      ei_raw == o.ei_raw &&
      ei_status == o.ei_status &&
      locked == o.locked &&
      created_at == o.created_at &&
      updated_at == o.updated_at
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1146

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1036
1037
1038
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1036

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



1042
1043
1044
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1042

def hash
  [id, entity, type, number, numeration, date, year, currency, language, subject, visible_subject, rc_center, notes, rivalsa, cassa, amount_cassa, cassa_taxable, amount_cassa_taxable, cassa2, amount_cassa2, cassa2_taxable, amount_cassa2_taxable, global_cassa_taxable, amount_global_cassa_taxable, withholding_tax, withholding_tax_taxable, other_withholding_tax, stamp_duty, payment_method, use_split_payment, use_gross_prices, e_invoice, ei_data, ei_cassa_type, ei_cassa2_type, ei_withholding_tax_causal, ei_other_withholding_tax_type, ei_other_withholding_tax_causal, items_list, payments_list, template, delivery_note_template, acc_inv_template, h_margins, v_margins, show_payments, show_payment_method, show_totals, show_notification_button, show_tspay_button, delivery_note, accompanying_invoice, dn_number, dn_date, dn_ai_packages_number, dn_ai_weight, dn_ai_causal, dn_ai_destination, dn_ai_transporter, dn_ai_notes, is_marked, amount_net, amount_vat, amount_gross, amount_due_discount, amount_rivalsa, amount_rivalsa_taxable, amount_withholding_tax, amount_withholding_tax_taxable, amount_other_withholding_tax, amount_other_withholding_tax_taxable, amount_enasarco_taxable, extra_data, seen_date, next_due_date, url, dn_url, ai_url, attachment_url, attachment_token, ei_raw, ei_status, locked, created_at, updated_at].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



917
918
919
920
921
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 917

def list_invalid_properties
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1122
1123
1124
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1122

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1128

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1116
1117
1118
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 1116

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



925
926
927
928
929
930
# File 'lib/fattureincloud_ruby_sdk/models/issued_document.rb', line 925

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  ei_status_validator = EnumAttributeValidator.new('String', ["attempt", "missing", "not_sent", "sent", "pending", "processing", "error", "discarded", "not_delivered", "accepted", "rejected", "no_response", "manual_accepted", "manual_rejected"])
  return false unless ei_status_validator.valid?(@ei_status)
  true
end