class Google::Apis::DisplayvideoV3::AdvertiserBillingConfig

Billing related settings of an advertiser.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @billing_profile_id = args[:billing_profile_id] if args.key?(:billing_profile_id)
end