Name | Type | Description | Notes |
---|---|---|---|
Topic | Pointer to string | Provides the details of the line item. | [optional] |
Href | Pointer to string | The API endpoint for accessing the relevant data. | [optional] |
Type | Pointer to string | The type of call that can be made to the href link(GET,POST etc). | [optional] |
func NewOrderDetailB2BLinesInnerLinksInner() *OrderDetailB2BLinesInnerLinksInner
NewOrderDetailB2BLinesInnerLinksInner instantiates a new OrderDetailB2BLinesInnerLinksInner 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 NewOrderDetailB2BLinesInnerLinksInnerWithDefaults() *OrderDetailB2BLinesInnerLinksInner
NewOrderDetailB2BLinesInnerLinksInnerWithDefaults instantiates a new OrderDetailB2BLinesInnerLinksInner 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 *OrderDetailB2BLinesInnerLinksInner) GetTopic() string
GetTopic returns the Topic field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerLinksInner) GetTopicOk() (*string, bool)
GetTopicOk returns a tuple with the Topic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerLinksInner) SetTopic(v string)
SetTopic sets Topic field to given value.
func (o *OrderDetailB2BLinesInnerLinksInner) HasTopic() bool
HasTopic returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerLinksInner) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerLinksInner) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerLinksInner) SetHref(v string)
SetHref sets Href field to given value.
func (o *OrderDetailB2BLinesInnerLinksInner) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerLinksInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerLinksInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerLinksInner) SetType(v string)
SetType sets Type field to given value.
func (o *OrderDetailB2BLinesInnerLinksInner) HasType() bool
HasType returns a boolean if a field has been set.