Class: Google::Apis::PaymentsresellersubscriptionV1::YoutubePayload

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb

Overview

Payload specific to Youtube products.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ YoutubePayload

Returns a new instance of YoutubePayload.



1697
1698
1699
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1697

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#access_end_timeString

Output only. The access expiration time for this line item. Corresponds to the JSON property accessEndTime

Returns:

  • (String)


1685
1686
1687
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1685

def access_end_time
  @access_end_time
end

#partner_eligibility_idsArray<String>

The list of eligibility_ids which are applicable for the line item. Corresponds to the JSON property partnerEligibilityIds

Returns:

  • (Array<String>)


1690
1691
1692
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1690

def partner_eligibility_ids
  @partner_eligibility_ids
end

#partner_plan_typeString

Optional. Specifies the plan type offered to the end user by the partner. Corresponds to the JSON property partnerPlanType

Returns:

  • (String)


1695
1696
1697
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1695

def partner_plan_type
  @partner_plan_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1702
1703
1704
1705
1706
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1702

def update!(**args)
  @access_end_time = args[:access_end_time] if args.key?(:access_end_time)
  @partner_eligibility_ids = args[:partner_eligibility_ids] if args.key?(:partner_eligibility_ids)
  @partner_plan_type = args[:partner_plan_type] if args.key?(:partner_plan_type)
end