Class: Stripe::SubscriptionScheduleService::UpdateParams::DefaultSettings::AutomaticTax::Liability
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionScheduleService::UpdateParams::DefaultSettings::AutomaticTax::Liability
- Defined in:
- lib/stripe/services/subscription_schedule_service.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
The connected account being referenced when ‘type` is `account`.
-
#type ⇒ Object
Type of the account referenced in the request.
Instance Method Summary collapse
-
#initialize(account: nil, type: nil) ⇒ Liability
constructor
A new instance of Liability.
Methods inherited from RequestParams
Constructor Details
#initialize(account: nil, type: nil) ⇒ Liability
Returns a new instance of Liability.
598 599 600 601 |
# File 'lib/stripe/services/subscription_schedule_service.rb', line 598 def initialize(account: nil, type: nil) @account = account @type = type end |
Instance Attribute Details
#account ⇒ Object
The connected account being referenced when ‘type` is `account`.
594 595 596 |
# File 'lib/stripe/services/subscription_schedule_service.rb', line 594 def account @account end |
#type ⇒ Object
Type of the account referenced in the request.
596 597 598 |
# File 'lib/stripe/services/subscription_schedule_service.rb', line 596 def type @type end |