Skip to content

Latest commit

 

History

History
602 lines (325 loc) · 17.5 KB

File metadata and controls

602 lines (325 loc) · 17.5 KB

SecureVendorResponseDTO

Properties

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]
Email 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]

Methods

NewSecureVendorResponseDTO

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

NewSecureVendorResponseDTOWithDefaults

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

GetId

func (o *SecureVendorResponseDTO) GetId() string

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

GetIdOk

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.

SetId

func (o *SecureVendorResponseDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SecureVendorResponseDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetPaymentBasedId

func (o *SecureVendorResponseDTO) GetPaymentBasedId() string

GetPaymentBasedId returns the PaymentBasedId field if non-nil, zero value otherwise.

GetPaymentBasedIdOk

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.

SetPaymentBasedId

func (o *SecureVendorResponseDTO) SetPaymentBasedId(v string)

SetPaymentBasedId sets PaymentBasedId field to given value.

HasPaymentBasedId

func (o *SecureVendorResponseDTO) HasPaymentBasedId() bool

HasPaymentBasedId returns a boolean if a field has been set.

GetLegalEntityType

func (o *SecureVendorResponseDTO) GetLegalEntityType() string

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

GetLegalEntityTypeOk

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.

SetLegalEntityType

func (o *SecureVendorResponseDTO) SetLegalEntityType(v string)

SetLegalEntityType sets LegalEntityType field to given value.

HasLegalEntityType

func (o *SecureVendorResponseDTO) HasLegalEntityType() bool

HasLegalEntityType returns a boolean if a field has been set.

GetMerchantId

func (o *SecureVendorResponseDTO) GetMerchantId() string

GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.

GetMerchantIdOk

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.

SetMerchantId

func (o *SecureVendorResponseDTO) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *SecureVendorResponseDTO) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetVendorName

func (o *SecureVendorResponseDTO) GetVendorName() string

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

GetVendorNameOk

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.

SetVendorName

func (o *SecureVendorResponseDTO) SetVendorName(v string)

SetVendorName sets VendorName field to given value.

HasVendorName

func (o *SecureVendorResponseDTO) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

GetVendorAliasName

func (o *SecureVendorResponseDTO) GetVendorAliasName() string

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

GetVendorAliasNameOk

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.

SetVendorAliasName

func (o *SecureVendorResponseDTO) SetVendorAliasName(v string)

SetVendorAliasName sets VendorAliasName field to given value.

HasVendorAliasName

func (o *SecureVendorResponseDTO) HasVendorAliasName() bool

HasVendorAliasName returns a boolean if a field has been set.

GetVendorDbName

func (o *SecureVendorResponseDTO) GetVendorDbName() string

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

GetVendorDbNameOk

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.

SetVendorDbName

func (o *SecureVendorResponseDTO) SetVendorDbName(v string)

SetVendorDbName sets VendorDbName field to given value.

HasVendorDbName

func (o *SecureVendorResponseDTO) HasVendorDbName() bool

HasVendorDbName returns a boolean if a field has been set.

GetPaymentMethodType

func (o *SecureVendorResponseDTO) GetPaymentMethodType() string

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

GetPaymentMethodTypeOk

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.

SetPaymentMethodType

func (o *SecureVendorResponseDTO) SetPaymentMethodType(v string)

SetPaymentMethodType sets PaymentMethodType field to given value.

HasPaymentMethodType

func (o *SecureVendorResponseDTO) HasPaymentMethodType() bool

HasPaymentMethodType returns a boolean if a field has been set.

GetNotificationType

func (o *SecureVendorResponseDTO) GetNotificationType() string

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

GetNotificationTypeOk

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.

SetNotificationType

func (o *SecureVendorResponseDTO) SetNotificationType(v string)

SetNotificationType sets NotificationType field to given value.

HasNotificationType

func (o *SecureVendorResponseDTO) HasNotificationType() bool

HasNotificationType returns a boolean if a field has been set.

GetVendorNotes

func (o *SecureVendorResponseDTO) GetVendorNotes() string

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

GetVendorNotesOk

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.

SetVendorNotes

func (o *SecureVendorResponseDTO) SetVendorNotes(v string)

SetVendorNotes sets VendorNotes field to given value.

HasVendorNotes

func (o *SecureVendorResponseDTO) HasVendorNotes() bool

HasVendorNotes returns a boolean if a field has been set.

GetPhoneNumber

func (o *SecureVendorResponseDTO) GetPhoneNumber() string

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

GetPhoneNumberOk

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.

SetPhoneNumber

func (o *SecureVendorResponseDTO) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *SecureVendorResponseDTO) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetIsMobileNumber

func (o *SecureVendorResponseDTO) GetIsMobileNumber() bool

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

GetIsMobileNumberOk

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.

SetIsMobileNumber

func (o *SecureVendorResponseDTO) SetIsMobileNumber(v bool)

SetIsMobileNumber sets IsMobileNumber field to given value.

HasIsMobileNumber

func (o *SecureVendorResponseDTO) HasIsMobileNumber() bool

HasIsMobileNumber returns a boolean if a field has been set.

GetUseSameAsPhysicalAddress

func (o *SecureVendorResponseDTO) GetUseSameAsPhysicalAddress() bool

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

GetUseSameAsPhysicalAddressOk

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.

SetUseSameAsPhysicalAddress

func (o *SecureVendorResponseDTO) SetUseSameAsPhysicalAddress(v bool)

SetUseSameAsPhysicalAddress sets UseSameAsPhysicalAddress field to given value.

HasUseSameAsPhysicalAddress

func (o *SecureVendorResponseDTO) HasUseSameAsPhysicalAddress() bool

HasUseSameAsPhysicalAddress returns a boolean if a field has been set.

GetEmail

func (o *SecureVendorResponseDTO) GetEmail() string

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

GetEmailOk

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.

SetEmail

func (o *SecureVendorResponseDTO) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *SecureVendorResponseDTO) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetUrl

func (o *SecureVendorResponseDTO) GetUrl() string

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

GetUrlOk

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.

SetUrl

func (o *SecureVendorResponseDTO) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *SecureVendorResponseDTO) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetRemittanceAddress

func (o *SecureVendorResponseDTO) GetRemittanceAddress() SecureVendorResponseDTORemittanceAddress

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

GetRemittanceAddressOk

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.

SetRemittanceAddress

func (o *SecureVendorResponseDTO) SetRemittanceAddress(v SecureVendorResponseDTORemittanceAddress)

SetRemittanceAddress sets RemittanceAddress field to given value.

HasRemittanceAddress

func (o *SecureVendorResponseDTO) HasRemittanceAddress() bool

HasRemittanceAddress returns a boolean if a field has been set.

GetPhysicalAddress

func (o *SecureVendorResponseDTO) GetPhysicalAddress() SecureVendorResponseDTORemittanceAddress

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

GetPhysicalAddressOk

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.

SetPhysicalAddress

func (o *SecureVendorResponseDTO) SetPhysicalAddress(v SecureVendorResponseDTORemittanceAddress)

SetPhysicalAddress sets PhysicalAddress field to given value.

HasPhysicalAddress

func (o *SecureVendorResponseDTO) HasPhysicalAddress() bool

HasPhysicalAddress returns a boolean if a field has been set.

GetVendorStatus

func (o *SecureVendorResponseDTO) GetVendorStatus() string

GetVendorStatus returns the VendorStatus field if non-nil, zero value otherwise.

GetVendorStatusOk

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.

SetVendorStatus

func (o *SecureVendorResponseDTO) SetVendorStatus(v string)

SetVendorStatus sets VendorStatus field to given value.

HasVendorStatus

func (o *SecureVendorResponseDTO) HasVendorStatus() bool

HasVendorStatus returns a boolean if a field has been set.

GetCreatedBy

func (o *SecureVendorResponseDTO) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *SecureVendorResponseDTO) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *SecureVendorResponseDTO) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedBy

func (o *SecureVendorResponseDTO) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *SecureVendorResponseDTO) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *SecureVendorResponseDTO) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetCreatedOn

func (o *SecureVendorResponseDTO) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *SecureVendorResponseDTO) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *SecureVendorResponseDTO) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetModifiedOn

func (o *SecureVendorResponseDTO) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *SecureVendorResponseDTO) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *SecureVendorResponseDTO) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

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