Skip to content

/AWS1/CL_MPIPRICINGMODEL

A pricing model that determines how buyers are charged for a listing, such as usage-based, contract, BYOL, or free.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pricingmodeltype TYPE /AWS1/MPIPRICINGMODELTYPE /AWS1/MPIPRICINGMODELTYPE

The machine-readable type of the pricing model.

iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING

The human-readable name of the pricing model.


Queryable Attributes

pricingModelType

The machine-readable type of the pricing model.

Accessible with the following methods

Method Description
GET_PRICINGMODELTYPE() Getter for PRICINGMODELTYPE, with configurable default
ASK_PRICINGMODELTYPE() Getter for PRICINGMODELTYPE w/ exceptions if field has no va
HAS_PRICINGMODELTYPE() Determine if PRICINGMODELTYPE has a value

displayName

The human-readable name of the pricing model.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PRICINGMODELLIST

TYPES TT_PRICINGMODELLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIPRICINGMODEL WITH DEFAULT KEY
.