Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.75 KB

WebhookOrderNotificationCustomer.md

File metadata and controls

134 lines (73 loc) · 3.75 KB

WebhookOrderNotificationCustomer

Properties

Name Type Description Notes
Id Pointer to int64 Customer ID [optional]
Name Pointer to string Customer name [optional]
Phone Pointer to string Customer phone (Masked) [optional]
Email Pointer to string [optional]

Methods

NewWebhookOrderNotificationCustomer

func NewWebhookOrderNotificationCustomer() *WebhookOrderNotificationCustomer

NewWebhookOrderNotificationCustomer instantiates a new WebhookOrderNotificationCustomer 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

NewWebhookOrderNotificationCustomerWithDefaults

func NewWebhookOrderNotificationCustomerWithDefaults() *WebhookOrderNotificationCustomer

NewWebhookOrderNotificationCustomerWithDefaults instantiates a new WebhookOrderNotificationCustomer 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

GetId

func (o *WebhookOrderNotificationCustomer) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *WebhookOrderNotificationCustomer) GetIdOk() (*int64, 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.

SetId

func (o *WebhookOrderNotificationCustomer) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *WebhookOrderNotificationCustomer) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *WebhookOrderNotificationCustomer) GetName() string

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

GetNameOk

func (o *WebhookOrderNotificationCustomer) 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 *WebhookOrderNotificationCustomer) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *WebhookOrderNotificationCustomer) HasName() bool

HasName returns a boolean if a field has been set.

GetPhone

func (o *WebhookOrderNotificationCustomer) GetPhone() string

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

GetPhoneOk

func (o *WebhookOrderNotificationCustomer) 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 *WebhookOrderNotificationCustomer) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *WebhookOrderNotificationCustomer) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetEmail

func (o *WebhookOrderNotificationCustomer) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *WebhookOrderNotificationCustomer) GetEmailOk() (*string, bool)

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

SetEmail

func (o *WebhookOrderNotificationCustomer) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *WebhookOrderNotificationCustomer) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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