| Name | Type | Description | Notes |
|---|---|---|---|
| VendorName | string | ||
| VendorAliasName | Pointer to string | [optional] | |
| VendorDbName | Pointer to string | Database name of the vendor | [optional] |
| LegalEntityType | string | ||
| PaymentMethodType | string | ||
| NotificationType | string | ||
| VendorNotes | Pointer to string | [optional] | |
| PhoneNumber | string | ||
| IsMobileNumber | Pointer to bool | [optional] | |
| UseSameAsPhysicalAddress | Pointer to bool | [optional] | |
| string | |||
| Url | Pointer to string | [optional] | |
| RemittanceAddress | Pointer to VendorRequestDTORemittanceAddress | [optional] | |
| PhysicalAddress | VendorRequestDTOPhysicalAddress |
func NewVendorRequestDTO(vendorName string, legalEntityType string, paymentMethodType string, notificationType string, phoneNumber string, email string, physicalAddress VendorRequestDTOPhysicalAddress, ) *VendorRequestDTO
NewVendorRequestDTO instantiates a new VendorRequestDTO 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 NewVendorRequestDTOWithDefaults() *VendorRequestDTO
NewVendorRequestDTOWithDefaults instantiates a new VendorRequestDTO 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 *VendorRequestDTO) GetVendorName() string
GetVendorName returns the VendorName field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetVendorNameOk() (*string, bool)
GetVendorNameOk returns a tuple with the VendorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetVendorName(v string)
SetVendorName sets VendorName field to given value.
func (o *VendorRequestDTO) GetVendorAliasName() string
GetVendorAliasName returns the VendorAliasName field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetVendorAliasNameOk() (*string, bool)
GetVendorAliasNameOk returns a tuple with the VendorAliasName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetVendorAliasName(v string)
SetVendorAliasName sets VendorAliasName field to given value.
func (o *VendorRequestDTO) HasVendorAliasName() bool
HasVendorAliasName returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetVendorDbName() string
GetVendorDbName returns the VendorDbName field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetVendorDbNameOk() (*string, bool)
GetVendorDbNameOk returns a tuple with the VendorDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetVendorDbName(v string)
SetVendorDbName sets VendorDbName field to given value.
func (o *VendorRequestDTO) HasVendorDbName() bool
HasVendorDbName returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetLegalEntityType() string
GetLegalEntityType returns the LegalEntityType field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetLegalEntityTypeOk() (*string, bool)
GetLegalEntityTypeOk returns a tuple with the LegalEntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetLegalEntityType(v string)
SetLegalEntityType sets LegalEntityType field to given value.
func (o *VendorRequestDTO) GetPaymentMethodType() string
GetPaymentMethodType returns the PaymentMethodType field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetPaymentMethodTypeOk() (*string, bool)
GetPaymentMethodTypeOk returns a tuple with the PaymentMethodType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetPaymentMethodType(v string)
SetPaymentMethodType sets PaymentMethodType field to given value.
func (o *VendorRequestDTO) GetNotificationType() string
GetNotificationType returns the NotificationType field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetNotificationTypeOk() (*string, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetNotificationType(v string)
SetNotificationType sets NotificationType field to given value.
func (o *VendorRequestDTO) GetVendorNotes() string
GetVendorNotes returns the VendorNotes field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetVendorNotesOk() (*string, bool)
GetVendorNotesOk returns a tuple with the VendorNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetVendorNotes(v string)
SetVendorNotes sets VendorNotes field to given value.
func (o *VendorRequestDTO) HasVendorNotes() bool
HasVendorNotes returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *VendorRequestDTO) GetIsMobileNumber() bool
GetIsMobileNumber returns the IsMobileNumber field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetIsMobileNumberOk() (*bool, bool)
GetIsMobileNumberOk returns a tuple with the IsMobileNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetIsMobileNumber(v bool)
SetIsMobileNumber sets IsMobileNumber field to given value.
func (o *VendorRequestDTO) HasIsMobileNumber() bool
HasIsMobileNumber returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetUseSameAsPhysicalAddress() bool
GetUseSameAsPhysicalAddress returns the UseSameAsPhysicalAddress field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetUseSameAsPhysicalAddressOk() (*bool, bool)
GetUseSameAsPhysicalAddressOk returns a tuple with the UseSameAsPhysicalAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetUseSameAsPhysicalAddress(v bool)
SetUseSameAsPhysicalAddress sets UseSameAsPhysicalAddress field to given value.
func (o *VendorRequestDTO) HasUseSameAsPhysicalAddress() bool
HasUseSameAsPhysicalAddress returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) 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.
func (o *VendorRequestDTO) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *VendorRequestDTO) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *VendorRequestDTO) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetRemittanceAddress() VendorRequestDTORemittanceAddress
GetRemittanceAddress returns the RemittanceAddress field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetRemittanceAddressOk() (*VendorRequestDTORemittanceAddress, bool)
GetRemittanceAddressOk returns a tuple with the RemittanceAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetRemittanceAddress(v VendorRequestDTORemittanceAddress)
SetRemittanceAddress sets RemittanceAddress field to given value.
func (o *VendorRequestDTO) HasRemittanceAddress() bool
HasRemittanceAddress returns a boolean if a field has been set.
func (o *VendorRequestDTO) GetPhysicalAddress() VendorRequestDTOPhysicalAddress
GetPhysicalAddress returns the PhysicalAddress field if non-nil, zero value otherwise.
func (o *VendorRequestDTO) GetPhysicalAddressOk() (*VendorRequestDTOPhysicalAddress, bool)
GetPhysicalAddressOk returns a tuple with the PhysicalAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VendorRequestDTO) SetPhysicalAddress(v VendorRequestDTOPhysicalAddress)
SetPhysicalAddress sets PhysicalAddress field to given value.