Name | Type | Description | Notes |
---|---|---|---|
Amount | int64 | Shipping amount in cents | |
Carrier | Pointer to string | Carrier name for the shipment | [optional] |
TrackingNumber | Pointer to string | Tracking number can be used to track the shipment | [optional] |
Method | Pointer to string | Method of shipment | [optional] |
Metadata | Pointer to map[string]interface{} | Hash where the user can send additional information for each 'shipping'. | [optional] |
Id | Pointer to string | [optional] | |
Object | Pointer to string | [optional] | |
ParentId | Pointer to string | [optional] |
func NewShippingOrderResponse(amount int64, ) *ShippingOrderResponse
NewShippingOrderResponse instantiates a new ShippingOrderResponse 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 NewShippingOrderResponseWithDefaults() *ShippingOrderResponse
NewShippingOrderResponseWithDefaults instantiates a new ShippingOrderResponse 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 *ShippingOrderResponse) GetAmount() int64
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetAmountOk() (*int64, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShippingOrderResponse) SetAmount(v int64)
SetAmount sets Amount field to given value.
func (o *ShippingOrderResponse) GetCarrier() string
GetCarrier returns the Carrier field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetCarrierOk() (*string, bool)
GetCarrierOk returns a tuple with the Carrier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShippingOrderResponse) SetCarrier(v string)
SetCarrier sets Carrier field to given value.
func (o *ShippingOrderResponse) HasCarrier() bool
HasCarrier returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetTrackingNumber() string
GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetTrackingNumberOk() (*string, bool)
GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShippingOrderResponse) SetTrackingNumber(v string)
SetTrackingNumber sets TrackingNumber field to given value.
func (o *ShippingOrderResponse) HasTrackingNumber() bool
HasTrackingNumber returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShippingOrderResponse) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *ShippingOrderResponse) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) 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 *ShippingOrderResponse) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *ShippingOrderResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) 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 *ShippingOrderResponse) SetId(v string)
SetId sets Id field to given value.
func (o *ShippingOrderResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetObjectOk() (*string, 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 *ShippingOrderResponse) SetObject(v string)
SetObject sets Object field to given value.
func (o *ShippingOrderResponse) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *ShippingOrderResponse) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *ShippingOrderResponse) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShippingOrderResponse) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *ShippingOrderResponse) HasParentId() bool
HasParentId returns a boolean if a field has been set.