CustomerInfoOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerId | Pointer to string | Customer ID | [optional] |
| CustomerName | Pointer to string | Customer name | [optional] |
| Description | Pointer to string | Customer description | [optional] |
Methods
NewCustomerInfoOpenApiVO
func NewCustomerInfoOpenApiVO() *CustomerInfoOpenApiVO
NewCustomerInfoOpenApiVO instantiates a new CustomerInfoOpenApiVO 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
NewCustomerInfoOpenApiVOWithDefaults
func NewCustomerInfoOpenApiVOWithDefaults() *CustomerInfoOpenApiVO
NewCustomerInfoOpenApiVOWithDefaults instantiates a new CustomerInfoOpenApiVO 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
GetCustomerId
func (o *CustomerInfoOpenApiVO) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
GetCustomerIdOk
func (o *CustomerInfoOpenApiVO) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomerId
func (o *CustomerInfoOpenApiVO) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
HasCustomerId
func (o *CustomerInfoOpenApiVO) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
GetCustomerName
func (o *CustomerInfoOpenApiVO) GetCustomerName() string
GetCustomerName returns the CustomerName field if non-nil, zero value otherwise.
GetCustomerNameOk
func (o *CustomerInfoOpenApiVO) GetCustomerNameOk() (*string, bool)
GetCustomerNameOk returns a tuple with the CustomerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCustomerName
func (o *CustomerInfoOpenApiVO) SetCustomerName(v string)
SetCustomerName sets CustomerName field to given value.
HasCustomerName
func (o *CustomerInfoOpenApiVO) HasCustomerName() bool
HasCustomerName returns a boolean if a field has been set.
GetDescription
func (o *CustomerInfoOpenApiVO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *CustomerInfoOpenApiVO) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDescription
func (o *CustomerInfoOpenApiVO) SetDescription(v string)
SetDescription sets Description field to given value.
HasDescription
func (o *CustomerInfoOpenApiVO) HasDescription() bool
HasDescription returns a boolean if a field has been set.