Class: Stripe::V2::OrchestratedCommerceService

Inherits:
StripeService show all
Defined in:
lib/stripe/services/v2/orchestrated_commerce_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from StripeService

#request, #request_stream

Constructor Details

#initialize(requestor) ⇒ OrchestratedCommerceService

Returns a new instance of OrchestratedCommerceService.



9
10
11
12
# File 'lib/stripe/services/v2/orchestrated_commerce_service.rb', line 9

def initialize(requestor)
  super
  @agreements = Stripe::V2::OrchestratedCommerce::AgreementService.new(@requestor)
end

Instance Attribute Details

#agreementsObject (readonly)

Returns the value of attribute agreements.



7
8
9
# File 'lib/stripe/services/v2/orchestrated_commerce_service.rb', line 7

def agreements
  @agreements
end