2.3 KiB
OrderBoxLayoutPartialCountDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Current | int32 | Номер части, начиная с 1. | |
| Total | int32 | На сколько всего частей разделен товар. |
Methods
NewOrderBoxLayoutPartialCountDTO
func NewOrderBoxLayoutPartialCountDTO(current int32, total int32, ) *OrderBoxLayoutPartialCountDTO
NewOrderBoxLayoutPartialCountDTO instantiates a new OrderBoxLayoutPartialCountDTO 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
NewOrderBoxLayoutPartialCountDTOWithDefaults
func NewOrderBoxLayoutPartialCountDTOWithDefaults() *OrderBoxLayoutPartialCountDTO
NewOrderBoxLayoutPartialCountDTOWithDefaults instantiates a new OrderBoxLayoutPartialCountDTO 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
GetCurrent
func (o *OrderBoxLayoutPartialCountDTO) GetCurrent() int32
GetCurrent returns the Current field if non-nil, zero value otherwise.
GetCurrentOk
func (o *OrderBoxLayoutPartialCountDTO) GetCurrentOk() (*int32, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCurrent
func (o *OrderBoxLayoutPartialCountDTO) SetCurrent(v int32)
SetCurrent sets Current field to given value.
GetTotal
func (o *OrderBoxLayoutPartialCountDTO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *OrderBoxLayoutPartialCountDTO) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotal
func (o *OrderBoxLayoutPartialCountDTO) SetTotal(v int32)
SetTotal sets Total field to given value.