Skip to content

Latest commit

 

History

History
359 lines (192 loc) · 10.5 KB

File metadata and controls

359 lines (192 loc) · 10.5 KB

VendorRequestDTO

Properties

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]
Email string
Url Pointer to string [optional]
RemittanceAddress Pointer to VendorRequestDTORemittanceAddress [optional]
PhysicalAddress VendorRequestDTOPhysicalAddress

Methods

NewVendorRequestDTO

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

NewVendorRequestDTOWithDefaults

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

GetVendorName

func (o *VendorRequestDTO) GetVendorName() string

GetVendorName returns the VendorName field if non-nil, zero value otherwise.

GetVendorNameOk

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.

SetVendorName

func (o *VendorRequestDTO) SetVendorName(v string)

SetVendorName sets VendorName field to given value.

GetVendorAliasName

func (o *VendorRequestDTO) GetVendorAliasName() string

GetVendorAliasName returns the VendorAliasName field if non-nil, zero value otherwise.

GetVendorAliasNameOk

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.

SetVendorAliasName

func (o *VendorRequestDTO) SetVendorAliasName(v string)

SetVendorAliasName sets VendorAliasName field to given value.

HasVendorAliasName

func (o *VendorRequestDTO) HasVendorAliasName() bool

HasVendorAliasName returns a boolean if a field has been set.

GetVendorDbName

func (o *VendorRequestDTO) GetVendorDbName() string

GetVendorDbName returns the VendorDbName field if non-nil, zero value otherwise.

GetVendorDbNameOk

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.

SetVendorDbName

func (o *VendorRequestDTO) SetVendorDbName(v string)

SetVendorDbName sets VendorDbName field to given value.

HasVendorDbName

func (o *VendorRequestDTO) HasVendorDbName() bool

HasVendorDbName returns a boolean if a field has been set.

GetLegalEntityType

func (o *VendorRequestDTO) GetLegalEntityType() string

GetLegalEntityType returns the LegalEntityType field if non-nil, zero value otherwise.

GetLegalEntityTypeOk

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.

SetLegalEntityType

func (o *VendorRequestDTO) SetLegalEntityType(v string)

SetLegalEntityType sets LegalEntityType field to given value.

GetPaymentMethodType

func (o *VendorRequestDTO) GetPaymentMethodType() string

GetPaymentMethodType returns the PaymentMethodType field if non-nil, zero value otherwise.

GetPaymentMethodTypeOk

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.

SetPaymentMethodType

func (o *VendorRequestDTO) SetPaymentMethodType(v string)

SetPaymentMethodType sets PaymentMethodType field to given value.

GetNotificationType

func (o *VendorRequestDTO) GetNotificationType() string

GetNotificationType returns the NotificationType field if non-nil, zero value otherwise.

GetNotificationTypeOk

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.

SetNotificationType

func (o *VendorRequestDTO) SetNotificationType(v string)

SetNotificationType sets NotificationType field to given value.

GetVendorNotes

func (o *VendorRequestDTO) GetVendorNotes() string

GetVendorNotes returns the VendorNotes field if non-nil, zero value otherwise.

GetVendorNotesOk

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.

SetVendorNotes

func (o *VendorRequestDTO) SetVendorNotes(v string)

SetVendorNotes sets VendorNotes field to given value.

HasVendorNotes

func (o *VendorRequestDTO) HasVendorNotes() bool

HasVendorNotes returns a boolean if a field has been set.

GetPhoneNumber

func (o *VendorRequestDTO) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

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.

SetPhoneNumber

func (o *VendorRequestDTO) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

GetIsMobileNumber

func (o *VendorRequestDTO) GetIsMobileNumber() bool

GetIsMobileNumber returns the IsMobileNumber field if non-nil, zero value otherwise.

GetIsMobileNumberOk

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.

SetIsMobileNumber

func (o *VendorRequestDTO) SetIsMobileNumber(v bool)

SetIsMobileNumber sets IsMobileNumber field to given value.

HasIsMobileNumber

func (o *VendorRequestDTO) HasIsMobileNumber() bool

HasIsMobileNumber returns a boolean if a field has been set.

GetUseSameAsPhysicalAddress

func (o *VendorRequestDTO) GetUseSameAsPhysicalAddress() bool

GetUseSameAsPhysicalAddress returns the UseSameAsPhysicalAddress field if non-nil, zero value otherwise.

GetUseSameAsPhysicalAddressOk

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.

SetUseSameAsPhysicalAddress

func (o *VendorRequestDTO) SetUseSameAsPhysicalAddress(v bool)

SetUseSameAsPhysicalAddress sets UseSameAsPhysicalAddress field to given value.

HasUseSameAsPhysicalAddress

func (o *VendorRequestDTO) HasUseSameAsPhysicalAddress() bool

HasUseSameAsPhysicalAddress returns a boolean if a field has been set.

GetEmail

func (o *VendorRequestDTO) GetEmail() string

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

GetEmailOk

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.

SetEmail

func (o *VendorRequestDTO) SetEmail(v string)

SetEmail sets Email field to given value.

GetUrl

func (o *VendorRequestDTO) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *VendorRequestDTO) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *VendorRequestDTO) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetRemittanceAddress

func (o *VendorRequestDTO) GetRemittanceAddress() VendorRequestDTORemittanceAddress

GetRemittanceAddress returns the RemittanceAddress field if non-nil, zero value otherwise.

GetRemittanceAddressOk

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.

SetRemittanceAddress

func (o *VendorRequestDTO) SetRemittanceAddress(v VendorRequestDTORemittanceAddress)

SetRemittanceAddress sets RemittanceAddress field to given value.

HasRemittanceAddress

func (o *VendorRequestDTO) HasRemittanceAddress() bool

HasRemittanceAddress returns a boolean if a field has been set.

GetPhysicalAddress

func (o *VendorRequestDTO) GetPhysicalAddress() VendorRequestDTOPhysicalAddress

GetPhysicalAddress returns the PhysicalAddress field if non-nil, zero value otherwise.

GetPhysicalAddressOk

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.

SetPhysicalAddress

func (o *VendorRequestDTO) SetPhysicalAddress(v VendorRequestDTOPhysicalAddress)

SetPhysicalAddress sets PhysicalAddress field to given value.

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