| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| PaymentBasedId | Pointer to string | [optional] | |
| LegalEntityType | Pointer to string | [optional] | |
| MerchantId | Pointer to string | [optional] | |
| VendorName | Pointer to string | [optional] | |
| VendorAliasName | Pointer to string | [optional] | |
| VendorDbName | Pointer to string | [optional] | |
| PaymentMethodType | Pointer to string | [optional] | |
| NotificationType | Pointer to string | [optional] | |
| VendorNotes | Pointer to string | [optional] | |
| PhoneNumber | Pointer to string | [optional] | |
| IsMobileNumber | Pointer to bool | [optional] | |
| UseSameAsPhysicalAddress | Pointer to bool | [optional] | |
| Pointer to string | [optional] | ||
| Url | Pointer to string | [optional] | |
| RemittanceAddress | Pointer to SecureVendorResponseDTORemittanceAddress | [optional] | |
| PhysicalAddress | Pointer to SecureVendorResponseDTORemittanceAddress | [optional] | |
| VendorStatus | Pointer to string | [optional] | |
| CreatedBy | Pointer to string | [optional] | |
| ModifiedBy | Pointer to string | [optional] | |
| CreatedOn | Pointer to string | [optional] | |
| ModifiedOn | Pointer to string | [optional] |
func NewSecureVendorResponseDTO() *SecureVendorResponseDTO
NewSecureVendorResponseDTO instantiates a new SecureVendorResponseDTO 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 NewSecureVendorResponseDTOWithDefaults() *SecureVendorResponseDTO
NewSecureVendorResponseDTOWithDefaults instantiates a new SecureVendorResponseDTO 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 *SecureVendorResponseDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetIdOk() (*string, 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.
func (o *SecureVendorResponseDTO) SetId(v string)
SetId sets Id field to given value.
func (o *SecureVendorResponseDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetPaymentBasedId() string
GetPaymentBasedId returns the PaymentBasedId field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetPaymentBasedIdOk() (*string, bool)
GetPaymentBasedIdOk returns a tuple with the PaymentBasedId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetPaymentBasedId(v string)
SetPaymentBasedId sets PaymentBasedId field to given value.
func (o *SecureVendorResponseDTO) HasPaymentBasedId() bool
HasPaymentBasedId returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetLegalEntityType() string
GetLegalEntityType returns the LegalEntityType field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetLegalEntityType(v string)
SetLegalEntityType sets LegalEntityType field to given value.
func (o *SecureVendorResponseDTO) HasLegalEntityType() bool
HasLegalEntityType returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *SecureVendorResponseDTO) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetVendorName() string
GetVendorName returns the VendorName field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetVendorName(v string)
SetVendorName sets VendorName field to given value.
func (o *SecureVendorResponseDTO) HasVendorName() bool
HasVendorName returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetVendorAliasName() string
GetVendorAliasName returns the VendorAliasName field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetVendorAliasName(v string)
SetVendorAliasName sets VendorAliasName field to given value.
func (o *SecureVendorResponseDTO) HasVendorAliasName() bool
HasVendorAliasName returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetVendorDbName() string
GetVendorDbName returns the VendorDbName field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetVendorDbName(v string)
SetVendorDbName sets VendorDbName field to given value.
func (o *SecureVendorResponseDTO) HasVendorDbName() bool
HasVendorDbName returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetPaymentMethodType() string
GetPaymentMethodType returns the PaymentMethodType field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetPaymentMethodType(v string)
SetPaymentMethodType sets PaymentMethodType field to given value.
func (o *SecureVendorResponseDTO) HasPaymentMethodType() bool
HasPaymentMethodType returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetNotificationType() string
GetNotificationType returns the NotificationType field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetNotificationType(v string)
SetNotificationType sets NotificationType field to given value.
func (o *SecureVendorResponseDTO) HasNotificationType() bool
HasNotificationType returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetVendorNotes() string
GetVendorNotes returns the VendorNotes field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetVendorNotes(v string)
SetVendorNotes sets VendorNotes field to given value.
func (o *SecureVendorResponseDTO) HasVendorNotes() bool
HasVendorNotes returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *SecureVendorResponseDTO) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetIsMobileNumber() bool
GetIsMobileNumber returns the IsMobileNumber field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetIsMobileNumber(v bool)
SetIsMobileNumber sets IsMobileNumber field to given value.
func (o *SecureVendorResponseDTO) HasIsMobileNumber() bool
HasIsMobileNumber returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetUseSameAsPhysicalAddress() bool
GetUseSameAsPhysicalAddress returns the UseSameAsPhysicalAddress field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetUseSameAsPhysicalAddress(v bool)
SetUseSameAsPhysicalAddress sets UseSameAsPhysicalAddress field to given value.
func (o *SecureVendorResponseDTO) HasUseSameAsPhysicalAddress() bool
HasUseSameAsPhysicalAddress returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SecureVendorResponseDTO) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) 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 *SecureVendorResponseDTO) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SecureVendorResponseDTO) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetRemittanceAddress() SecureVendorResponseDTORemittanceAddress
GetRemittanceAddress returns the RemittanceAddress field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetRemittanceAddressOk() (*SecureVendorResponseDTORemittanceAddress, 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 *SecureVendorResponseDTO) SetRemittanceAddress(v SecureVendorResponseDTORemittanceAddress)
SetRemittanceAddress sets RemittanceAddress field to given value.
func (o *SecureVendorResponseDTO) HasRemittanceAddress() bool
HasRemittanceAddress returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetPhysicalAddress() SecureVendorResponseDTORemittanceAddress
GetPhysicalAddress returns the PhysicalAddress field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetPhysicalAddressOk() (*SecureVendorResponseDTORemittanceAddress, 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 *SecureVendorResponseDTO) SetPhysicalAddress(v SecureVendorResponseDTORemittanceAddress)
SetPhysicalAddress sets PhysicalAddress field to given value.
func (o *SecureVendorResponseDTO) HasPhysicalAddress() bool
HasPhysicalAddress returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetVendorStatus() string
GetVendorStatus returns the VendorStatus field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetVendorStatusOk() (*string, bool)
GetVendorStatusOk returns a tuple with the VendorStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetVendorStatus(v string)
SetVendorStatus sets VendorStatus field to given value.
func (o *SecureVendorResponseDTO) HasVendorStatus() bool
HasVendorStatus returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *SecureVendorResponseDTO) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *SecureVendorResponseDTO) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *SecureVendorResponseDTO) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *SecureVendorResponseDTO) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *SecureVendorResponseDTO) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureVendorResponseDTO) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *SecureVendorResponseDTO) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.