@@ -94,13 +94,13 @@ class SiteDetailsAtCreation < Model
9494 :currency_code , :local_currency_code , :tax , :sub_total , :sub_total_in_local_currency , :total ,
9595 :total_in_local_currency , :amount_due , :amount_adjusted , :amount_paid , :paid_at , :write_off_amount ,
9696 :credits_applied , :dunning_status , :next_retry_at , :voided_at , :resource_version , :updated_at ,
97- :first_invoice , :new_sales_amount , :has_advance_charges , :term_finalized , :is_gifted , :generated_at ,
98- :expected_payment_date , :amount_to_collect , :round_off_amount , :line_items , :line_item_tiers ,
99- :line_item_discounts , :line_item_taxes , :line_item_credits , :line_item_addresses , :discounts ,
100- :taxes , :tax_origin , :linked_payments , :reference_transactions , :dunning_attempts , :applied_credits ,
101- :adjustment_credit_notes , :issued_credit_notes , :linked_orders , :notes , :shipping_address , :billing_address ,
102- :statement_descriptor , :einvoice , :void_reason_code , :deleted , :tax_category , :vat_number_prefix ,
103- :channel , :business_entity_id , :site_details_at_creation
97+ :line_items_next_offset , : first_invoice, :new_sales_amount , :has_advance_charges , :term_finalized ,
98+ :is_gifted , :generated_at , : expected_payment_date, :amount_to_collect , :round_off_amount , :line_items ,
99+ :line_item_tiers , : line_item_discounts, :line_item_taxes , :line_item_credits , :line_item_addresses ,
100+ :discounts , : taxes, :tax_origin , :linked_payments , :reference_transactions , :dunning_attempts ,
101+ :applied_credits , : adjustment_credit_notes, :issued_credit_notes , :linked_orders , :notes , :shipping_address ,
102+ :billing_address , : statement_descriptor, :einvoice , :void_reason_code , :deleted , :tax_category ,
103+ :vat_number_prefix , : channel, :business_entity_id , :site_details_at_creation
104104
105105 # OPERATIONS
106106 #-----------
0 commit comments