Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Recurly/Resources/AddOn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class AddOn : Resource
[JsonProperty("state")]
public string State { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes. If `item_code`/`item_id` is part of the request then `tax_code` must be absent.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/AddOnCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class AddOnCreate : Request
[JsonProperty("revenue_schedule_type")]
public string RevenueScheduleType { get; set; }

/// <value>Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`. If `item_code`/`item_id` is part of the request then `tax_code` must be absent.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes. If `item_code`/`item_id` is part of the request then `tax_code` must be absent.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/AddOnUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class AddOnUpdate : Request
[JsonProperty("revenue_schedule_type")]
public string RevenueScheduleType { get; set; }

/// <value>Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`. If an `Item` is associated to the `AddOn` then `tax code` must be absent.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes. If an `Item` is associated to the `AddOn` then `tax_code` must be absent.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/BillingInfoCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class BillingInfoCreate : Request
[JsonProperty("gateway_attributes")]
public GatewayAttributes GatewayAttributes { get; set; }

/// <value>An identifier for a specific payment gateway. Must be used in conjunction with `gateway_token`.</value>
/// <value>An identifier for a specific payment gateway.</value>
[JsonProperty("gateway_code")]
public string GatewayCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Item : Resource
[JsonProperty("state")]
public string State { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/ItemCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ItemCreate : Request
[JsonProperty("revenue_schedule_type")]
public string RevenueScheduleType { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/ItemUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ItemUpdate : Request
[JsonProperty("revenue_schedule_type")]
public string RevenueScheduleType { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/LineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public class LineItem : Resource
[JsonProperty("tax")]
public float? Tax { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/LineItemCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class LineItemCreate : Request
[JsonProperty("start_date")]
public DateTime? StartDate { get; set; }

/// <value>Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/Plan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class Plan : Resource
[JsonProperty("state")]
public string State { get; set; }

/// <value>Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/PlanCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class PlanCreate : Request
[JsonProperty("setup_fee_revenue_schedule_type")]
public string SetupFeeRevenueScheduleType { get; set; }

/// <value>Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion Recurly/Resources/PlanUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class PlanUpdate : Request
[JsonProperty("setup_fee_revenue_schedule_type")]
public string SetupFeeRevenueScheduleType { get; set; }

/// <value>Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`.</value>
/// <value>Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.</value>
[JsonProperty("tax_code")]
public string TaxCode { get; set; }

Expand Down
6 changes: 5 additions & 1 deletion Recurly/Resources/SubscriptionCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ public class SubscriptionCreate : Request
[JsonProperty("billing_info_id")]
public string BillingInfoId { get; set; }

/// <value>Optional field to be used only when needing to bypass the 60 second limit on creating subscriptions. Should only be used when creating subscriptions in bulk from the API.</value>
[JsonProperty("bulk")]
public bool? Bulk { get; set; }

/// <value>Collection method</value>
[JsonProperty("collection_method")]
public string CollectionMethod { get; set; }
Expand Down Expand Up @@ -95,7 +99,7 @@ public class SubscriptionCreate : Request
[JsonProperty("shipping")]
public SubscriptionShippingCreate Shipping { get; set; }

/// <value>If set, the subscription will begin in the future on this date. The subscription will apply the setup fee and trial period, unless the plan has no trial.</value>
/// <value>If set, the subscription will begin on this specified date. The subscription will apply the setup fee and trial period, unless the plan has no trial.</value>
[JsonProperty("starts_at")]
public DateTime? StartsAt { get; set; }

Expand Down
6 changes: 5 additions & 1 deletion Recurly/Resources/SubscriptionPurchase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ public class SubscriptionPurchase : Request
[JsonProperty("auto_renew")]
public bool? AutoRenew { get; set; }

/// <value>Optional field to be used only when needing to bypass the 60 second limit on creating subscriptions. Should only be used when creating subscriptions in bulk from the API.</value>
[JsonProperty("bulk")]
public bool? Bulk { get; set; }

/// <value>The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.</value>
[JsonProperty("custom_fields")]
public List<CustomField> CustomFields { get; set; }
Expand Down Expand Up @@ -59,7 +63,7 @@ public class SubscriptionPurchase : Request
[JsonProperty("shipping")]
public SubscriptionShippingPurchase Shipping { get; set; }

/// <value>If set, the subscription will begin in the future on this date. The subscription will apply the setup fee and trial period, unless the plan has no trial.</value>
/// <value>If set, the subscription will begin on this specified date. The subscription will apply the setup fee and trial period, unless the plan has no trial.</value>
[JsonProperty("starts_at")]
public DateTime? StartsAt { get; set; }

Expand Down
Loading
Loading