Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

VerifySelfieBvnResponse.md

File metadata and controls

56 lines (31 loc) · 1.8 KB

VerifySelfieBvnResponse

Properties

Name Type Description Notes
Entity Pointer to VerifySelfieBvnResponseEntity [optional]

Methods

NewVerifySelfieBvnResponse

func NewVerifySelfieBvnResponse() *VerifySelfieBvnResponse

NewVerifySelfieBvnResponse instantiates a new VerifySelfieBvnResponse 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

NewVerifySelfieBvnResponseWithDefaults

func NewVerifySelfieBvnResponseWithDefaults() *VerifySelfieBvnResponse

NewVerifySelfieBvnResponseWithDefaults instantiates a new VerifySelfieBvnResponse 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

GetEntity

func (o *VerifySelfieBvnResponse) GetEntity() VerifySelfieBvnResponseEntity

GetEntity returns the Entity field if non-nil, zero value otherwise.

GetEntityOk

func (o *VerifySelfieBvnResponse) GetEntityOk() (*VerifySelfieBvnResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEntity

func (o *VerifySelfieBvnResponse) SetEntity(v VerifySelfieBvnResponseEntity)

SetEntity sets Entity field to given value.

HasEntity

func (o *VerifySelfieBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

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