Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

GetOrderWebhook200ResponseDataOneOf1DropshipperInfo.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

GetOrderWebhook200ResponseDataOneOf1DropshipperInfo

Properties

Name Type Description Notes
Name Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfo

func NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfo() *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo

NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfo instantiates a new GetOrderWebhook200ResponseDataOneOf1DropshipperInfo 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

NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfoWithDefaults

func NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfoWithDefaults() *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo

NewGetOrderWebhook200ResponseDataOneOf1DropshipperInfoWithDefaults instantiates a new GetOrderWebhook200ResponseDataOneOf1DropshipperInfo 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

GetName

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) 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.

SetName

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) HasName() bool

HasName returns a boolean if a field has been set.

GetPhone

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPhone

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *GetOrderWebhook200ResponseDataOneOf1DropshipperInfo) HasPhone() bool

HasPhone returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]