class Google::Apis::DisplayvideoV3::PrismaCpeCode

fields of this code.
Google Payments Center supports searching and filtering on the component

def initialize(**args)

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

def update!(**args)

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