@@ -16,12 +16,12 @@ class InvoiceListParams < Orb::Internal::Type::BaseModel
1616 # @!attribute amount_gt
1717 #
1818 # @return [String, nil]
19- optional :amount_gt , String , api_name : :"amount[gt]" , nil? : true
19+ optional :amount_gt , String , nil? : true
2020
2121 # @!attribute amount_lt
2222 #
2323 # @return [String, nil]
24- optional :amount_lt , String , api_name : :"amount[lt]" , nil? : true
24+ optional :amount_lt , String , nil? : true
2525
2626 # @!attribute cursor
2727 # Cursor for pagination. This can be populated by the `next_cursor` value returned
@@ -57,12 +57,12 @@ class InvoiceListParams < Orb::Internal::Type::BaseModel
5757 # @!attribute due_date_gt
5858 #
5959 # @return [Date, nil]
60- optional :due_date_gt , Date , api_name : :"due_date[gt]" , nil? : true
60+ optional :due_date_gt , Date , nil? : true
6161
6262 # @!attribute due_date_lt
6363 #
6464 # @return [Date, nil]
65- optional :due_date_lt , Date , api_name : :"due_date[lt]" , nil? : true
65+ optional :due_date_lt , Date , nil? : true
6666
6767 # @!attribute external_customer_id
6868 #
@@ -72,22 +72,22 @@ class InvoiceListParams < Orb::Internal::Type::BaseModel
7272 # @!attribute invoice_date_gt
7373 #
7474 # @return [Time, nil]
75- optional :invoice_date_gt , Time , api_name : :"invoice_date[gt]" , nil? : true
75+ optional :invoice_date_gt , Time , nil? : true
7676
7777 # @!attribute invoice_date_gte
7878 #
7979 # @return [Time, nil]
80- optional :invoice_date_gte , Time , api_name : :"invoice_date[gte]" , nil? : true
80+ optional :invoice_date_gte , Time , nil? : true
8181
8282 # @!attribute invoice_date_lt
8383 #
8484 # @return [Time, nil]
85- optional :invoice_date_lt , Time , api_name : :"invoice_date[lt]" , nil? : true
85+ optional :invoice_date_lt , Time , nil? : true
8686
8787 # @!attribute invoice_date_lte
8888 #
8989 # @return [Time, nil]
90- optional :invoice_date_lte , Time , api_name : :"invoice_date[lte]" , nil? : true
90+ optional :invoice_date_lte , Time , nil? : true
9191
9292 # @!attribute is_recurring
9393 #
0 commit comments