You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param net_terms [Integer] Determines the difference between the invoice issue date for subscription invoic
91
-
#
92
90
# @param customer_id [String, nil] The id of the `Customer` to create this invoice for. One of `customer_id` and `e
93
91
#
94
92
# @param discount [Orb::Models::PercentageDiscount, Orb::Models::TrialDiscount, Orb::Models::UsageDiscount, Orb::Models::AmountDiscount, nil] An optional discount to attach to the invoice.
@@ -99,6 +97,8 @@ class InvoiceCreateParams < Orb::Internal::Type::BaseModel
99
97
#
100
98
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
101
99
#
100
+
# @param net_terms [Integer, nil] Determines the difference between the invoice issue date for subscription invoic
101
+
#
102
102
# @param will_auto_issue [Boolean] When true, this invoice will be submitted for issuance upon creation. When false
# @param net_terms [Integer] Determines the difference between the invoice issue date for subscription invoic
20
-
#
21
19
# @param customer_id [String, nil] The id of the `Customer` to create this invoice for. One of `customer_id` and `e
22
20
#
23
21
# @param discount [Orb::Models::PercentageDiscount, Orb::Models::TrialDiscount, Orb::Models::UsageDiscount, Orb::Models::AmountDiscount, nil] An optional discount to attach to the invoice.
@@ -28,6 +26,8 @@ class Invoices
28
26
#
29
27
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
30
28
#
29
+
# @param net_terms [Integer, nil] Determines the difference between the invoice issue date for subscription invoic
30
+
#
31
31
# @param will_auto_issue [Boolean] When true, this invoice will be submitted for issuance upon creation. When false
0 commit comments