Class: Google::Apis::DisplayvideoV3::PartnerBillingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::PartnerBillingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Billing related settings of a partner.
Instance Attribute Summary collapse
-
#billing_profile_id ⇒ Fixnum
The ID of a partner default billing profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PartnerBillingConfig
constructor
A new instance of PartnerBillingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PartnerBillingConfig
Returns a new instance of PartnerBillingConfig.
10460 10461 10462 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10460 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_profile_id ⇒ Fixnum
The ID of a partner default billing profile.
Corresponds to the JSON property billingProfileId
10458 10459 10460 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10458 def billing_profile_id @billing_profile_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10465 10466 10467 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10465 def update!(**args) @billing_profile_id = args[:billing_profile_id] if args.key?(:billing_profile_id) end |