class Google::Apis::DisplayvideoV1::PrismaCpeCode

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

Attributes

prisma_client_code[RW]

The Prisma client code. Corresponds to the JSON property `prismaClientCode` @return [String]

prisma_estimate_code[RW]

The Prisma estimate code. Corresponds to the JSON property `prismaEstimateCode` @return [String]

prisma_product_code[RW]

The Prisma product code. Corresponds to the JSON property `prismaProductCode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8315
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 8320
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