stripe 15.6.0.pre.alpha.1 → 15.6.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/API_VERSION +1 -1
- data/CHANGELOG.md +1 -65
- data/OPENAPI_VERSION +1 -1
- data/README.md +4 -6
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +0 -2
- data/lib/stripe/errors.rb +0 -3
- data/lib/stripe/event_types.rb +0 -83
- data/lib/stripe/object_types.rb +0 -27
- data/lib/stripe/resources/billing/alert.rb +1 -128
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -50
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -50
- data/lib/stripe/resources/billing/credit_grant.rb +2 -61
- data/lib/stripe/resources/charge.rb +4 -0
- data/lib/stripe/resources/checkout/session.rb +1 -128
- data/lib/stripe/resources/invoice.rb +0 -11
- data/lib/stripe/resources/invoice_item.rb +0 -48
- data/lib/stripe/resources/invoice_line_item.rb +0 -52
- data/lib/stripe/resources/issuing/card.rb +8 -0
- data/lib/stripe/resources/payment_attempt_record.rb +4 -0
- data/lib/stripe/resources/payment_record.rb +4 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -7
- data/lib/stripe/resources/subscription.rb +0 -38
- data/lib/stripe/resources/v2/event.rb +0 -2
- data/lib/stripe/resources/v2/money_management/financial_account.rb +2 -2
- data/lib/stripe/resources.rb +0 -85
- data/lib/stripe/services/billing/alert_service.rb +1 -75
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -13
- data/lib/stripe/services/billing/credit_grant_service.rb +2 -29
- data/lib/stripe/services/checkout/session_service.rb +1 -80
- data/lib/stripe/services/invoice_service.rb +0 -4
- data/lib/stripe/services/issuing/card_service.rb +8 -0
- data/lib/stripe/services/subscription_service.rb +0 -27
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -29
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +201354 -0
- metadata +2 -115
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_cadence_errored_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -23
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -23
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -21
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -13
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -13
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -21
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -62
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -50
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -182
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -148
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -136
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -35
- data/lib/stripe/resources/v2/billing/intent.rb +0 -59
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -200
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -79
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -36
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -56
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -44
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -43
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -58
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -30
- data/lib/stripe/resources/v2/billing/profile.rb +0 -38
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -53
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -71
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -63
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -26
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -117
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -57
- data/lib/stripe/resources/v2/reporting/report.rb +0 -64
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -89
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +0 -31
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -214
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -428
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -518
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -108
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -465
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -45
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -250
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -23
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -149
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -176
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -142
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -76
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -162
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -151
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -144
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -161
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -45
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -259
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -50
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -88
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -25
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +0 -99
- data/lib/stripe/services/v2/tax_service.rb +0 -15
@@ -1,89 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module V2
|
6
|
-
module Reporting
|
7
|
-
# The `ReportRun` object represents an instance of a `Report` generated with specific
|
8
|
-
# run parameters. Once the object is created, Stripe begins processing the report. When
|
9
|
-
# the report has finished running, it will give you a reference to the results.
|
10
|
-
class ReportRun < APIResource
|
11
|
-
OBJECT_NAME = "v2.reporting.report_run"
|
12
|
-
def self.object_name
|
13
|
-
"v2.reporting.report_run"
|
14
|
-
end
|
15
|
-
|
16
|
-
class ReportParameters < Stripe::StripeObject
|
17
|
-
class ArrayValue < Stripe::StripeObject
|
18
|
-
# The list of string values in the array.
|
19
|
-
attr_reader :items
|
20
|
-
end
|
21
|
-
# Parameter with an array data type.
|
22
|
-
attr_reader :array_value
|
23
|
-
# Parameter with a string data type.
|
24
|
-
attr_reader :string_value
|
25
|
-
# Parameter with a timestamp data type.
|
26
|
-
attr_reader :timestamp_value
|
27
|
-
end
|
28
|
-
|
29
|
-
class Result < Stripe::StripeObject
|
30
|
-
class File < Stripe::StripeObject
|
31
|
-
class DownloadUrl < Stripe::StripeObject
|
32
|
-
# The time that the URL expires.
|
33
|
-
attr_reader :expires_at
|
34
|
-
# The URL that can be used for accessing the file.
|
35
|
-
attr_reader :url
|
36
|
-
end
|
37
|
-
# The content type of the file.
|
38
|
-
attr_reader :content_type
|
39
|
-
# A pre-signed URL that allows secure, time-limited access to download the file.
|
40
|
-
attr_reader :download_url
|
41
|
-
# The total size of the file in bytes.
|
42
|
-
attr_reader :size
|
43
|
-
end
|
44
|
-
# Contains metadata about the file produced by the `ReportRun`, including
|
45
|
-
# its content type, size, and a URL to download its contents.
|
46
|
-
attr_reader :file
|
47
|
-
# The type of the `ReportRun` result.
|
48
|
-
attr_reader :type
|
49
|
-
end
|
50
|
-
|
51
|
-
class ResultOptions < Stripe::StripeObject
|
52
|
-
# If set, the generated report file will be compressed into a ZIP folder.
|
53
|
-
# This is useful for reducing file size and download time for large reports.
|
54
|
-
attr_reader :compress_file
|
55
|
-
end
|
56
|
-
|
57
|
-
class StatusDetails < Stripe::StripeObject
|
58
|
-
# Error code categorizing the reason the `ReportRun` failed.
|
59
|
-
attr_reader :error_code
|
60
|
-
# Error message with additional details about the failure.
|
61
|
-
attr_reader :error_message
|
62
|
-
end
|
63
|
-
# Time at which the object was created.
|
64
|
-
attr_reader :created
|
65
|
-
# The unique identifier of the `ReportRun` object.
|
66
|
-
attr_reader :id
|
67
|
-
# String representing the object's type. Objects of the same type share the same value of the object field.
|
68
|
-
attr_reader :object
|
69
|
-
# The unique identifier of the `Report` object which was run.
|
70
|
-
attr_reader :report
|
71
|
-
# The human-readable name of the `Report` which was run.
|
72
|
-
attr_reader :report_name
|
73
|
-
# The parameters used to customize the generation of the report.
|
74
|
-
attr_reader :report_parameters
|
75
|
-
# Details how to retrieve the results of a successfully completed `ReportRun`.
|
76
|
-
attr_reader :result
|
77
|
-
# The options specified for customizing the output file of the `ReportRun`.
|
78
|
-
attr_reader :result_options
|
79
|
-
# The current status of the `ReportRun`.
|
80
|
-
attr_reader :status
|
81
|
-
# Additional details about the current state of the `ReportRun`. The field is currently only populated when a `ReportRun`
|
82
|
-
# is in the `failed` state, providing more information about why the report failed to generate successfully.
|
83
|
-
attr_reader :status_details
|
84
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
85
|
-
attr_reader :livemode
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module V2
|
6
|
-
module Tax
|
7
|
-
# An AutomaticRule holds automatic Tax configuration for a BillableItem.
|
8
|
-
class AutomaticRule < APIResource
|
9
|
-
OBJECT_NAME = "v2.tax.automatic_rule"
|
10
|
-
def self.object_name
|
11
|
-
"v2.tax.automatic_rule"
|
12
|
-
end
|
13
|
-
|
14
|
-
# The ID of the BillableItem.
|
15
|
-
attr_reader :billable_item
|
16
|
-
# The time at which the AutomaticRule object was created.
|
17
|
-
attr_reader :created
|
18
|
-
# The ID of the AutomaticRule object.
|
19
|
-
attr_reader :id
|
20
|
-
# String representing the object's type. Objects of the same type share the same value of the object field.
|
21
|
-
attr_reader :object
|
22
|
-
# The status of the AutomaticRule object.
|
23
|
-
attr_reader :status
|
24
|
-
# A TaxCode object that will be used for automatic tax calculations.
|
25
|
-
attr_reader :tax_code
|
26
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
27
|
-
attr_reader :livemode
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
@@ -1,214 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module V2
|
6
|
-
module Billing
|
7
|
-
class BillSettingService < StripeService
|
8
|
-
attr_reader :versions
|
9
|
-
|
10
|
-
def initialize(requestor)
|
11
|
-
super
|
12
|
-
@versions = Stripe::V2::Billing::BillSettings::VersionService.new(@requestor)
|
13
|
-
end
|
14
|
-
|
15
|
-
class ListParams < Stripe::RequestParams
|
16
|
-
# Optionally set the maximum number of results per page. Defaults to 20.
|
17
|
-
attr_accessor :limit
|
18
|
-
# Only return the settings with these lookup_keys, if any exist.
|
19
|
-
# You can specify up to 10 lookup_keys.
|
20
|
-
attr_accessor :lookup_keys
|
21
|
-
|
22
|
-
def initialize(limit: nil, lookup_keys: nil)
|
23
|
-
@limit = limit
|
24
|
-
@lookup_keys = lookup_keys
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
class CreateParams < Stripe::RequestParams
|
29
|
-
class Calculation < Stripe::RequestParams
|
30
|
-
class Tax < Stripe::RequestParams
|
31
|
-
# Determines if tax will be calculated automatically based on a PTC or manually based on rules defined by the merchant. Defaults to "manual".
|
32
|
-
attr_accessor :type
|
33
|
-
|
34
|
-
def initialize(type: nil)
|
35
|
-
@type = type
|
36
|
-
end
|
37
|
-
end
|
38
|
-
# Settings for calculating tax.
|
39
|
-
attr_accessor :tax
|
40
|
-
|
41
|
-
def initialize(tax: nil)
|
42
|
-
@tax = tax
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
class Invoice < Stripe::RequestParams
|
47
|
-
class TimeUntilDue < Stripe::RequestParams
|
48
|
-
# The interval unit for the time until due.
|
49
|
-
attr_accessor :interval
|
50
|
-
# The number of interval units. For example, if interval=day and interval_count=30,
|
51
|
-
# the invoice will be due in 30 days.
|
52
|
-
attr_accessor :interval_count
|
53
|
-
|
54
|
-
def initialize(interval: nil, interval_count: nil)
|
55
|
-
@interval = interval
|
56
|
-
@interval_count = interval_count
|
57
|
-
end
|
58
|
-
end
|
59
|
-
# The amount of time until the invoice will be overdue for payment.
|
60
|
-
attr_accessor :time_until_due
|
61
|
-
|
62
|
-
def initialize(time_until_due: nil)
|
63
|
-
@time_until_due = time_until_due
|
64
|
-
end
|
65
|
-
end
|
66
|
-
# Settings related to calculating a bill.
|
67
|
-
attr_accessor :calculation
|
68
|
-
# An optional customer-facing display name for the CollectionSetting object.
|
69
|
-
# Maximum length of 250 characters.
|
70
|
-
attr_accessor :display_name
|
71
|
-
# Settings related to invoice behavior.
|
72
|
-
attr_accessor :invoice
|
73
|
-
# The ID of the invoice rendering template to be used when generating invoices.
|
74
|
-
attr_accessor :invoice_rendering_template
|
75
|
-
# A lookup key used to retrieve settings dynamically from a static string.
|
76
|
-
# This may be up to 200 characters.
|
77
|
-
attr_accessor :lookup_key
|
78
|
-
|
79
|
-
def initialize(
|
80
|
-
calculation: nil,
|
81
|
-
display_name: nil,
|
82
|
-
invoice: nil,
|
83
|
-
invoice_rendering_template: nil,
|
84
|
-
lookup_key: nil
|
85
|
-
)
|
86
|
-
@calculation = calculation
|
87
|
-
@display_name = display_name
|
88
|
-
@invoice = invoice
|
89
|
-
@invoice_rendering_template = invoice_rendering_template
|
90
|
-
@lookup_key = lookup_key
|
91
|
-
end
|
92
|
-
end
|
93
|
-
|
94
|
-
class RetrieveParams < Stripe::RequestParams; end
|
95
|
-
|
96
|
-
class UpdateParams < Stripe::RequestParams
|
97
|
-
class Calculation < Stripe::RequestParams
|
98
|
-
class Tax < Stripe::RequestParams
|
99
|
-
# Determines if tax will be calculated automatically based on a PTC or manually based on rules defined by the merchant. Defaults to "manual".
|
100
|
-
attr_accessor :type
|
101
|
-
|
102
|
-
def initialize(type: nil)
|
103
|
-
@type = type
|
104
|
-
end
|
105
|
-
end
|
106
|
-
# Settings for calculating tax.
|
107
|
-
attr_accessor :tax
|
108
|
-
|
109
|
-
def initialize(tax: nil)
|
110
|
-
@tax = tax
|
111
|
-
end
|
112
|
-
end
|
113
|
-
|
114
|
-
class Invoice < Stripe::RequestParams
|
115
|
-
class TimeUntilDue < Stripe::RequestParams
|
116
|
-
# The interval unit for the time until due.
|
117
|
-
attr_accessor :interval
|
118
|
-
# The number of interval units. For example, if interval=day and interval_count=30,
|
119
|
-
# the invoice will be due in 30 days.
|
120
|
-
attr_accessor :interval_count
|
121
|
-
|
122
|
-
def initialize(interval: nil, interval_count: nil)
|
123
|
-
@interval = interval
|
124
|
-
@interval_count = interval_count
|
125
|
-
end
|
126
|
-
end
|
127
|
-
# The amount of time until the invoice will be overdue for payment.
|
128
|
-
attr_accessor :time_until_due
|
129
|
-
|
130
|
-
def initialize(time_until_due: nil)
|
131
|
-
@time_until_due = time_until_due
|
132
|
-
end
|
133
|
-
end
|
134
|
-
# Settings related to calculating a bill.
|
135
|
-
attr_accessor :calculation
|
136
|
-
# An optional customer-facing display name for the BillSetting object.
|
137
|
-
# To remove the display name, set it to an empty string in the request.
|
138
|
-
# Maximum length of 250 characters.
|
139
|
-
attr_accessor :display_name
|
140
|
-
# Settings related to invoice behavior.
|
141
|
-
attr_accessor :invoice
|
142
|
-
# The ID of the invoice rendering template to be used when generating invoices.
|
143
|
-
attr_accessor :invoice_rendering_template
|
144
|
-
# Optionally change the live version of the BillSetting. Providing `live_version = "latest"` will set the
|
145
|
-
# BillSetting' `live_version` to its latest version.
|
146
|
-
attr_accessor :live_version
|
147
|
-
# A lookup key used to retrieve settings dynamically from a static string.
|
148
|
-
# This may be up to 200 characters.
|
149
|
-
attr_accessor :lookup_key
|
150
|
-
|
151
|
-
def initialize(
|
152
|
-
calculation: nil,
|
153
|
-
display_name: nil,
|
154
|
-
invoice: nil,
|
155
|
-
invoice_rendering_template: nil,
|
156
|
-
live_version: nil,
|
157
|
-
lookup_key: nil
|
158
|
-
)
|
159
|
-
@calculation = calculation
|
160
|
-
@display_name = display_name
|
161
|
-
@invoice = invoice
|
162
|
-
@invoice_rendering_template = invoice_rendering_template
|
163
|
-
@live_version = live_version
|
164
|
-
@lookup_key = lookup_key
|
165
|
-
end
|
166
|
-
end
|
167
|
-
|
168
|
-
# Create a BillSetting object.
|
169
|
-
def create(params = {}, opts = {})
|
170
|
-
request(
|
171
|
-
method: :post,
|
172
|
-
path: "/v2/billing/bill_settings",
|
173
|
-
params: params,
|
174
|
-
opts: opts,
|
175
|
-
base_address: :api
|
176
|
-
)
|
177
|
-
end
|
178
|
-
|
179
|
-
# List all BillSetting objects.
|
180
|
-
def list(params = {}, opts = {})
|
181
|
-
request(
|
182
|
-
method: :get,
|
183
|
-
path: "/v2/billing/bill_settings",
|
184
|
-
params: params,
|
185
|
-
opts: opts,
|
186
|
-
base_address: :api
|
187
|
-
)
|
188
|
-
end
|
189
|
-
|
190
|
-
# Retrieve a BillSetting object by ID.
|
191
|
-
def retrieve(id, params = {}, opts = {})
|
192
|
-
request(
|
193
|
-
method: :get,
|
194
|
-
path: format("/v2/billing/bill_settings/%<id>s", { id: CGI.escape(id) }),
|
195
|
-
params: params,
|
196
|
-
opts: opts,
|
197
|
-
base_address: :api
|
198
|
-
)
|
199
|
-
end
|
200
|
-
|
201
|
-
# Update fields on an existing BillSetting object.
|
202
|
-
def update(id, params = {}, opts = {})
|
203
|
-
request(
|
204
|
-
method: :post,
|
205
|
-
path: format("/v2/billing/bill_settings/%<id>s", { id: CGI.escape(id) }),
|
206
|
-
params: params,
|
207
|
-
opts: opts,
|
208
|
-
base_address: :api
|
209
|
-
)
|
210
|
-
end
|
211
|
-
end
|
212
|
-
end
|
213
|
-
end
|
214
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module V2
|
6
|
-
module Billing
|
7
|
-
module BillSettings
|
8
|
-
class VersionService < StripeService
|
9
|
-
class ListParams < Stripe::RequestParams
|
10
|
-
# Optionally set the maximum number of results per page. Defaults to 20.
|
11
|
-
attr_accessor :limit
|
12
|
-
|
13
|
-
def initialize(limit: nil)
|
14
|
-
@limit = limit
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
class RetrieveParams < Stripe::RequestParams; end
|
19
|
-
|
20
|
-
# List all BillSettingVersions by BillSetting ID.
|
21
|
-
def list(bill_setting_id, params = {}, opts = {})
|
22
|
-
request(
|
23
|
-
method: :get,
|
24
|
-
path: format("/v2/billing/bill_settings/%<bill_setting_id>s/versions", { bill_setting_id: CGI.escape(bill_setting_id) }),
|
25
|
-
params: params,
|
26
|
-
opts: opts,
|
27
|
-
base_address: :api
|
28
|
-
)
|
29
|
-
end
|
30
|
-
|
31
|
-
# Retrieve a BillSettingVersion by ID.
|
32
|
-
def retrieve(bill_setting_id, id, params = {}, opts = {})
|
33
|
-
request(
|
34
|
-
method: :get,
|
35
|
-
path: format("/v2/billing/bill_settings/%<bill_setting_id>s/versions/%<id>s", { bill_setting_id: CGI.escape(bill_setting_id), id: CGI.escape(id) }),
|
36
|
-
params: params,
|
37
|
-
opts: opts,
|
38
|
-
base_address: :api
|
39
|
-
)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|