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
Copy file name to clipboardExpand all lines: lib/recurly/gift_card.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
* @property string $revenue_gl_account_id The ID of the revenue general ledger account associated with the gift card product.
19
19
* @property string $performance_obligation_id The ID of the performance obligation associated with the gift card product.
20
20
* @property Recurly_Delivery $delivery Block of delivery information.
21
+
* @property boolean $tax_service_opt_out Optional. If true, bypasses the tax integration for this gift card purchase. If false or omitted, the purchase is sent to the tax integration.
21
22
* @property DateTime $created_at The date and time the gift card was created in Recurly.
22
23
* @property DateTime $updated_at The date and time the gift card was last updated.
23
24
* @property DateTime $delivered_at When the gift card was sent to the recipient by Recurly via email, if method was email and the "Gift Card Delivery" email template was enabled. This will be empty for post delivery or email delivery where the email template was disabled.
@@ -88,7 +89,7 @@ protected function getWriteableAttributes() {
0 commit comments