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
description: 'The timeframe in which the invoice should be paid. Defaults to custom. Options: upon receipt, net 15, net 30, net 45, net 60, or custom.'
6432
6446
nullable: true
6447
+
payment_options:
6448
+
type: array
6449
+
description: 'The payment options available to pay the invoice. Your account must be configured with the appropriate options under Settings > Integrations > Online payment to assign them. Options: [ach, credit_card, paypal]'
6450
+
nullable: true
6451
+
items:
6452
+
type: string
6453
+
enum:
6454
+
- ach
6455
+
- credit_card
6456
+
- paypal
6433
6457
line_items_import:
6434
6458
type: object
6435
6459
description: 'An line items import object'
@@ -6481,7 +6505,7 @@ paths:
6481
6505
description: 'If set to true, a PDF containing an expense report with receipts will be attached to the invoice. Defaults to false.'
6482
6506
retainer_id:
6483
6507
type: integer
6484
-
description: 'The ID of the retainer you want to add funds to with this invoice. Note: retainers cannot be fully used (created, drawn against, closed, etc.) via the API at this time. The only avaiable action is to add funds.'
6508
+
description: 'The ID of the retainer you want to add funds to with this invoice. Note: retainers cannot be fully used (created, drawn against, closed, etc.) via the API at this time. The only available action is to add funds.'
6485
6509
nullable: true
6486
6510
format: int32
6487
6511
line_items:
@@ -6595,6 +6619,8 @@ paths:
6595
6619
created_at: '2017-06-27T16:24:30Z'
6596
6620
updated_at: '2017-06-27T16:24:57Z'
6597
6621
currency: USD
6622
+
payment_options:
6623
+
- credit_card
6598
6624
client:
6599
6625
id: 5735776
6600
6626
name: '123 Industries'
@@ -6678,6 +6704,8 @@ paths:
6678
6704
created_at: '2017-06-27T16:34:24Z'
6679
6705
updated_at: '2017-06-27T16:36:33Z'
6680
6706
currency: USD
6707
+
payment_options:
6708
+
- credit_card
6681
6709
client:
6682
6710
id: 5735774
6683
6711
name: 'ABC Corp'
@@ -6782,6 +6810,16 @@ paths:
6782
6810
type: string
6783
6811
description: 'The timeframe in which the invoice should be paid. Options: upon receipt, net 15, net 30, net 45, or net 60.'
6784
6812
nullable: true
6813
+
payment_options:
6814
+
type: array
6815
+
description: 'The payment options available to pay the invoice. Your account must be configured with the appropriate options under Settings > Integrations > Online payment to assign them. Options: [ach, credit_card, paypal]'
6816
+
nullable: true
6817
+
items:
6818
+
type: string
6819
+
enum:
6820
+
- ach
6821
+
- credit_card
6822
+
- paypal
6785
6823
line_items:
6786
6824
type: array
6787
6825
description: 'Array of line item parameters'
@@ -7029,8 +7067,9 @@ paths:
7029
7067
nullable: true
7030
7068
include_link_to_client_invoice:
7031
7069
type: boolean
7032
-
description: 'If set to true, a link to the client invoice URL will be included in the message email. Defaults to false. Ignored when thank_you is set to true.'
7070
+
description: 'DEPRECATED A link to the client invoice URL will be automatically included in the message email if payment_options have been assigned to the invoice. Setting to true will be ignored. Setting to false will clear all payment_options on the invoice.'
7033
7071
nullable: true
7072
+
deprecated: true
7034
7073
attach_pdf:
7035
7074
type: boolean
7036
7075
description: 'If set to true, a PDF of the invoice will be attached to the message email. Defaults to false.'
@@ -12800,8 +12839,10 @@ paths:
12800
12839
type: object
12801
12840
properties:
12802
12841
teammate_ids:
12803
-
type: 'array of user ids'
12842
+
type: array
12804
12843
description: 'Full list of user IDs to be assigned to the Manager.'
0 commit comments