Name | Type | Description | Notes |
---|---|---|---|
LicenseNumber | Pointer to []string | License numbers. | [optional] |
LicenseStartDate | Pointer to string | Start Date of the license. | [optional] |
LicenseEndDate | Pointer to string | End Date of the license. | [optional] |
Description | Pointer to string | Description of the license. | [optional] |
Quantity | Pointer to string | Quantity of the license. | [optional] |
func NewOrderDetailB2BLinesInnerServiceContractInfoLicenseInfo() *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo
NewOrderDetailB2BLinesInnerServiceContractInfoLicenseInfo instantiates a new OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo 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 NewOrderDetailB2BLinesInnerServiceContractInfoLicenseInfoWithDefaults() *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo
NewOrderDetailB2BLinesInnerServiceContractInfoLicenseInfoWithDefaults instantiates a new OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo 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 *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseNumber() []string
GetLicenseNumber returns the LicenseNumber field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseNumberOk() (*[]string, bool)
GetLicenseNumberOk returns a tuple with the LicenseNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetLicenseNumber(v []string)
SetLicenseNumber sets LicenseNumber field to given value.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) HasLicenseNumber() bool
HasLicenseNumber returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetLicenseNumberNil(b bool)
SetLicenseNumberNil sets the value for LicenseNumber to be an explicit nil
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) UnsetLicenseNumber()
UnsetLicenseNumber ensures that no value is present for LicenseNumber, not even an explicit nil
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseStartDate() string
GetLicenseStartDate returns the LicenseStartDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseStartDateOk() (*string, bool)
GetLicenseStartDateOk returns a tuple with the LicenseStartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetLicenseStartDate(v string)
SetLicenseStartDate sets LicenseStartDate field to given value.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) HasLicenseStartDate() bool
HasLicenseStartDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseEndDate() string
GetLicenseEndDate returns the LicenseEndDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetLicenseEndDateOk() (*string, bool)
GetLicenseEndDateOk returns a tuple with the LicenseEndDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetLicenseEndDate(v string)
SetLicenseEndDate sets LicenseEndDate field to given value.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) HasLicenseEndDate() bool
HasLicenseEndDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) 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 *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetQuantity() string
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) GetQuantityOk() (*string, bool)
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) SetQuantity(v string)
SetQuantity sets Quantity field to given value.
func (o *OrderDetailB2BLinesInnerServiceContractInfoLicenseInfo) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.