| Name | Type | Description | Notes |
|---|---|---|---|
| AccountSku | NullableString | ||
| CreatedAt | time.Time | DateTime at which the object was created, in 'ISO 8601' format. | |
| CustomFields | Pointer to map[string]interface{} | [optional] | |
| DefaultPrice | NullableString | ||
| Description | NullableString | ||
| Features | []string | List of product features. | |
| Id | string | Unique identifier of the product. | |
| IsActive | bool | Whether the product is currently available for purchase. | |
| IsDeleted | Pointer to bool | If true, indicates that this object has been deleted | [optional] [default to false] |
| Metadata | Pointer to map[string]interface{} | [optional] | |
| Name | string | Name of product. | |
| Object | Pointer to ObjectName | [optional] | |
| Prices | []PriceExternal | ||
| UnitLabel | NullableString | ||
| UpdatedAt | time.Time | DateTime at which the object was updated, in 'ISO 8601' format. |
func NewProductExternal(accountSku NullableString, createdAt time.Time, defaultPrice NullableString, description NullableString, features []string, id string, isActive bool, name string, prices []PriceExternal, unitLabel NullableString, updatedAt time.Time, ) *ProductExternal
NewProductExternal instantiates a new ProductExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProductExternalWithDefaults() *ProductExternal
NewProductExternalWithDefaults instantiates a new ProductExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ProductExternal) GetAccountSku() string
GetAccountSku returns the AccountSku field if non-nil, zero value otherwise.
func (o *ProductExternal) GetAccountSkuOk() (*string, bool)
GetAccountSkuOk returns a tuple with the AccountSku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetAccountSku(v string)
SetAccountSku sets AccountSku field to given value.
func (o *ProductExternal) SetAccountSkuNil(b bool)
SetAccountSkuNil sets the value for AccountSku to be an explicit nil
func (o *ProductExternal) UnsetAccountSku()
UnsetAccountSku ensures that no value is present for AccountSku, not even an explicit nil
func (o *ProductExternal) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ProductExternal) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ProductExternal) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *ProductExternal) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *ProductExternal) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *ProductExternal) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *ProductExternal) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil
func (o *ProductExternal) GetDefaultPrice() string
GetDefaultPrice returns the DefaultPrice field if non-nil, zero value otherwise.
func (o *ProductExternal) GetDefaultPriceOk() (*string, bool)
GetDefaultPriceOk returns a tuple with the DefaultPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetDefaultPrice(v string)
SetDefaultPrice sets DefaultPrice field to given value.
func (o *ProductExternal) SetDefaultPriceNil(b bool)
SetDefaultPriceNil sets the value for DefaultPrice to be an explicit nil
func (o *ProductExternal) UnsetDefaultPrice()
UnsetDefaultPrice ensures that no value is present for DefaultPrice, not even an explicit nil
func (o *ProductExternal) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ProductExternal) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ProductExternal) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ProductExternal) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ProductExternal) GetFeatures() []string
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *ProductExternal) GetFeaturesOk() (*[]string, bool)
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetFeatures(v []string)
SetFeatures sets Features field to given value.
func (o *ProductExternal) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProductExternal) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetId(v string)
SetId sets Id field to given value.
func (o *ProductExternal) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *ProductExternal) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *ProductExternal) GetIsDeleted() bool
GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.
func (o *ProductExternal) GetIsDeletedOk() (*bool, bool)
GetIsDeletedOk returns a tuple with the IsDeleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetIsDeleted(v bool)
SetIsDeleted sets IsDeleted field to given value.
func (o *ProductExternal) HasIsDeleted() bool
HasIsDeleted returns a boolean if a field has been set.
func (o *ProductExternal) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ProductExternal) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *ProductExternal) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ProductExternal) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *ProductExternal) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *ProductExternal) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProductExternal) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetName(v string)
SetName sets Name field to given value.
func (o *ProductExternal) GetObject() ObjectName
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *ProductExternal) GetObjectOk() (*ObjectName, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetObject(v ObjectName)
SetObject sets Object field to given value.
func (o *ProductExternal) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *ProductExternal) GetPrices() []PriceExternal
GetPrices returns the Prices field if non-nil, zero value otherwise.
func (o *ProductExternal) GetPricesOk() (*[]PriceExternal, bool)
GetPricesOk returns a tuple with the Prices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetPrices(v []PriceExternal)
SetPrices sets Prices field to given value.
func (o *ProductExternal) GetUnitLabel() string
GetUnitLabel returns the UnitLabel field if non-nil, zero value otherwise.
func (o *ProductExternal) GetUnitLabelOk() (*string, bool)
GetUnitLabelOk returns a tuple with the UnitLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetUnitLabel(v string)
SetUnitLabel sets UnitLabel field to given value.
func (o *ProductExternal) SetUnitLabelNil(b bool)
SetUnitLabelNil sets the value for UnitLabel to be an explicit nil
func (o *ProductExternal) UnsetUnitLabel()
UnsetUnitLabel ensures that no value is present for UnitLabel, not even an explicit nil
func (o *ProductExternal) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ProductExternal) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductExternal) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.