Class: Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsBillingDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsBillingDetails
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb 
Overview
Information specific to billing.
Instance Attribute Summary collapse
- 
  
    
      #billing_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current billing profile status.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ChannelToStoreLinkDetailsBillingDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ChannelToStoreLinkDetailsBillingDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ChannelToStoreLinkDetailsBillingDetails
Returns a new instance of ChannelToStoreLinkDetailsBillingDetails.
      1956 1957 1958  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 1956 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#billing_status ⇒ String
The current billing profile status.
Corresponds to the JSON property billingStatus
      1954 1955 1956  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 1954 def billing_status @billing_status end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1961 1962 1963  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 1961 def update!(**args) @billing_status = args[:billing_status] if args.key?(:billing_status) end  |