MerchantDefinedData

class oci.osp_gateway.models.MerchantDefinedData(**kwargs)

Bases: object

Merchant details.

Methods

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

Attributes

cloud_account_name Gets the cloud_account_name of this MerchantDefinedData.
promo_type Gets the promo_type of this MerchantDefinedData.
__init__(**kwargs)

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

Parameters:
  • promo_type (str) – The value to assign to the promo_type property of this MerchantDefinedData.
  • cloud_account_name (str) – The value to assign to the cloud_account_name property of this MerchantDefinedData.
cloud_account_name

Gets the cloud_account_name of this MerchantDefinedData. Cloud account name.

Returns:The cloud_account_name of this MerchantDefinedData.
Return type:str
promo_type

Gets the promo_type of this MerchantDefinedData. Promotion type code.

Returns:The promo_type of this MerchantDefinedData.
Return type:str