OfferInternalDetail

class oci.marketplace_publisher.models.OfferInternalDetail(**kwargs)

Bases: object

the internal details of an offer that are only visible to the seller

Methods

__init__(**kwargs) Initializes a new OfferInternalDetail object with values from keyword arguments.

Attributes

custom_fields [Required] Gets the custom_fields of this OfferInternalDetail.
internal_notes [Required] Gets the internal_notes of this OfferInternalDetail.
__init__(**kwargs)

Initializes a new OfferInternalDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • custom_fields (list[oci.marketplace_publisher.models.CustomField]) – The value to assign to the custom_fields property of this OfferInternalDetail.
  • internal_notes (str) – The value to assign to the internal_notes property of this OfferInternalDetail.
custom_fields

[Required] Gets the custom_fields of this OfferInternalDetail. A list of key value pairs specified by the seller

Returns:The custom_fields of this OfferInternalDetail.
Return type:list[oci.marketplace_publisher.models.CustomField]
internal_notes

[Required] Gets the internal_notes of this OfferInternalDetail. Internal notes only intended for the Publisher of the Offer

Returns:The internal_notes of this OfferInternalDetail.
Return type:str