dojah

package module
v0.0.0-...-42a7bd7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 23 Imported by: 0

README

Go API client for dojah

Use Dojah to verify, onboard and manage user identity across Africa!

Overview

This API client was generated by the Konfig.

  • API version: 1.0.0
  • Package version: 4.1.0

Installation

Add package to your project:

go get github.com/dojah-inc/dojah-sdks/go

Add the following in import:

import dojah "github.com/dojah-inc/dojah-sdks/go"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

import dojah "github.com/dojah-inc/dojah-sdks/go"
configuration := dojah.NewConfiguration()
configuration.Context = context.WithValue(configuration.Context, dojah.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

import dojah "github.com/dojah-inc/dojah-sdks/go"
configuration := dojah.NewConfiguration()
configuration.Context = context.WithValue(configuration.Context, dojah.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

import dojah "github.com/dojah-inc/dojah-sdks/go"
configuration := dojah.NewConfiguration()
configuration.Context = context.WithValue(configuration.Context, dojah.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
configuration.Context = context.WithValue(configuration.Context, dojah.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.dojah.io

Class Method HTTP request Description
AMLApi GetScreeningInfo Get /api/v1/aml/screening/info Get AML Info
AMLApi ScreenAml Post /api/v1/aml/screening/platform AML Screening
AuthenticationApi GetSenderId Get /api/v1/messaging/sender_ids Messaging - Get Sender IDs
AuthenticationApi GetSmsStatus Get /v1/messaging/sms/get_status Messaging - Get SMS Status
AuthenticationApi RequestSenderId Post /api/v1/messaging/sender_id Messaging - Request Sender ID
AuthenticationApi SendOtp Post /api/v1/messaging/otp Messaging - Send OTP
AuthenticationApi SendSms Post /api/v1/messaging/sms Messaging - Send SMS
AuthenticationApi ValidateOtp Get /api/v1/messaging/otp/validate Messaging - Validate OTP
DocumentAnalysisApi AnalyzeDocument Post /api/v1/document/analysis KYC - Document Analysis
FraudApi GetEmailReputation Get /api/v1/kyc/email Email Reputation
FraudApi GetIpReputation Get /api/v1/fraud/ip IP Reputation
FraudApi ScreenPhone Get /api/v1/fraud/phone Phone Screening
FraudApi ScreenUser Get /api/v1/fraud/user User Screening
GHKYCApi GetDriversLicense Get /api/v1/gh/kyc/dl Driver's License
GHKYCApi GetPassport Get /api/v1/gh/kyc/passport Passport
GHKYCApi GetSsnit Get /api/v1/gh/kyc/ssnit SSNIT
GHKYCApi GetVoter Get /api/v1/gh/kyc/voter Voter ID Lookup
GeneralApi GetBanks Get /v1/general/banks General - Get Banks
GeneralApi GetBin Get /v1/general/bin General Resolve BIN
GeneralApi GetNuban Get /api/v1/general/account General Resolve NUBAN
GlobalKYCApi CaEkyc Get /api/v1/ca/kyc Canada Ekyc
GlobalKYCApi GetUsSsn Get /api/v1/us/kyc US SSN
GlobalKYCApi UkTwoPlusTwo Get /api/v1/uk/kyc UK 2+2
KEKYCApi GetNationalId Get /api/v1/ke/kyc/id KYC - National ID
KEKYCApi GetPassport Get /api/v1/ke/kyc/passport KYC - Passport
KYBApi BusinessDetail Get /api/v1/kyb/business/detail Business Detail
KYBApi BusinessSearch Get /api/v1/kyb/business/search Business Search
KYBApi GetCac Get /api/v1/kyc/cac KYC - Get CAC
KYBApi GetTin Get /api/v1/kyc/tin KYC - Fetch Tin
KYCApi CheckLiveness Post /api/v1/ml/liveness Liveness Check
KYCApi GetAccounts Get /api/v1/kyc/accounts KYC - Fetch Accounts
KYCApi GetAddressVerification Get /api/v1/kyc/address Fetch Address Verification Data
KYCApi GetBvnFromNuban Get /api/v1/kyc/nuban/bvn Lookup BVN from NUBAN
KYCApi GetVin Get /api/v1/kyc/vin KYC - Get VIN
KYCApi SubmitAddress Post /api/v1/kyc/address Submit Address
MLApi VerifyPhotoIdWithSelfie Post /api/v1/kyc/photoid/verify KYC - Selfie Photo ID Verification
NigeriaKYCApi GetBasicBvn Get /api/v1/kyc/bvn KYC - Get Basic BVN Info
NigeriaKYCApi GetBasicBvn1 Get /api/v1/kyc/bvn/basic KYC - Lookup BVN Basic 1
NigeriaKYCApi GetBasicPhoneNumber Get /api/v1/kyc/phone_number/basic KYC Lookup Phone Number Basic
NigeriaKYCApi GetDriversLicense Get /api/v1/kyc/dl KYC - Get Drivers License Info
NigeriaKYCApi GetNin Get /api/v1/kyc/nin KYC - Get NIN Info
NigeriaKYCApi GetNormalBvn Get /api/v1/kyc/bvn/full KYC - Lookup BVN Normal
NigeriaKYCApi GetNuban Get /api/v1/kyc/nuban KYC - Get NUBAN Information
NigeriaKYCApi GetPassport Get /api/v1/kyc/passport KYC - Passport
NigeriaKYCApi GetPhoneNumber Get /api/v1/kyc/phone_number KYC - Lookup Phone Number
NigeriaKYCApi GetPremiumBvn Get /api/v1/kyc/bvn/advance KYC - Lookup BVN Premium
NigeriaKYCApi GetVnin Get /api/v1/kyc/vnin Lookup VNIN
PurchaseApi SendAirtime Post /v1/purchase/airtime Purchase - Send Airtime
ServicesApi GetWalletBalance Get /api/v1/balance Get Dojah Wallet Balance
TZKYCApi GetNin Get /api/v1/tz/kyc/nin Lookup TZ NIN
UGKYCApi GetVoter Get /api/v1/ug/kyc/voter Voters ID
VerificationsApi ValidateBvn Get /v1/kyc/bvn KYC - Validate BVN
VerificationsApi VerifyAge Get /v1/kyc/age_verification KYC - Age Verification
VerificationsApi VerifySelfieBvn Post /v1/kyc/bvn/verify KYV - Selfie BVN Verificatoin
VerificationsApi VerifySelfieNin Post /api/v1/kyc/nin/verify KYC - Selfie NIN Verification
VerificationsApi VerifySelfieVnin Post /api/v1/kyc/vnin/verify KYC - Selfie vNIN verification
WebHooksApi DeleteWebhook Delete /api/v1/webhook/delete Delete Webhook
WebHooksApi GetWebhooks Get /api/v1/webhook/fetch Fetch All Webhooks
WebHooksApi NotifyWebhook Post /api/v1/webhook/notify Post Hook
WebHooksApi SubscribeService Post /api/v1/webhook/subscribe Subscribe to service
ZAFKYCApi GetId Get /api/v1/za/kyc/id KYC - Lookup ID
ZWKYCApi CheckCredit Get /api/v1/zw/kyc/fcb Credit Check
ZWKYCApi VerifyId Get /api/v1/zw/kyc/nin National ID Verification

Documentation For Models

Documentation For Authorization

apikeyAuth
  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: "apikeyAuth" and passed in as the auth context for each request.

Example

import dojah "github.com/dojah-inc/dojah-sdks/go"
apiKey := os.Getenv("API_KEY")
configuration := dojah.NewConfiguration()
configuration.Context = context.WithValue(configuration.Context, dojah.ContextAPIKeys, map[string]newscatcherapi.APIKey{
    "apikeyAuth": {Key: apiKey}
})
client := dojah.NewAPIClient(configuration)
resp, httpRes, err := client.Service.Operation(args).Execute()
appIdAuth
  • Type: API key
  • API key parameter name: AppId
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: "appIdAuth" and passed in as the auth context for each request.

Example

import dojah "github.com/dojah-inc/dojah-sdks/go"
apiKey := os.Getenv("API_KEY")
configuration := dojah.NewConfiguration()
configuration.Context = context.WithValue(configuration.Context, dojah.ContextAPIKeys, map[string]newscatcherapi.APIKey{
    "appIdAuth": {Key: apiKey}
})
client := dojah.NewAPIClient(configuration)
resp, httpRes, err := client.Service.Operation(args).Execute()

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type AMLApiGetScreeningInfoRequest

type AMLApiGetScreeningInfoRequest struct {
	ApiService *AMLApiService
	// contains filtered or unexported fields
}

func (AMLApiGetScreeningInfoRequest) Execute

func (r AMLApiGetScreeningInfoRequest) Execute() (map[string]interface{}, *http.Response, error)

func (AMLApiGetScreeningInfoRequest) ProfileId

type AMLApiScreenAmlRequest

type AMLApiScreenAmlRequest struct {
	ApiService *AMLApiService
	// contains filtered or unexported fields
}

func (AMLApiScreenAmlRequest) AmlScreenAmlRequest

func (r AMLApiScreenAmlRequest) AmlScreenAmlRequest(amlScreenAmlRequest AmlScreenAmlRequest) AMLApiScreenAmlRequest

func (AMLApiScreenAmlRequest) Execute

type AMLApiService

type AMLApiService service

AMLApiService AMLApi service

func (*AMLApiService) GetScreeningInfo

func (a *AMLApiService) GetScreeningInfo() AMLApiGetScreeningInfoRequest

GetScreeningInfo Get AML Info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AMLApiGetScreeningInfoRequest

func (*AMLApiService) GetScreeningInfoExecute

func (a *AMLApiService) GetScreeningInfoExecute(r AMLApiGetScreeningInfoRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*AMLApiService) ScreenAml

func (a *AMLApiService) ScreenAml() AMLApiScreenAmlRequest

ScreenAml AML Screening

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AMLApiScreenAmlRequest

func (*AMLApiService) ScreenAmlExecute

Execute executes the request

@return AmlScreenAmlResponse

type APIClient

type APIClient struct {
	AMLApi *AMLApiService

	AuthenticationApi *AuthenticationApiService

	DocumentAnalysisApi *DocumentAnalysisApiService

	FraudApi *FraudApiService

	GHKYCApi *GHKYCApiService

	GeneralApi *GeneralApiService

	GlobalKYCApi *GlobalKYCApiService

	KEKYCApi *KEKYCApiService

	KYBApi *KYBApiService

	KYCApi *KYCApiService

	MLApi *MLApiService

	NigeriaKYCApi *NigeriaKYCApiService

	PurchaseApi *PurchaseApiService

	ServicesApi *ServicesApiService

	TZKYCApi *TZKYCApiService

	UGKYCApi *UGKYCApiService

	VerificationsApi *VerificationsApiService

	WebHooksApi *WebHooksApiService

	ZAFKYCApi *ZAFKYCApiService

	ZWKYCApi *ZWKYCApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the DOJAH Publilc APIs API v1.0.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AmlScreenAmlRequest

type AmlScreenAmlRequest struct {
	FirstName               *string `json:"first_name,omitempty"`
	LastName                *string `json:"last_name,omitempty"`
	DateOfBirth             *string `json:"date_of_birth,omitempty"`
	NameQueryMatchThreshold *string `json:"name_query_match_threshold,omitempty"`
}

AmlScreenAmlRequest struct for AmlScreenAmlRequest

func NewAmlScreenAmlRequest

func NewAmlScreenAmlRequest() *AmlScreenAmlRequest

NewAmlScreenAmlRequest instantiates a new AmlScreenAmlRequest 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 NewAmlScreenAmlRequestWithDefaults

func NewAmlScreenAmlRequestWithDefaults() *AmlScreenAmlRequest

NewAmlScreenAmlRequestWithDefaults instantiates a new AmlScreenAmlRequest 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 (*AmlScreenAmlRequest) GetDateOfBirth

func (o *AmlScreenAmlRequest) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*AmlScreenAmlRequest) GetDateOfBirthOk

func (o *AmlScreenAmlRequest) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlRequest) GetFirstName

func (o *AmlScreenAmlRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*AmlScreenAmlRequest) GetFirstNameOk

func (o *AmlScreenAmlRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlRequest) GetLastName

func (o *AmlScreenAmlRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*AmlScreenAmlRequest) GetLastNameOk

func (o *AmlScreenAmlRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlRequest) GetNameQueryMatchThreshold

func (o *AmlScreenAmlRequest) GetNameQueryMatchThreshold() string

GetNameQueryMatchThreshold returns the NameQueryMatchThreshold field value if set, zero value otherwise.

func (*AmlScreenAmlRequest) GetNameQueryMatchThresholdOk

func (o *AmlScreenAmlRequest) GetNameQueryMatchThresholdOk() (*string, bool)

GetNameQueryMatchThresholdOk returns a tuple with the NameQueryMatchThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlRequest) HasDateOfBirth

func (o *AmlScreenAmlRequest) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*AmlScreenAmlRequest) HasFirstName

func (o *AmlScreenAmlRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*AmlScreenAmlRequest) HasLastName

func (o *AmlScreenAmlRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*AmlScreenAmlRequest) HasNameQueryMatchThreshold

func (o *AmlScreenAmlRequest) HasNameQueryMatchThreshold() bool

HasNameQueryMatchThreshold returns a boolean if a field has been set.

func (AmlScreenAmlRequest) MarshalJSON

func (o AmlScreenAmlRequest) MarshalJSON() ([]byte, error)

func (*AmlScreenAmlRequest) SetDateOfBirth

func (o *AmlScreenAmlRequest) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*AmlScreenAmlRequest) SetFirstName

func (o *AmlScreenAmlRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*AmlScreenAmlRequest) SetLastName

func (o *AmlScreenAmlRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*AmlScreenAmlRequest) SetNameQueryMatchThreshold

func (o *AmlScreenAmlRequest) SetNameQueryMatchThreshold(v string)

SetNameQueryMatchThreshold gets a reference to the given string and assigns it to the NameQueryMatchThreshold field.

type AmlScreenAmlResponse

type AmlScreenAmlResponse struct {
	Entity *AmlScreenAmlResponseEntity `json:"entity,omitempty"`
}

AmlScreenAmlResponse struct for AmlScreenAmlResponse

func NewAmlScreenAmlResponse

func NewAmlScreenAmlResponse() *AmlScreenAmlResponse

NewAmlScreenAmlResponse instantiates a new AmlScreenAmlResponse 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 NewAmlScreenAmlResponseWithDefaults

func NewAmlScreenAmlResponseWithDefaults() *AmlScreenAmlResponse

NewAmlScreenAmlResponseWithDefaults instantiates a new AmlScreenAmlResponse 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 (*AmlScreenAmlResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*AmlScreenAmlResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlResponse) HasEntity

func (o *AmlScreenAmlResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (AmlScreenAmlResponse) MarshalJSON

func (o AmlScreenAmlResponse) MarshalJSON() ([]byte, error)

func (*AmlScreenAmlResponse) SetEntity

SetEntity gets a reference to the given AmlScreenAmlResponseEntity and assigns it to the Entity field.

type AmlScreenAmlResponseEntity

type AmlScreenAmlResponseEntity struct {
	ReferenceId *string `json:"reference_id,omitempty"`
	Status      *string `json:"status,omitempty"`
}

AmlScreenAmlResponseEntity struct for AmlScreenAmlResponseEntity

func NewAmlScreenAmlResponseEntity

func NewAmlScreenAmlResponseEntity() *AmlScreenAmlResponseEntity

NewAmlScreenAmlResponseEntity instantiates a new AmlScreenAmlResponseEntity 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 NewAmlScreenAmlResponseEntityWithDefaults

func NewAmlScreenAmlResponseEntityWithDefaults() *AmlScreenAmlResponseEntity

NewAmlScreenAmlResponseEntityWithDefaults instantiates a new AmlScreenAmlResponseEntity 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 (*AmlScreenAmlResponseEntity) GetReferenceId

func (o *AmlScreenAmlResponseEntity) GetReferenceId() string

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*AmlScreenAmlResponseEntity) GetReferenceIdOk

func (o *AmlScreenAmlResponseEntity) GetReferenceIdOk() (*string, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlResponseEntity) GetStatus

func (o *AmlScreenAmlResponseEntity) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*AmlScreenAmlResponseEntity) GetStatusOk

func (o *AmlScreenAmlResponseEntity) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmlScreenAmlResponseEntity) HasReferenceId

func (o *AmlScreenAmlResponseEntity) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*AmlScreenAmlResponseEntity) HasStatus

func (o *AmlScreenAmlResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (AmlScreenAmlResponseEntity) MarshalJSON

func (o AmlScreenAmlResponseEntity) MarshalJSON() ([]byte, error)

func (*AmlScreenAmlResponseEntity) SetReferenceId

func (o *AmlScreenAmlResponseEntity) SetReferenceId(v string)

SetReferenceId gets a reference to the given string and assigns it to the ReferenceId field.

func (*AmlScreenAmlResponseEntity) SetStatus

func (o *AmlScreenAmlResponseEntity) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type AnalyzeDocumentResponse

type AnalyzeDocumentResponse struct {
	Entity *AnalyzeDocumentResponseEntity `json:"entity,omitempty"`
}

AnalyzeDocumentResponse struct for AnalyzeDocumentResponse

func NewAnalyzeDocumentResponse

func NewAnalyzeDocumentResponse() *AnalyzeDocumentResponse

NewAnalyzeDocumentResponse instantiates a new AnalyzeDocumentResponse 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 NewAnalyzeDocumentResponseWithDefaults

func NewAnalyzeDocumentResponseWithDefaults() *AnalyzeDocumentResponse

NewAnalyzeDocumentResponseWithDefaults instantiates a new AnalyzeDocumentResponse 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 (*AnalyzeDocumentResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*AnalyzeDocumentResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponse) HasEntity

func (o *AnalyzeDocumentResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (AnalyzeDocumentResponse) MarshalJSON

func (o AnalyzeDocumentResponse) MarshalJSON() ([]byte, error)

func (*AnalyzeDocumentResponse) SetEntity

SetEntity gets a reference to the given AnalyzeDocumentResponseEntity and assigns it to the Entity field.

type AnalyzeDocumentResponseEntity

type AnalyzeDocumentResponseEntity struct {
	DocumentImages *AnalyzeDocumentResponseEntityDocumentImages `json:"document_images,omitempty"`
	DocumentType   *AnalyzeDocumentResponseEntityDocumentType   `json:"document_type,omitempty"`
	Status         *AnalyzeDocumentResponseEntityStatus         `json:"status,omitempty"`
	TextData       []AnalyzeDocumentResponseEntityTextDataInner `json:"text_data,omitempty"`
}

AnalyzeDocumentResponseEntity struct for AnalyzeDocumentResponseEntity

func NewAnalyzeDocumentResponseEntity

func NewAnalyzeDocumentResponseEntity() *AnalyzeDocumentResponseEntity

NewAnalyzeDocumentResponseEntity instantiates a new AnalyzeDocumentResponseEntity 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 NewAnalyzeDocumentResponseEntityWithDefaults

func NewAnalyzeDocumentResponseEntityWithDefaults() *AnalyzeDocumentResponseEntity

NewAnalyzeDocumentResponseEntityWithDefaults instantiates a new AnalyzeDocumentResponseEntity 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 (*AnalyzeDocumentResponseEntity) GetDocumentImages

GetDocumentImages returns the DocumentImages field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntity) GetDocumentImagesOk

GetDocumentImagesOk returns a tuple with the DocumentImages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntity) GetDocumentType

GetDocumentType returns the DocumentType field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntity) GetDocumentTypeOk

GetDocumentTypeOk returns a tuple with the DocumentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntity) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntity) GetStatusOk

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntity) GetTextData

GetTextData returns the TextData field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntity) GetTextDataOk

GetTextDataOk returns a tuple with the TextData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntity) HasDocumentImages

func (o *AnalyzeDocumentResponseEntity) HasDocumentImages() bool

HasDocumentImages returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntity) HasDocumentType

func (o *AnalyzeDocumentResponseEntity) HasDocumentType() bool

HasDocumentType returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntity) HasStatus

func (o *AnalyzeDocumentResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntity) HasTextData

func (o *AnalyzeDocumentResponseEntity) HasTextData() bool

HasTextData returns a boolean if a field has been set.

func (AnalyzeDocumentResponseEntity) MarshalJSON

func (o AnalyzeDocumentResponseEntity) MarshalJSON() ([]byte, error)

func (*AnalyzeDocumentResponseEntity) SetDocumentImages

SetDocumentImages gets a reference to the given AnalyzeDocumentResponseEntityDocumentImages and assigns it to the DocumentImages field.

func (*AnalyzeDocumentResponseEntity) SetDocumentType

SetDocumentType gets a reference to the given AnalyzeDocumentResponseEntityDocumentType and assigns it to the DocumentType field.

func (*AnalyzeDocumentResponseEntity) SetStatus

SetStatus gets a reference to the given AnalyzeDocumentResponseEntityStatus and assigns it to the Status field.

func (*AnalyzeDocumentResponseEntity) SetTextData

SetTextData gets a reference to the given []AnalyzeDocumentResponseEntityTextDataInner and assigns it to the TextData field.

type AnalyzeDocumentResponseEntityDocumentImages

type AnalyzeDocumentResponseEntityDocumentImages struct {
	DocumentFrontSide *string `json:"Document front side,omitempty"`
	Fingerprint       *string `json:"Fingerprint,omitempty"`
	Portrait          *string `json:"Portrait,omitempty"`
}

AnalyzeDocumentResponseEntityDocumentImages struct for AnalyzeDocumentResponseEntityDocumentImages

func NewAnalyzeDocumentResponseEntityDocumentImages

func NewAnalyzeDocumentResponseEntityDocumentImages() *AnalyzeDocumentResponseEntityDocumentImages

NewAnalyzeDocumentResponseEntityDocumentImages instantiates a new AnalyzeDocumentResponseEntityDocumentImages 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 NewAnalyzeDocumentResponseEntityDocumentImagesWithDefaults

func NewAnalyzeDocumentResponseEntityDocumentImagesWithDefaults() *AnalyzeDocumentResponseEntityDocumentImages

NewAnalyzeDocumentResponseEntityDocumentImagesWithDefaults instantiates a new AnalyzeDocumentResponseEntityDocumentImages 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 (*AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSide

func (o *AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSide() string

GetDocumentFrontSide returns the DocumentFrontSide field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSideOk

func (o *AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSideOk() (*string, bool)

GetDocumentFrontSideOk returns a tuple with the DocumentFrontSide field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentImages) GetFingerprint

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentImages) GetFingerprintOk

func (o *AnalyzeDocumentResponseEntityDocumentImages) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentImages) GetPortrait

GetPortrait returns the Portrait field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentImages) GetPortraitOk

GetPortraitOk returns a tuple with the Portrait field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentImages) HasDocumentFrontSide

func (o *AnalyzeDocumentResponseEntityDocumentImages) HasDocumentFrontSide() bool

HasDocumentFrontSide returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentImages) HasFingerprint

HasFingerprint returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentImages) HasPortrait

HasPortrait returns a boolean if a field has been set.

func (AnalyzeDocumentResponseEntityDocumentImages) MarshalJSON

func (*AnalyzeDocumentResponseEntityDocumentImages) SetDocumentFrontSide

func (o *AnalyzeDocumentResponseEntityDocumentImages) SetDocumentFrontSide(v string)

SetDocumentFrontSide gets a reference to the given string and assigns it to the DocumentFrontSide field.

func (*AnalyzeDocumentResponseEntityDocumentImages) SetFingerprint

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*AnalyzeDocumentResponseEntityDocumentImages) SetPortrait

SetPortrait gets a reference to the given string and assigns it to the Portrait field.

type AnalyzeDocumentResponseEntityDocumentType

type AnalyzeDocumentResponseEntityDocumentType struct {
	DocumentCountryCode *string  `json:"document_country_code,omitempty"`
	DocumentCountryName *string  `json:"document_country_name,omitempty"`
	DocumentName        *string  `json:"document_name,omitempty"`
	DocumentTypeId      *float32 `json:"document_type_id,omitempty"`
	DocumentYear        *string  `json:"document_year,omitempty"`
}

AnalyzeDocumentResponseEntityDocumentType struct for AnalyzeDocumentResponseEntityDocumentType

func NewAnalyzeDocumentResponseEntityDocumentType

func NewAnalyzeDocumentResponseEntityDocumentType() *AnalyzeDocumentResponseEntityDocumentType

NewAnalyzeDocumentResponseEntityDocumentType instantiates a new AnalyzeDocumentResponseEntityDocumentType 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 NewAnalyzeDocumentResponseEntityDocumentTypeWithDefaults

func NewAnalyzeDocumentResponseEntityDocumentTypeWithDefaults() *AnalyzeDocumentResponseEntityDocumentType

NewAnalyzeDocumentResponseEntityDocumentTypeWithDefaults instantiates a new AnalyzeDocumentResponseEntityDocumentType 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 (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCode

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCode() string

GetDocumentCountryCode returns the DocumentCountryCode field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCodeOk

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCodeOk() (*string, bool)

GetDocumentCountryCodeOk returns a tuple with the DocumentCountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryName

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryName() string

GetDocumentCountryName returns the DocumentCountryName field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryNameOk

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryNameOk() (*string, bool)

GetDocumentCountryNameOk returns a tuple with the DocumentCountryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentName

GetDocumentName returns the DocumentName field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentNameOk

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentNameOk() (*string, bool)

GetDocumentNameOk returns a tuple with the DocumentName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeId

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeId() float32

GetDocumentTypeId returns the DocumentTypeId field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeIdOk

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeIdOk() (*float32, bool)

GetDocumentTypeIdOk returns a tuple with the DocumentTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentYear

GetDocumentYear returns the DocumentYear field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityDocumentType) GetDocumentYearOk

func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentYearOk() (*string, bool)

GetDocumentYearOk returns a tuple with the DocumentYear field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryCode

func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryCode() bool

HasDocumentCountryCode returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryName

func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryName() bool

HasDocumentCountryName returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) HasDocumentName

func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentName() bool

HasDocumentName returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) HasDocumentTypeId

func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentTypeId() bool

HasDocumentTypeId returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityDocumentType) HasDocumentYear

func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentYear() bool

HasDocumentYear returns a boolean if a field has been set.

func (AnalyzeDocumentResponseEntityDocumentType) MarshalJSON

func (*AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryCode

func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryCode(v string)

SetDocumentCountryCode gets a reference to the given string and assigns it to the DocumentCountryCode field.

func (*AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryName

func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryName(v string)

SetDocumentCountryName gets a reference to the given string and assigns it to the DocumentCountryName field.

func (*AnalyzeDocumentResponseEntityDocumentType) SetDocumentName

func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentName(v string)

SetDocumentName gets a reference to the given string and assigns it to the DocumentName field.

func (*AnalyzeDocumentResponseEntityDocumentType) SetDocumentTypeId

func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentTypeId(v float32)

SetDocumentTypeId gets a reference to the given float32 and assigns it to the DocumentTypeId field.

func (*AnalyzeDocumentResponseEntityDocumentType) SetDocumentYear

func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentYear(v string)

SetDocumentYear gets a reference to the given string and assigns it to the DocumentYear field.

type AnalyzeDocumentResponseEntityStatus

type AnalyzeDocumentResponseEntityStatus struct {
	DocumentImages *string  `json:"document_images,omitempty"`
	DocumentType   *string  `json:"document_type,omitempty"`
	Expiry         *string  `json:"expiry,omitempty"`
	OverallStatus  *float32 `json:"overall_status,omitempty"`
	Text           *string  `json:"text,omitempty"`
}

AnalyzeDocumentResponseEntityStatus struct for AnalyzeDocumentResponseEntityStatus

func NewAnalyzeDocumentResponseEntityStatus

func NewAnalyzeDocumentResponseEntityStatus() *AnalyzeDocumentResponseEntityStatus

NewAnalyzeDocumentResponseEntityStatus instantiates a new AnalyzeDocumentResponseEntityStatus 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 NewAnalyzeDocumentResponseEntityStatusWithDefaults

func NewAnalyzeDocumentResponseEntityStatusWithDefaults() *AnalyzeDocumentResponseEntityStatus

NewAnalyzeDocumentResponseEntityStatusWithDefaults instantiates a new AnalyzeDocumentResponseEntityStatus 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 (*AnalyzeDocumentResponseEntityStatus) GetDocumentImages

func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentImages() string

GetDocumentImages returns the DocumentImages field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityStatus) GetDocumentImagesOk

func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentImagesOk() (*string, bool)

GetDocumentImagesOk returns a tuple with the DocumentImages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityStatus) GetDocumentType

func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentType() string

GetDocumentType returns the DocumentType field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityStatus) GetDocumentTypeOk

func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentTypeOk() (*string, bool)

GetDocumentTypeOk returns a tuple with the DocumentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityStatus) GetExpiry

GetExpiry returns the Expiry field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityStatus) GetExpiryOk

func (o *AnalyzeDocumentResponseEntityStatus) GetExpiryOk() (*string, bool)

GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityStatus) GetOverallStatus

func (o *AnalyzeDocumentResponseEntityStatus) GetOverallStatus() float32

GetOverallStatus returns the OverallStatus field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityStatus) GetOverallStatusOk

func (o *AnalyzeDocumentResponseEntityStatus) GetOverallStatusOk() (*float32, bool)

GetOverallStatusOk returns a tuple with the OverallStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityStatus) GetText

GetText returns the Text field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityStatus) GetTextOk

func (o *AnalyzeDocumentResponseEntityStatus) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityStatus) HasDocumentImages

func (o *AnalyzeDocumentResponseEntityStatus) HasDocumentImages() bool

HasDocumentImages returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityStatus) HasDocumentType

func (o *AnalyzeDocumentResponseEntityStatus) HasDocumentType() bool

HasDocumentType returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityStatus) HasExpiry

HasExpiry returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityStatus) HasOverallStatus

func (o *AnalyzeDocumentResponseEntityStatus) HasOverallStatus() bool

HasOverallStatus returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityStatus) HasText

HasText returns a boolean if a field has been set.

func (AnalyzeDocumentResponseEntityStatus) MarshalJSON

func (o AnalyzeDocumentResponseEntityStatus) MarshalJSON() ([]byte, error)

func (*AnalyzeDocumentResponseEntityStatus) SetDocumentImages

func (o *AnalyzeDocumentResponseEntityStatus) SetDocumentImages(v string)

SetDocumentImages gets a reference to the given string and assigns it to the DocumentImages field.

func (*AnalyzeDocumentResponseEntityStatus) SetDocumentType

func (o *AnalyzeDocumentResponseEntityStatus) SetDocumentType(v string)

SetDocumentType gets a reference to the given string and assigns it to the DocumentType field.

func (*AnalyzeDocumentResponseEntityStatus) SetExpiry

SetExpiry gets a reference to the given string and assigns it to the Expiry field.

func (*AnalyzeDocumentResponseEntityStatus) SetOverallStatus

func (o *AnalyzeDocumentResponseEntityStatus) SetOverallStatus(v float32)

SetOverallStatus gets a reference to the given float32 and assigns it to the OverallStatus field.

func (*AnalyzeDocumentResponseEntityStatus) SetText

SetText gets a reference to the given string and assigns it to the Text field.

type AnalyzeDocumentResponseEntityTextDataInner

type AnalyzeDocumentResponseEntityTextDataInner struct {
	FieldName *string  `json:"field_name,omitempty"`
	FieldType *float32 `json:"field_type,omitempty"`
	Status    *float32 `json:"status,omitempty"`
	Value     *string  `json:"value,omitempty"`
}

AnalyzeDocumentResponseEntityTextDataInner struct for AnalyzeDocumentResponseEntityTextDataInner

func NewAnalyzeDocumentResponseEntityTextDataInner

func NewAnalyzeDocumentResponseEntityTextDataInner() *AnalyzeDocumentResponseEntityTextDataInner

NewAnalyzeDocumentResponseEntityTextDataInner instantiates a new AnalyzeDocumentResponseEntityTextDataInner 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 NewAnalyzeDocumentResponseEntityTextDataInnerWithDefaults

func NewAnalyzeDocumentResponseEntityTextDataInnerWithDefaults() *AnalyzeDocumentResponseEntityTextDataInner

NewAnalyzeDocumentResponseEntityTextDataInnerWithDefaults instantiates a new AnalyzeDocumentResponseEntityTextDataInner 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 (*AnalyzeDocumentResponseEntityTextDataInner) GetFieldName

GetFieldName returns the FieldName field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetFieldNameOk

func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldNameOk() (*string, bool)

GetFieldNameOk returns a tuple with the FieldName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetFieldType

GetFieldType returns the FieldType field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetFieldTypeOk

GetFieldTypeOk returns a tuple with the FieldType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetStatusOk

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*AnalyzeDocumentResponseEntityTextDataInner) GetValueOk

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) HasFieldName

HasFieldName returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) HasFieldType

HasFieldType returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*AnalyzeDocumentResponseEntityTextDataInner) HasValue

HasValue returns a boolean if a field has been set.

func (AnalyzeDocumentResponseEntityTextDataInner) MarshalJSON

func (*AnalyzeDocumentResponseEntityTextDataInner) SetFieldName

SetFieldName gets a reference to the given string and assigns it to the FieldName field.

func (*AnalyzeDocumentResponseEntityTextDataInner) SetFieldType

SetFieldType gets a reference to the given float32 and assigns it to the FieldType field.

func (*AnalyzeDocumentResponseEntityTextDataInner) SetStatus

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*AnalyzeDocumentResponseEntityTextDataInner) SetValue

SetValue gets a reference to the given string and assigns it to the Value field.

type AuthenticationApiGetSenderIdRequest

type AuthenticationApiGetSenderIdRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiGetSenderIdRequest) Execute

type AuthenticationApiGetSmsStatusRequest

type AuthenticationApiGetSmsStatusRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiGetSmsStatusRequest) Execute

func (AuthenticationApiGetSmsStatusRequest) MessageId

type AuthenticationApiRequestSenderIdRequest

type AuthenticationApiRequestSenderIdRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiRequestSenderIdRequest) Execute

func (AuthenticationApiRequestSenderIdRequest) RequestSenderIdRequest

type AuthenticationApiSendOtpRequest

type AuthenticationApiSendOtpRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiSendOtpRequest) AuthenticationSendOtpRequest

func (r AuthenticationApiSendOtpRequest) AuthenticationSendOtpRequest(authenticationSendOtpRequest AuthenticationSendOtpRequest) AuthenticationApiSendOtpRequest

func (AuthenticationApiSendOtpRequest) Execute

type AuthenticationApiSendSmsRequest

type AuthenticationApiSendSmsRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiSendSmsRequest) Execute

func (AuthenticationApiSendSmsRequest) SendSmsRequest

type AuthenticationApiService

type AuthenticationApiService service

AuthenticationApiService AuthenticationApi service

func (*AuthenticationApiService) GetSenderId

GetSenderId Messaging - Get Sender IDs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiGetSenderIdRequest

func (*AuthenticationApiService) GetSenderIdExecute

Execute executes the request

@return GetSenderIdResponse

func (*AuthenticationApiService) GetSmsStatus

GetSmsStatus Messaging - Get SMS Status

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiGetSmsStatusRequest

func (*AuthenticationApiService) GetSmsStatusExecute

Execute executes the request

@return GetSmsStatusResponse

func (*AuthenticationApiService) RequestSenderId

RequestSenderId Messaging - Request Sender ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiRequestSenderIdRequest

func (*AuthenticationApiService) RequestSenderIdExecute

Execute executes the request

@return RequestSenderIdResponse

func (*AuthenticationApiService) SendOtp

SendOtp Messaging - Send OTP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiSendOtpRequest

func (*AuthenticationApiService) SendOtpExecute

Execute executes the request

@return AuthenticationSendOtpResponse

func (*AuthenticationApiService) SendSms

SendSms Messaging - Send SMS

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiSendSmsRequest

func (*AuthenticationApiService) SendSmsExecute

Execute executes the request

@return SendSmsResponse

func (*AuthenticationApiService) ValidateOtp

ValidateOtp Messaging - Validate OTP

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AuthenticationApiValidateOtpRequest

func (*AuthenticationApiService) ValidateOtpExecute

Execute executes the request

@return AuthenticationValidateOtpResponse

type AuthenticationApiValidateOtpRequest

type AuthenticationApiValidateOtpRequest struct {
	ApiService *AuthenticationApiService
	// contains filtered or unexported fields
}

func (AuthenticationApiValidateOtpRequest) Code

func (AuthenticationApiValidateOtpRequest) Execute

func (AuthenticationApiValidateOtpRequest) ReferenceId

type AuthenticationSendOtpRequest

type AuthenticationSendOtpRequest struct {
	Destination *string  `json:"destination,omitempty"`
	Length      *float32 `json:"length,omitempty"`
	Channel     *string  `json:"channel,omitempty"`
	SenderId    *string  `json:"sender_id,omitempty"`
	Priority    *bool    `json:"priority,omitempty"`
}

AuthenticationSendOtpRequest struct for AuthenticationSendOtpRequest

func NewAuthenticationSendOtpRequest

func NewAuthenticationSendOtpRequest() *AuthenticationSendOtpRequest

NewAuthenticationSendOtpRequest instantiates a new AuthenticationSendOtpRequest 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 NewAuthenticationSendOtpRequestWithDefaults

func NewAuthenticationSendOtpRequestWithDefaults() *AuthenticationSendOtpRequest

NewAuthenticationSendOtpRequestWithDefaults instantiates a new AuthenticationSendOtpRequest 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 (*AuthenticationSendOtpRequest) GetChannel

func (o *AuthenticationSendOtpRequest) GetChannel() string

GetChannel returns the Channel field value if set, zero value otherwise.

func (*AuthenticationSendOtpRequest) GetChannelOk

func (o *AuthenticationSendOtpRequest) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpRequest) GetDestination

func (o *AuthenticationSendOtpRequest) GetDestination() string

GetDestination returns the Destination field value if set, zero value otherwise.

func (*AuthenticationSendOtpRequest) GetDestinationOk

func (o *AuthenticationSendOtpRequest) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpRequest) GetLength

func (o *AuthenticationSendOtpRequest) GetLength() float32

GetLength returns the Length field value if set, zero value otherwise.

func (*AuthenticationSendOtpRequest) GetLengthOk

func (o *AuthenticationSendOtpRequest) GetLengthOk() (*float32, bool)

GetLengthOk returns a tuple with the Length field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpRequest) GetPriority

func (o *AuthenticationSendOtpRequest) GetPriority() bool

GetPriority returns the Priority field value if set, zero value otherwise.

func (*AuthenticationSendOtpRequest) GetPriorityOk

func (o *AuthenticationSendOtpRequest) GetPriorityOk() (*bool, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpRequest) GetSenderId

func (o *AuthenticationSendOtpRequest) GetSenderId() string

GetSenderId returns the SenderId field value if set, zero value otherwise.

func (*AuthenticationSendOtpRequest) GetSenderIdOk

func (o *AuthenticationSendOtpRequest) GetSenderIdOk() (*string, bool)

GetSenderIdOk returns a tuple with the SenderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpRequest) HasChannel

func (o *AuthenticationSendOtpRequest) HasChannel() bool

HasChannel returns a boolean if a field has been set.

func (*AuthenticationSendOtpRequest) HasDestination

func (o *AuthenticationSendOtpRequest) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*AuthenticationSendOtpRequest) HasLength

func (o *AuthenticationSendOtpRequest) HasLength() bool

HasLength returns a boolean if a field has been set.

func (*AuthenticationSendOtpRequest) HasPriority

func (o *AuthenticationSendOtpRequest) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*AuthenticationSendOtpRequest) HasSenderId

func (o *AuthenticationSendOtpRequest) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (AuthenticationSendOtpRequest) MarshalJSON

func (o AuthenticationSendOtpRequest) MarshalJSON() ([]byte, error)

func (*AuthenticationSendOtpRequest) SetChannel

func (o *AuthenticationSendOtpRequest) SetChannel(v string)

SetChannel gets a reference to the given string and assigns it to the Channel field.

func (*AuthenticationSendOtpRequest) SetDestination

func (o *AuthenticationSendOtpRequest) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

func (*AuthenticationSendOtpRequest) SetLength

func (o *AuthenticationSendOtpRequest) SetLength(v float32)

SetLength gets a reference to the given float32 and assigns it to the Length field.

func (*AuthenticationSendOtpRequest) SetPriority

func (o *AuthenticationSendOtpRequest) SetPriority(v bool)

SetPriority gets a reference to the given bool and assigns it to the Priority field.

func (*AuthenticationSendOtpRequest) SetSenderId

func (o *AuthenticationSendOtpRequest) SetSenderId(v string)

SetSenderId gets a reference to the given string and assigns it to the SenderId field.

type AuthenticationSendOtpResponse

type AuthenticationSendOtpResponse struct {
	Entity []AuthenticationSendOtpResponseEntityInner `json:"entity,omitempty"`
}

AuthenticationSendOtpResponse struct for AuthenticationSendOtpResponse

func NewAuthenticationSendOtpResponse

func NewAuthenticationSendOtpResponse() *AuthenticationSendOtpResponse

NewAuthenticationSendOtpResponse instantiates a new AuthenticationSendOtpResponse 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 NewAuthenticationSendOtpResponseWithDefaults

func NewAuthenticationSendOtpResponseWithDefaults() *AuthenticationSendOtpResponse

NewAuthenticationSendOtpResponseWithDefaults instantiates a new AuthenticationSendOtpResponse 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 (*AuthenticationSendOtpResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*AuthenticationSendOtpResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpResponse) HasEntity

func (o *AuthenticationSendOtpResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (AuthenticationSendOtpResponse) MarshalJSON

func (o AuthenticationSendOtpResponse) MarshalJSON() ([]byte, error)

func (*AuthenticationSendOtpResponse) SetEntity

SetEntity gets a reference to the given []AuthenticationSendOtpResponseEntityInner and assigns it to the Entity field.

type AuthenticationSendOtpResponseEntityInner

type AuthenticationSendOtpResponseEntityInner struct {
	ReferenceId *string `json:"reference_id,omitempty"`
	Destination *string `json:"destination,omitempty"`
	StatusId    *string `json:"status_id,omitempty"`
	Status      *string `json:"status,omitempty"`
}

AuthenticationSendOtpResponseEntityInner struct for AuthenticationSendOtpResponseEntityInner

func NewAuthenticationSendOtpResponseEntityInner

func NewAuthenticationSendOtpResponseEntityInner() *AuthenticationSendOtpResponseEntityInner

NewAuthenticationSendOtpResponseEntityInner instantiates a new AuthenticationSendOtpResponseEntityInner 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 NewAuthenticationSendOtpResponseEntityInnerWithDefaults

func NewAuthenticationSendOtpResponseEntityInnerWithDefaults() *AuthenticationSendOtpResponseEntityInner

NewAuthenticationSendOtpResponseEntityInnerWithDefaults instantiates a new AuthenticationSendOtpResponseEntityInner 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 (*AuthenticationSendOtpResponseEntityInner) GetDestination

GetDestination returns the Destination field value if set, zero value otherwise.

func (*AuthenticationSendOtpResponseEntityInner) GetDestinationOk

func (o *AuthenticationSendOtpResponseEntityInner) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpResponseEntityInner) GetReferenceId

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*AuthenticationSendOtpResponseEntityInner) GetReferenceIdOk

func (o *AuthenticationSendOtpResponseEntityInner) GetReferenceIdOk() (*string, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpResponseEntityInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*AuthenticationSendOtpResponseEntityInner) GetStatusId

GetStatusId returns the StatusId field value if set, zero value otherwise.

func (*AuthenticationSendOtpResponseEntityInner) GetStatusIdOk

func (o *AuthenticationSendOtpResponseEntityInner) GetStatusIdOk() (*string, bool)

GetStatusIdOk returns a tuple with the StatusId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpResponseEntityInner) GetStatusOk

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationSendOtpResponseEntityInner) HasDestination

func (o *AuthenticationSendOtpResponseEntityInner) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*AuthenticationSendOtpResponseEntityInner) HasReferenceId

func (o *AuthenticationSendOtpResponseEntityInner) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*AuthenticationSendOtpResponseEntityInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (*AuthenticationSendOtpResponseEntityInner) HasStatusId

HasStatusId returns a boolean if a field has been set.

func (AuthenticationSendOtpResponseEntityInner) MarshalJSON

func (*AuthenticationSendOtpResponseEntityInner) SetDestination

func (o *AuthenticationSendOtpResponseEntityInner) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

func (*AuthenticationSendOtpResponseEntityInner) SetReferenceId

func (o *AuthenticationSendOtpResponseEntityInner) SetReferenceId(v string)

SetReferenceId gets a reference to the given string and assigns it to the ReferenceId field.

func (*AuthenticationSendOtpResponseEntityInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*AuthenticationSendOtpResponseEntityInner) SetStatusId

SetStatusId gets a reference to the given string and assigns it to the StatusId field.

type AuthenticationValidateOtpResponse

type AuthenticationValidateOtpResponse struct {
	Entity *AuthenticationValidateOtpResponseEntity `json:"entity,omitempty"`
}

AuthenticationValidateOtpResponse struct for AuthenticationValidateOtpResponse

func NewAuthenticationValidateOtpResponse

func NewAuthenticationValidateOtpResponse() *AuthenticationValidateOtpResponse

NewAuthenticationValidateOtpResponse instantiates a new AuthenticationValidateOtpResponse 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 NewAuthenticationValidateOtpResponseWithDefaults

func NewAuthenticationValidateOtpResponseWithDefaults() *AuthenticationValidateOtpResponse

NewAuthenticationValidateOtpResponseWithDefaults instantiates a new AuthenticationValidateOtpResponse 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 (*AuthenticationValidateOtpResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*AuthenticationValidateOtpResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationValidateOtpResponse) HasEntity

func (o *AuthenticationValidateOtpResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (AuthenticationValidateOtpResponse) MarshalJSON

func (o AuthenticationValidateOtpResponse) MarshalJSON() ([]byte, error)

func (*AuthenticationValidateOtpResponse) SetEntity

SetEntity gets a reference to the given AuthenticationValidateOtpResponseEntity and assigns it to the Entity field.

type AuthenticationValidateOtpResponseEntity

type AuthenticationValidateOtpResponseEntity struct {
	Valid *bool `json:"valid,omitempty"`
}

AuthenticationValidateOtpResponseEntity struct for AuthenticationValidateOtpResponseEntity

func NewAuthenticationValidateOtpResponseEntity

func NewAuthenticationValidateOtpResponseEntity() *AuthenticationValidateOtpResponseEntity

NewAuthenticationValidateOtpResponseEntity instantiates a new AuthenticationValidateOtpResponseEntity 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 NewAuthenticationValidateOtpResponseEntityWithDefaults

func NewAuthenticationValidateOtpResponseEntityWithDefaults() *AuthenticationValidateOtpResponseEntity

NewAuthenticationValidateOtpResponseEntityWithDefaults instantiates a new AuthenticationValidateOtpResponseEntity 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 (*AuthenticationValidateOtpResponseEntity) GetValid

GetValid returns the Valid field value if set, zero value otherwise.

func (*AuthenticationValidateOtpResponseEntity) GetValidOk

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthenticationValidateOtpResponseEntity) HasValid

HasValid returns a boolean if a field has been set.

func (AuthenticationValidateOtpResponseEntity) MarshalJSON

func (o AuthenticationValidateOtpResponseEntity) MarshalJSON() ([]byte, error)

func (*AuthenticationValidateOtpResponseEntity) SetValid

SetValid gets a reference to the given bool and assigns it to the Valid field.

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	TokenUrl         string            `json:"tokenUrl,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
	Context          context.Context
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

func (*Configuration) SetOAuthClientCredentials

func (c *Configuration) SetOAuthClientCredentials(clientId string, clientSecret string)

Setup OAuth Client Credentials Flow for all requests

func (*Configuration) SetTokenUrl

func (c *Configuration) SetTokenUrl(tokenUrl string)

type DeleteWebhookResponse

type DeleteWebhookResponse struct {
	Entity *string `json:"entity,omitempty"`
}

DeleteWebhookResponse struct for DeleteWebhookResponse

func NewDeleteWebhookResponse

func NewDeleteWebhookResponse() *DeleteWebhookResponse

NewDeleteWebhookResponse instantiates a new DeleteWebhookResponse 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 NewDeleteWebhookResponseWithDefaults

func NewDeleteWebhookResponseWithDefaults() *DeleteWebhookResponse

NewDeleteWebhookResponseWithDefaults instantiates a new DeleteWebhookResponse 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 (*DeleteWebhookResponse) GetEntity

func (o *DeleteWebhookResponse) GetEntity() string

GetEntity returns the Entity field value if set, zero value otherwise.

func (*DeleteWebhookResponse) GetEntityOk

func (o *DeleteWebhookResponse) GetEntityOk() (*string, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteWebhookResponse) HasEntity

func (o *DeleteWebhookResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (DeleteWebhookResponse) MarshalJSON

func (o DeleteWebhookResponse) MarshalJSON() ([]byte, error)

func (*DeleteWebhookResponse) SetEntity

func (o *DeleteWebhookResponse) SetEntity(v string)

SetEntity gets a reference to the given string and assigns it to the Entity field.

type DocumentAnalysisApiAnalyzeDocumentRequest

type DocumentAnalysisApiAnalyzeDocumentRequest struct {
	ApiService *DocumentAnalysisApiService
	// contains filtered or unexported fields
}

func (DocumentAnalysisApiAnalyzeDocumentRequest) Execute

type DocumentAnalysisApiService

type DocumentAnalysisApiService service

DocumentAnalysisApiService DocumentAnalysisApi service

func (*DocumentAnalysisApiService) AnalyzeDocument

AnalyzeDocument KYC - Document Analysis

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DocumentAnalysisApiAnalyzeDocumentRequest

func (*DocumentAnalysisApiService) AnalyzeDocumentExecute

Execute executes the request

@return AnalyzeDocumentResponse

type FraudApiGetEmailReputationRequest

type FraudApiGetEmailReputationRequest struct {
	ApiService *FraudApiService
	// contains filtered or unexported fields
}

func (FraudApiGetEmailReputationRequest) Email

func (FraudApiGetEmailReputationRequest) Execute

type FraudApiGetIpReputationRequest

type FraudApiGetIpReputationRequest struct {
	ApiService *FraudApiService
	// contains filtered or unexported fields
}

func (FraudApiGetIpReputationRequest) Execute

func (FraudApiGetIpReputationRequest) IpAddress

type FraudApiScreenPhoneRequest

type FraudApiScreenPhoneRequest struct {
	ApiService *FraudApiService
	// contains filtered or unexported fields
}

func (FraudApiScreenPhoneRequest) Execute

func (FraudApiScreenPhoneRequest) PhoneNumber

func (r FraudApiScreenPhoneRequest) PhoneNumber(phoneNumber int32) FraudApiScreenPhoneRequest

type FraudApiScreenUserRequest

type FraudApiScreenUserRequest struct {
	ApiService *FraudApiService
	// contains filtered or unexported fields
}

func (FraudApiScreenUserRequest) DateOfBirth

func (r FraudApiScreenUserRequest) DateOfBirth(dateOfBirth string) FraudApiScreenUserRequest

func (FraudApiScreenUserRequest) Email

func (FraudApiScreenUserRequest) Execute

func (FraudApiScreenUserRequest) FirstName

func (FraudApiScreenUserRequest) IpAddress

func (FraudApiScreenUserRequest) LastName

func (FraudApiScreenUserRequest) Phone

type FraudApiService

type FraudApiService service

FraudApiService FraudApi service

func (*FraudApiService) GetEmailReputation

func (a *FraudApiService) GetEmailReputation() FraudApiGetEmailReputationRequest

GetEmailReputation Email Reputation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FraudApiGetEmailReputationRequest

func (*FraudApiService) GetEmailReputationExecute

Execute executes the request

@return FraudGetEmailReputationResponse

func (*FraudApiService) GetIpReputation

func (a *FraudApiService) GetIpReputation() FraudApiGetIpReputationRequest

GetIpReputation IP Reputation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FraudApiGetIpReputationRequest

func (*FraudApiService) GetIpReputationExecute

Execute executes the request

@return FraudGetIpReputationResponse

func (*FraudApiService) ScreenPhone

ScreenPhone Phone Screening

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FraudApiScreenPhoneRequest

func (*FraudApiService) ScreenPhoneExecute

Execute executes the request

@return FraudScreenPhoneResponse

func (*FraudApiService) ScreenUser

ScreenUser User Screening

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FraudApiScreenUserRequest

func (*FraudApiService) ScreenUserExecute

Execute executes the request

@return FraudScreenUserResponse

type FraudGetEmailReputationResponse

type FraudGetEmailReputationResponse struct {
	Entity *FraudGetEmailReputationResponseEntity `json:"entity,omitempty"`
}

FraudGetEmailReputationResponse struct for FraudGetEmailReputationResponse

func NewFraudGetEmailReputationResponse

func NewFraudGetEmailReputationResponse() *FraudGetEmailReputationResponse

NewFraudGetEmailReputationResponse instantiates a new FraudGetEmailReputationResponse 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 NewFraudGetEmailReputationResponseWithDefaults

func NewFraudGetEmailReputationResponseWithDefaults() *FraudGetEmailReputationResponse

NewFraudGetEmailReputationResponseWithDefaults instantiates a new FraudGetEmailReputationResponse 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 (*FraudGetEmailReputationResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponse) HasEntity

func (o *FraudGetEmailReputationResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FraudGetEmailReputationResponse) MarshalJSON

func (o FraudGetEmailReputationResponse) MarshalJSON() ([]byte, error)

func (*FraudGetEmailReputationResponse) SetEntity

SetEntity gets a reference to the given FraudGetEmailReputationResponseEntity and assigns it to the Entity field.

type FraudGetEmailReputationResponseEntity

type FraudGetEmailReputationResponseEntity struct {
	Email                    *string                                             `json:"email,omitempty"`
	Reputation               *string                                             `json:"reputation,omitempty"`
	Suspicious               *bool                                               `json:"suspicious,omitempty"`
	References               *float32                                            `json:"references,omitempty"`
	Details                  *FraudGetEmailReputationResponseEntityDetails       `json:"details,omitempty"`
	Score                    *float32                                            `json:"score,omitempty"`
	Deliverable              *bool                                               `json:"deliverable,omitempty"`
	DomainDetails            *FraudGetEmailReputationResponseEntityDomainDetails `json:"domain_details,omitempty"`
	BreachDetails            *FraudGetEmailReputationResponseEntityBreachDetails `json:"breach_details,omitempty"`
	AccountDetailsRegistered []string                                            `json:"account_details_registered,omitempty"`
}

FraudGetEmailReputationResponseEntity struct for FraudGetEmailReputationResponseEntity

func NewFraudGetEmailReputationResponseEntity

func NewFraudGetEmailReputationResponseEntity() *FraudGetEmailReputationResponseEntity

NewFraudGetEmailReputationResponseEntity instantiates a new FraudGetEmailReputationResponseEntity 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 NewFraudGetEmailReputationResponseEntityWithDefaults

func NewFraudGetEmailReputationResponseEntityWithDefaults() *FraudGetEmailReputationResponseEntity

NewFraudGetEmailReputationResponseEntityWithDefaults instantiates a new FraudGetEmailReputationResponseEntity 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 (*FraudGetEmailReputationResponseEntity) GetAccountDetailsRegistered

func (o *FraudGetEmailReputationResponseEntity) GetAccountDetailsRegistered() []string

GetAccountDetailsRegistered returns the AccountDetailsRegistered field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetAccountDetailsRegisteredOk

func (o *FraudGetEmailReputationResponseEntity) GetAccountDetailsRegisteredOk() ([]string, bool)

GetAccountDetailsRegisteredOk returns a tuple with the AccountDetailsRegistered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetBreachDetails

GetBreachDetails returns the BreachDetails field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetBreachDetailsOk

GetBreachDetailsOk returns a tuple with the BreachDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetDeliverable

func (o *FraudGetEmailReputationResponseEntity) GetDeliverable() bool

GetDeliverable returns the Deliverable field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetDeliverableOk

func (o *FraudGetEmailReputationResponseEntity) GetDeliverableOk() (*bool, bool)

GetDeliverableOk returns a tuple with the Deliverable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetDetails

GetDetails returns the Details field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetDetailsOk

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetDomainDetails

GetDomainDetails returns the DomainDetails field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetDomainDetailsOk

GetDomainDetailsOk returns a tuple with the DomainDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetEmail

GetEmail returns the Email field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetEmailOk

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetReferences

GetReferences returns the References field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetReferencesOk

func (o *FraudGetEmailReputationResponseEntity) GetReferencesOk() (*float32, bool)

GetReferencesOk returns a tuple with the References field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetReputation

func (o *FraudGetEmailReputationResponseEntity) GetReputation() string

GetReputation returns the Reputation field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetReputationOk

func (o *FraudGetEmailReputationResponseEntity) GetReputationOk() (*string, bool)

GetReputationOk returns a tuple with the Reputation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetScore

GetScore returns the Score field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetScoreOk

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) GetSuspicious

func (o *FraudGetEmailReputationResponseEntity) GetSuspicious() bool

GetSuspicious returns the Suspicious field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntity) GetSuspiciousOk

func (o *FraudGetEmailReputationResponseEntity) GetSuspiciousOk() (*bool, bool)

GetSuspiciousOk returns a tuple with the Suspicious field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntity) HasAccountDetailsRegistered

func (o *FraudGetEmailReputationResponseEntity) HasAccountDetailsRegistered() bool

HasAccountDetailsRegistered returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasBreachDetails

func (o *FraudGetEmailReputationResponseEntity) HasBreachDetails() bool

HasBreachDetails returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasDeliverable

func (o *FraudGetEmailReputationResponseEntity) HasDeliverable() bool

HasDeliverable returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasDetails

HasDetails returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasDomainDetails

func (o *FraudGetEmailReputationResponseEntity) HasDomainDetails() bool

HasDomainDetails returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasEmail

HasEmail returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasReferences

func (o *FraudGetEmailReputationResponseEntity) HasReferences() bool

HasReferences returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasReputation

func (o *FraudGetEmailReputationResponseEntity) HasReputation() bool

HasReputation returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasScore

HasScore returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntity) HasSuspicious

func (o *FraudGetEmailReputationResponseEntity) HasSuspicious() bool

HasSuspicious returns a boolean if a field has been set.

func (FraudGetEmailReputationResponseEntity) MarshalJSON

func (o FraudGetEmailReputationResponseEntity) MarshalJSON() ([]byte, error)

func (*FraudGetEmailReputationResponseEntity) SetAccountDetailsRegistered

func (o *FraudGetEmailReputationResponseEntity) SetAccountDetailsRegistered(v []string)

SetAccountDetailsRegistered gets a reference to the given []string and assigns it to the AccountDetailsRegistered field.

func (*FraudGetEmailReputationResponseEntity) SetBreachDetails

SetBreachDetails gets a reference to the given FraudGetEmailReputationResponseEntityBreachDetails and assigns it to the BreachDetails field.

func (*FraudGetEmailReputationResponseEntity) SetDeliverable

func (o *FraudGetEmailReputationResponseEntity) SetDeliverable(v bool)

SetDeliverable gets a reference to the given bool and assigns it to the Deliverable field.

func (*FraudGetEmailReputationResponseEntity) SetDetails

SetDetails gets a reference to the given FraudGetEmailReputationResponseEntityDetails and assigns it to the Details field.

func (*FraudGetEmailReputationResponseEntity) SetDomainDetails

SetDomainDetails gets a reference to the given FraudGetEmailReputationResponseEntityDomainDetails and assigns it to the DomainDetails field.

func (*FraudGetEmailReputationResponseEntity) SetEmail

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*FraudGetEmailReputationResponseEntity) SetReferences

func (o *FraudGetEmailReputationResponseEntity) SetReferences(v float32)

SetReferences gets a reference to the given float32 and assigns it to the References field.

func (*FraudGetEmailReputationResponseEntity) SetReputation

func (o *FraudGetEmailReputationResponseEntity) SetReputation(v string)

SetReputation gets a reference to the given string and assigns it to the Reputation field.

func (*FraudGetEmailReputationResponseEntity) SetScore

SetScore gets a reference to the given float32 and assigns it to the Score field.

func (*FraudGetEmailReputationResponseEntity) SetSuspicious

func (o *FraudGetEmailReputationResponseEntity) SetSuspicious(v bool)

SetSuspicious gets a reference to the given bool and assigns it to the Suspicious field.

type FraudGetEmailReputationResponseEntityBreachDetails

type FraudGetEmailReputationResponseEntityBreachDetails struct {
	HaveibeenpwnedListed *bool          `json:"haveibeenpwned_listed,omitempty"`
	NumberOfBreaches     *float32       `json:"number_of_breaches,omitempty"`
	FirstBreach          NullableString `json:"first_breach,omitempty"`
	Breaches             []string       `json:"breaches,omitempty"`
}

FraudGetEmailReputationResponseEntityBreachDetails struct for FraudGetEmailReputationResponseEntityBreachDetails

func NewFraudGetEmailReputationResponseEntityBreachDetails

func NewFraudGetEmailReputationResponseEntityBreachDetails() *FraudGetEmailReputationResponseEntityBreachDetails

NewFraudGetEmailReputationResponseEntityBreachDetails instantiates a new FraudGetEmailReputationResponseEntityBreachDetails 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 NewFraudGetEmailReputationResponseEntityBreachDetailsWithDefaults

func NewFraudGetEmailReputationResponseEntityBreachDetailsWithDefaults() *FraudGetEmailReputationResponseEntityBreachDetails

NewFraudGetEmailReputationResponseEntityBreachDetailsWithDefaults instantiates a new FraudGetEmailReputationResponseEntityBreachDetails 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 (*FraudGetEmailReputationResponseEntityBreachDetails) GetBreaches

GetBreaches returns the Breaches field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetBreachesOk

GetBreachesOk returns a tuple with the Breaches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetFirstBreach

GetFirstBreach returns the FirstBreach field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetFirstBreachOk

GetFirstBreachOk returns a tuple with the FirstBreach field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetHaveibeenpwnedListed

func (o *FraudGetEmailReputationResponseEntityBreachDetails) GetHaveibeenpwnedListed() bool

GetHaveibeenpwnedListed returns the HaveibeenpwnedListed field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetHaveibeenpwnedListedOk

func (o *FraudGetEmailReputationResponseEntityBreachDetails) GetHaveibeenpwnedListedOk() (*bool, bool)

GetHaveibeenpwnedListedOk returns a tuple with the HaveibeenpwnedListed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetNumberOfBreaches

GetNumberOfBreaches returns the NumberOfBreaches field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityBreachDetails) GetNumberOfBreachesOk

func (o *FraudGetEmailReputationResponseEntityBreachDetails) GetNumberOfBreachesOk() (*float32, bool)

GetNumberOfBreachesOk returns a tuple with the NumberOfBreaches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) HasBreaches

HasBreaches returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) HasFirstBreach

HasFirstBreach returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) HasHaveibeenpwnedListed

func (o *FraudGetEmailReputationResponseEntityBreachDetails) HasHaveibeenpwnedListed() bool

HasHaveibeenpwnedListed returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityBreachDetails) HasNumberOfBreaches

HasNumberOfBreaches returns a boolean if a field has been set.

func (FraudGetEmailReputationResponseEntityBreachDetails) MarshalJSON

func (*FraudGetEmailReputationResponseEntityBreachDetails) SetBreaches

SetBreaches gets a reference to the given []string and assigns it to the Breaches field.

func (*FraudGetEmailReputationResponseEntityBreachDetails) SetFirstBreach

SetFirstBreach gets a reference to the given NullableString and assigns it to the FirstBreach field.

func (*FraudGetEmailReputationResponseEntityBreachDetails) SetFirstBreachNil

SetFirstBreachNil sets the value for FirstBreach to be an explicit nil

func (*FraudGetEmailReputationResponseEntityBreachDetails) SetHaveibeenpwnedListed

func (o *FraudGetEmailReputationResponseEntityBreachDetails) SetHaveibeenpwnedListed(v bool)

SetHaveibeenpwnedListed gets a reference to the given bool and assigns it to the HaveibeenpwnedListed field.

func (*FraudGetEmailReputationResponseEntityBreachDetails) SetNumberOfBreaches

SetNumberOfBreaches gets a reference to the given float32 and assigns it to the NumberOfBreaches field.

func (*FraudGetEmailReputationResponseEntityBreachDetails) UnsetFirstBreach

UnsetFirstBreach ensures that no value is present for FirstBreach, not even an explicit nil

type FraudGetEmailReputationResponseEntityDetails

type FraudGetEmailReputationResponseEntityDetails struct {
	Blacklisted             *bool    `json:"blacklisted,omitempty"`
	MaliciousActivity       *bool    `json:"malicious_activity,omitempty"`
	MaliciousActivityRecent *bool    `json:"malicious_activity_recent,omitempty"`
	CredentialsLeaked       *bool    `json:"credentials_leaked,omitempty"`
	CredentialsLeakedRecent *bool    `json:"credentials_leaked_recent,omitempty"`
	DataBreach              *bool    `json:"data_breach,omitempty"`
	FirstSeen               *string  `json:"first_seen,omitempty"`
	LastSeen                *string  `json:"last_seen,omitempty"`
	DomainExists            *bool    `json:"domain_exists,omitempty"`
	DomainReputation        *string  `json:"domain_reputation,omitempty"`
	NewDomain               *bool    `json:"new_domain,omitempty"`
	DaysSinceDomainCreation *float32 `json:"days_since_domain_creation,omitempty"`
	SuspiciousTld           *bool    `json:"suspicious_tld,omitempty"`
	Spam                    *bool    `json:"spam,omitempty"`
	FreeProvider            *bool    `json:"free_provider,omitempty"`
	Disposable              *bool    `json:"disposable,omitempty"`
	Deliverable             *bool    `json:"deliverable,omitempty"`
	AcceptAll               *bool    `json:"accept_all,omitempty"`
	ValidMx                 *bool    `json:"valid_mx,omitempty"`
	PrimaryMx               *string  `json:"primary_mx,omitempty"`
	Spoofable               *bool    `json:"spoofable,omitempty"`
	SpfStrict               *bool    `json:"spf_strict,omitempty"`
	DmarcEnforced           *bool    `json:"dmarc_enforced,omitempty"`
	Profiles                []string `json:"profiles,omitempty"`
}

FraudGetEmailReputationResponseEntityDetails struct for FraudGetEmailReputationResponseEntityDetails

func NewFraudGetEmailReputationResponseEntityDetails

func NewFraudGetEmailReputationResponseEntityDetails() *FraudGetEmailReputationResponseEntityDetails

NewFraudGetEmailReputationResponseEntityDetails instantiates a new FraudGetEmailReputationResponseEntityDetails 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 NewFraudGetEmailReputationResponseEntityDetailsWithDefaults

func NewFraudGetEmailReputationResponseEntityDetailsWithDefaults() *FraudGetEmailReputationResponseEntityDetails

NewFraudGetEmailReputationResponseEntityDetailsWithDefaults instantiates a new FraudGetEmailReputationResponseEntityDetails 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 (*FraudGetEmailReputationResponseEntityDetails) GetAcceptAll

GetAcceptAll returns the AcceptAll field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetAcceptAllOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetAcceptAllOk() (*bool, bool)

GetAcceptAllOk returns a tuple with the AcceptAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetBlacklisted

GetBlacklisted returns the Blacklisted field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetBlacklistedOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetBlacklistedOk() (*bool, bool)

GetBlacklistedOk returns a tuple with the Blacklisted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeaked

func (o *FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeaked() bool

GetCredentialsLeaked returns the CredentialsLeaked field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedOk() (*bool, bool)

GetCredentialsLeakedOk returns a tuple with the CredentialsLeaked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecent

func (o *FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecent() bool

GetCredentialsLeakedRecent returns the CredentialsLeakedRecent field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecentOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecentOk() (*bool, bool)

GetCredentialsLeakedRecentOk returns a tuple with the CredentialsLeakedRecent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDataBreach

GetDataBreach returns the DataBreach field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDataBreachOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDataBreachOk() (*bool, bool)

GetDataBreachOk returns a tuple with the DataBreach field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreation

func (o *FraudGetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreation() float32

GetDaysSinceDomainCreation returns the DaysSinceDomainCreation field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreationOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreationOk() (*float32, bool)

GetDaysSinceDomainCreationOk returns a tuple with the DaysSinceDomainCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDeliverable

GetDeliverable returns the Deliverable field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDeliverableOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDeliverableOk() (*bool, bool)

GetDeliverableOk returns a tuple with the Deliverable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDisposable

GetDisposable returns the Disposable field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDisposableOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDisposableOk() (*bool, bool)

GetDisposableOk returns a tuple with the Disposable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDmarcEnforced

func (o *FraudGetEmailReputationResponseEntityDetails) GetDmarcEnforced() bool

GetDmarcEnforced returns the DmarcEnforced field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDmarcEnforcedOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDmarcEnforcedOk() (*bool, bool)

GetDmarcEnforcedOk returns a tuple with the DmarcEnforced field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDomainExists

GetDomainExists returns the DomainExists field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDomainExistsOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDomainExistsOk() (*bool, bool)

GetDomainExistsOk returns a tuple with the DomainExists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetDomainReputation

func (o *FraudGetEmailReputationResponseEntityDetails) GetDomainReputation() string

GetDomainReputation returns the DomainReputation field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetDomainReputationOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetDomainReputationOk() (*string, bool)

GetDomainReputationOk returns a tuple with the DomainReputation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetFirstSeen

GetFirstSeen returns the FirstSeen field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetFirstSeenOk

GetFirstSeenOk returns a tuple with the FirstSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetFreeProvider

GetFreeProvider returns the FreeProvider field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetFreeProviderOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetFreeProviderOk() (*bool, bool)

GetFreeProviderOk returns a tuple with the FreeProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetLastSeen

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetLastSeenOk

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivity

func (o *FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivity() bool

GetMaliciousActivity returns the MaliciousActivity field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityOk() (*bool, bool)

GetMaliciousActivityOk returns a tuple with the MaliciousActivity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityRecent

func (o *FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityRecent() bool

GetMaliciousActivityRecent returns the MaliciousActivityRecent field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityRecentOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetMaliciousActivityRecentOk() (*bool, bool)

GetMaliciousActivityRecentOk returns a tuple with the MaliciousActivityRecent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetNewDomain

GetNewDomain returns the NewDomain field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetNewDomainOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetNewDomainOk() (*bool, bool)

GetNewDomainOk returns a tuple with the NewDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetPrimaryMx

GetPrimaryMx returns the PrimaryMx field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetPrimaryMxOk

GetPrimaryMxOk returns a tuple with the PrimaryMx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetProfiles

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetProfilesOk

GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpam

GetSpam returns the Spam field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpamOk

GetSpamOk returns a tuple with the Spam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpfStrict

GetSpfStrict returns the SpfStrict field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpfStrictOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetSpfStrictOk() (*bool, bool)

GetSpfStrictOk returns a tuple with the SpfStrict field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpoofable

GetSpoofable returns the Spoofable field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetSpoofableOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetSpoofableOk() (*bool, bool)

GetSpoofableOk returns a tuple with the Spoofable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetSuspiciousTld

func (o *FraudGetEmailReputationResponseEntityDetails) GetSuspiciousTld() bool

GetSuspiciousTld returns the SuspiciousTld field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetSuspiciousTldOk

func (o *FraudGetEmailReputationResponseEntityDetails) GetSuspiciousTldOk() (*bool, bool)

GetSuspiciousTldOk returns a tuple with the SuspiciousTld field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) GetValidMx

GetValidMx returns the ValidMx field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDetails) GetValidMxOk

GetValidMxOk returns a tuple with the ValidMx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasAcceptAll

HasAcceptAll returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasBlacklisted

HasBlacklisted returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasCredentialsLeaked

func (o *FraudGetEmailReputationResponseEntityDetails) HasCredentialsLeaked() bool

HasCredentialsLeaked returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasCredentialsLeakedRecent

func (o *FraudGetEmailReputationResponseEntityDetails) HasCredentialsLeakedRecent() bool

HasCredentialsLeakedRecent returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDataBreach

HasDataBreach returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDaysSinceDomainCreation

func (o *FraudGetEmailReputationResponseEntityDetails) HasDaysSinceDomainCreation() bool

HasDaysSinceDomainCreation returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDeliverable

HasDeliverable returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDisposable

HasDisposable returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDmarcEnforced

func (o *FraudGetEmailReputationResponseEntityDetails) HasDmarcEnforced() bool

HasDmarcEnforced returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDomainExists

HasDomainExists returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasDomainReputation

func (o *FraudGetEmailReputationResponseEntityDetails) HasDomainReputation() bool

HasDomainReputation returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasFirstSeen

HasFirstSeen returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasFreeProvider

HasFreeProvider returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasLastSeen

HasLastSeen returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasMaliciousActivity

func (o *FraudGetEmailReputationResponseEntityDetails) HasMaliciousActivity() bool

HasMaliciousActivity returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasMaliciousActivityRecent

func (o *FraudGetEmailReputationResponseEntityDetails) HasMaliciousActivityRecent() bool

HasMaliciousActivityRecent returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasNewDomain

HasNewDomain returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasPrimaryMx

HasPrimaryMx returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasProfiles

HasProfiles returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasSpam

HasSpam returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasSpfStrict

HasSpfStrict returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasSpoofable

HasSpoofable returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasSuspiciousTld

func (o *FraudGetEmailReputationResponseEntityDetails) HasSuspiciousTld() bool

HasSuspiciousTld returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDetails) HasValidMx

HasValidMx returns a boolean if a field has been set.

func (FraudGetEmailReputationResponseEntityDetails) MarshalJSON

func (*FraudGetEmailReputationResponseEntityDetails) SetAcceptAll

SetAcceptAll gets a reference to the given bool and assigns it to the AcceptAll field.

func (*FraudGetEmailReputationResponseEntityDetails) SetBlacklisted

SetBlacklisted gets a reference to the given bool and assigns it to the Blacklisted field.

func (*FraudGetEmailReputationResponseEntityDetails) SetCredentialsLeaked

func (o *FraudGetEmailReputationResponseEntityDetails) SetCredentialsLeaked(v bool)

SetCredentialsLeaked gets a reference to the given bool and assigns it to the CredentialsLeaked field.

func (*FraudGetEmailReputationResponseEntityDetails) SetCredentialsLeakedRecent

func (o *FraudGetEmailReputationResponseEntityDetails) SetCredentialsLeakedRecent(v bool)

SetCredentialsLeakedRecent gets a reference to the given bool and assigns it to the CredentialsLeakedRecent field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDataBreach

SetDataBreach gets a reference to the given bool and assigns it to the DataBreach field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDaysSinceDomainCreation

func (o *FraudGetEmailReputationResponseEntityDetails) SetDaysSinceDomainCreation(v float32)

SetDaysSinceDomainCreation gets a reference to the given float32 and assigns it to the DaysSinceDomainCreation field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDeliverable

SetDeliverable gets a reference to the given bool and assigns it to the Deliverable field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDisposable

SetDisposable gets a reference to the given bool and assigns it to the Disposable field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDmarcEnforced

func (o *FraudGetEmailReputationResponseEntityDetails) SetDmarcEnforced(v bool)

SetDmarcEnforced gets a reference to the given bool and assigns it to the DmarcEnforced field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDomainExists

func (o *FraudGetEmailReputationResponseEntityDetails) SetDomainExists(v bool)

SetDomainExists gets a reference to the given bool and assigns it to the DomainExists field.

func (*FraudGetEmailReputationResponseEntityDetails) SetDomainReputation

func (o *FraudGetEmailReputationResponseEntityDetails) SetDomainReputation(v string)

SetDomainReputation gets a reference to the given string and assigns it to the DomainReputation field.

func (*FraudGetEmailReputationResponseEntityDetails) SetFirstSeen

SetFirstSeen gets a reference to the given string and assigns it to the FirstSeen field.

func (*FraudGetEmailReputationResponseEntityDetails) SetFreeProvider

func (o *FraudGetEmailReputationResponseEntityDetails) SetFreeProvider(v bool)

SetFreeProvider gets a reference to the given bool and assigns it to the FreeProvider field.

func (*FraudGetEmailReputationResponseEntityDetails) SetLastSeen

SetLastSeen gets a reference to the given string and assigns it to the LastSeen field.

func (*FraudGetEmailReputationResponseEntityDetails) SetMaliciousActivity

func (o *FraudGetEmailReputationResponseEntityDetails) SetMaliciousActivity(v bool)

SetMaliciousActivity gets a reference to the given bool and assigns it to the MaliciousActivity field.

func (*FraudGetEmailReputationResponseEntityDetails) SetMaliciousActivityRecent

func (o *FraudGetEmailReputationResponseEntityDetails) SetMaliciousActivityRecent(v bool)

SetMaliciousActivityRecent gets a reference to the given bool and assigns it to the MaliciousActivityRecent field.

func (*FraudGetEmailReputationResponseEntityDetails) SetNewDomain

SetNewDomain gets a reference to the given bool and assigns it to the NewDomain field.

func (*FraudGetEmailReputationResponseEntityDetails) SetPrimaryMx

SetPrimaryMx gets a reference to the given string and assigns it to the PrimaryMx field.

func (*FraudGetEmailReputationResponseEntityDetails) SetProfiles

SetProfiles gets a reference to the given []string and assigns it to the Profiles field.

func (*FraudGetEmailReputationResponseEntityDetails) SetSpam

SetSpam gets a reference to the given bool and assigns it to the Spam field.

func (*FraudGetEmailReputationResponseEntityDetails) SetSpfStrict

SetSpfStrict gets a reference to the given bool and assigns it to the SpfStrict field.

func (*FraudGetEmailReputationResponseEntityDetails) SetSpoofable

SetSpoofable gets a reference to the given bool and assigns it to the Spoofable field.

func (*FraudGetEmailReputationResponseEntityDetails) SetSuspiciousTld

func (o *FraudGetEmailReputationResponseEntityDetails) SetSuspiciousTld(v bool)

SetSuspiciousTld gets a reference to the given bool and assigns it to the SuspiciousTld field.

func (*FraudGetEmailReputationResponseEntityDetails) SetValidMx

SetValidMx gets a reference to the given bool and assigns it to the ValidMx field.

type FraudGetEmailReputationResponseEntityDomainDetails

type FraudGetEmailReputationResponseEntityDomainDetails struct {
	Domain        *string        `json:"domain,omitempty"`
	Tld           *string        `json:"tld,omitempty"`
	Registered    *bool          `json:"registered,omitempty"`
	Created       *string        `json:"created,omitempty"`
	Updated       *string        `json:"updated,omitempty"`
	Expires       *string        `json:"expires,omitempty"`
	RegistrarName *string        `json:"registrar_name,omitempty"`
	RegisteredTo  NullableString `json:"registered_to,omitempty"`
	Disposable    *bool          `json:"disposable,omitempty"`
	Free          *bool          `json:"free,omitempty"`
	Custom        *bool          `json:"custom,omitempty"`
	DmarcEnforced *bool          `json:"dmarc_enforced,omitempty"`
	SpfStrict     *bool          `json:"spf_strict,omitempty"`
	ValidMx       *bool          `json:"valid_mx,omitempty"`
	AcceptAll     *bool          `json:"accept_all,omitempty"`
	SuspiciousTld *bool          `json:"suspicious_tld,omitempty"`
	WebsiteExists *bool          `json:"website_exists,omitempty"`
}

FraudGetEmailReputationResponseEntityDomainDetails struct for FraudGetEmailReputationResponseEntityDomainDetails

func NewFraudGetEmailReputationResponseEntityDomainDetails

func NewFraudGetEmailReputationResponseEntityDomainDetails() *FraudGetEmailReputationResponseEntityDomainDetails

NewFraudGetEmailReputationResponseEntityDomainDetails instantiates a new FraudGetEmailReputationResponseEntityDomainDetails 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 NewFraudGetEmailReputationResponseEntityDomainDetailsWithDefaults

func NewFraudGetEmailReputationResponseEntityDomainDetailsWithDefaults() *FraudGetEmailReputationResponseEntityDomainDetails

NewFraudGetEmailReputationResponseEntityDomainDetailsWithDefaults instantiates a new FraudGetEmailReputationResponseEntityDomainDetails 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 (*FraudGetEmailReputationResponseEntityDomainDetails) GetAcceptAll

GetAcceptAll returns the AcceptAll field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetAcceptAllOk

GetAcceptAllOk returns a tuple with the AcceptAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetCreated

GetCreated returns the Created field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetCreatedOk

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetCustom

GetCustom returns the Custom field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetCustomOk

GetCustomOk returns a tuple with the Custom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDisposable

GetDisposable returns the Disposable field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDisposableOk

GetDisposableOk returns a tuple with the Disposable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDmarcEnforced

GetDmarcEnforced returns the DmarcEnforced field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDmarcEnforcedOk

func (o *FraudGetEmailReputationResponseEntityDomainDetails) GetDmarcEnforcedOk() (*bool, bool)

GetDmarcEnforcedOk returns a tuple with the DmarcEnforced field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDomain

GetDomain returns the Domain field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetDomainOk

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetExpires

GetExpires returns the Expires field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetExpiresOk

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetFree

GetFree returns the Free field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetFreeOk

GetFreeOk returns a tuple with the Free field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegistered

GetRegistered returns the Registered field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegisteredOk

GetRegisteredOk returns a tuple with the Registered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegisteredTo

GetRegisteredTo returns the RegisteredTo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegisteredToOk

GetRegisteredToOk returns a tuple with the RegisteredTo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegistrarName

GetRegistrarName returns the RegistrarName field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetRegistrarNameOk

GetRegistrarNameOk returns a tuple with the RegistrarName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetSpfStrict

GetSpfStrict returns the SpfStrict field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetSpfStrictOk

GetSpfStrictOk returns a tuple with the SpfStrict field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetSuspiciousTld

GetSuspiciousTld returns the SuspiciousTld field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetSuspiciousTldOk

func (o *FraudGetEmailReputationResponseEntityDomainDetails) GetSuspiciousTldOk() (*bool, bool)

GetSuspiciousTldOk returns a tuple with the SuspiciousTld field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetTld

GetTld returns the Tld field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetTldOk

GetTldOk returns a tuple with the Tld field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetUpdated

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetUpdatedOk

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetValidMx

GetValidMx returns the ValidMx field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetValidMxOk

GetValidMxOk returns a tuple with the ValidMx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetWebsiteExists

GetWebsiteExists returns the WebsiteExists field value if set, zero value otherwise.

func (*FraudGetEmailReputationResponseEntityDomainDetails) GetWebsiteExistsOk

func (o *FraudGetEmailReputationResponseEntityDomainDetails) GetWebsiteExistsOk() (*bool, bool)

GetWebsiteExistsOk returns a tuple with the WebsiteExists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasAcceptAll

HasAcceptAll returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasCreated

HasCreated returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasCustom

HasCustom returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasDisposable

HasDisposable returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasDmarcEnforced

HasDmarcEnforced returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasDomain

HasDomain returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasExpires

HasExpires returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasFree

HasFree returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasRegistered

HasRegistered returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasRegisteredTo

HasRegisteredTo returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasRegistrarName

HasRegistrarName returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasSpfStrict

HasSpfStrict returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasSuspiciousTld

HasSuspiciousTld returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasTld

HasTld returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasUpdated

HasUpdated returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasValidMx

HasValidMx returns a boolean if a field has been set.

func (*FraudGetEmailReputationResponseEntityDomainDetails) HasWebsiteExists

HasWebsiteExists returns a boolean if a field has been set.

func (FraudGetEmailReputationResponseEntityDomainDetails) MarshalJSON

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetAcceptAll

SetAcceptAll gets a reference to the given bool and assigns it to the AcceptAll field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetCreated

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetCustom

SetCustom gets a reference to the given bool and assigns it to the Custom field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetDisposable

SetDisposable gets a reference to the given bool and assigns it to the Disposable field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetDmarcEnforced

SetDmarcEnforced gets a reference to the given bool and assigns it to the DmarcEnforced field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetDomain

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetExpires

SetExpires gets a reference to the given string and assigns it to the Expires field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetFree

SetFree gets a reference to the given bool and assigns it to the Free field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetRegistered

SetRegistered gets a reference to the given bool and assigns it to the Registered field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetRegisteredTo

SetRegisteredTo gets a reference to the given NullableString and assigns it to the RegisteredTo field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetRegisteredToNil

SetRegisteredToNil sets the value for RegisteredTo to be an explicit nil

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetRegistrarName

SetRegistrarName gets a reference to the given string and assigns it to the RegistrarName field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetSpfStrict

SetSpfStrict gets a reference to the given bool and assigns it to the SpfStrict field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetSuspiciousTld

SetSuspiciousTld gets a reference to the given bool and assigns it to the SuspiciousTld field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetTld

SetTld gets a reference to the given string and assigns it to the Tld field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetUpdated

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetValidMx

SetValidMx gets a reference to the given bool and assigns it to the ValidMx field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) SetWebsiteExists

SetWebsiteExists gets a reference to the given bool and assigns it to the WebsiteExists field.

func (*FraudGetEmailReputationResponseEntityDomainDetails) UnsetRegisteredTo

UnsetRegisteredTo ensures that no value is present for RegisteredTo, not even an explicit nil

type FraudGetIpReputationResponse

type FraudGetIpReputationResponse struct {
	Entity *FraudGetIpReputationResponseEntity `json:"entity,omitempty"`
}

FraudGetIpReputationResponse struct for FraudGetIpReputationResponse

func NewFraudGetIpReputationResponse

func NewFraudGetIpReputationResponse() *FraudGetIpReputationResponse

NewFraudGetIpReputationResponse instantiates a new FraudGetIpReputationResponse 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 NewFraudGetIpReputationResponseWithDefaults

func NewFraudGetIpReputationResponseWithDefaults() *FraudGetIpReputationResponse

NewFraudGetIpReputationResponseWithDefaults instantiates a new FraudGetIpReputationResponse 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 (*FraudGetIpReputationResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*FraudGetIpReputationResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponse) HasEntity

func (o *FraudGetIpReputationResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FraudGetIpReputationResponse) MarshalJSON

func (o FraudGetIpReputationResponse) MarshalJSON() ([]byte, error)

func (*FraudGetIpReputationResponse) SetEntity

SetEntity gets a reference to the given FraudGetIpReputationResponseEntity and assigns it to the Entity field.

type FraudGetIpReputationResponseEntity

type FraudGetIpReputationResponseEntity struct {
	Report  *FraudGetIpReputationResponseEntityReport `json:"report,omitempty"`
	Success *bool                                     `json:"success,omitempty"`
}

FraudGetIpReputationResponseEntity struct for FraudGetIpReputationResponseEntity

func NewFraudGetIpReputationResponseEntity

func NewFraudGetIpReputationResponseEntity() *FraudGetIpReputationResponseEntity

NewFraudGetIpReputationResponseEntity instantiates a new FraudGetIpReputationResponseEntity 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 NewFraudGetIpReputationResponseEntityWithDefaults

func NewFraudGetIpReputationResponseEntityWithDefaults() *FraudGetIpReputationResponseEntity

NewFraudGetIpReputationResponseEntityWithDefaults instantiates a new FraudGetIpReputationResponseEntity 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 (*FraudGetIpReputationResponseEntity) GetReport

GetReport returns the Report field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntity) GetReportOk

GetReportOk returns a tuple with the Report field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntity) GetSuccess

func (o *FraudGetIpReputationResponseEntity) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntity) GetSuccessOk

func (o *FraudGetIpReputationResponseEntity) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntity) HasReport

HasReport returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntity) HasSuccess

func (o *FraudGetIpReputationResponseEntity) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntity) MarshalJSON

func (o FraudGetIpReputationResponseEntity) MarshalJSON() ([]byte, error)

func (*FraudGetIpReputationResponseEntity) SetReport

SetReport gets a reference to the given FraudGetIpReputationResponseEntityReport and assigns it to the Report field.

func (*FraudGetIpReputationResponseEntity) SetSuccess

func (o *FraudGetIpReputationResponseEntity) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

type FraudGetIpReputationResponseEntityReport

type FraudGetIpReputationResponseEntityReport struct {
	Ip          *string                                              `json:"ip,omitempty"`
	Blacklists  *FraudGetIpReputationResponseEntityReportBlacklists  `json:"blacklists,omitempty"`
	Information *FraudGetIpReputationResponseEntityReportInformation `json:"information,omitempty"`
	Anonymity   *FraudGetIpReputationResponseEntityReportAnonymity   `json:"anonymity,omitempty"`
	RiskScore   *FraudGetIpReputationResponseEntityReportRiskScore   `json:"risk_score,omitempty"`
}

FraudGetIpReputationResponseEntityReport struct for FraudGetIpReputationResponseEntityReport

func NewFraudGetIpReputationResponseEntityReport

func NewFraudGetIpReputationResponseEntityReport() *FraudGetIpReputationResponseEntityReport

NewFraudGetIpReputationResponseEntityReport instantiates a new FraudGetIpReputationResponseEntityReport 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 NewFraudGetIpReputationResponseEntityReportWithDefaults

func NewFraudGetIpReputationResponseEntityReportWithDefaults() *FraudGetIpReputationResponseEntityReport

NewFraudGetIpReputationResponseEntityReportWithDefaults instantiates a new FraudGetIpReputationResponseEntityReport 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 (*FraudGetIpReputationResponseEntityReport) GetAnonymity

GetAnonymity returns the Anonymity field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReport) GetAnonymityOk

GetAnonymityOk returns a tuple with the Anonymity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReport) GetBlacklists

GetBlacklists returns the Blacklists field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReport) GetBlacklistsOk

GetBlacklistsOk returns a tuple with the Blacklists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReport) GetInformation

GetInformation returns the Information field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReport) GetInformationOk

GetInformationOk returns a tuple with the Information field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReport) GetIp

GetIp returns the Ip field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReport) GetIpOk

GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReport) GetRiskScore

GetRiskScore returns the RiskScore field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReport) GetRiskScoreOk

GetRiskScoreOk returns a tuple with the RiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReport) HasAnonymity

HasAnonymity returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReport) HasBlacklists

HasBlacklists returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReport) HasInformation

func (o *FraudGetIpReputationResponseEntityReport) HasInformation() bool

HasInformation returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReport) HasIp

HasIp returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReport) HasRiskScore

HasRiskScore returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntityReport) MarshalJSON

func (*FraudGetIpReputationResponseEntityReport) SetAnonymity

SetAnonymity gets a reference to the given FraudGetIpReputationResponseEntityReportAnonymity and assigns it to the Anonymity field.

func (*FraudGetIpReputationResponseEntityReport) SetBlacklists

SetBlacklists gets a reference to the given FraudGetIpReputationResponseEntityReportBlacklists and assigns it to the Blacklists field.

func (*FraudGetIpReputationResponseEntityReport) SetInformation

SetInformation gets a reference to the given FraudGetIpReputationResponseEntityReportInformation and assigns it to the Information field.

func (*FraudGetIpReputationResponseEntityReport) SetIp

SetIp gets a reference to the given string and assigns it to the Ip field.

func (*FraudGetIpReputationResponseEntityReport) SetRiskScore

SetRiskScore gets a reference to the given FraudGetIpReputationResponseEntityReportRiskScore and assigns it to the RiskScore field.

type FraudGetIpReputationResponseEntityReportAnonymity

type FraudGetIpReputationResponseEntityReportAnonymity struct {
	IsProxy    *bool `json:"is_proxy,omitempty"`
	IsWebproxy *bool `json:"is_webproxy,omitempty"`
	IsVpn      *bool `json:"is_vpn,omitempty"`
	IsHosting  *bool `json:"is_hosting,omitempty"`
	IsTor      *bool `json:"is_tor,omitempty"`
}

FraudGetIpReputationResponseEntityReportAnonymity struct for FraudGetIpReputationResponseEntityReportAnonymity

func NewFraudGetIpReputationResponseEntityReportAnonymity

func NewFraudGetIpReputationResponseEntityReportAnonymity() *FraudGetIpReputationResponseEntityReportAnonymity

NewFraudGetIpReputationResponseEntityReportAnonymity instantiates a new FraudGetIpReputationResponseEntityReportAnonymity 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 NewFraudGetIpReputationResponseEntityReportAnonymityWithDefaults

func NewFraudGetIpReputationResponseEntityReportAnonymityWithDefaults() *FraudGetIpReputationResponseEntityReportAnonymity

NewFraudGetIpReputationResponseEntityReportAnonymityWithDefaults instantiates a new FraudGetIpReputationResponseEntityReportAnonymity 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 (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsHosting

GetIsHosting returns the IsHosting field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsHostingOk

GetIsHostingOk returns a tuple with the IsHosting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsProxy

GetIsProxy returns the IsProxy field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsProxyOk

GetIsProxyOk returns a tuple with the IsProxy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsTor

GetIsTor returns the IsTor field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsTorOk

GetIsTorOk returns a tuple with the IsTor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsVpn

GetIsVpn returns the IsVpn field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsVpnOk

GetIsVpnOk returns a tuple with the IsVpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsWebproxy

GetIsWebproxy returns the IsWebproxy field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportAnonymity) GetIsWebproxyOk

GetIsWebproxyOk returns a tuple with the IsWebproxy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) HasIsHosting

HasIsHosting returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) HasIsProxy

HasIsProxy returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) HasIsTor

HasIsTor returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) HasIsVpn

HasIsVpn returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportAnonymity) HasIsWebproxy

HasIsWebproxy returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntityReportAnonymity) MarshalJSON

func (*FraudGetIpReputationResponseEntityReportAnonymity) SetIsHosting

SetIsHosting gets a reference to the given bool and assigns it to the IsHosting field.

func (*FraudGetIpReputationResponseEntityReportAnonymity) SetIsProxy

SetIsProxy gets a reference to the given bool and assigns it to the IsProxy field.

func (*FraudGetIpReputationResponseEntityReportAnonymity) SetIsTor

SetIsTor gets a reference to the given bool and assigns it to the IsTor field.

func (*FraudGetIpReputationResponseEntityReportAnonymity) SetIsVpn

SetIsVpn gets a reference to the given bool and assigns it to the IsVpn field.

func (*FraudGetIpReputationResponseEntityReportAnonymity) SetIsWebproxy

SetIsWebproxy gets a reference to the given bool and assigns it to the IsWebproxy field.

type FraudGetIpReputationResponseEntityReportBlacklists

type FraudGetIpReputationResponseEntityReportBlacklists struct {
	Detections    *float32 `json:"detections,omitempty"`
	EnginesCount  *float32 `json:"engines_count,omitempty"`
	DetectionRate *string  `json:"detection_rate,omitempty"`
	Scantime      *string  `json:"scantime,omitempty"`
}

FraudGetIpReputationResponseEntityReportBlacklists struct for FraudGetIpReputationResponseEntityReportBlacklists

func NewFraudGetIpReputationResponseEntityReportBlacklists

func NewFraudGetIpReputationResponseEntityReportBlacklists() *FraudGetIpReputationResponseEntityReportBlacklists

NewFraudGetIpReputationResponseEntityReportBlacklists instantiates a new FraudGetIpReputationResponseEntityReportBlacklists 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 NewFraudGetIpReputationResponseEntityReportBlacklistsWithDefaults

func NewFraudGetIpReputationResponseEntityReportBlacklistsWithDefaults() *FraudGetIpReputationResponseEntityReportBlacklists

NewFraudGetIpReputationResponseEntityReportBlacklistsWithDefaults instantiates a new FraudGetIpReputationResponseEntityReportBlacklists 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 (*FraudGetIpReputationResponseEntityReportBlacklists) GetDetectionRate

GetDetectionRate returns the DetectionRate field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetDetectionRateOk

GetDetectionRateOk returns a tuple with the DetectionRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetDetections

GetDetections returns the Detections field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetDetectionsOk

GetDetectionsOk returns a tuple with the Detections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetEnginesCount

GetEnginesCount returns the EnginesCount field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetEnginesCountOk

GetEnginesCountOk returns a tuple with the EnginesCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetScantime

GetScantime returns the Scantime field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportBlacklists) GetScantimeOk

GetScantimeOk returns a tuple with the Scantime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) HasDetectionRate

HasDetectionRate returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) HasDetections

HasDetections returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) HasEnginesCount

HasEnginesCount returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportBlacklists) HasScantime

HasScantime returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntityReportBlacklists) MarshalJSON

func (*FraudGetIpReputationResponseEntityReportBlacklists) SetDetectionRate

SetDetectionRate gets a reference to the given string and assigns it to the DetectionRate field.

func (*FraudGetIpReputationResponseEntityReportBlacklists) SetDetections

SetDetections gets a reference to the given float32 and assigns it to the Detections field.

func (*FraudGetIpReputationResponseEntityReportBlacklists) SetEnginesCount

SetEnginesCount gets a reference to the given float32 and assigns it to the EnginesCount field.

func (*FraudGetIpReputationResponseEntityReportBlacklists) SetScantime

SetScantime gets a reference to the given string and assigns it to the Scantime field.

type FraudGetIpReputationResponseEntityReportInformation

type FraudGetIpReputationResponseEntityReportInformation struct {
	ReverseDns         *string  `json:"reverse_dns,omitempty"`
	ContinentCode      *string  `json:"continent_code,omitempty"`
	ContinentName      *string  `json:"continent_name,omitempty"`
	CountryCode        *string  `json:"country_code,omitempty"`
	CountryName        *string  `json:"country_name,omitempty"`
	CountryCurrency    *string  `json:"country_currency,omitempty"`
	CountryCallingCode *string  `json:"country_calling_code,omitempty"`
	RegionName         *string  `json:"region_name,omitempty"`
	CityName           *string  `json:"city_name,omitempty"`
	Latitude           *float32 `json:"latitude,omitempty"`
	Longitude          *float32 `json:"longitude,omitempty"`
	Isp                *string  `json:"isp,omitempty"`
	Asn                *string  `json:"asn,omitempty"`
}

FraudGetIpReputationResponseEntityReportInformation struct for FraudGetIpReputationResponseEntityReportInformation

func NewFraudGetIpReputationResponseEntityReportInformation

func NewFraudGetIpReputationResponseEntityReportInformation() *FraudGetIpReputationResponseEntityReportInformation

NewFraudGetIpReputationResponseEntityReportInformation instantiates a new FraudGetIpReputationResponseEntityReportInformation 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 NewFraudGetIpReputationResponseEntityReportInformationWithDefaults

func NewFraudGetIpReputationResponseEntityReportInformationWithDefaults() *FraudGetIpReputationResponseEntityReportInformation

NewFraudGetIpReputationResponseEntityReportInformationWithDefaults instantiates a new FraudGetIpReputationResponseEntityReportInformation 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 (*FraudGetIpReputationResponseEntityReportInformation) GetAsn

GetAsn returns the Asn field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetAsnOk

GetAsnOk returns a tuple with the Asn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCityName

GetCityName returns the CityName field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCityNameOk

GetCityNameOk returns a tuple with the CityName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetContinentCode

GetContinentCode returns the ContinentCode field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetContinentCodeOk

GetContinentCodeOk returns a tuple with the ContinentCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetContinentName

GetContinentName returns the ContinentName field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetContinentNameOk

GetContinentNameOk returns a tuple with the ContinentName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCallingCode

GetCountryCallingCode returns the CountryCallingCode field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCallingCodeOk

func (o *FraudGetIpReputationResponseEntityReportInformation) GetCountryCallingCodeOk() (*string, bool)

GetCountryCallingCodeOk returns a tuple with the CountryCallingCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCode

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCodeOk

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCurrency

GetCountryCurrency returns the CountryCurrency field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryCurrencyOk

func (o *FraudGetIpReputationResponseEntityReportInformation) GetCountryCurrencyOk() (*string, bool)

GetCountryCurrencyOk returns a tuple with the CountryCurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryName

GetCountryName returns the CountryName field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetCountryNameOk

GetCountryNameOk returns a tuple with the CountryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetIsp

GetIsp returns the Isp field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetIspOk

GetIspOk returns a tuple with the Isp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetLatitudeOk

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetLongitude

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetLongitudeOk

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetRegionName

GetRegionName returns the RegionName field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetRegionNameOk

GetRegionNameOk returns a tuple with the RegionName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) GetReverseDns

GetReverseDns returns the ReverseDns field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportInformation) GetReverseDnsOk

GetReverseDnsOk returns a tuple with the ReverseDns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasAsn

HasAsn returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasCityName

HasCityName returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasContinentCode

HasContinentCode returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasContinentName

HasContinentName returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasCountryCallingCode

func (o *FraudGetIpReputationResponseEntityReportInformation) HasCountryCallingCode() bool

HasCountryCallingCode returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasCountryCode

HasCountryCode returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasCountryCurrency

HasCountryCurrency returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasCountryName

HasCountryName returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasIsp

HasIsp returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasLatitude

HasLatitude returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasLongitude

HasLongitude returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasRegionName

HasRegionName returns a boolean if a field has been set.

func (*FraudGetIpReputationResponseEntityReportInformation) HasReverseDns

HasReverseDns returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntityReportInformation) MarshalJSON

func (*FraudGetIpReputationResponseEntityReportInformation) SetAsn

SetAsn gets a reference to the given string and assigns it to the Asn field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetCityName

SetCityName gets a reference to the given string and assigns it to the CityName field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetContinentCode

SetContinentCode gets a reference to the given string and assigns it to the ContinentCode field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetContinentName

SetContinentName gets a reference to the given string and assigns it to the ContinentName field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetCountryCallingCode

func (o *FraudGetIpReputationResponseEntityReportInformation) SetCountryCallingCode(v string)

SetCountryCallingCode gets a reference to the given string and assigns it to the CountryCallingCode field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetCountryCode

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetCountryCurrency

SetCountryCurrency gets a reference to the given string and assigns it to the CountryCurrency field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetCountryName

SetCountryName gets a reference to the given string and assigns it to the CountryName field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetIsp

SetIsp gets a reference to the given string and assigns it to the Isp field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetLatitude

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetLongitude

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetRegionName

SetRegionName gets a reference to the given string and assigns it to the RegionName field.

func (*FraudGetIpReputationResponseEntityReportInformation) SetReverseDns

SetReverseDns gets a reference to the given string and assigns it to the ReverseDns field.

type FraudGetIpReputationResponseEntityReportRiskScore

type FraudGetIpReputationResponseEntityReportRiskScore struct {
	Result *float32 `json:"result,omitempty"`
}

FraudGetIpReputationResponseEntityReportRiskScore struct for FraudGetIpReputationResponseEntityReportRiskScore

func NewFraudGetIpReputationResponseEntityReportRiskScore

func NewFraudGetIpReputationResponseEntityReportRiskScore() *FraudGetIpReputationResponseEntityReportRiskScore

NewFraudGetIpReputationResponseEntityReportRiskScore instantiates a new FraudGetIpReputationResponseEntityReportRiskScore 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 NewFraudGetIpReputationResponseEntityReportRiskScoreWithDefaults

func NewFraudGetIpReputationResponseEntityReportRiskScoreWithDefaults() *FraudGetIpReputationResponseEntityReportRiskScore

NewFraudGetIpReputationResponseEntityReportRiskScoreWithDefaults instantiates a new FraudGetIpReputationResponseEntityReportRiskScore 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 (*FraudGetIpReputationResponseEntityReportRiskScore) GetResult

GetResult returns the Result field value if set, zero value otherwise.

func (*FraudGetIpReputationResponseEntityReportRiskScore) GetResultOk

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudGetIpReputationResponseEntityReportRiskScore) HasResult

HasResult returns a boolean if a field has been set.

func (FraudGetIpReputationResponseEntityReportRiskScore) MarshalJSON

func (*FraudGetIpReputationResponseEntityReportRiskScore) SetResult

SetResult gets a reference to the given float32 and assigns it to the Result field.

type FraudScreenPhoneResponse

type FraudScreenPhoneResponse struct {
	Entity *FraudScreenPhoneResponseEntity `json:"entity,omitempty"`
}

FraudScreenPhoneResponse struct for FraudScreenPhoneResponse

func NewFraudScreenPhoneResponse

func NewFraudScreenPhoneResponse() *FraudScreenPhoneResponse

NewFraudScreenPhoneResponse instantiates a new FraudScreenPhoneResponse 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 NewFraudScreenPhoneResponseWithDefaults

func NewFraudScreenPhoneResponseWithDefaults() *FraudScreenPhoneResponse

NewFraudScreenPhoneResponseWithDefaults instantiates a new FraudScreenPhoneResponse 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 (*FraudScreenPhoneResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*FraudScreenPhoneResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponse) HasEntity

func (o *FraudScreenPhoneResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FraudScreenPhoneResponse) MarshalJSON

func (o FraudScreenPhoneResponse) MarshalJSON() ([]byte, error)

func (*FraudScreenPhoneResponse) SetEntity

SetEntity gets a reference to the given FraudScreenPhoneResponseEntity and assigns it to the Entity field.

type FraudScreenPhoneResponseEntity

type FraudScreenPhoneResponseEntity struct {
	Number                   *float32 `json:"number,omitempty"`
	Valid                    *bool    `json:"valid,omitempty"`
	Disposable               *bool    `json:"disposable,omitempty"`
	Type                     *string  `json:"type,omitempty"`
	Country                  *string  `json:"country,omitempty"`
	Carrier                  *string  `json:"carrier,omitempty"`
	Score                    *float32 `json:"score,omitempty"`
	AccountDetailsRegistered []string `json:"account_details_registered,omitempty"`
}

FraudScreenPhoneResponseEntity struct for FraudScreenPhoneResponseEntity

func NewFraudScreenPhoneResponseEntity

func NewFraudScreenPhoneResponseEntity() *FraudScreenPhoneResponseEntity

NewFraudScreenPhoneResponseEntity instantiates a new FraudScreenPhoneResponseEntity 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 NewFraudScreenPhoneResponseEntityWithDefaults

func NewFraudScreenPhoneResponseEntityWithDefaults() *FraudScreenPhoneResponseEntity

NewFraudScreenPhoneResponseEntityWithDefaults instantiates a new FraudScreenPhoneResponseEntity 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 (*FraudScreenPhoneResponseEntity) GetAccountDetailsRegistered

func (o *FraudScreenPhoneResponseEntity) GetAccountDetailsRegistered() []string

GetAccountDetailsRegistered returns the AccountDetailsRegistered field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetAccountDetailsRegisteredOk

func (o *FraudScreenPhoneResponseEntity) GetAccountDetailsRegisteredOk() ([]string, bool)

GetAccountDetailsRegisteredOk returns a tuple with the AccountDetailsRegistered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetCarrier

func (o *FraudScreenPhoneResponseEntity) GetCarrier() string

GetCarrier returns the Carrier field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetCarrierOk

func (o *FraudScreenPhoneResponseEntity) GetCarrierOk() (*string, bool)

GetCarrierOk returns a tuple with the Carrier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetCountry

func (o *FraudScreenPhoneResponseEntity) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetCountryOk

func (o *FraudScreenPhoneResponseEntity) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetDisposable

func (o *FraudScreenPhoneResponseEntity) GetDisposable() bool

GetDisposable returns the Disposable field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetDisposableOk

func (o *FraudScreenPhoneResponseEntity) GetDisposableOk() (*bool, bool)

GetDisposableOk returns a tuple with the Disposable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetNumber

func (o *FraudScreenPhoneResponseEntity) GetNumber() float32

GetNumber returns the Number field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetNumberOk

func (o *FraudScreenPhoneResponseEntity) GetNumberOk() (*float32, bool)

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetScore

GetScore returns the Score field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetScoreOk

func (o *FraudScreenPhoneResponseEntity) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetTypeOk

func (o *FraudScreenPhoneResponseEntity) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) GetValid

func (o *FraudScreenPhoneResponseEntity) GetValid() bool

GetValid returns the Valid field value if set, zero value otherwise.

func (*FraudScreenPhoneResponseEntity) GetValidOk

func (o *FraudScreenPhoneResponseEntity) GetValidOk() (*bool, bool)

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenPhoneResponseEntity) HasAccountDetailsRegistered

func (o *FraudScreenPhoneResponseEntity) HasAccountDetailsRegistered() bool

HasAccountDetailsRegistered returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasCarrier

func (o *FraudScreenPhoneResponseEntity) HasCarrier() bool

HasCarrier returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasCountry

func (o *FraudScreenPhoneResponseEntity) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasDisposable

func (o *FraudScreenPhoneResponseEntity) HasDisposable() bool

HasDisposable returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasNumber

func (o *FraudScreenPhoneResponseEntity) HasNumber() bool

HasNumber returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasScore

func (o *FraudScreenPhoneResponseEntity) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasType

func (o *FraudScreenPhoneResponseEntity) HasType() bool

HasType returns a boolean if a field has been set.

func (*FraudScreenPhoneResponseEntity) HasValid

func (o *FraudScreenPhoneResponseEntity) HasValid() bool

HasValid returns a boolean if a field has been set.

func (FraudScreenPhoneResponseEntity) MarshalJSON

func (o FraudScreenPhoneResponseEntity) MarshalJSON() ([]byte, error)

func (*FraudScreenPhoneResponseEntity) SetAccountDetailsRegistered

func (o *FraudScreenPhoneResponseEntity) SetAccountDetailsRegistered(v []string)

SetAccountDetailsRegistered gets a reference to the given []string and assigns it to the AccountDetailsRegistered field.

func (*FraudScreenPhoneResponseEntity) SetCarrier

func (o *FraudScreenPhoneResponseEntity) SetCarrier(v string)

SetCarrier gets a reference to the given string and assigns it to the Carrier field.

func (*FraudScreenPhoneResponseEntity) SetCountry

func (o *FraudScreenPhoneResponseEntity) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*FraudScreenPhoneResponseEntity) SetDisposable

func (o *FraudScreenPhoneResponseEntity) SetDisposable(v bool)

SetDisposable gets a reference to the given bool and assigns it to the Disposable field.

func (*FraudScreenPhoneResponseEntity) SetNumber

func (o *FraudScreenPhoneResponseEntity) SetNumber(v float32)

SetNumber gets a reference to the given float32 and assigns it to the Number field.

func (*FraudScreenPhoneResponseEntity) SetScore

func (o *FraudScreenPhoneResponseEntity) SetScore(v float32)

SetScore gets a reference to the given float32 and assigns it to the Score field.

func (*FraudScreenPhoneResponseEntity) SetType

func (o *FraudScreenPhoneResponseEntity) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*FraudScreenPhoneResponseEntity) SetValid

func (o *FraudScreenPhoneResponseEntity) SetValid(v bool)

SetValid gets a reference to the given bool and assigns it to the Valid field.

type FraudScreenUserResponse

type FraudScreenUserResponse struct {
	Entity *FraudScreenUserResponseEntity `json:"entity,omitempty"`
}

FraudScreenUserResponse struct for FraudScreenUserResponse

func NewFraudScreenUserResponse

func NewFraudScreenUserResponse() *FraudScreenUserResponse

NewFraudScreenUserResponse instantiates a new FraudScreenUserResponse 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 NewFraudScreenUserResponseWithDefaults

func NewFraudScreenUserResponseWithDefaults() *FraudScreenUserResponse

NewFraudScreenUserResponseWithDefaults instantiates a new FraudScreenUserResponse 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 (*FraudScreenUserResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*FraudScreenUserResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponse) HasEntity

func (o *FraudScreenUserResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FraudScreenUserResponse) MarshalJSON

func (o FraudScreenUserResponse) MarshalJSON() ([]byte, error)

func (*FraudScreenUserResponse) SetEntity

SetEntity gets a reference to the given FraudScreenUserResponseEntity and assigns it to the Entity field.

type FraudScreenUserResponseEntity

type FraudScreenUserResponseEntity struct {
	AmlScreeningResult NullableString                                 `json:"aml_screening_result,omitempty"`
	IpCheckResult      *FraudScreenUserResponseEntityIpCheckResult    `json:"ip_check_result,omitempty"`
	EmailCheckResult   *FraudScreenUserResponseEntityEmailCheckResult `json:"email_check_result,omitempty"`
	PhoneCheckResult   *FraudScreenUserResponseEntityPhoneCheckResult `json:"phone_check_result,omitempty"`
	OverallRiskScore   *float32                                       `json:"overall_risk_score,omitempty"`
}

FraudScreenUserResponseEntity struct for FraudScreenUserResponseEntity

func NewFraudScreenUserResponseEntity

func NewFraudScreenUserResponseEntity() *FraudScreenUserResponseEntity

NewFraudScreenUserResponseEntity instantiates a new FraudScreenUserResponseEntity 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 NewFraudScreenUserResponseEntityWithDefaults

func NewFraudScreenUserResponseEntityWithDefaults() *FraudScreenUserResponseEntity

NewFraudScreenUserResponseEntityWithDefaults instantiates a new FraudScreenUserResponseEntity 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 (*FraudScreenUserResponseEntity) GetAmlScreeningResult

func (o *FraudScreenUserResponseEntity) GetAmlScreeningResult() string

GetAmlScreeningResult returns the AmlScreeningResult field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FraudScreenUserResponseEntity) GetAmlScreeningResultOk

func (o *FraudScreenUserResponseEntity) GetAmlScreeningResultOk() (*string, bool)

GetAmlScreeningResultOk returns a tuple with the AmlScreeningResult field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FraudScreenUserResponseEntity) GetEmailCheckResult

GetEmailCheckResult returns the EmailCheckResult field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntity) GetEmailCheckResultOk

GetEmailCheckResultOk returns a tuple with the EmailCheckResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntity) GetIpCheckResult

GetIpCheckResult returns the IpCheckResult field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntity) GetIpCheckResultOk

GetIpCheckResultOk returns a tuple with the IpCheckResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntity) GetOverallRiskScore

func (o *FraudScreenUserResponseEntity) GetOverallRiskScore() float32

GetOverallRiskScore returns the OverallRiskScore field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntity) GetOverallRiskScoreOk

func (o *FraudScreenUserResponseEntity) GetOverallRiskScoreOk() (*float32, bool)

GetOverallRiskScoreOk returns a tuple with the OverallRiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntity) GetPhoneCheckResult

GetPhoneCheckResult returns the PhoneCheckResult field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntity) GetPhoneCheckResultOk

GetPhoneCheckResultOk returns a tuple with the PhoneCheckResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntity) HasAmlScreeningResult

func (o *FraudScreenUserResponseEntity) HasAmlScreeningResult() bool

HasAmlScreeningResult returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntity) HasEmailCheckResult

func (o *FraudScreenUserResponseEntity) HasEmailCheckResult() bool

HasEmailCheckResult returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntity) HasIpCheckResult

func (o *FraudScreenUserResponseEntity) HasIpCheckResult() bool

HasIpCheckResult returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntity) HasOverallRiskScore

func (o *FraudScreenUserResponseEntity) HasOverallRiskScore() bool

HasOverallRiskScore returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntity) HasPhoneCheckResult

func (o *FraudScreenUserResponseEntity) HasPhoneCheckResult() bool

HasPhoneCheckResult returns a boolean if a field has been set.

func (FraudScreenUserResponseEntity) MarshalJSON

func (o FraudScreenUserResponseEntity) MarshalJSON() ([]byte, error)

func (*FraudScreenUserResponseEntity) SetAmlScreeningResult

func (o *FraudScreenUserResponseEntity) SetAmlScreeningResult(v string)

SetAmlScreeningResult gets a reference to the given NullableString and assigns it to the AmlScreeningResult field.

func (*FraudScreenUserResponseEntity) SetAmlScreeningResultNil

func (o *FraudScreenUserResponseEntity) SetAmlScreeningResultNil()

SetAmlScreeningResultNil sets the value for AmlScreeningResult to be an explicit nil

func (*FraudScreenUserResponseEntity) SetEmailCheckResult

SetEmailCheckResult gets a reference to the given FraudScreenUserResponseEntityEmailCheckResult and assigns it to the EmailCheckResult field.

func (*FraudScreenUserResponseEntity) SetIpCheckResult

SetIpCheckResult gets a reference to the given FraudScreenUserResponseEntityIpCheckResult and assigns it to the IpCheckResult field.

func (*FraudScreenUserResponseEntity) SetOverallRiskScore

func (o *FraudScreenUserResponseEntity) SetOverallRiskScore(v float32)

SetOverallRiskScore gets a reference to the given float32 and assigns it to the OverallRiskScore field.

func (*FraudScreenUserResponseEntity) SetPhoneCheckResult

SetPhoneCheckResult gets a reference to the given FraudScreenUserResponseEntityPhoneCheckResult and assigns it to the PhoneCheckResult field.

func (*FraudScreenUserResponseEntity) UnsetAmlScreeningResult

func (o *FraudScreenUserResponseEntity) UnsetAmlScreeningResult()

UnsetAmlScreeningResult ensures that no value is present for AmlScreeningResult, not even an explicit nil

type FraudScreenUserResponseEntityEmailCheckResult

type FraudScreenUserResponseEntityEmailCheckResult struct {
	Email                    *string                                                     `json:"email,omitempty"`
	Score                    *float32                                                    `json:"score,omitempty"`
	Deliverable              *bool                                                       `json:"deliverable,omitempty"`
	DomainDetails            *FraudScreenUserResponseEntityEmailCheckResultDomainDetails `json:"domain_details,omitempty"`
	BreachDetails            *FraudScreenUserResponseEntityEmailCheckResultBreachDetails `json:"breach_details,omitempty"`
	AccountDetailsRegistered []string                                                    `json:"account_details_registered,omitempty"`
}

FraudScreenUserResponseEntityEmailCheckResult struct for FraudScreenUserResponseEntityEmailCheckResult

func NewFraudScreenUserResponseEntityEmailCheckResult

func NewFraudScreenUserResponseEntityEmailCheckResult() *FraudScreenUserResponseEntityEmailCheckResult

NewFraudScreenUserResponseEntityEmailCheckResult instantiates a new FraudScreenUserResponseEntityEmailCheckResult 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 NewFraudScreenUserResponseEntityEmailCheckResultWithDefaults

func NewFraudScreenUserResponseEntityEmailCheckResultWithDefaults() *FraudScreenUserResponseEntityEmailCheckResult

NewFraudScreenUserResponseEntityEmailCheckResultWithDefaults instantiates a new FraudScreenUserResponseEntityEmailCheckResult 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 (*FraudScreenUserResponseEntityEmailCheckResult) GetAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityEmailCheckResult) GetAccountDetailsRegistered() []string

GetAccountDetailsRegistered returns the AccountDetailsRegistered field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetAccountDetailsRegisteredOk

func (o *FraudScreenUserResponseEntityEmailCheckResult) GetAccountDetailsRegisteredOk() ([]string, bool)

GetAccountDetailsRegisteredOk returns a tuple with the AccountDetailsRegistered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetBreachDetails

GetBreachDetails returns the BreachDetails field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetBreachDetailsOk

GetBreachDetailsOk returns a tuple with the BreachDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetDeliverable

GetDeliverable returns the Deliverable field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetDeliverableOk

func (o *FraudScreenUserResponseEntityEmailCheckResult) GetDeliverableOk() (*bool, bool)

GetDeliverableOk returns a tuple with the Deliverable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetDomainDetails

GetDomainDetails returns the DomainDetails field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetDomainDetailsOk

GetDomainDetailsOk returns a tuple with the DomainDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetEmail

GetEmail returns the Email field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetEmailOk

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetScore

GetScore returns the Score field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResult) GetScoreOk

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityEmailCheckResult) HasAccountDetailsRegistered() bool

HasAccountDetailsRegistered returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasBreachDetails

HasBreachDetails returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasDeliverable

HasDeliverable returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasDomainDetails

HasDomainDetails returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasEmail

HasEmail returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResult) HasScore

HasScore returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityEmailCheckResult) MarshalJSON

func (*FraudScreenUserResponseEntityEmailCheckResult) SetAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityEmailCheckResult) SetAccountDetailsRegistered(v []string)

SetAccountDetailsRegistered gets a reference to the given []string and assigns it to the AccountDetailsRegistered field.

func (*FraudScreenUserResponseEntityEmailCheckResult) SetBreachDetails

SetBreachDetails gets a reference to the given FraudScreenUserResponseEntityEmailCheckResultBreachDetails and assigns it to the BreachDetails field.

func (*FraudScreenUserResponseEntityEmailCheckResult) SetDeliverable

SetDeliverable gets a reference to the given bool and assigns it to the Deliverable field.

func (*FraudScreenUserResponseEntityEmailCheckResult) SetDomainDetails

SetDomainDetails gets a reference to the given FraudScreenUserResponseEntityEmailCheckResultDomainDetails and assigns it to the DomainDetails field.

func (*FraudScreenUserResponseEntityEmailCheckResult) SetEmail

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*FraudScreenUserResponseEntityEmailCheckResult) SetScore

SetScore gets a reference to the given float32 and assigns it to the Score field.

type FraudScreenUserResponseEntityEmailCheckResultBreachDetails

type FraudScreenUserResponseEntityEmailCheckResultBreachDetails struct {
	HaveibeenpwnedListed *bool                                                                     `json:"haveibeenpwned_listed,omitempty"`
	NumberOfBreaches     *float32                                                                  `json:"number_of_breaches,omitempty"`
	FirstBreach          *string                                                                   `json:"first_breach,omitempty"`
	Breaches             []FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner `json:"breaches,omitempty"`
}

FraudScreenUserResponseEntityEmailCheckResultBreachDetails struct for FraudScreenUserResponseEntityEmailCheckResultBreachDetails

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetails

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetails() *FraudScreenUserResponseEntityEmailCheckResultBreachDetails

NewFraudScreenUserResponseEntityEmailCheckResultBreachDetails instantiates a new FraudScreenUserResponseEntityEmailCheckResultBreachDetails 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 NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsWithDefaults

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsWithDefaults() *FraudScreenUserResponseEntityEmailCheckResultBreachDetails

NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsWithDefaults instantiates a new FraudScreenUserResponseEntityEmailCheckResultBreachDetails 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 (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetBreaches

GetBreaches returns the Breaches field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetBreachesOk

GetBreachesOk returns a tuple with the Breaches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetFirstBreach

GetFirstBreach returns the FirstBreach field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetFirstBreachOk

GetFirstBreachOk returns a tuple with the FirstBreach field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetHaveibeenpwnedListed

GetHaveibeenpwnedListed returns the HaveibeenpwnedListed field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetHaveibeenpwnedListedOk

func (o *FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetHaveibeenpwnedListedOk() (*bool, bool)

GetHaveibeenpwnedListedOk returns a tuple with the HaveibeenpwnedListed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetNumberOfBreaches

GetNumberOfBreaches returns the NumberOfBreaches field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) GetNumberOfBreachesOk

GetNumberOfBreachesOk returns a tuple with the NumberOfBreaches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) HasBreaches

HasBreaches returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) HasFirstBreach

HasFirstBreach returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) HasHaveibeenpwnedListed

HasHaveibeenpwnedListed returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) HasNumberOfBreaches

HasNumberOfBreaches returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityEmailCheckResultBreachDetails) MarshalJSON

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) SetBreaches

SetBreaches gets a reference to the given []FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner and assigns it to the Breaches field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) SetFirstBreach

SetFirstBreach gets a reference to the given string and assigns it to the FirstBreach field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) SetHaveibeenpwnedListed

SetHaveibeenpwnedListed gets a reference to the given bool and assigns it to the HaveibeenpwnedListed field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetails) SetNumberOfBreaches

SetNumberOfBreaches gets a reference to the given float32 and assigns it to the NumberOfBreaches field.

type FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

type FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner struct {
	Name   *string        `json:"name,omitempty"`
	Domain NullableString `json:"domain,omitempty"`
	Date   *string        `json:"date,omitempty"`
}

FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner struct for FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner() *FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner instantiates a new FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner 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 NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInnerWithDefaults

func NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInnerWithDefaults() *FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

NewFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInnerWithDefaults instantiates a new FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner 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 (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetDate

GetDate returns the Date field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetDateOk

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetDomain

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetDomainOk

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) HasDate

HasDate returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) HasDomain

HasDomain returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) HasName

HasName returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) MarshalJSON

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) SetDate

SetDate gets a reference to the given string and assigns it to the Date field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) SetDomain

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) SetDomainNil

SetDomainNil sets the value for Domain to be an explicit nil

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*FraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) UnsetDomain

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type FraudScreenUserResponseEntityEmailCheckResultDomainDetails

type FraudScreenUserResponseEntityEmailCheckResultDomainDetails struct {
	Domain        *string `json:"domain,omitempty"`
	Tld           *string `json:"tld,omitempty"`
	Registered    *bool   `json:"registered,omitempty"`
	Created       *string `json:"created,omitempty"`
	Updated       *string `json:"updated,omitempty"`
	Expires       *string `json:"expires,omitempty"`
	RegistrarName *string `json:"registrar_name,omitempty"`
	RegisteredTo  *string `json:"registered_to,omitempty"`
	Disposable    *bool   `json:"disposable,omitempty"`
	Free          *bool   `json:"free,omitempty"`
	Custom        *bool   `json:"custom,omitempty"`
	DmarcEnforced *bool   `json:"dmarc_enforced,omitempty"`
	SpfStrict     *bool   `json:"spf_strict,omitempty"`
	ValidMx       *bool   `json:"valid_mx,omitempty"`
	AcceptAll     *bool   `json:"accept_all,omitempty"`
	SuspiciousTld *bool   `json:"suspicious_tld,omitempty"`
	WebsiteExists *bool   `json:"website_exists,omitempty"`
}

FraudScreenUserResponseEntityEmailCheckResultDomainDetails struct for FraudScreenUserResponseEntityEmailCheckResultDomainDetails

func NewFraudScreenUserResponseEntityEmailCheckResultDomainDetails

func NewFraudScreenUserResponseEntityEmailCheckResultDomainDetails() *FraudScreenUserResponseEntityEmailCheckResultDomainDetails

NewFraudScreenUserResponseEntityEmailCheckResultDomainDetails instantiates a new FraudScreenUserResponseEntityEmailCheckResultDomainDetails 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 NewFraudScreenUserResponseEntityEmailCheckResultDomainDetailsWithDefaults

func NewFraudScreenUserResponseEntityEmailCheckResultDomainDetailsWithDefaults() *FraudScreenUserResponseEntityEmailCheckResultDomainDetails

NewFraudScreenUserResponseEntityEmailCheckResultDomainDetailsWithDefaults instantiates a new FraudScreenUserResponseEntityEmailCheckResultDomainDetails 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 (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetAcceptAll

GetAcceptAll returns the AcceptAll field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetAcceptAllOk

GetAcceptAllOk returns a tuple with the AcceptAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetCreated

GetCreated returns the Created field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetCreatedOk

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetCustom

GetCustom returns the Custom field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetCustomOk

GetCustomOk returns a tuple with the Custom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDisposable

GetDisposable returns the Disposable field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDisposableOk

GetDisposableOk returns a tuple with the Disposable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDmarcEnforced

GetDmarcEnforced returns the DmarcEnforced field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDmarcEnforcedOk

GetDmarcEnforcedOk returns a tuple with the DmarcEnforced field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDomain

GetDomain returns the Domain field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetDomainOk

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetExpires

GetExpires returns the Expires field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetExpiresOk

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetFree

GetFree returns the Free field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetFreeOk

GetFreeOk returns a tuple with the Free field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegistered

GetRegistered returns the Registered field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegisteredOk

GetRegisteredOk returns a tuple with the Registered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegisteredTo

GetRegisteredTo returns the RegisteredTo field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegisteredToOk

GetRegisteredToOk returns a tuple with the RegisteredTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegistrarName

GetRegistrarName returns the RegistrarName field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetRegistrarNameOk

GetRegistrarNameOk returns a tuple with the RegistrarName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetSpfStrict

GetSpfStrict returns the SpfStrict field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetSpfStrictOk

GetSpfStrictOk returns a tuple with the SpfStrict field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetSuspiciousTld

GetSuspiciousTld returns the SuspiciousTld field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetSuspiciousTldOk

GetSuspiciousTldOk returns a tuple with the SuspiciousTld field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetTld

GetTld returns the Tld field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetTldOk

GetTldOk returns a tuple with the Tld field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetUpdated

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetUpdatedOk

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetValidMx

GetValidMx returns the ValidMx field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetValidMxOk

GetValidMxOk returns a tuple with the ValidMx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetWebsiteExists

GetWebsiteExists returns the WebsiteExists field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) GetWebsiteExistsOk

GetWebsiteExistsOk returns a tuple with the WebsiteExists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasAcceptAll

HasAcceptAll returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasCreated

HasCreated returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasCustom

HasCustom returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasDisposable

HasDisposable returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasDmarcEnforced

HasDmarcEnforced returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasDomain

HasDomain returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasExpires

HasExpires returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasFree

HasFree returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasRegistered

HasRegistered returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasRegisteredTo

HasRegisteredTo returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasRegistrarName

HasRegistrarName returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasSpfStrict

HasSpfStrict returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasSuspiciousTld

HasSuspiciousTld returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasTld

HasTld returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasUpdated

HasUpdated returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasValidMx

HasValidMx returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) HasWebsiteExists

HasWebsiteExists returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityEmailCheckResultDomainDetails) MarshalJSON

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetAcceptAll

SetAcceptAll gets a reference to the given bool and assigns it to the AcceptAll field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetCreated

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetCustom

SetCustom gets a reference to the given bool and assigns it to the Custom field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetDisposable

SetDisposable gets a reference to the given bool and assigns it to the Disposable field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetDmarcEnforced

SetDmarcEnforced gets a reference to the given bool and assigns it to the DmarcEnforced field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetDomain

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetExpires

SetExpires gets a reference to the given string and assigns it to the Expires field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetFree

SetFree gets a reference to the given bool and assigns it to the Free field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetRegistered

SetRegistered gets a reference to the given bool and assigns it to the Registered field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetRegisteredTo

SetRegisteredTo gets a reference to the given string and assigns it to the RegisteredTo field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetRegistrarName

SetRegistrarName gets a reference to the given string and assigns it to the RegistrarName field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetSpfStrict

SetSpfStrict gets a reference to the given bool and assigns it to the SpfStrict field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetSuspiciousTld

SetSuspiciousTld gets a reference to the given bool and assigns it to the SuspiciousTld field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetTld

SetTld gets a reference to the given string and assigns it to the Tld field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetUpdated

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetValidMx

SetValidMx gets a reference to the given bool and assigns it to the ValidMx field.

func (*FraudScreenUserResponseEntityEmailCheckResultDomainDetails) SetWebsiteExists

SetWebsiteExists gets a reference to the given bool and assigns it to the WebsiteExists field.

type FraudScreenUserResponseEntityIpCheckResult

type FraudScreenUserResponseEntityIpCheckResult struct {
	Ip         *string                                               `json:"ip,omitempty"`
	Blacklists *FraudScreenUserResponseEntityIpCheckResultBlacklists `json:"blacklists,omitempty"`
	Anonymity  *FraudScreenUserResponseEntityIpCheckResultAnonymity  `json:"anonymity,omitempty"`
	RiskScore  *FraudScreenUserResponseEntityIpCheckResultRiskScore  `json:"risk_score,omitempty"`
	IpDetails  *FraudScreenUserResponseEntityIpCheckResultIpDetails  `json:"ip_details,omitempty"`
}

FraudScreenUserResponseEntityIpCheckResult struct for FraudScreenUserResponseEntityIpCheckResult

func NewFraudScreenUserResponseEntityIpCheckResult

func NewFraudScreenUserResponseEntityIpCheckResult() *FraudScreenUserResponseEntityIpCheckResult

NewFraudScreenUserResponseEntityIpCheckResult instantiates a new FraudScreenUserResponseEntityIpCheckResult 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 NewFraudScreenUserResponseEntityIpCheckResultWithDefaults

func NewFraudScreenUserResponseEntityIpCheckResultWithDefaults() *FraudScreenUserResponseEntityIpCheckResult

NewFraudScreenUserResponseEntityIpCheckResultWithDefaults instantiates a new FraudScreenUserResponseEntityIpCheckResult 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 (*FraudScreenUserResponseEntityIpCheckResult) GetAnonymity

GetAnonymity returns the Anonymity field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResult) GetAnonymityOk

GetAnonymityOk returns a tuple with the Anonymity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) GetBlacklists

GetBlacklists returns the Blacklists field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResult) GetBlacklistsOk

GetBlacklistsOk returns a tuple with the Blacklists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) GetIp

GetIp returns the Ip field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResult) GetIpDetails

GetIpDetails returns the IpDetails field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResult) GetIpDetailsOk

GetIpDetailsOk returns a tuple with the IpDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) GetIpOk

GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) GetRiskScore

GetRiskScore returns the RiskScore field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResult) GetRiskScoreOk

GetRiskScoreOk returns a tuple with the RiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) HasAnonymity

HasAnonymity returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) HasBlacklists

HasBlacklists returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) HasIp

HasIp returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) HasIpDetails

HasIpDetails returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResult) HasRiskScore

HasRiskScore returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityIpCheckResult) MarshalJSON

func (*FraudScreenUserResponseEntityIpCheckResult) SetAnonymity

SetAnonymity gets a reference to the given FraudScreenUserResponseEntityIpCheckResultAnonymity and assigns it to the Anonymity field.

func (*FraudScreenUserResponseEntityIpCheckResult) SetBlacklists

SetBlacklists gets a reference to the given FraudScreenUserResponseEntityIpCheckResultBlacklists and assigns it to the Blacklists field.

func (*FraudScreenUserResponseEntityIpCheckResult) SetIp

SetIp gets a reference to the given string and assigns it to the Ip field.

func (*FraudScreenUserResponseEntityIpCheckResult) SetIpDetails

SetIpDetails gets a reference to the given FraudScreenUserResponseEntityIpCheckResultIpDetails and assigns it to the IpDetails field.

func (*FraudScreenUserResponseEntityIpCheckResult) SetRiskScore

SetRiskScore gets a reference to the given FraudScreenUserResponseEntityIpCheckResultRiskScore and assigns it to the RiskScore field.

type FraudScreenUserResponseEntityIpCheckResultAnonymity

type FraudScreenUserResponseEntityIpCheckResultAnonymity struct {
	IsProxy    *bool `json:"is_proxy,omitempty"`
	IsWebproxy *bool `json:"is_webproxy,omitempty"`
	IsVpn      *bool `json:"is_vpn,omitempty"`
	IsHosting  *bool `json:"is_hosting,omitempty"`
	IsTor      *bool `json:"is_tor,omitempty"`
}

FraudScreenUserResponseEntityIpCheckResultAnonymity struct for FraudScreenUserResponseEntityIpCheckResultAnonymity

func NewFraudScreenUserResponseEntityIpCheckResultAnonymity

func NewFraudScreenUserResponseEntityIpCheckResultAnonymity() *FraudScreenUserResponseEntityIpCheckResultAnonymity

NewFraudScreenUserResponseEntityIpCheckResultAnonymity instantiates a new FraudScreenUserResponseEntityIpCheckResultAnonymity 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 NewFraudScreenUserResponseEntityIpCheckResultAnonymityWithDefaults

func NewFraudScreenUserResponseEntityIpCheckResultAnonymityWithDefaults() *FraudScreenUserResponseEntityIpCheckResultAnonymity

NewFraudScreenUserResponseEntityIpCheckResultAnonymityWithDefaults instantiates a new FraudScreenUserResponseEntityIpCheckResultAnonymity 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 (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsHosting

GetIsHosting returns the IsHosting field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsHostingOk

GetIsHostingOk returns a tuple with the IsHosting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsProxy

GetIsProxy returns the IsProxy field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsProxyOk

GetIsProxyOk returns a tuple with the IsProxy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsTor

GetIsTor returns the IsTor field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsTorOk

GetIsTorOk returns a tuple with the IsTor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsVpn

GetIsVpn returns the IsVpn field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsVpnOk

GetIsVpnOk returns a tuple with the IsVpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsWebproxy

GetIsWebproxy returns the IsWebproxy field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) GetIsWebproxyOk

GetIsWebproxyOk returns a tuple with the IsWebproxy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) HasIsHosting

HasIsHosting returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) HasIsProxy

HasIsProxy returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) HasIsTor

HasIsTor returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) HasIsVpn

HasIsVpn returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) HasIsWebproxy

HasIsWebproxy returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityIpCheckResultAnonymity) MarshalJSON

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) SetIsHosting

SetIsHosting gets a reference to the given bool and assigns it to the IsHosting field.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) SetIsProxy

SetIsProxy gets a reference to the given bool and assigns it to the IsProxy field.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) SetIsTor

SetIsTor gets a reference to the given bool and assigns it to the IsTor field.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) SetIsVpn

SetIsVpn gets a reference to the given bool and assigns it to the IsVpn field.

func (*FraudScreenUserResponseEntityIpCheckResultAnonymity) SetIsWebproxy

SetIsWebproxy gets a reference to the given bool and assigns it to the IsWebproxy field.

type FraudScreenUserResponseEntityIpCheckResultBlacklists

type FraudScreenUserResponseEntityIpCheckResultBlacklists struct {
	Detections    *float32 `json:"detections,omitempty"`
	EnginesCount  *float32 `json:"engines_count,omitempty"`
	DetectionRate *string  `json:"detection_rate,omitempty"`
	Scantime      *string  `json:"scantime,omitempty"`
}

FraudScreenUserResponseEntityIpCheckResultBlacklists struct for FraudScreenUserResponseEntityIpCheckResultBlacklists

func NewFraudScreenUserResponseEntityIpCheckResultBlacklists

func NewFraudScreenUserResponseEntityIpCheckResultBlacklists() *FraudScreenUserResponseEntityIpCheckResultBlacklists

NewFraudScreenUserResponseEntityIpCheckResultBlacklists instantiates a new FraudScreenUserResponseEntityIpCheckResultBlacklists 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 NewFraudScreenUserResponseEntityIpCheckResultBlacklistsWithDefaults

func NewFraudScreenUserResponseEntityIpCheckResultBlacklistsWithDefaults() *FraudScreenUserResponseEntityIpCheckResultBlacklists

NewFraudScreenUserResponseEntityIpCheckResultBlacklistsWithDefaults instantiates a new FraudScreenUserResponseEntityIpCheckResultBlacklists 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 (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetDetectionRate

GetDetectionRate returns the DetectionRate field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetDetectionRateOk

GetDetectionRateOk returns a tuple with the DetectionRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetDetections

GetDetections returns the Detections field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetDetectionsOk

GetDetectionsOk returns a tuple with the Detections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetEnginesCount

GetEnginesCount returns the EnginesCount field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetEnginesCountOk

GetEnginesCountOk returns a tuple with the EnginesCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetScantime

GetScantime returns the Scantime field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) GetScantimeOk

GetScantimeOk returns a tuple with the Scantime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) HasDetectionRate

HasDetectionRate returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) HasDetections

HasDetections returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) HasEnginesCount

HasEnginesCount returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) HasScantime

HasScantime returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityIpCheckResultBlacklists) MarshalJSON

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) SetDetectionRate

SetDetectionRate gets a reference to the given string and assigns it to the DetectionRate field.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) SetDetections

SetDetections gets a reference to the given float32 and assigns it to the Detections field.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) SetEnginesCount

SetEnginesCount gets a reference to the given float32 and assigns it to the EnginesCount field.

func (*FraudScreenUserResponseEntityIpCheckResultBlacklists) SetScantime

SetScantime gets a reference to the given string and assigns it to the Scantime field.

type FraudScreenUserResponseEntityIpCheckResultIpDetails

type FraudScreenUserResponseEntityIpCheckResultIpDetails struct {
	ReverseDns         *string  `json:"reverse_dns,omitempty"`
	ContinentCode      *string  `json:"continent_code,omitempty"`
	ContinentName      *string  `json:"continent_name,omitempty"`
	CountryCode        *string  `json:"country_code,omitempty"`
	CountryName        *string  `json:"country_name,omitempty"`
	CountryCurrency    *string  `json:"country_currency,omitempty"`
	CountryCallingCode *string  `json:"country_calling_code,omitempty"`
	RegionName         *string  `json:"region_name,omitempty"`
	CityName           *string  `json:"city_name,omitempty"`
	Latitude           *float32 `json:"latitude,omitempty"`
	Longitude          *float32 `json:"longitude,omitempty"`
	Isp                *string  `json:"isp,omitempty"`
	Asn                *string  `json:"asn,omitempty"`
}

FraudScreenUserResponseEntityIpCheckResultIpDetails struct for FraudScreenUserResponseEntityIpCheckResultIpDetails

func NewFraudScreenUserResponseEntityIpCheckResultIpDetails

func NewFraudScreenUserResponseEntityIpCheckResultIpDetails() *FraudScreenUserResponseEntityIpCheckResultIpDetails

NewFraudScreenUserResponseEntityIpCheckResultIpDetails instantiates a new FraudScreenUserResponseEntityIpCheckResultIpDetails 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 NewFraudScreenUserResponseEntityIpCheckResultIpDetailsWithDefaults

func NewFraudScreenUserResponseEntityIpCheckResultIpDetailsWithDefaults() *FraudScreenUserResponseEntityIpCheckResultIpDetails

NewFraudScreenUserResponseEntityIpCheckResultIpDetailsWithDefaults instantiates a new FraudScreenUserResponseEntityIpCheckResultIpDetails 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 (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetAsn

GetAsn returns the Asn field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetAsnOk

GetAsnOk returns a tuple with the Asn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCityName

GetCityName returns the CityName field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCityNameOk

GetCityNameOk returns a tuple with the CityName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetContinentCode

GetContinentCode returns the ContinentCode field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetContinentCodeOk

GetContinentCodeOk returns a tuple with the ContinentCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetContinentName

GetContinentName returns the ContinentName field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetContinentNameOk

GetContinentNameOk returns a tuple with the ContinentName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCallingCode

GetCountryCallingCode returns the CountryCallingCode field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCallingCodeOk

func (o *FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCallingCodeOk() (*string, bool)

GetCountryCallingCodeOk returns a tuple with the CountryCallingCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCode

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCodeOk

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCurrency

GetCountryCurrency returns the CountryCurrency field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCurrencyOk

func (o *FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryCurrencyOk() (*string, bool)

GetCountryCurrencyOk returns a tuple with the CountryCurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryName

GetCountryName returns the CountryName field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetCountryNameOk

GetCountryNameOk returns a tuple with the CountryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetIsp

GetIsp returns the Isp field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetIspOk

GetIspOk returns a tuple with the Isp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetLatitude

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetLatitudeOk

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetLongitude

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetLongitudeOk

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetRegionName

GetRegionName returns the RegionName field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetRegionNameOk

GetRegionNameOk returns a tuple with the RegionName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetReverseDns

GetReverseDns returns the ReverseDns field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) GetReverseDnsOk

GetReverseDnsOk returns a tuple with the ReverseDns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasAsn

HasAsn returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCityName

HasCityName returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasContinentCode

HasContinentCode returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasContinentName

HasContinentName returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCountryCallingCode

func (o *FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCountryCallingCode() bool

HasCountryCallingCode returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCountryCode

HasCountryCode returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCountryCurrency

HasCountryCurrency returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasCountryName

HasCountryName returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasIsp

HasIsp returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasLatitude

HasLatitude returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasLongitude

HasLongitude returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasRegionName

HasRegionName returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) HasReverseDns

HasReverseDns returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityIpCheckResultIpDetails) MarshalJSON

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetAsn

SetAsn gets a reference to the given string and assigns it to the Asn field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCityName

SetCityName gets a reference to the given string and assigns it to the CityName field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetContinentCode

SetContinentCode gets a reference to the given string and assigns it to the ContinentCode field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetContinentName

SetContinentName gets a reference to the given string and assigns it to the ContinentName field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCountryCallingCode

func (o *FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCountryCallingCode(v string)

SetCountryCallingCode gets a reference to the given string and assigns it to the CountryCallingCode field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCountryCode

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCountryCurrency

SetCountryCurrency gets a reference to the given string and assigns it to the CountryCurrency field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetCountryName

SetCountryName gets a reference to the given string and assigns it to the CountryName field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetIsp

SetIsp gets a reference to the given string and assigns it to the Isp field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetLatitude

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetLongitude

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetRegionName

SetRegionName gets a reference to the given string and assigns it to the RegionName field.

func (*FraudScreenUserResponseEntityIpCheckResultIpDetails) SetReverseDns

SetReverseDns gets a reference to the given string and assigns it to the ReverseDns field.

type FraudScreenUserResponseEntityIpCheckResultRiskScore

type FraudScreenUserResponseEntityIpCheckResultRiskScore struct {
	Result *float32 `json:"result,omitempty"`
}

FraudScreenUserResponseEntityIpCheckResultRiskScore struct for FraudScreenUserResponseEntityIpCheckResultRiskScore

func NewFraudScreenUserResponseEntityIpCheckResultRiskScore

func NewFraudScreenUserResponseEntityIpCheckResultRiskScore() *FraudScreenUserResponseEntityIpCheckResultRiskScore

NewFraudScreenUserResponseEntityIpCheckResultRiskScore instantiates a new FraudScreenUserResponseEntityIpCheckResultRiskScore 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 NewFraudScreenUserResponseEntityIpCheckResultRiskScoreWithDefaults

func NewFraudScreenUserResponseEntityIpCheckResultRiskScoreWithDefaults() *FraudScreenUserResponseEntityIpCheckResultRiskScore

NewFraudScreenUserResponseEntityIpCheckResultRiskScoreWithDefaults instantiates a new FraudScreenUserResponseEntityIpCheckResultRiskScore 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 (*FraudScreenUserResponseEntityIpCheckResultRiskScore) GetResult

GetResult returns the Result field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityIpCheckResultRiskScore) GetResultOk

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityIpCheckResultRiskScore) HasResult

HasResult returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityIpCheckResultRiskScore) MarshalJSON

func (*FraudScreenUserResponseEntityIpCheckResultRiskScore) SetResult

SetResult gets a reference to the given float32 and assigns it to the Result field.

type FraudScreenUserResponseEntityPhoneCheckResult

type FraudScreenUserResponseEntityPhoneCheckResult struct {
	Number                   *float32 `json:"number,omitempty"`
	Valid                    *bool    `json:"valid,omitempty"`
	Disposable               *bool    `json:"disposable,omitempty"`
	Type                     *string  `json:"type,omitempty"`
	Country                  *string  `json:"country,omitempty"`
	Carrier                  *string  `json:"carrier,omitempty"`
	Score                    *float32 `json:"score,omitempty"`
	AccountDetailsRegistered []string `json:"account_details_registered,omitempty"`
}

FraudScreenUserResponseEntityPhoneCheckResult struct for FraudScreenUserResponseEntityPhoneCheckResult

func NewFraudScreenUserResponseEntityPhoneCheckResult

func NewFraudScreenUserResponseEntityPhoneCheckResult() *FraudScreenUserResponseEntityPhoneCheckResult

NewFraudScreenUserResponseEntityPhoneCheckResult instantiates a new FraudScreenUserResponseEntityPhoneCheckResult 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 NewFraudScreenUserResponseEntityPhoneCheckResultWithDefaults

func NewFraudScreenUserResponseEntityPhoneCheckResultWithDefaults() *FraudScreenUserResponseEntityPhoneCheckResult

NewFraudScreenUserResponseEntityPhoneCheckResultWithDefaults instantiates a new FraudScreenUserResponseEntityPhoneCheckResult 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 (*FraudScreenUserResponseEntityPhoneCheckResult) GetAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityPhoneCheckResult) GetAccountDetailsRegistered() []string

GetAccountDetailsRegistered returns the AccountDetailsRegistered field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetAccountDetailsRegisteredOk

func (o *FraudScreenUserResponseEntityPhoneCheckResult) GetAccountDetailsRegisteredOk() ([]string, bool)

GetAccountDetailsRegisteredOk returns a tuple with the AccountDetailsRegistered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetCarrier

GetCarrier returns the Carrier field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetCarrierOk

GetCarrierOk returns a tuple with the Carrier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetCountryOk

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetDisposable

GetDisposable returns the Disposable field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetDisposableOk

func (o *FraudScreenUserResponseEntityPhoneCheckResult) GetDisposableOk() (*bool, bool)

GetDisposableOk returns a tuple with the Disposable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetNumber

GetNumber returns the Number field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetNumberOk

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetScore

GetScore returns the Score field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetScoreOk

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetTypeOk

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetValid

GetValid returns the Valid field value if set, zero value otherwise.

func (*FraudScreenUserResponseEntityPhoneCheckResult) GetValidOk

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityPhoneCheckResult) HasAccountDetailsRegistered() bool

HasAccountDetailsRegistered returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasCarrier

HasCarrier returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasCountry

HasCountry returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasDisposable

HasDisposable returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasNumber

HasNumber returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasScore

HasScore returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasType

HasType returns a boolean if a field has been set.

func (*FraudScreenUserResponseEntityPhoneCheckResult) HasValid

HasValid returns a boolean if a field has been set.

func (FraudScreenUserResponseEntityPhoneCheckResult) MarshalJSON

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetAccountDetailsRegistered

func (o *FraudScreenUserResponseEntityPhoneCheckResult) SetAccountDetailsRegistered(v []string)

SetAccountDetailsRegistered gets a reference to the given []string and assigns it to the AccountDetailsRegistered field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetCarrier

SetCarrier gets a reference to the given string and assigns it to the Carrier field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetDisposable

SetDisposable gets a reference to the given bool and assigns it to the Disposable field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetNumber

SetNumber gets a reference to the given float32 and assigns it to the Number field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetScore

SetScore gets a reference to the given float32 and assigns it to the Score field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetType

SetType gets a reference to the given string and assigns it to the Type field.

func (*FraudScreenUserResponseEntityPhoneCheckResult) SetValid

SetValid gets a reference to the given bool and assigns it to the Valid field.

type GHKYCApiGetDriversLicenseRequest

type GHKYCApiGetDriversLicenseRequest struct {
	ApiService *GHKYCApiService
	// contains filtered or unexported fields
}

func (GHKYCApiGetDriversLicenseRequest) DateOfBirth

func (GHKYCApiGetDriversLicenseRequest) Execute

func (GHKYCApiGetDriversLicenseRequest) FullName

func (GHKYCApiGetDriversLicenseRequest) Id

type GHKYCApiGetPassportRequest

type GHKYCApiGetPassportRequest struct {
	ApiService *GHKYCApiService
	// contains filtered or unexported fields
}

func (GHKYCApiGetPassportRequest) DateOfBirth

func (GHKYCApiGetPassportRequest) Execute

func (GHKYCApiGetPassportRequest) FirstName

func (GHKYCApiGetPassportRequest) Id

func (GHKYCApiGetPassportRequest) LastName

func (GHKYCApiGetPassportRequest) MiddleName

type GHKYCApiGetSsnitRequest

type GHKYCApiGetSsnitRequest struct {
	ApiService *GHKYCApiService
	// contains filtered or unexported fields
}

func (GHKYCApiGetSsnitRequest) DateOfBirth

func (r GHKYCApiGetSsnitRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetSsnitRequest

func (GHKYCApiGetSsnitRequest) Execute

func (GHKYCApiGetSsnitRequest) FullName

func (GHKYCApiGetSsnitRequest) Id

type GHKYCApiGetVoterRequest

type GHKYCApiGetVoterRequest struct {
	ApiService *GHKYCApiService
	// contains filtered or unexported fields
}

func (GHKYCApiGetVoterRequest) Execute

func (r GHKYCApiGetVoterRequest) Execute() (map[string]interface{}, *http.Response, error)

func (GHKYCApiGetVoterRequest) FullName

func (GHKYCApiGetVoterRequest) Id

func (GHKYCApiGetVoterRequest) IsNewId

type GHKYCApiService

type GHKYCApiService service

GHKYCApiService GHKYCApi service

func (*GHKYCApiService) GetDriversLicense

func (a *GHKYCApiService) GetDriversLicense() GHKYCApiGetDriversLicenseRequest

GetDriversLicense Driver's License

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GHKYCApiGetDriversLicenseRequest

func (*GHKYCApiService) GetDriversLicenseExecute

Execute executes the request

@return GetDriversLicenseResponse

func (*GHKYCApiService) GetPassport

GetPassport Passport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GHKYCApiGetPassportRequest

func (*GHKYCApiService) GetPassportExecute

Execute executes the request

@return GetPassportResponse

func (*GHKYCApiService) GetSsnit

GetSsnit SSNIT

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GHKYCApiGetSsnitRequest

func (*GHKYCApiService) GetSsnitExecute

Execute executes the request

@return GetSsnitResponse

func (*GHKYCApiService) GetVoter

GetVoter Voter ID Lookup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GHKYCApiGetVoterRequest

func (*GHKYCApiService) GetVoterExecute

func (a *GHKYCApiService) GetVoterExecute(r GHKYCApiGetVoterRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type GeneralApiGetBanksRequest

type GeneralApiGetBanksRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiGetBanksRequest) Execute

type GeneralApiGetBinRequest

type GeneralApiGetBinRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiGetBinRequest) CardBin

func (GeneralApiGetBinRequest) Execute

type GeneralApiGetNubanRequest

type GeneralApiGetNubanRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiGetNubanRequest) AccountNumber

func (r GeneralApiGetNubanRequest) AccountNumber(accountNumber int32) GeneralApiGetNubanRequest

func (GeneralApiGetNubanRequest) BankCode

func (GeneralApiGetNubanRequest) Execute

type GeneralApiService

type GeneralApiService service

GeneralApiService GeneralApi service

func (*GeneralApiService) GetBanks

GetBanks General - Get Banks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GeneralApiGetBanksRequest

func (*GeneralApiService) GetBanksExecute

Execute executes the request

@return GetBanksResponse

func (*GeneralApiService) GetBin

GetBin General Resolve BIN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GeneralApiGetBinRequest

func (*GeneralApiService) GetBinExecute

Execute executes the request

@return GetBinResponse

func (*GeneralApiService) GetNuban

GetNuban General Resolve NUBAN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GeneralApiGetNubanRequest

func (*GeneralApiService) GetNubanExecute

Execute executes the request

@return GeneralGetNubanResponse

type GeneralGetNubanResponse

type GeneralGetNubanResponse struct {
	Entity *GeneralGetNubanResponseEntity `json:"entity,omitempty"`
}

GeneralGetNubanResponse struct for GeneralGetNubanResponse

func NewGeneralGetNubanResponse

func NewGeneralGetNubanResponse() *GeneralGetNubanResponse

NewGeneralGetNubanResponse instantiates a new GeneralGetNubanResponse 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 NewGeneralGetNubanResponseWithDefaults

func NewGeneralGetNubanResponseWithDefaults() *GeneralGetNubanResponse

NewGeneralGetNubanResponseWithDefaults instantiates a new GeneralGetNubanResponse 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 (*GeneralGetNubanResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GeneralGetNubanResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralGetNubanResponse) HasEntity

func (o *GeneralGetNubanResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GeneralGetNubanResponse) MarshalJSON

func (o GeneralGetNubanResponse) MarshalJSON() ([]byte, error)

func (*GeneralGetNubanResponse) SetEntity

SetEntity gets a reference to the given GeneralGetNubanResponseEntity and assigns it to the Entity field.

type GeneralGetNubanResponseEntity

type GeneralGetNubanResponseEntity struct {
	AccountNumber *string `json:"account_number,omitempty"`
	AccountName   *string `json:"account_name,omitempty"`
}

GeneralGetNubanResponseEntity struct for GeneralGetNubanResponseEntity

func NewGeneralGetNubanResponseEntity

func NewGeneralGetNubanResponseEntity() *GeneralGetNubanResponseEntity

NewGeneralGetNubanResponseEntity instantiates a new GeneralGetNubanResponseEntity 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 NewGeneralGetNubanResponseEntityWithDefaults

func NewGeneralGetNubanResponseEntityWithDefaults() *GeneralGetNubanResponseEntity

NewGeneralGetNubanResponseEntityWithDefaults instantiates a new GeneralGetNubanResponseEntity 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 (*GeneralGetNubanResponseEntity) GetAccountName

func (o *GeneralGetNubanResponseEntity) GetAccountName() string

GetAccountName returns the AccountName field value if set, zero value otherwise.

func (*GeneralGetNubanResponseEntity) GetAccountNameOk

func (o *GeneralGetNubanResponseEntity) GetAccountNameOk() (*string, bool)

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralGetNubanResponseEntity) GetAccountNumber

func (o *GeneralGetNubanResponseEntity) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*GeneralGetNubanResponseEntity) GetAccountNumberOk

func (o *GeneralGetNubanResponseEntity) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralGetNubanResponseEntity) HasAccountName

func (o *GeneralGetNubanResponseEntity) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

func (*GeneralGetNubanResponseEntity) HasAccountNumber

func (o *GeneralGetNubanResponseEntity) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (GeneralGetNubanResponseEntity) MarshalJSON

func (o GeneralGetNubanResponseEntity) MarshalJSON() ([]byte, error)

func (*GeneralGetNubanResponseEntity) SetAccountName

func (o *GeneralGetNubanResponseEntity) SetAccountName(v string)

SetAccountName gets a reference to the given string and assigns it to the AccountName field.

func (*GeneralGetNubanResponseEntity) SetAccountNumber

func (o *GeneralGetNubanResponseEntity) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetBanksResponse

type GetBanksResponse struct {
	Entity []GetBanksResponseEntityInner `json:"entity,omitempty"`
}

GetBanksResponse struct for GetBanksResponse

func NewGetBanksResponse

func NewGetBanksResponse() *GetBanksResponse

NewGetBanksResponse instantiates a new GetBanksResponse 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 NewGetBanksResponseWithDefaults

func NewGetBanksResponseWithDefaults() *GetBanksResponse

NewGetBanksResponseWithDefaults instantiates a new GetBanksResponse 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 (*GetBanksResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetBanksResponse) GetEntityOk

func (o *GetBanksResponse) GetEntityOk() ([]GetBanksResponseEntityInner, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponse) HasEntity

func (o *GetBanksResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetBanksResponse) MarshalJSON

func (o GetBanksResponse) MarshalJSON() ([]byte, error)

func (*GetBanksResponse) SetEntity

SetEntity gets a reference to the given []GetBanksResponseEntityInner and assigns it to the Entity field.

type GetBanksResponseEntityInner

type GetBanksResponseEntityInner struct {
	Name     *string        `json:"name,omitempty"`
	Code     *string        `json:"code,omitempty"`
	Longcode *string        `json:"longcode,omitempty"`
	Gateway  NullableString `json:"gateway,omitempty"`
	Slug     *string        `json:"slug,omitempty"`
	Country  *string        `json:"country,omitempty"`
	Currency *string        `json:"currency,omitempty"`
}

GetBanksResponseEntityInner struct for GetBanksResponseEntityInner

func NewGetBanksResponseEntityInner

func NewGetBanksResponseEntityInner() *GetBanksResponseEntityInner

NewGetBanksResponseEntityInner instantiates a new GetBanksResponseEntityInner 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 NewGetBanksResponseEntityInnerWithDefaults

func NewGetBanksResponseEntityInnerWithDefaults() *GetBanksResponseEntityInner

NewGetBanksResponseEntityInnerWithDefaults instantiates a new GetBanksResponseEntityInner 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 (*GetBanksResponseEntityInner) GetCode

func (o *GetBanksResponseEntityInner) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetCodeOk

func (o *GetBanksResponseEntityInner) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) GetCountry

func (o *GetBanksResponseEntityInner) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetCountryOk

func (o *GetBanksResponseEntityInner) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) GetCurrency

func (o *GetBanksResponseEntityInner) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetCurrencyOk

func (o *GetBanksResponseEntityInner) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) GetGateway

func (o *GetBanksResponseEntityInner) GetGateway() string

GetGateway returns the Gateway field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetBanksResponseEntityInner) GetGatewayOk

func (o *GetBanksResponseEntityInner) GetGatewayOk() (*string, bool)

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetBanksResponseEntityInner) GetLongcode

func (o *GetBanksResponseEntityInner) GetLongcode() string

GetLongcode returns the Longcode field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetLongcodeOk

func (o *GetBanksResponseEntityInner) GetLongcodeOk() (*string, bool)

GetLongcodeOk returns a tuple with the Longcode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) GetName

func (o *GetBanksResponseEntityInner) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetNameOk

func (o *GetBanksResponseEntityInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) GetSlug

func (o *GetBanksResponseEntityInner) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*GetBanksResponseEntityInner) GetSlugOk

func (o *GetBanksResponseEntityInner) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBanksResponseEntityInner) HasCode

func (o *GetBanksResponseEntityInner) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasCountry

func (o *GetBanksResponseEntityInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasCurrency

func (o *GetBanksResponseEntityInner) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasGateway

func (o *GetBanksResponseEntityInner) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasLongcode

func (o *GetBanksResponseEntityInner) HasLongcode() bool

HasLongcode returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasName

func (o *GetBanksResponseEntityInner) HasName() bool

HasName returns a boolean if a field has been set.

func (*GetBanksResponseEntityInner) HasSlug

func (o *GetBanksResponseEntityInner) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (GetBanksResponseEntityInner) MarshalJSON

func (o GetBanksResponseEntityInner) MarshalJSON() ([]byte, error)

func (*GetBanksResponseEntityInner) SetCode

func (o *GetBanksResponseEntityInner) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*GetBanksResponseEntityInner) SetCountry

func (o *GetBanksResponseEntityInner) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetBanksResponseEntityInner) SetCurrency

func (o *GetBanksResponseEntityInner) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*GetBanksResponseEntityInner) SetGateway

func (o *GetBanksResponseEntityInner) SetGateway(v string)

SetGateway gets a reference to the given NullableString and assigns it to the Gateway field.

func (*GetBanksResponseEntityInner) SetGatewayNil

func (o *GetBanksResponseEntityInner) SetGatewayNil()

SetGatewayNil sets the value for Gateway to be an explicit nil

func (*GetBanksResponseEntityInner) SetLongcode

func (o *GetBanksResponseEntityInner) SetLongcode(v string)

SetLongcode gets a reference to the given string and assigns it to the Longcode field.

func (*GetBanksResponseEntityInner) SetName

func (o *GetBanksResponseEntityInner) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GetBanksResponseEntityInner) SetSlug

func (o *GetBanksResponseEntityInner) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (*GetBanksResponseEntityInner) UnsetGateway

func (o *GetBanksResponseEntityInner) UnsetGateway()

UnsetGateway ensures that no value is present for Gateway, not even an explicit nil

type GetBasicBvnResponse

type GetBasicBvnResponse struct {
	Entity *GetBasicBvnResponseEntity `json:"entity,omitempty"`
}

GetBasicBvnResponse struct for GetBasicBvnResponse

func NewGetBasicBvnResponse

func NewGetBasicBvnResponse() *GetBasicBvnResponse

NewGetBasicBvnResponse instantiates a new GetBasicBvnResponse 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 NewGetBasicBvnResponseWithDefaults

func NewGetBasicBvnResponseWithDefaults() *GetBasicBvnResponse

NewGetBasicBvnResponseWithDefaults instantiates a new GetBasicBvnResponse 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 (*GetBasicBvnResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetBasicBvnResponse) GetEntityOk

func (o *GetBasicBvnResponse) GetEntityOk() (*GetBasicBvnResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponse) HasEntity

func (o *GetBasicBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetBasicBvnResponse) MarshalJSON

func (o GetBasicBvnResponse) MarshalJSON() ([]byte, error)

func (*GetBasicBvnResponse) SetEntity

SetEntity gets a reference to the given GetBasicBvnResponseEntity and assigns it to the Entity field.

type GetBasicBvnResponseEntity

type GetBasicBvnResponseEntity struct {
	Bvn          *string `json:"bvn,omitempty"`
	Dob          *string `json:"dob,omitempty"`
	FirstName    *string `json:"first_name,omitempty"`
	FormattedDob *string `json:"formatted_dob,omitempty"`
	LastName     *string `json:"last_name,omitempty"`
	Mobile       *string `json:"mobile,omitempty"`
}

GetBasicBvnResponseEntity struct for GetBasicBvnResponseEntity

func NewGetBasicBvnResponseEntity

func NewGetBasicBvnResponseEntity() *GetBasicBvnResponseEntity

NewGetBasicBvnResponseEntity instantiates a new GetBasicBvnResponseEntity 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 NewGetBasicBvnResponseEntityWithDefaults

func NewGetBasicBvnResponseEntityWithDefaults() *GetBasicBvnResponseEntity

NewGetBasicBvnResponseEntityWithDefaults instantiates a new GetBasicBvnResponseEntity 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 (*GetBasicBvnResponseEntity) GetBvn

func (o *GetBasicBvnResponseEntity) GetBvn() string

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetBvnOk

func (o *GetBasicBvnResponseEntity) GetBvnOk() (*string, bool)

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) GetDob

func (o *GetBasicBvnResponseEntity) GetDob() string

GetDob returns the Dob field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetDobOk

func (o *GetBasicBvnResponseEntity) GetDobOk() (*string, bool)

GetDobOk returns a tuple with the Dob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) GetFirstName

func (o *GetBasicBvnResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetFirstNameOk

func (o *GetBasicBvnResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) GetFormattedDob

func (o *GetBasicBvnResponseEntity) GetFormattedDob() string

GetFormattedDob returns the FormattedDob field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetFormattedDobOk

func (o *GetBasicBvnResponseEntity) GetFormattedDobOk() (*string, bool)

GetFormattedDobOk returns a tuple with the FormattedDob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) GetLastName

func (o *GetBasicBvnResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetLastNameOk

func (o *GetBasicBvnResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) GetMobile

func (o *GetBasicBvnResponseEntity) GetMobile() string

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*GetBasicBvnResponseEntity) GetMobileOk

func (o *GetBasicBvnResponseEntity) GetMobileOk() (*string, bool)

GetMobileOk returns a tuple with the Mobile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBasicBvnResponseEntity) HasBvn

func (o *GetBasicBvnResponseEntity) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*GetBasicBvnResponseEntity) HasDob

func (o *GetBasicBvnResponseEntity) HasDob() bool

HasDob returns a boolean if a field has been set.

func (*GetBasicBvnResponseEntity) HasFirstName

func (o *GetBasicBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetBasicBvnResponseEntity) HasFormattedDob

func (o *GetBasicBvnResponseEntity) HasFormattedDob() bool

HasFormattedDob returns a boolean if a field has been set.

func (*GetBasicBvnResponseEntity) HasLastName

func (o *GetBasicBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetBasicBvnResponseEntity) HasMobile

func (o *GetBasicBvnResponseEntity) HasMobile() bool

HasMobile returns a boolean if a field has been set.

func (GetBasicBvnResponseEntity) MarshalJSON

func (o GetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*GetBasicBvnResponseEntity) SetBvn

func (o *GetBasicBvnResponseEntity) SetBvn(v string)

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*GetBasicBvnResponseEntity) SetDob

func (o *GetBasicBvnResponseEntity) SetDob(v string)

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*GetBasicBvnResponseEntity) SetFirstName

func (o *GetBasicBvnResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetBasicBvnResponseEntity) SetFormattedDob

func (o *GetBasicBvnResponseEntity) SetFormattedDob(v string)

SetFormattedDob gets a reference to the given string and assigns it to the FormattedDob field.

func (*GetBasicBvnResponseEntity) SetLastName

func (o *GetBasicBvnResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetBasicBvnResponseEntity) SetMobile

func (o *GetBasicBvnResponseEntity) SetMobile(v string)

SetMobile gets a reference to the given string and assigns it to the Mobile field.

type GetBinResponse

type GetBinResponse struct {
	Entity *GetBinResponseEntity `json:"entity,omitempty"`
}

GetBinResponse struct for GetBinResponse

func NewGetBinResponse

func NewGetBinResponse() *GetBinResponse

NewGetBinResponse instantiates a new GetBinResponse 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 NewGetBinResponseWithDefaults

func NewGetBinResponseWithDefaults() *GetBinResponse

NewGetBinResponseWithDefaults instantiates a new GetBinResponse 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 (*GetBinResponse) GetEntity

func (o *GetBinResponse) GetEntity() GetBinResponseEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetBinResponse) GetEntityOk

func (o *GetBinResponse) GetEntityOk() (*GetBinResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponse) HasEntity

func (o *GetBinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetBinResponse) MarshalJSON

func (o GetBinResponse) MarshalJSON() ([]byte, error)

func (*GetBinResponse) SetEntity

func (o *GetBinResponse) SetEntity(v GetBinResponseEntity)

SetEntity gets a reference to the given GetBinResponseEntity and assigns it to the Entity field.

type GetBinResponseEntity

type GetBinResponseEntity struct {
	Bin         *string `json:"bin,omitempty"`
	Brand       *string `json:"brand,omitempty"`
	SubBrand    *string `json:"sub_brand,omitempty"`
	CountryCode *string `json:"country_code,omitempty"`
	CountryName *string `json:"country_name,omitempty"`
	CardType    *string `json:"card_type,omitempty"`
	Bank        *string `json:"bank,omitempty"`
}

GetBinResponseEntity struct for GetBinResponseEntity

func NewGetBinResponseEntity

func NewGetBinResponseEntity() *GetBinResponseEntity

NewGetBinResponseEntity instantiates a new GetBinResponseEntity 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 NewGetBinResponseEntityWithDefaults

func NewGetBinResponseEntityWithDefaults() *GetBinResponseEntity

NewGetBinResponseEntityWithDefaults instantiates a new GetBinResponseEntity 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 (*GetBinResponseEntity) GetBank

func (o *GetBinResponseEntity) GetBank() string

GetBank returns the Bank field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetBankOk

func (o *GetBinResponseEntity) GetBankOk() (*string, bool)

GetBankOk returns a tuple with the Bank field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetBin

func (o *GetBinResponseEntity) GetBin() string

GetBin returns the Bin field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetBinOk

func (o *GetBinResponseEntity) GetBinOk() (*string, bool)

GetBinOk returns a tuple with the Bin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetBrand

func (o *GetBinResponseEntity) GetBrand() string

GetBrand returns the Brand field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetBrandOk

func (o *GetBinResponseEntity) GetBrandOk() (*string, bool)

GetBrandOk returns a tuple with the Brand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetCardType

func (o *GetBinResponseEntity) GetCardType() string

GetCardType returns the CardType field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetCardTypeOk

func (o *GetBinResponseEntity) GetCardTypeOk() (*string, bool)

GetCardTypeOk returns a tuple with the CardType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetCountryCode

func (o *GetBinResponseEntity) GetCountryCode() string

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetCountryCodeOk

func (o *GetBinResponseEntity) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetCountryName

func (o *GetBinResponseEntity) GetCountryName() string

GetCountryName returns the CountryName field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetCountryNameOk

func (o *GetBinResponseEntity) GetCountryNameOk() (*string, bool)

GetCountryNameOk returns a tuple with the CountryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) GetSubBrand

func (o *GetBinResponseEntity) GetSubBrand() string

GetSubBrand returns the SubBrand field value if set, zero value otherwise.

func (*GetBinResponseEntity) GetSubBrandOk

func (o *GetBinResponseEntity) GetSubBrandOk() (*string, bool)

GetSubBrandOk returns a tuple with the SubBrand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBinResponseEntity) HasBank

func (o *GetBinResponseEntity) HasBank() bool

HasBank returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasBin

func (o *GetBinResponseEntity) HasBin() bool

HasBin returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasBrand

func (o *GetBinResponseEntity) HasBrand() bool

HasBrand returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasCardType

func (o *GetBinResponseEntity) HasCardType() bool

HasCardType returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasCountryCode

func (o *GetBinResponseEntity) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasCountryName

func (o *GetBinResponseEntity) HasCountryName() bool

HasCountryName returns a boolean if a field has been set.

func (*GetBinResponseEntity) HasSubBrand

func (o *GetBinResponseEntity) HasSubBrand() bool

HasSubBrand returns a boolean if a field has been set.

func (GetBinResponseEntity) MarshalJSON

func (o GetBinResponseEntity) MarshalJSON() ([]byte, error)

func (*GetBinResponseEntity) SetBank

func (o *GetBinResponseEntity) SetBank(v string)

SetBank gets a reference to the given string and assigns it to the Bank field.

func (*GetBinResponseEntity) SetBin

func (o *GetBinResponseEntity) SetBin(v string)

SetBin gets a reference to the given string and assigns it to the Bin field.

func (*GetBinResponseEntity) SetBrand

func (o *GetBinResponseEntity) SetBrand(v string)

SetBrand gets a reference to the given string and assigns it to the Brand field.

func (*GetBinResponseEntity) SetCardType

func (o *GetBinResponseEntity) SetCardType(v string)

SetCardType gets a reference to the given string and assigns it to the CardType field.

func (*GetBinResponseEntity) SetCountryCode

func (o *GetBinResponseEntity) SetCountryCode(v string)

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*GetBinResponseEntity) SetCountryName

func (o *GetBinResponseEntity) SetCountryName(v string)

SetCountryName gets a reference to the given string and assigns it to the CountryName field.

func (*GetBinResponseEntity) SetSubBrand

func (o *GetBinResponseEntity) SetSubBrand(v string)

SetSubBrand gets a reference to the given string and assigns it to the SubBrand field.

type GetDriversLicenseResponse

type GetDriversLicenseResponse struct {
	Entity *GetDriversLicenseResponseEntity `json:"entity,omitempty"`
}

GetDriversLicenseResponse struct for GetDriversLicenseResponse

func NewGetDriversLicenseResponse

func NewGetDriversLicenseResponse() *GetDriversLicenseResponse

NewGetDriversLicenseResponse instantiates a new GetDriversLicenseResponse 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 NewGetDriversLicenseResponseWithDefaults

func NewGetDriversLicenseResponseWithDefaults() *GetDriversLicenseResponse

NewGetDriversLicenseResponseWithDefaults instantiates a new GetDriversLicenseResponse 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 (*GetDriversLicenseResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetDriversLicenseResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponse) HasEntity

func (o *GetDriversLicenseResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetDriversLicenseResponse) MarshalJSON

func (o GetDriversLicenseResponse) MarshalJSON() ([]byte, error)

func (*GetDriversLicenseResponse) SetEntity

SetEntity gets a reference to the given GetDriversLicenseResponseEntity and assigns it to the Entity field.

type GetDriversLicenseResponseEntity

type GetDriversLicenseResponseEntity struct {
	CertificateDate    *string  `json:"certificate_date,omitempty"`
	DateOfBirth        *string  `json:"date_of_birth,omitempty"`
	ExpiryDate         *string  `json:"expiry_date,omitempty"`
	FullName           *string  `json:"full_name,omitempty"`
	Id                 *string  `json:"id,omitempty"`
	IsDateOfBirthMatch *bool    `json:"is_date_of_birth_match,omitempty"`
	IsFullNameMatch    *bool    `json:"is_full_name_match,omitempty"`
	IssueDate          *string  `json:"issue_date,omitempty"`
	Picture            *string  `json:"picture,omitempty"`
	Pin                *string  `json:"pin,omitempty"`
	ProcessingCenter   *string  `json:"processing_center,omitempty"`
	Status             *float32 `json:"status,omitempty"`
}

GetDriversLicenseResponseEntity struct for GetDriversLicenseResponseEntity

func NewGetDriversLicenseResponseEntity

func NewGetDriversLicenseResponseEntity() *GetDriversLicenseResponseEntity

NewGetDriversLicenseResponseEntity instantiates a new GetDriversLicenseResponseEntity 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 NewGetDriversLicenseResponseEntityWithDefaults

func NewGetDriversLicenseResponseEntityWithDefaults() *GetDriversLicenseResponseEntity

NewGetDriversLicenseResponseEntityWithDefaults instantiates a new GetDriversLicenseResponseEntity 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 (*GetDriversLicenseResponseEntity) GetCertificateDate

func (o *GetDriversLicenseResponseEntity) GetCertificateDate() string

GetCertificateDate returns the CertificateDate field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetCertificateDateOk

func (o *GetDriversLicenseResponseEntity) GetCertificateDateOk() (*string, bool)

GetCertificateDateOk returns a tuple with the CertificateDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetDateOfBirth

func (o *GetDriversLicenseResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetDateOfBirthOk

func (o *GetDriversLicenseResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetExpiryDate

func (o *GetDriversLicenseResponseEntity) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetExpiryDateOk

func (o *GetDriversLicenseResponseEntity) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetFullName

func (o *GetDriversLicenseResponseEntity) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetFullNameOk

func (o *GetDriversLicenseResponseEntity) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetIdOk

func (o *GetDriversLicenseResponseEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetIsDateOfBirthMatch

func (o *GetDriversLicenseResponseEntity) GetIsDateOfBirthMatch() bool

GetIsDateOfBirthMatch returns the IsDateOfBirthMatch field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetIsDateOfBirthMatchOk

func (o *GetDriversLicenseResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)

GetIsDateOfBirthMatchOk returns a tuple with the IsDateOfBirthMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetIsFullNameMatch

func (o *GetDriversLicenseResponseEntity) GetIsFullNameMatch() bool

GetIsFullNameMatch returns the IsFullNameMatch field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetIsFullNameMatchOk

func (o *GetDriversLicenseResponseEntity) GetIsFullNameMatchOk() (*bool, bool)

GetIsFullNameMatchOk returns a tuple with the IsFullNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetIssueDate

func (o *GetDriversLicenseResponseEntity) GetIssueDate() string

GetIssueDate returns the IssueDate field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetIssueDateOk

func (o *GetDriversLicenseResponseEntity) GetIssueDateOk() (*string, bool)

GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetPicture

func (o *GetDriversLicenseResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetPictureOk

func (o *GetDriversLicenseResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetPin

GetPin returns the Pin field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetPinOk

func (o *GetDriversLicenseResponseEntity) GetPinOk() (*string, bool)

GetPinOk returns a tuple with the Pin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetProcessingCenter

func (o *GetDriversLicenseResponseEntity) GetProcessingCenter() string

GetProcessingCenter returns the ProcessingCenter field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetProcessingCenterOk

func (o *GetDriversLicenseResponseEntity) GetProcessingCenterOk() (*string, bool)

GetProcessingCenterOk returns a tuple with the ProcessingCenter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetDriversLicenseResponseEntity) GetStatusOk

func (o *GetDriversLicenseResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDriversLicenseResponseEntity) HasCertificateDate

func (o *GetDriversLicenseResponseEntity) HasCertificateDate() bool

HasCertificateDate returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasDateOfBirth

func (o *GetDriversLicenseResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasExpiryDate

func (o *GetDriversLicenseResponseEntity) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasFullName

func (o *GetDriversLicenseResponseEntity) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasId

HasId returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasIsDateOfBirthMatch

func (o *GetDriversLicenseResponseEntity) HasIsDateOfBirthMatch() bool

HasIsDateOfBirthMatch returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasIsFullNameMatch

func (o *GetDriversLicenseResponseEntity) HasIsFullNameMatch() bool

HasIsFullNameMatch returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasIssueDate

func (o *GetDriversLicenseResponseEntity) HasIssueDate() bool

HasIssueDate returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasPicture

func (o *GetDriversLicenseResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasPin

HasPin returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasProcessingCenter

func (o *GetDriversLicenseResponseEntity) HasProcessingCenter() bool

HasProcessingCenter returns a boolean if a field has been set.

func (*GetDriversLicenseResponseEntity) HasStatus

func (o *GetDriversLicenseResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetDriversLicenseResponseEntity) MarshalJSON

func (o GetDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)

func (*GetDriversLicenseResponseEntity) SetCertificateDate

func (o *GetDriversLicenseResponseEntity) SetCertificateDate(v string)

SetCertificateDate gets a reference to the given string and assigns it to the CertificateDate field.

func (*GetDriversLicenseResponseEntity) SetDateOfBirth

func (o *GetDriversLicenseResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetDriversLicenseResponseEntity) SetExpiryDate

func (o *GetDriversLicenseResponseEntity) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field.

func (*GetDriversLicenseResponseEntity) SetFullName

func (o *GetDriversLicenseResponseEntity) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*GetDriversLicenseResponseEntity) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetDriversLicenseResponseEntity) SetIsDateOfBirthMatch

func (o *GetDriversLicenseResponseEntity) SetIsDateOfBirthMatch(v bool)

SetIsDateOfBirthMatch gets a reference to the given bool and assigns it to the IsDateOfBirthMatch field.

func (*GetDriversLicenseResponseEntity) SetIsFullNameMatch

func (o *GetDriversLicenseResponseEntity) SetIsFullNameMatch(v bool)

SetIsFullNameMatch gets a reference to the given bool and assigns it to the IsFullNameMatch field.

func (*GetDriversLicenseResponseEntity) SetIssueDate

func (o *GetDriversLicenseResponseEntity) SetIssueDate(v string)

SetIssueDate gets a reference to the given string and assigns it to the IssueDate field.

func (*GetDriversLicenseResponseEntity) SetPicture

func (o *GetDriversLicenseResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*GetDriversLicenseResponseEntity) SetPin

SetPin gets a reference to the given string and assigns it to the Pin field.

func (*GetDriversLicenseResponseEntity) SetProcessingCenter

func (o *GetDriversLicenseResponseEntity) SetProcessingCenter(v string)

SetProcessingCenter gets a reference to the given string and assigns it to the ProcessingCenter field.

func (*GetDriversLicenseResponseEntity) SetStatus

func (o *GetDriversLicenseResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

type GetFullBvnResponse

type GetFullBvnResponse struct {
	Entity *GetFullBvnResponseEntity `json:"entity,omitempty"`
}

GetFullBvnResponse struct for GetFullBvnResponse

func NewGetFullBvnResponse

func NewGetFullBvnResponse() *GetFullBvnResponse

NewGetFullBvnResponse instantiates a new GetFullBvnResponse 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 NewGetFullBvnResponseWithDefaults

func NewGetFullBvnResponseWithDefaults() *GetFullBvnResponse

NewGetFullBvnResponseWithDefaults instantiates a new GetFullBvnResponse 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 (*GetFullBvnResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetFullBvnResponse) GetEntityOk

func (o *GetFullBvnResponse) GetEntityOk() (*GetFullBvnResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponse) HasEntity

func (o *GetFullBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetFullBvnResponse) MarshalJSON

func (o GetFullBvnResponse) MarshalJSON() ([]byte, error)

func (*GetFullBvnResponse) SetEntity

SetEntity gets a reference to the given GetFullBvnResponseEntity and assigns it to the Entity field.

type GetFullBvnResponseEntity

type GetFullBvnResponseEntity struct {
	Title              *string `json:"title,omitempty"`
	Bvn                *string `json:"bvn,omitempty"`
	DateOfBirth        *string `json:"date_of_birth,omitempty"`
	Email              *string `json:"email,omitempty"`
	EnrollmentBank     *string `json:"enrollment_bank,omitempty"`
	EnrollmentBranch   *string `json:"enrollment_branch,omitempty"`
	FirstName          *string `json:"first_name,omitempty"`
	Gender             *string `json:"gender,omitempty"`
	Image              *string `json:"image,omitempty"`
	LastName           *string `json:"last_name,omitempty"`
	LevelOfAccount     *string `json:"level_of_account,omitempty"`
	LgaOfOrigin        *string `json:"lga_of_origin,omitempty"`
	LgaOfResidence     *string `json:"lga_of_residence,omitempty"`
	MaritalStatus      *string `json:"marital_status,omitempty"`
	MiddleName         *string `json:"middle_name,omitempty"`
	NameOnCard         *string `json:"name_on_card,omitempty"`
	Nationality        *string `json:"nationality,omitempty"`
	Nin                *string `json:"nin,omitempty"`
	PhoneNumber1       *string `json:"phone_number1,omitempty"`
	PhoneNumber2       *string `json:"phone_number2,omitempty"`
	Reference          *string `json:"reference,omitempty"`
	RegistrationDate   *string `json:"registration_date,omitempty"`
	ResidentialAddress *string `json:"residential_address,omitempty"`
	StateOfOrigin      *string `json:"state_of_origin,omitempty"`
	StateOfResidence   *string `json:"state_of_residence,omitempty"`
	WatchListed        *string `json:"watch_listed,omitempty"`
}

GetFullBvnResponseEntity struct for GetFullBvnResponseEntity

func NewGetFullBvnResponseEntity

func NewGetFullBvnResponseEntity() *GetFullBvnResponseEntity

NewGetFullBvnResponseEntity instantiates a new GetFullBvnResponseEntity 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 NewGetFullBvnResponseEntityWithDefaults

func NewGetFullBvnResponseEntityWithDefaults() *GetFullBvnResponseEntity

NewGetFullBvnResponseEntityWithDefaults instantiates a new GetFullBvnResponseEntity 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 (*GetFullBvnResponseEntity) GetBvn

func (o *GetFullBvnResponseEntity) GetBvn() string

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetBvnOk

func (o *GetFullBvnResponseEntity) GetBvnOk() (*string, bool)

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetDateOfBirth

func (o *GetFullBvnResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetDateOfBirthOk

func (o *GetFullBvnResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetEmail

func (o *GetFullBvnResponseEntity) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetEmailOk

func (o *GetFullBvnResponseEntity) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetEnrollmentBank

func (o *GetFullBvnResponseEntity) GetEnrollmentBank() string

GetEnrollmentBank returns the EnrollmentBank field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetEnrollmentBankOk

func (o *GetFullBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)

GetEnrollmentBankOk returns a tuple with the EnrollmentBank field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetEnrollmentBranch

func (o *GetFullBvnResponseEntity) GetEnrollmentBranch() string

GetEnrollmentBranch returns the EnrollmentBranch field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetEnrollmentBranchOk

func (o *GetFullBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)

GetEnrollmentBranchOk returns a tuple with the EnrollmentBranch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetFirstName

func (o *GetFullBvnResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetFirstNameOk

func (o *GetFullBvnResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetGender

func (o *GetFullBvnResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetGenderOk

func (o *GetFullBvnResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetImage

func (o *GetFullBvnResponseEntity) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetImageOk

func (o *GetFullBvnResponseEntity) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetLastName

func (o *GetFullBvnResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetLastNameOk

func (o *GetFullBvnResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetLevelOfAccount

func (o *GetFullBvnResponseEntity) GetLevelOfAccount() string

GetLevelOfAccount returns the LevelOfAccount field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetLevelOfAccountOk

func (o *GetFullBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)

GetLevelOfAccountOk returns a tuple with the LevelOfAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetLgaOfOrigin

func (o *GetFullBvnResponseEntity) GetLgaOfOrigin() string

GetLgaOfOrigin returns the LgaOfOrigin field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetLgaOfOriginOk

func (o *GetFullBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)

GetLgaOfOriginOk returns a tuple with the LgaOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetLgaOfResidence

func (o *GetFullBvnResponseEntity) GetLgaOfResidence() string

GetLgaOfResidence returns the LgaOfResidence field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetLgaOfResidenceOk

func (o *GetFullBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)

GetLgaOfResidenceOk returns a tuple with the LgaOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetMaritalStatus

func (o *GetFullBvnResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetMaritalStatusOk

func (o *GetFullBvnResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetMiddleName

func (o *GetFullBvnResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetMiddleNameOk

func (o *GetFullBvnResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetNameOnCard

func (o *GetFullBvnResponseEntity) GetNameOnCard() string

GetNameOnCard returns the NameOnCard field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetNameOnCardOk

func (o *GetFullBvnResponseEntity) GetNameOnCardOk() (*string, bool)

GetNameOnCardOk returns a tuple with the NameOnCard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetNationality

func (o *GetFullBvnResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetNationalityOk

func (o *GetFullBvnResponseEntity) GetNationalityOk() (*string, bool)

GetNationalityOk returns a tuple with the Nationality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetNin

func (o *GetFullBvnResponseEntity) GetNin() string

GetNin returns the Nin field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetNinOk

func (o *GetFullBvnResponseEntity) GetNinOk() (*string, bool)

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetPhoneNumber1

func (o *GetFullBvnResponseEntity) GetPhoneNumber1() string

GetPhoneNumber1 returns the PhoneNumber1 field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetPhoneNumber1Ok

func (o *GetFullBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)

GetPhoneNumber1Ok returns a tuple with the PhoneNumber1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetPhoneNumber2

func (o *GetFullBvnResponseEntity) GetPhoneNumber2() string

GetPhoneNumber2 returns the PhoneNumber2 field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetPhoneNumber2Ok

func (o *GetFullBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)

GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetReference

func (o *GetFullBvnResponseEntity) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetReferenceOk

func (o *GetFullBvnResponseEntity) GetReferenceOk() (*string, bool)

GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetRegistrationDate

func (o *GetFullBvnResponseEntity) GetRegistrationDate() string

GetRegistrationDate returns the RegistrationDate field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetRegistrationDateOk

func (o *GetFullBvnResponseEntity) GetRegistrationDateOk() (*string, bool)

GetRegistrationDateOk returns a tuple with the RegistrationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetResidentialAddress

func (o *GetFullBvnResponseEntity) GetResidentialAddress() string

GetResidentialAddress returns the ResidentialAddress field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetResidentialAddressOk

func (o *GetFullBvnResponseEntity) GetResidentialAddressOk() (*string, bool)

GetResidentialAddressOk returns a tuple with the ResidentialAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetStateOfOrigin

func (o *GetFullBvnResponseEntity) GetStateOfOrigin() string

GetStateOfOrigin returns the StateOfOrigin field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetStateOfOriginOk

func (o *GetFullBvnResponseEntity) GetStateOfOriginOk() (*string, bool)

GetStateOfOriginOk returns a tuple with the StateOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetStateOfResidence

func (o *GetFullBvnResponseEntity) GetStateOfResidence() string

GetStateOfResidence returns the StateOfResidence field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetStateOfResidenceOk

func (o *GetFullBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)

GetStateOfResidenceOk returns a tuple with the StateOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetTitle

func (o *GetFullBvnResponseEntity) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetTitleOk

func (o *GetFullBvnResponseEntity) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) GetWatchListed

func (o *GetFullBvnResponseEntity) GetWatchListed() string

GetWatchListed returns the WatchListed field value if set, zero value otherwise.

func (*GetFullBvnResponseEntity) GetWatchListedOk

func (o *GetFullBvnResponseEntity) GetWatchListedOk() (*string, bool)

GetWatchListedOk returns a tuple with the WatchListed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFullBvnResponseEntity) HasBvn

func (o *GetFullBvnResponseEntity) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasDateOfBirth

func (o *GetFullBvnResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasEmail

func (o *GetFullBvnResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasEnrollmentBank

func (o *GetFullBvnResponseEntity) HasEnrollmentBank() bool

HasEnrollmentBank returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasEnrollmentBranch

func (o *GetFullBvnResponseEntity) HasEnrollmentBranch() bool

HasEnrollmentBranch returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasFirstName

func (o *GetFullBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasGender

func (o *GetFullBvnResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasImage

func (o *GetFullBvnResponseEntity) HasImage() bool

HasImage returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasLastName

func (o *GetFullBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasLevelOfAccount

func (o *GetFullBvnResponseEntity) HasLevelOfAccount() bool

HasLevelOfAccount returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasLgaOfOrigin

func (o *GetFullBvnResponseEntity) HasLgaOfOrigin() bool

HasLgaOfOrigin returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasLgaOfResidence

func (o *GetFullBvnResponseEntity) HasLgaOfResidence() bool

HasLgaOfResidence returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasMaritalStatus

func (o *GetFullBvnResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasMiddleName

func (o *GetFullBvnResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasNameOnCard

func (o *GetFullBvnResponseEntity) HasNameOnCard() bool

HasNameOnCard returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasNationality

func (o *GetFullBvnResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasNin

func (o *GetFullBvnResponseEntity) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasPhoneNumber1

func (o *GetFullBvnResponseEntity) HasPhoneNumber1() bool

HasPhoneNumber1 returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasPhoneNumber2

func (o *GetFullBvnResponseEntity) HasPhoneNumber2() bool

HasPhoneNumber2 returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasReference

func (o *GetFullBvnResponseEntity) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasRegistrationDate

func (o *GetFullBvnResponseEntity) HasRegistrationDate() bool

HasRegistrationDate returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasResidentialAddress

func (o *GetFullBvnResponseEntity) HasResidentialAddress() bool

HasResidentialAddress returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasStateOfOrigin

func (o *GetFullBvnResponseEntity) HasStateOfOrigin() bool

HasStateOfOrigin returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasStateOfResidence

func (o *GetFullBvnResponseEntity) HasStateOfResidence() bool

HasStateOfResidence returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasTitle

func (o *GetFullBvnResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*GetFullBvnResponseEntity) HasWatchListed

func (o *GetFullBvnResponseEntity) HasWatchListed() bool

HasWatchListed returns a boolean if a field has been set.

func (GetFullBvnResponseEntity) MarshalJSON

func (o GetFullBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*GetFullBvnResponseEntity) SetBvn

func (o *GetFullBvnResponseEntity) SetBvn(v string)

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*GetFullBvnResponseEntity) SetDateOfBirth

func (o *GetFullBvnResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetFullBvnResponseEntity) SetEmail

func (o *GetFullBvnResponseEntity) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*GetFullBvnResponseEntity) SetEnrollmentBank

func (o *GetFullBvnResponseEntity) SetEnrollmentBank(v string)

SetEnrollmentBank gets a reference to the given string and assigns it to the EnrollmentBank field.

func (*GetFullBvnResponseEntity) SetEnrollmentBranch

func (o *GetFullBvnResponseEntity) SetEnrollmentBranch(v string)

SetEnrollmentBranch gets a reference to the given string and assigns it to the EnrollmentBranch field.

func (*GetFullBvnResponseEntity) SetFirstName

func (o *GetFullBvnResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetFullBvnResponseEntity) SetGender

func (o *GetFullBvnResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetFullBvnResponseEntity) SetImage

func (o *GetFullBvnResponseEntity) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

func (*GetFullBvnResponseEntity) SetLastName

func (o *GetFullBvnResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetFullBvnResponseEntity) SetLevelOfAccount

func (o *GetFullBvnResponseEntity) SetLevelOfAccount(v string)

SetLevelOfAccount gets a reference to the given string and assigns it to the LevelOfAccount field.

func (*GetFullBvnResponseEntity) SetLgaOfOrigin

func (o *GetFullBvnResponseEntity) SetLgaOfOrigin(v string)

SetLgaOfOrigin gets a reference to the given string and assigns it to the LgaOfOrigin field.

func (*GetFullBvnResponseEntity) SetLgaOfResidence

func (o *GetFullBvnResponseEntity) SetLgaOfResidence(v string)

SetLgaOfResidence gets a reference to the given string and assigns it to the LgaOfResidence field.

func (*GetFullBvnResponseEntity) SetMaritalStatus

func (o *GetFullBvnResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*GetFullBvnResponseEntity) SetMiddleName

func (o *GetFullBvnResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetFullBvnResponseEntity) SetNameOnCard

func (o *GetFullBvnResponseEntity) SetNameOnCard(v string)

SetNameOnCard gets a reference to the given string and assigns it to the NameOnCard field.

func (*GetFullBvnResponseEntity) SetNationality

func (o *GetFullBvnResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*GetFullBvnResponseEntity) SetNin

func (o *GetFullBvnResponseEntity) SetNin(v string)

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*GetFullBvnResponseEntity) SetPhoneNumber1

func (o *GetFullBvnResponseEntity) SetPhoneNumber1(v string)

SetPhoneNumber1 gets a reference to the given string and assigns it to the PhoneNumber1 field.

func (*GetFullBvnResponseEntity) SetPhoneNumber2

func (o *GetFullBvnResponseEntity) SetPhoneNumber2(v string)

SetPhoneNumber2 gets a reference to the given string and assigns it to the PhoneNumber2 field.

func (*GetFullBvnResponseEntity) SetReference

func (o *GetFullBvnResponseEntity) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*GetFullBvnResponseEntity) SetRegistrationDate

func (o *GetFullBvnResponseEntity) SetRegistrationDate(v string)

SetRegistrationDate gets a reference to the given string and assigns it to the RegistrationDate field.

func (*GetFullBvnResponseEntity) SetResidentialAddress

func (o *GetFullBvnResponseEntity) SetResidentialAddress(v string)

SetResidentialAddress gets a reference to the given string and assigns it to the ResidentialAddress field.

func (*GetFullBvnResponseEntity) SetStateOfOrigin

func (o *GetFullBvnResponseEntity) SetStateOfOrigin(v string)

SetStateOfOrigin gets a reference to the given string and assigns it to the StateOfOrigin field.

func (*GetFullBvnResponseEntity) SetStateOfResidence

func (o *GetFullBvnResponseEntity) SetStateOfResidence(v string)

SetStateOfResidence gets a reference to the given string and assigns it to the StateOfResidence field.

func (*GetFullBvnResponseEntity) SetTitle

func (o *GetFullBvnResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*GetFullBvnResponseEntity) SetWatchListed

func (o *GetFullBvnResponseEntity) SetWatchListed(v string)

SetWatchListed gets a reference to the given string and assigns it to the WatchListed field.

type GetKycDriversLicenseResponse

type GetKycDriversLicenseResponse struct {
	Entity *GetKycDriversLicenseResponseEntity `json:"entity,omitempty"`
}

GetKycDriversLicenseResponse struct for GetKycDriversLicenseResponse

func NewGetKycDriversLicenseResponse

func NewGetKycDriversLicenseResponse() *GetKycDriversLicenseResponse

NewGetKycDriversLicenseResponse instantiates a new GetKycDriversLicenseResponse 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 NewGetKycDriversLicenseResponseWithDefaults

func NewGetKycDriversLicenseResponseWithDefaults() *GetKycDriversLicenseResponse

NewGetKycDriversLicenseResponseWithDefaults instantiates a new GetKycDriversLicenseResponse 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 (*GetKycDriversLicenseResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponse) HasEntity

func (o *GetKycDriversLicenseResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetKycDriversLicenseResponse) MarshalJSON

func (o GetKycDriversLicenseResponse) MarshalJSON() ([]byte, error)

func (*GetKycDriversLicenseResponse) SetEntity

SetEntity gets a reference to the given GetKycDriversLicenseResponseEntity and assigns it to the Entity field.

type GetKycDriversLicenseResponseEntity

type GetKycDriversLicenseResponseEntity struct {
	PersonalDetails *GetKycDriversLicenseResponseEntityPersonalDetails `json:"personal_details,omitempty"`
}

GetKycDriversLicenseResponseEntity struct for GetKycDriversLicenseResponseEntity

func NewGetKycDriversLicenseResponseEntity

func NewGetKycDriversLicenseResponseEntity() *GetKycDriversLicenseResponseEntity

NewGetKycDriversLicenseResponseEntity instantiates a new GetKycDriversLicenseResponseEntity 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 NewGetKycDriversLicenseResponseEntityWithDefaults

func NewGetKycDriversLicenseResponseEntityWithDefaults() *GetKycDriversLicenseResponseEntity

NewGetKycDriversLicenseResponseEntityWithDefaults instantiates a new GetKycDriversLicenseResponseEntity 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 (*GetKycDriversLicenseResponseEntity) GetPersonalDetails

GetPersonalDetails returns the PersonalDetails field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntity) GetPersonalDetailsOk

GetPersonalDetailsOk returns a tuple with the PersonalDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntity) HasPersonalDetails

func (o *GetKycDriversLicenseResponseEntity) HasPersonalDetails() bool

HasPersonalDetails returns a boolean if a field has been set.

func (GetKycDriversLicenseResponseEntity) MarshalJSON

func (o GetKycDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)

func (*GetKycDriversLicenseResponseEntity) SetPersonalDetails

SetPersonalDetails gets a reference to the given GetKycDriversLicenseResponseEntityPersonalDetails and assigns it to the PersonalDetails field.

type GetKycDriversLicenseResponseEntityPersonalDetails

type GetKycDriversLicenseResponseEntityPersonalDetails struct {
	BirthDate                  *string `json:"birth_date,omitempty"`
	BloodGroupId               *string `json:"blood_group_id,omitempty"`
	Country                    *string `json:"country,omitempty"`
	DisabilityReason           *string `json:"disability_reason,omitempty"`
	FacialMark                 *string `json:"facial_mark,omitempty"`
	Firstname                  *string `json:"firstname,omitempty"`
	Gender                     *string `json:"gender,omitempty"`
	Glasses                    *string `json:"glasses,omitempty"`
	Height                     *string `json:"height,omitempty"`
	IsDisability               *string `json:"is_disability,omitempty"`
	Lga                        *string `json:"lga,omitempty"`
	MotherMaidenName           *string `json:"mother_maiden_name,omitempty"`
	NinNumber                  *string `json:"nin_number,omitempty"`
	Othername                  *string `json:"othername,omitempty"`
	State                      *string `json:"state,omitempty"`
	Surname                    *string `json:"surname,omitempty"`
	UniversaltaxIdentityNumber *string `json:"universaltax_identity_number,omitempty"`
}

GetKycDriversLicenseResponseEntityPersonalDetails struct for GetKycDriversLicenseResponseEntityPersonalDetails

func NewGetKycDriversLicenseResponseEntityPersonalDetails

func NewGetKycDriversLicenseResponseEntityPersonalDetails() *GetKycDriversLicenseResponseEntityPersonalDetails

NewGetKycDriversLicenseResponseEntityPersonalDetails instantiates a new GetKycDriversLicenseResponseEntityPersonalDetails 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 NewGetKycDriversLicenseResponseEntityPersonalDetailsWithDefaults

func NewGetKycDriversLicenseResponseEntityPersonalDetailsWithDefaults() *GetKycDriversLicenseResponseEntityPersonalDetails

NewGetKycDriversLicenseResponseEntityPersonalDetailsWithDefaults instantiates a new GetKycDriversLicenseResponseEntityPersonalDetails 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDate

GetBirthDate returns the BirthDate field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDateOk

GetBirthDateOk returns a tuple with the BirthDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupId

GetBloodGroupId returns the BloodGroupId field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupIdOk

GetBloodGroupIdOk returns a tuple with the BloodGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetCountryOk

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReason

GetDisabilityReason returns the DisabilityReason field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReasonOk

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReasonOk() (*string, bool)

GetDisabilityReasonOk returns a tuple with the DisabilityReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMark

GetFacialMark returns the FacialMark field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMarkOk

GetFacialMarkOk returns a tuple with the FacialMark field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstname

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstnameOk

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGender

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGenderOk

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGlasses

GetGlasses returns the Glasses field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGlassesOk

GetGlassesOk returns a tuple with the Glasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetHeight

GetHeight returns the Height field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetHeightOk

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisability

GetIsDisability returns the IsDisability field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisabilityOk

GetIsDisabilityOk returns a tuple with the IsDisability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetLga

GetLga returns the Lga field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetLgaOk

GetLgaOk returns a tuple with the Lga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenName

GetMotherMaidenName returns the MotherMaidenName field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenNameOk

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenNameOk() (*string, bool)

GetMotherMaidenNameOk returns a tuple with the MotherMaidenName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumber

GetNinNumber returns the NinNumber field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumberOk

GetNinNumberOk returns a tuple with the NinNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetOthername

GetOthername returns the Othername field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetOthernameOk

GetOthernameOk returns a tuple with the Othername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetState

GetState returns the State field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetStateOk

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetSurname

GetSurname returns the Surname field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetSurnameOk

GetSurnameOk returns a tuple with the Surname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumber

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumber() string

GetUniversaltaxIdentityNumber returns the UniversaltaxIdentityNumber field value if set, zero value otherwise.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumberOk

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumberOk() (*string, bool)

GetUniversaltaxIdentityNumberOk returns a tuple with the UniversaltaxIdentityNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasBirthDate

HasBirthDate returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasBloodGroupId

HasBloodGroupId returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasCountry

HasCountry returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasDisabilityReason

HasDisabilityReason returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasFacialMark

HasFacialMark returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasFirstname

HasFirstname returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasGender

HasGender returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasGlasses

HasGlasses returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasHeight

HasHeight returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasIsDisability

HasIsDisability returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasLga

HasLga returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasMotherMaidenName

HasMotherMaidenName returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasNinNumber

HasNinNumber returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasOthername

HasOthername returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasState

HasState returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasSurname

HasSurname returns a boolean if a field has been set.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasUniversaltaxIdentityNumber

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasUniversaltaxIdentityNumber() bool

HasUniversaltaxIdentityNumber returns a boolean if a field has been set.

func (GetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetBirthDate

SetBirthDate gets a reference to the given string and assigns it to the BirthDate field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetBloodGroupId

SetBloodGroupId gets a reference to the given string and assigns it to the BloodGroupId field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetCountry

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetDisabilityReason

SetDisabilityReason gets a reference to the given string and assigns it to the DisabilityReason field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetFacialMark

SetFacialMark gets a reference to the given string and assigns it to the FacialMark field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetFirstname

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetGender

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetGlasses

SetGlasses gets a reference to the given string and assigns it to the Glasses field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetHeight

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetIsDisability

SetIsDisability gets a reference to the given string and assigns it to the IsDisability field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetLga

SetLga gets a reference to the given string and assigns it to the Lga field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetMotherMaidenName

SetMotherMaidenName gets a reference to the given string and assigns it to the MotherMaidenName field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetNinNumber

SetNinNumber gets a reference to the given string and assigns it to the NinNumber field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetOthername

SetOthername gets a reference to the given string and assigns it to the Othername field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetSurname

SetSurname gets a reference to the given string and assigns it to the Surname field.

func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetUniversaltaxIdentityNumber

func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetUniversaltaxIdentityNumber(v string)

SetUniversaltaxIdentityNumber gets a reference to the given string and assigns it to the UniversaltaxIdentityNumber field.

type GetKycPassportResponse

type GetKycPassportResponse struct {
	Entity *GetKycPassportResponseEntity `json:"entity,omitempty"`
}

GetKycPassportResponse struct for GetKycPassportResponse

func NewGetKycPassportResponse

func NewGetKycPassportResponse() *GetKycPassportResponse

NewGetKycPassportResponse instantiates a new GetKycPassportResponse 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 NewGetKycPassportResponseWithDefaults

func NewGetKycPassportResponseWithDefaults() *GetKycPassportResponse

NewGetKycPassportResponseWithDefaults instantiates a new GetKycPassportResponse 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 (*GetKycPassportResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetKycPassportResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponse) HasEntity

func (o *GetKycPassportResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetKycPassportResponse) MarshalJSON

func (o GetKycPassportResponse) MarshalJSON() ([]byte, error)

func (*GetKycPassportResponse) SetEntity

SetEntity gets a reference to the given GetKycPassportResponseEntity and assigns it to the Entity field.

type GetKycPassportResponseEntity

type GetKycPassportResponseEntity struct {
	DateOfBirth    *string `json:"date_of_birth,omitempty"`
	DateOfIssue    *string `json:"date_of_issue,omitempty"`
	DocumentType   *string `json:"document_type,omitempty"`
	ExpiryDate     *string `json:"expiry_date,omitempty"`
	FirstName      *string `json:"first_name,omitempty"`
	Gender         *string `json:"gender,omitempty"`
	IssuePlace     *string `json:"issue_place,omitempty"`
	OtherNames     *string `json:"other_names,omitempty"`
	PassportNumber *string `json:"passport_number,omitempty"`
	Photo          *string `json:"photo,omitempty"`
	Surname        *string `json:"surname,omitempty"`
}

GetKycPassportResponseEntity struct for GetKycPassportResponseEntity

func NewGetKycPassportResponseEntity

func NewGetKycPassportResponseEntity() *GetKycPassportResponseEntity

NewGetKycPassportResponseEntity instantiates a new GetKycPassportResponseEntity 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 NewGetKycPassportResponseEntityWithDefaults

func NewGetKycPassportResponseEntityWithDefaults() *GetKycPassportResponseEntity

NewGetKycPassportResponseEntityWithDefaults instantiates a new GetKycPassportResponseEntity 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 (*GetKycPassportResponseEntity) GetDateOfBirth

func (o *GetKycPassportResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetDateOfBirthOk

func (o *GetKycPassportResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetDateOfIssue

func (o *GetKycPassportResponseEntity) GetDateOfIssue() string

GetDateOfIssue returns the DateOfIssue field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetDateOfIssueOk

func (o *GetKycPassportResponseEntity) GetDateOfIssueOk() (*string, bool)

GetDateOfIssueOk returns a tuple with the DateOfIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetDocumentType

func (o *GetKycPassportResponseEntity) GetDocumentType() string

GetDocumentType returns the DocumentType field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetDocumentTypeOk

func (o *GetKycPassportResponseEntity) GetDocumentTypeOk() (*string, bool)

GetDocumentTypeOk returns a tuple with the DocumentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetExpiryDate

func (o *GetKycPassportResponseEntity) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetExpiryDateOk

func (o *GetKycPassportResponseEntity) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetFirstName

func (o *GetKycPassportResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetFirstNameOk

func (o *GetKycPassportResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetGender

func (o *GetKycPassportResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetGenderOk

func (o *GetKycPassportResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetIssuePlace

func (o *GetKycPassportResponseEntity) GetIssuePlace() string

GetIssuePlace returns the IssuePlace field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetIssuePlaceOk

func (o *GetKycPassportResponseEntity) GetIssuePlaceOk() (*string, bool)

GetIssuePlaceOk returns a tuple with the IssuePlace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetOtherNames

func (o *GetKycPassportResponseEntity) GetOtherNames() string

GetOtherNames returns the OtherNames field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetOtherNamesOk

func (o *GetKycPassportResponseEntity) GetOtherNamesOk() (*string, bool)

GetOtherNamesOk returns a tuple with the OtherNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetPassportNumber

func (o *GetKycPassportResponseEntity) GetPassportNumber() string

GetPassportNumber returns the PassportNumber field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetPassportNumberOk

func (o *GetKycPassportResponseEntity) GetPassportNumberOk() (*string, bool)

GetPassportNumberOk returns a tuple with the PassportNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetPhoto

func (o *GetKycPassportResponseEntity) GetPhoto() string

GetPhoto returns the Photo field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetPhotoOk

func (o *GetKycPassportResponseEntity) GetPhotoOk() (*string, bool)

GetPhotoOk returns a tuple with the Photo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) GetSurname

func (o *GetKycPassportResponseEntity) GetSurname() string

GetSurname returns the Surname field value if set, zero value otherwise.

func (*GetKycPassportResponseEntity) GetSurnameOk

func (o *GetKycPassportResponseEntity) GetSurnameOk() (*string, bool)

GetSurnameOk returns a tuple with the Surname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetKycPassportResponseEntity) HasDateOfBirth

func (o *GetKycPassportResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasDateOfIssue

func (o *GetKycPassportResponseEntity) HasDateOfIssue() bool

HasDateOfIssue returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasDocumentType

func (o *GetKycPassportResponseEntity) HasDocumentType() bool

HasDocumentType returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasExpiryDate

func (o *GetKycPassportResponseEntity) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasFirstName

func (o *GetKycPassportResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasGender

func (o *GetKycPassportResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasIssuePlace

func (o *GetKycPassportResponseEntity) HasIssuePlace() bool

HasIssuePlace returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasOtherNames

func (o *GetKycPassportResponseEntity) HasOtherNames() bool

HasOtherNames returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasPassportNumber

func (o *GetKycPassportResponseEntity) HasPassportNumber() bool

HasPassportNumber returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasPhoto

func (o *GetKycPassportResponseEntity) HasPhoto() bool

HasPhoto returns a boolean if a field has been set.

func (*GetKycPassportResponseEntity) HasSurname

func (o *GetKycPassportResponseEntity) HasSurname() bool

HasSurname returns a boolean if a field has been set.

func (GetKycPassportResponseEntity) MarshalJSON

func (o GetKycPassportResponseEntity) MarshalJSON() ([]byte, error)

func (*GetKycPassportResponseEntity) SetDateOfBirth

func (o *GetKycPassportResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetKycPassportResponseEntity) SetDateOfIssue

func (o *GetKycPassportResponseEntity) SetDateOfIssue(v string)

SetDateOfIssue gets a reference to the given string and assigns it to the DateOfIssue field.

func (*GetKycPassportResponseEntity) SetDocumentType

func (o *GetKycPassportResponseEntity) SetDocumentType(v string)

SetDocumentType gets a reference to the given string and assigns it to the DocumentType field.

func (*GetKycPassportResponseEntity) SetExpiryDate

func (o *GetKycPassportResponseEntity) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field.

func (*GetKycPassportResponseEntity) SetFirstName

func (o *GetKycPassportResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetKycPassportResponseEntity) SetGender

func (o *GetKycPassportResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetKycPassportResponseEntity) SetIssuePlace

func (o *GetKycPassportResponseEntity) SetIssuePlace(v string)

SetIssuePlace gets a reference to the given string and assigns it to the IssuePlace field.

func (*GetKycPassportResponseEntity) SetOtherNames

func (o *GetKycPassportResponseEntity) SetOtherNames(v string)

SetOtherNames gets a reference to the given string and assigns it to the OtherNames field.

func (*GetKycPassportResponseEntity) SetPassportNumber

func (o *GetKycPassportResponseEntity) SetPassportNumber(v string)

SetPassportNumber gets a reference to the given string and assigns it to the PassportNumber field.

func (*GetKycPassportResponseEntity) SetPhoto

func (o *GetKycPassportResponseEntity) SetPhoto(v string)

SetPhoto gets a reference to the given string and assigns it to the Photo field.

func (*GetKycPassportResponseEntity) SetSurname

func (o *GetKycPassportResponseEntity) SetSurname(v string)

SetSurname gets a reference to the given string and assigns it to the Surname field.

type GetNationalIdResponse

type GetNationalIdResponse struct {
	Entity *GetNationalIdResponseEntity `json:"entity,omitempty"`
}

GetNationalIdResponse struct for GetNationalIdResponse

func NewGetNationalIdResponse

func NewGetNationalIdResponse() *GetNationalIdResponse

NewGetNationalIdResponse instantiates a new GetNationalIdResponse 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 NewGetNationalIdResponseWithDefaults

func NewGetNationalIdResponseWithDefaults() *GetNationalIdResponse

NewGetNationalIdResponseWithDefaults instantiates a new GetNationalIdResponse 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 (*GetNationalIdResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetNationalIdResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponse) HasEntity

func (o *GetNationalIdResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetNationalIdResponse) MarshalJSON

func (o GetNationalIdResponse) MarshalJSON() ([]byte, error)

func (*GetNationalIdResponse) SetEntity

SetEntity gets a reference to the given GetNationalIdResponseEntity and assigns it to the Entity field.

type GetNationalIdResponseEntity

type GetNationalIdResponseEntity struct {
	DateOfBirth        *string `json:"date_of_birth,omitempty"`
	FirstName          *string `json:"first_name,omitempty"`
	Gender             *string `json:"gender,omitempty"`
	Id                 *string `json:"id,omitempty"`
	IsDateOfBirthMatch *bool   `json:"is_date_of_birth_match,omitempty"`
	IsFirstNameMatch   *bool   `json:"is_first_name_match,omitempty"`
	IsGenderMatch      *bool   `json:"is_gender_match,omitempty"`
	IsLastNameMatch    *bool   `json:"is_last_name_match,omitempty"`
	IsMiddleNameMatch  *bool   `json:"is_middle_name_match,omitempty"`
	LastName           *string `json:"last_name,omitempty"`
	MiddleName         *string `json:"middle_name,omitempty"`
}

GetNationalIdResponseEntity struct for GetNationalIdResponseEntity

func NewGetNationalIdResponseEntity

func NewGetNationalIdResponseEntity() *GetNationalIdResponseEntity

NewGetNationalIdResponseEntity instantiates a new GetNationalIdResponseEntity 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 NewGetNationalIdResponseEntityWithDefaults

func NewGetNationalIdResponseEntityWithDefaults() *GetNationalIdResponseEntity

NewGetNationalIdResponseEntityWithDefaults instantiates a new GetNationalIdResponseEntity 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 (*GetNationalIdResponseEntity) GetDateOfBirth

func (o *GetNationalIdResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetDateOfBirthOk

func (o *GetNationalIdResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetFirstName

func (o *GetNationalIdResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetFirstNameOk

func (o *GetNationalIdResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetGender

func (o *GetNationalIdResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetGenderOk

func (o *GetNationalIdResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIdOk

func (o *GetNationalIdResponseEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetIsDateOfBirthMatch

func (o *GetNationalIdResponseEntity) GetIsDateOfBirthMatch() bool

GetIsDateOfBirthMatch returns the IsDateOfBirthMatch field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIsDateOfBirthMatchOk

func (o *GetNationalIdResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)

GetIsDateOfBirthMatchOk returns a tuple with the IsDateOfBirthMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetIsFirstNameMatch

func (o *GetNationalIdResponseEntity) GetIsFirstNameMatch() bool

GetIsFirstNameMatch returns the IsFirstNameMatch field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIsFirstNameMatchOk

func (o *GetNationalIdResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)

GetIsFirstNameMatchOk returns a tuple with the IsFirstNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetIsGenderMatch

func (o *GetNationalIdResponseEntity) GetIsGenderMatch() bool

GetIsGenderMatch returns the IsGenderMatch field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIsGenderMatchOk

func (o *GetNationalIdResponseEntity) GetIsGenderMatchOk() (*bool, bool)

GetIsGenderMatchOk returns a tuple with the IsGenderMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetIsLastNameMatch

func (o *GetNationalIdResponseEntity) GetIsLastNameMatch() bool

GetIsLastNameMatch returns the IsLastNameMatch field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIsLastNameMatchOk

func (o *GetNationalIdResponseEntity) GetIsLastNameMatchOk() (*bool, bool)

GetIsLastNameMatchOk returns a tuple with the IsLastNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetIsMiddleNameMatch

func (o *GetNationalIdResponseEntity) GetIsMiddleNameMatch() bool

GetIsMiddleNameMatch returns the IsMiddleNameMatch field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetIsMiddleNameMatchOk

func (o *GetNationalIdResponseEntity) GetIsMiddleNameMatchOk() (*bool, bool)

GetIsMiddleNameMatchOk returns a tuple with the IsMiddleNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetLastName

func (o *GetNationalIdResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetLastNameOk

func (o *GetNationalIdResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) GetMiddleName

func (o *GetNationalIdResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetNationalIdResponseEntity) GetMiddleNameOk

func (o *GetNationalIdResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNationalIdResponseEntity) HasDateOfBirth

func (o *GetNationalIdResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasFirstName

func (o *GetNationalIdResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasGender

func (o *GetNationalIdResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasId

func (o *GetNationalIdResponseEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasIsDateOfBirthMatch

func (o *GetNationalIdResponseEntity) HasIsDateOfBirthMatch() bool

HasIsDateOfBirthMatch returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasIsFirstNameMatch

func (o *GetNationalIdResponseEntity) HasIsFirstNameMatch() bool

HasIsFirstNameMatch returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasIsGenderMatch

func (o *GetNationalIdResponseEntity) HasIsGenderMatch() bool

HasIsGenderMatch returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasIsLastNameMatch

func (o *GetNationalIdResponseEntity) HasIsLastNameMatch() bool

HasIsLastNameMatch returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasIsMiddleNameMatch

func (o *GetNationalIdResponseEntity) HasIsMiddleNameMatch() bool

HasIsMiddleNameMatch returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasLastName

func (o *GetNationalIdResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetNationalIdResponseEntity) HasMiddleName

func (o *GetNationalIdResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (GetNationalIdResponseEntity) MarshalJSON

func (o GetNationalIdResponseEntity) MarshalJSON() ([]byte, error)

func (*GetNationalIdResponseEntity) SetDateOfBirth

func (o *GetNationalIdResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetNationalIdResponseEntity) SetFirstName

func (o *GetNationalIdResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetNationalIdResponseEntity) SetGender

func (o *GetNationalIdResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetNationalIdResponseEntity) SetId

func (o *GetNationalIdResponseEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetNationalIdResponseEntity) SetIsDateOfBirthMatch

func (o *GetNationalIdResponseEntity) SetIsDateOfBirthMatch(v bool)

SetIsDateOfBirthMatch gets a reference to the given bool and assigns it to the IsDateOfBirthMatch field.

func (*GetNationalIdResponseEntity) SetIsFirstNameMatch

func (o *GetNationalIdResponseEntity) SetIsFirstNameMatch(v bool)

SetIsFirstNameMatch gets a reference to the given bool and assigns it to the IsFirstNameMatch field.

func (*GetNationalIdResponseEntity) SetIsGenderMatch

func (o *GetNationalIdResponseEntity) SetIsGenderMatch(v bool)

SetIsGenderMatch gets a reference to the given bool and assigns it to the IsGenderMatch field.

func (*GetNationalIdResponseEntity) SetIsLastNameMatch

func (o *GetNationalIdResponseEntity) SetIsLastNameMatch(v bool)

SetIsLastNameMatch gets a reference to the given bool and assigns it to the IsLastNameMatch field.

func (*GetNationalIdResponseEntity) SetIsMiddleNameMatch

func (o *GetNationalIdResponseEntity) SetIsMiddleNameMatch(v bool)

SetIsMiddleNameMatch gets a reference to the given bool and assigns it to the IsMiddleNameMatch field.

func (*GetNationalIdResponseEntity) SetLastName

func (o *GetNationalIdResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetNationalIdResponseEntity) SetMiddleName

func (o *GetNationalIdResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

type GetNubanResponse

type GetNubanResponse struct {
	Entity *GetNubanResponseEntity `json:"entity,omitempty"`
}

GetNubanResponse struct for GetNubanResponse

func NewGetNubanResponse

func NewGetNubanResponse() *GetNubanResponse

NewGetNubanResponse instantiates a new GetNubanResponse 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 NewGetNubanResponseWithDefaults

func NewGetNubanResponseWithDefaults() *GetNubanResponse

NewGetNubanResponseWithDefaults instantiates a new GetNubanResponse 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 (*GetNubanResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetNubanResponse) GetEntityOk

func (o *GetNubanResponse) GetEntityOk() (*GetNubanResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponse) HasEntity

func (o *GetNubanResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetNubanResponse) MarshalJSON

func (o GetNubanResponse) MarshalJSON() ([]byte, error)

func (*GetNubanResponse) SetEntity

func (o *GetNubanResponse) SetEntity(v GetNubanResponseEntity)

SetEntity gets a reference to the given GetNubanResponseEntity and assigns it to the Entity field.

type GetNubanResponseEntity

type GetNubanResponseEntity struct {
	AccountCurrency *string `json:"account_currency,omitempty"`
	AccountName     *string `json:"account_name,omitempty"`
	AccountNumber   *string `json:"account_number,omitempty"`
	AccountType     *string `json:"account_type,omitempty"`
	Address1        *string `json:"address_1,omitempty"`
	Address2        *string `json:"address_2,omitempty"`
	City            *string `json:"city,omitempty"`
	CountryCode     *string `json:"country_code,omitempty"`
	CountryOfBirth  *string `json:"country_of_birth,omitempty"`
	CountryOfIssue  *string `json:"country_of_issue,omitempty"`
	Dob             *string `json:"dob,omitempty"`
	ExpiryDate      *string `json:"expiry_date,omitempty"`
	FirstName       *string `json:"first_name,omitempty"`
	IdentityNumber  *string `json:"identity_number,omitempty"`
	IdentityType    *string `json:"identity_type,omitempty"`
	LastName        *string `json:"last_name,omitempty"`
	Nationality     *string `json:"nationality,omitempty"`
	OtherNames      *string `json:"other_names,omitempty"`
	Phone           *string `json:"phone,omitempty"`
	PostalCode      *string `json:"postal_code,omitempty"`
	Reference       *string `json:"reference,omitempty"`
	StateCode       *string `json:"state_code,omitempty"`
}

GetNubanResponseEntity struct for GetNubanResponseEntity

func NewGetNubanResponseEntity

func NewGetNubanResponseEntity() *GetNubanResponseEntity

NewGetNubanResponseEntity instantiates a new GetNubanResponseEntity 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 NewGetNubanResponseEntityWithDefaults

func NewGetNubanResponseEntityWithDefaults() *GetNubanResponseEntity

NewGetNubanResponseEntityWithDefaults instantiates a new GetNubanResponseEntity 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 (*GetNubanResponseEntity) GetAccountCurrency

func (o *GetNubanResponseEntity) GetAccountCurrency() string

GetAccountCurrency returns the AccountCurrency field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAccountCurrencyOk

func (o *GetNubanResponseEntity) GetAccountCurrencyOk() (*string, bool)

GetAccountCurrencyOk returns a tuple with the AccountCurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetAccountName

func (o *GetNubanResponseEntity) GetAccountName() string

GetAccountName returns the AccountName field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAccountNameOk

func (o *GetNubanResponseEntity) GetAccountNameOk() (*string, bool)

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetAccountNumber

func (o *GetNubanResponseEntity) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAccountNumberOk

func (o *GetNubanResponseEntity) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetAccountType

func (o *GetNubanResponseEntity) GetAccountType() string

GetAccountType returns the AccountType field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAccountTypeOk

func (o *GetNubanResponseEntity) GetAccountTypeOk() (*string, bool)

GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetAddress1

func (o *GetNubanResponseEntity) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAddress1Ok

func (o *GetNubanResponseEntity) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetAddress2

func (o *GetNubanResponseEntity) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetAddress2Ok

func (o *GetNubanResponseEntity) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetCity

func (o *GetNubanResponseEntity) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetCityOk

func (o *GetNubanResponseEntity) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetCountryCode

func (o *GetNubanResponseEntity) GetCountryCode() string

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetCountryCodeOk

func (o *GetNubanResponseEntity) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetCountryOfBirth

func (o *GetNubanResponseEntity) GetCountryOfBirth() string

GetCountryOfBirth returns the CountryOfBirth field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetCountryOfBirthOk

func (o *GetNubanResponseEntity) GetCountryOfBirthOk() (*string, bool)

GetCountryOfBirthOk returns a tuple with the CountryOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetCountryOfIssue

func (o *GetNubanResponseEntity) GetCountryOfIssue() string

GetCountryOfIssue returns the CountryOfIssue field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetCountryOfIssueOk

func (o *GetNubanResponseEntity) GetCountryOfIssueOk() (*string, bool)

GetCountryOfIssueOk returns a tuple with the CountryOfIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetDob

func (o *GetNubanResponseEntity) GetDob() string

GetDob returns the Dob field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetDobOk

func (o *GetNubanResponseEntity) GetDobOk() (*string, bool)

GetDobOk returns a tuple with the Dob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetExpiryDate

func (o *GetNubanResponseEntity) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetExpiryDateOk

func (o *GetNubanResponseEntity) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetFirstName

func (o *GetNubanResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetFirstNameOk

func (o *GetNubanResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetIdentityNumber

func (o *GetNubanResponseEntity) GetIdentityNumber() string

GetIdentityNumber returns the IdentityNumber field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetIdentityNumberOk

func (o *GetNubanResponseEntity) GetIdentityNumberOk() (*string, bool)

GetIdentityNumberOk returns a tuple with the IdentityNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetIdentityType

func (o *GetNubanResponseEntity) GetIdentityType() string

GetIdentityType returns the IdentityType field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetIdentityTypeOk

func (o *GetNubanResponseEntity) GetIdentityTypeOk() (*string, bool)

GetIdentityTypeOk returns a tuple with the IdentityType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetLastName

func (o *GetNubanResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetLastNameOk

func (o *GetNubanResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetNationality

func (o *GetNubanResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetNationalityOk

func (o *GetNubanResponseEntity) GetNationalityOk() (*string, bool)

GetNationalityOk returns a tuple with the Nationality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetOtherNames

func (o *GetNubanResponseEntity) GetOtherNames() string

GetOtherNames returns the OtherNames field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetOtherNamesOk

func (o *GetNubanResponseEntity) GetOtherNamesOk() (*string, bool)

GetOtherNamesOk returns a tuple with the OtherNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetPhone

func (o *GetNubanResponseEntity) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetPhoneOk

func (o *GetNubanResponseEntity) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetPostalCode

func (o *GetNubanResponseEntity) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetPostalCodeOk

func (o *GetNubanResponseEntity) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetReference

func (o *GetNubanResponseEntity) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetReferenceOk

func (o *GetNubanResponseEntity) GetReferenceOk() (*string, bool)

GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) GetStateCode

func (o *GetNubanResponseEntity) GetStateCode() string

GetStateCode returns the StateCode field value if set, zero value otherwise.

func (*GetNubanResponseEntity) GetStateCodeOk

func (o *GetNubanResponseEntity) GetStateCodeOk() (*string, bool)

GetStateCodeOk returns a tuple with the StateCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetNubanResponseEntity) HasAccountCurrency

func (o *GetNubanResponseEntity) HasAccountCurrency() bool

HasAccountCurrency returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasAccountName

func (o *GetNubanResponseEntity) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasAccountNumber

func (o *GetNubanResponseEntity) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasAccountType

func (o *GetNubanResponseEntity) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasAddress1

func (o *GetNubanResponseEntity) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasAddress2

func (o *GetNubanResponseEntity) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasCity

func (o *GetNubanResponseEntity) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasCountryCode

func (o *GetNubanResponseEntity) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasCountryOfBirth

func (o *GetNubanResponseEntity) HasCountryOfBirth() bool

HasCountryOfBirth returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasCountryOfIssue

func (o *GetNubanResponseEntity) HasCountryOfIssue() bool

HasCountryOfIssue returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasDob

func (o *GetNubanResponseEntity) HasDob() bool

HasDob returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasExpiryDate

func (o *GetNubanResponseEntity) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasFirstName

func (o *GetNubanResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasIdentityNumber

func (o *GetNubanResponseEntity) HasIdentityNumber() bool

HasIdentityNumber returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasIdentityType

func (o *GetNubanResponseEntity) HasIdentityType() bool

HasIdentityType returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasLastName

func (o *GetNubanResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasNationality

func (o *GetNubanResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasOtherNames

func (o *GetNubanResponseEntity) HasOtherNames() bool

HasOtherNames returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasPhone

func (o *GetNubanResponseEntity) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasPostalCode

func (o *GetNubanResponseEntity) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasReference

func (o *GetNubanResponseEntity) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*GetNubanResponseEntity) HasStateCode

func (o *GetNubanResponseEntity) HasStateCode() bool

HasStateCode returns a boolean if a field has been set.

func (GetNubanResponseEntity) MarshalJSON

func (o GetNubanResponseEntity) MarshalJSON() ([]byte, error)

func (*GetNubanResponseEntity) SetAccountCurrency

func (o *GetNubanResponseEntity) SetAccountCurrency(v string)

SetAccountCurrency gets a reference to the given string and assigns it to the AccountCurrency field.

func (*GetNubanResponseEntity) SetAccountName

func (o *GetNubanResponseEntity) SetAccountName(v string)

SetAccountName gets a reference to the given string and assigns it to the AccountName field.

func (*GetNubanResponseEntity) SetAccountNumber

func (o *GetNubanResponseEntity) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*GetNubanResponseEntity) SetAccountType

func (o *GetNubanResponseEntity) SetAccountType(v string)

SetAccountType gets a reference to the given string and assigns it to the AccountType field.

func (*GetNubanResponseEntity) SetAddress1

func (o *GetNubanResponseEntity) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*GetNubanResponseEntity) SetAddress2

func (o *GetNubanResponseEntity) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*GetNubanResponseEntity) SetCity

func (o *GetNubanResponseEntity) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*GetNubanResponseEntity) SetCountryCode

func (o *GetNubanResponseEntity) SetCountryCode(v string)

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*GetNubanResponseEntity) SetCountryOfBirth

func (o *GetNubanResponseEntity) SetCountryOfBirth(v string)

SetCountryOfBirth gets a reference to the given string and assigns it to the CountryOfBirth field.

func (*GetNubanResponseEntity) SetCountryOfIssue

func (o *GetNubanResponseEntity) SetCountryOfIssue(v string)

SetCountryOfIssue gets a reference to the given string and assigns it to the CountryOfIssue field.

func (*GetNubanResponseEntity) SetDob

func (o *GetNubanResponseEntity) SetDob(v string)

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*GetNubanResponseEntity) SetExpiryDate

func (o *GetNubanResponseEntity) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field.

func (*GetNubanResponseEntity) SetFirstName

func (o *GetNubanResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetNubanResponseEntity) SetIdentityNumber

func (o *GetNubanResponseEntity) SetIdentityNumber(v string)

SetIdentityNumber gets a reference to the given string and assigns it to the IdentityNumber field.

func (*GetNubanResponseEntity) SetIdentityType

func (o *GetNubanResponseEntity) SetIdentityType(v string)

SetIdentityType gets a reference to the given string and assigns it to the IdentityType field.

func (*GetNubanResponseEntity) SetLastName

func (o *GetNubanResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetNubanResponseEntity) SetNationality

func (o *GetNubanResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*GetNubanResponseEntity) SetOtherNames

func (o *GetNubanResponseEntity) SetOtherNames(v string)

SetOtherNames gets a reference to the given string and assigns it to the OtherNames field.

func (*GetNubanResponseEntity) SetPhone

func (o *GetNubanResponseEntity) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*GetNubanResponseEntity) SetPostalCode

func (o *GetNubanResponseEntity) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*GetNubanResponseEntity) SetReference

func (o *GetNubanResponseEntity) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*GetNubanResponseEntity) SetStateCode

func (o *GetNubanResponseEntity) SetStateCode(v string)

SetStateCode gets a reference to the given string and assigns it to the StateCode field.

type GetPassportResponse

type GetPassportResponse struct {
	Entity *GetPassportResponseEntity `json:"entity,omitempty"`
}

GetPassportResponse struct for GetPassportResponse

func NewGetPassportResponse

func NewGetPassportResponse() *GetPassportResponse

NewGetPassportResponse instantiates a new GetPassportResponse 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 NewGetPassportResponseWithDefaults

func NewGetPassportResponseWithDefaults() *GetPassportResponse

NewGetPassportResponseWithDefaults instantiates a new GetPassportResponse 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 (*GetPassportResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetPassportResponse) GetEntityOk

func (o *GetPassportResponse) GetEntityOk() (*GetPassportResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponse) HasEntity

func (o *GetPassportResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetPassportResponse) MarshalJSON

func (o GetPassportResponse) MarshalJSON() ([]byte, error)

func (*GetPassportResponse) SetEntity

SetEntity gets a reference to the given GetPassportResponseEntity and assigns it to the Entity field.

type GetPassportResponseEntity

type GetPassportResponseEntity struct {
	DateOfBirth        *string  `json:"date_of_birth,omitempty"`
	ExpiryDate         *string  `json:"expiry_date,omitempty"`
	FirstName          *string  `json:"first_name,omitempty"`
	Gender             *string  `json:"gender,omitempty"`
	Id                 *string  `json:"id,omitempty"`
	IsDateOfBirthMatch *bool    `json:"is_date_of_birth_match,omitempty"`
	IsFirstNameMatch   *bool    `json:"is_first_name_match,omitempty"`
	IsLastNameMatch    *bool    `json:"is_last_name_match,omitempty"`
	IsMiddleNameMatch  *bool    `json:"is_middle_name_match,omitempty"`
	IssueDate          *string  `json:"issue_date,omitempty"`
	LastName           *string  `json:"last_name,omitempty"`
	MiddleName         *string  `json:"middle_name,omitempty"`
	Picture            *string  `json:"picture,omitempty"`
	PlaceOfBirth       *string  `json:"place_of_birth,omitempty"`
	PlaceOfIssue       *string  `json:"place_of_issue,omitempty"`
	Status             *float32 `json:"status,omitempty"`
}

GetPassportResponseEntity struct for GetPassportResponseEntity

func NewGetPassportResponseEntity

func NewGetPassportResponseEntity() *GetPassportResponseEntity

NewGetPassportResponseEntity instantiates a new GetPassportResponseEntity 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 NewGetPassportResponseEntityWithDefaults

func NewGetPassportResponseEntityWithDefaults() *GetPassportResponseEntity

NewGetPassportResponseEntityWithDefaults instantiates a new GetPassportResponseEntity 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 (*GetPassportResponseEntity) GetDateOfBirth

func (o *GetPassportResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetDateOfBirthOk

func (o *GetPassportResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetExpiryDate

func (o *GetPassportResponseEntity) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetExpiryDateOk

func (o *GetPassportResponseEntity) GetExpiryDateOk() (*string, bool)

GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetFirstName

func (o *GetPassportResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetFirstNameOk

func (o *GetPassportResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetGender

func (o *GetPassportResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetGenderOk

func (o *GetPassportResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetId

func (o *GetPassportResponseEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIdOk

func (o *GetPassportResponseEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetIsDateOfBirthMatch

func (o *GetPassportResponseEntity) GetIsDateOfBirthMatch() bool

GetIsDateOfBirthMatch returns the IsDateOfBirthMatch field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIsDateOfBirthMatchOk

func (o *GetPassportResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)

GetIsDateOfBirthMatchOk returns a tuple with the IsDateOfBirthMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetIsFirstNameMatch

func (o *GetPassportResponseEntity) GetIsFirstNameMatch() bool

GetIsFirstNameMatch returns the IsFirstNameMatch field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIsFirstNameMatchOk

func (o *GetPassportResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)

GetIsFirstNameMatchOk returns a tuple with the IsFirstNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetIsLastNameMatch

func (o *GetPassportResponseEntity) GetIsLastNameMatch() bool

GetIsLastNameMatch returns the IsLastNameMatch field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIsLastNameMatchOk

func (o *GetPassportResponseEntity) GetIsLastNameMatchOk() (*bool, bool)

GetIsLastNameMatchOk returns a tuple with the IsLastNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetIsMiddleNameMatch

func (o *GetPassportResponseEntity) GetIsMiddleNameMatch() bool

GetIsMiddleNameMatch returns the IsMiddleNameMatch field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIsMiddleNameMatchOk

func (o *GetPassportResponseEntity) GetIsMiddleNameMatchOk() (*bool, bool)

GetIsMiddleNameMatchOk returns a tuple with the IsMiddleNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetIssueDate

func (o *GetPassportResponseEntity) GetIssueDate() string

GetIssueDate returns the IssueDate field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetIssueDateOk

func (o *GetPassportResponseEntity) GetIssueDateOk() (*string, bool)

GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetLastName

func (o *GetPassportResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetLastNameOk

func (o *GetPassportResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetMiddleName

func (o *GetPassportResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetMiddleNameOk

func (o *GetPassportResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetPicture

func (o *GetPassportResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetPictureOk

func (o *GetPassportResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetPlaceOfBirth

func (o *GetPassportResponseEntity) GetPlaceOfBirth() string

GetPlaceOfBirth returns the PlaceOfBirth field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetPlaceOfBirthOk

func (o *GetPassportResponseEntity) GetPlaceOfBirthOk() (*string, bool)

GetPlaceOfBirthOk returns a tuple with the PlaceOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetPlaceOfIssue

func (o *GetPassportResponseEntity) GetPlaceOfIssue() string

GetPlaceOfIssue returns the PlaceOfIssue field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetPlaceOfIssueOk

func (o *GetPassportResponseEntity) GetPlaceOfIssueOk() (*string, bool)

GetPlaceOfIssueOk returns a tuple with the PlaceOfIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) GetStatus

func (o *GetPassportResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetPassportResponseEntity) GetStatusOk

func (o *GetPassportResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPassportResponseEntity) HasDateOfBirth

func (o *GetPassportResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasExpiryDate

func (o *GetPassportResponseEntity) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasFirstName

func (o *GetPassportResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasGender

func (o *GetPassportResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasId

func (o *GetPassportResponseEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasIsDateOfBirthMatch

func (o *GetPassportResponseEntity) HasIsDateOfBirthMatch() bool

HasIsDateOfBirthMatch returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasIsFirstNameMatch

func (o *GetPassportResponseEntity) HasIsFirstNameMatch() bool

HasIsFirstNameMatch returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasIsLastNameMatch

func (o *GetPassportResponseEntity) HasIsLastNameMatch() bool

HasIsLastNameMatch returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasIsMiddleNameMatch

func (o *GetPassportResponseEntity) HasIsMiddleNameMatch() bool

HasIsMiddleNameMatch returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasIssueDate

func (o *GetPassportResponseEntity) HasIssueDate() bool

HasIssueDate returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasLastName

func (o *GetPassportResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasMiddleName

func (o *GetPassportResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasPicture

func (o *GetPassportResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasPlaceOfBirth

func (o *GetPassportResponseEntity) HasPlaceOfBirth() bool

HasPlaceOfBirth returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasPlaceOfIssue

func (o *GetPassportResponseEntity) HasPlaceOfIssue() bool

HasPlaceOfIssue returns a boolean if a field has been set.

func (*GetPassportResponseEntity) HasStatus

func (o *GetPassportResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetPassportResponseEntity) MarshalJSON

func (o GetPassportResponseEntity) MarshalJSON() ([]byte, error)

func (*GetPassportResponseEntity) SetDateOfBirth

func (o *GetPassportResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetPassportResponseEntity) SetExpiryDate

func (o *GetPassportResponseEntity) SetExpiryDate(v string)

SetExpiryDate gets a reference to the given string and assigns it to the ExpiryDate field.

func (*GetPassportResponseEntity) SetFirstName

func (o *GetPassportResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetPassportResponseEntity) SetGender

func (o *GetPassportResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetPassportResponseEntity) SetId

func (o *GetPassportResponseEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetPassportResponseEntity) SetIsDateOfBirthMatch

func (o *GetPassportResponseEntity) SetIsDateOfBirthMatch(v bool)

SetIsDateOfBirthMatch gets a reference to the given bool and assigns it to the IsDateOfBirthMatch field.

func (*GetPassportResponseEntity) SetIsFirstNameMatch

func (o *GetPassportResponseEntity) SetIsFirstNameMatch(v bool)

SetIsFirstNameMatch gets a reference to the given bool and assigns it to the IsFirstNameMatch field.

func (*GetPassportResponseEntity) SetIsLastNameMatch

func (o *GetPassportResponseEntity) SetIsLastNameMatch(v bool)

SetIsLastNameMatch gets a reference to the given bool and assigns it to the IsLastNameMatch field.

func (*GetPassportResponseEntity) SetIsMiddleNameMatch

func (o *GetPassportResponseEntity) SetIsMiddleNameMatch(v bool)

SetIsMiddleNameMatch gets a reference to the given bool and assigns it to the IsMiddleNameMatch field.

func (*GetPassportResponseEntity) SetIssueDate

func (o *GetPassportResponseEntity) SetIssueDate(v string)

SetIssueDate gets a reference to the given string and assigns it to the IssueDate field.

func (*GetPassportResponseEntity) SetLastName

func (o *GetPassportResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetPassportResponseEntity) SetMiddleName

func (o *GetPassportResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetPassportResponseEntity) SetPicture

func (o *GetPassportResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*GetPassportResponseEntity) SetPlaceOfBirth

func (o *GetPassportResponseEntity) SetPlaceOfBirth(v string)

SetPlaceOfBirth gets a reference to the given string and assigns it to the PlaceOfBirth field.

func (*GetPassportResponseEntity) SetPlaceOfIssue

func (o *GetPassportResponseEntity) SetPlaceOfIssue(v string)

SetPlaceOfIssue gets a reference to the given string and assigns it to the PlaceOfIssue field.

func (*GetPassportResponseEntity) SetStatus

func (o *GetPassportResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

type GetPhoneNumber404Response

type GetPhoneNumber404Response struct {
	Entity *GetPhoneNumber404ResponseEntity `json:"entity,omitempty"`
}

GetPhoneNumber404Response struct for GetPhoneNumber404Response

func NewGetPhoneNumber404Response

func NewGetPhoneNumber404Response() *GetPhoneNumber404Response

NewGetPhoneNumber404Response instantiates a new GetPhoneNumber404Response 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 NewGetPhoneNumber404ResponseWithDefaults

func NewGetPhoneNumber404ResponseWithDefaults() *GetPhoneNumber404Response

NewGetPhoneNumber404ResponseWithDefaults instantiates a new GetPhoneNumber404Response 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 (*GetPhoneNumber404Response) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetPhoneNumber404Response) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404Response) HasEntity

func (o *GetPhoneNumber404Response) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetPhoneNumber404Response) MarshalJSON

func (o GetPhoneNumber404Response) MarshalJSON() ([]byte, error)

func (*GetPhoneNumber404Response) SetEntity

SetEntity gets a reference to the given GetPhoneNumber404ResponseEntity and assigns it to the Entity field.

type GetPhoneNumber404ResponseEntity

type GetPhoneNumber404ResponseEntity struct {
	Title                 *string  `json:"title,omitempty"`
	BirthDate             *string  `json:"birthDate,omitempty"`
	BirthLga              *string  `json:"birthLga,omitempty"`
	BirthState            *string  `json:"birthState,omitempty"`
	EducationalLevel      *string  `json:"educationalLevel,omitempty"`
	EmplymentStatus       *string  `json:"emplymentStatus,omitempty"`
	FirstName             *string  `json:"firstName,omitempty"`
	Gender                *string  `json:"gender,omitempty"`
	Height                *string  `json:"height,omitempty"`
	LastName              *string  `json:"lastName,omitempty"`
	Lga                   *string  `json:"lga,omitempty"`
	MaritalStatus         *string  `json:"maritalStatus,omitempty"`
	MiddleName            *string  `json:"middleName,omitempty"`
	Msisdn                *string  `json:"msisdn,omitempty"`
	Nin                   *string  `json:"nin,omitempty"`
	NspokenLang           *string  `json:"nspokenLang,omitempty"`
	Ospokenlang           *string  `json:"ospokenlang,omitempty"`
	Picture               *string  `json:"picture,omitempty"`
	Profession            *string  `json:"profession,omitempty"`
	Religion              *string  `json:"religion,omitempty"`
	ResidenceAddressLine1 *string  `json:"residenceAddressLine1,omitempty"`
	ResidenceLga          *string  `json:"residenceLga,omitempty"`
	ResidenceState        *string  `json:"residenceState,omitempty"`
	ResidenceStatus       *string  `json:"residenceStatus,omitempty"`
	ResidenceTown         *string  `json:"residenceTown,omitempty"`
	SelfOriginLga         *string  `json:"selfOriginLga,omitempty"`
	SelfOriginPlace       *string  `json:"selfOriginPlace,omitempty"`
	SelfOriginState       *string  `json:"selfOriginState,omitempty"`
	State                 *string  `json:"state,omitempty"`
	Status                *float32 `json:"status,omitempty"`
}

GetPhoneNumber404ResponseEntity struct for GetPhoneNumber404ResponseEntity

func NewGetPhoneNumber404ResponseEntity

func NewGetPhoneNumber404ResponseEntity() *GetPhoneNumber404ResponseEntity

NewGetPhoneNumber404ResponseEntity instantiates a new GetPhoneNumber404ResponseEntity 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 NewGetPhoneNumber404ResponseEntityWithDefaults

func NewGetPhoneNumber404ResponseEntityWithDefaults() *GetPhoneNumber404ResponseEntity

NewGetPhoneNumber404ResponseEntityWithDefaults instantiates a new GetPhoneNumber404ResponseEntity 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 (*GetPhoneNumber404ResponseEntity) GetBirthDate

func (o *GetPhoneNumber404ResponseEntity) GetBirthDate() string

GetBirthDate returns the BirthDate field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetBirthDateOk

func (o *GetPhoneNumber404ResponseEntity) GetBirthDateOk() (*string, bool)

GetBirthDateOk returns a tuple with the BirthDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetBirthLga

func (o *GetPhoneNumber404ResponseEntity) GetBirthLga() string

GetBirthLga returns the BirthLga field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetBirthLgaOk

func (o *GetPhoneNumber404ResponseEntity) GetBirthLgaOk() (*string, bool)

GetBirthLgaOk returns a tuple with the BirthLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetBirthState

func (o *GetPhoneNumber404ResponseEntity) GetBirthState() string

GetBirthState returns the BirthState field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetBirthStateOk

func (o *GetPhoneNumber404ResponseEntity) GetBirthStateOk() (*string, bool)

GetBirthStateOk returns a tuple with the BirthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetEducationalLevel

func (o *GetPhoneNumber404ResponseEntity) GetEducationalLevel() string

GetEducationalLevel returns the EducationalLevel field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetEducationalLevelOk

func (o *GetPhoneNumber404ResponseEntity) GetEducationalLevelOk() (*string, bool)

GetEducationalLevelOk returns a tuple with the EducationalLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetEmplymentStatus

func (o *GetPhoneNumber404ResponseEntity) GetEmplymentStatus() string

GetEmplymentStatus returns the EmplymentStatus field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetEmplymentStatusOk

func (o *GetPhoneNumber404ResponseEntity) GetEmplymentStatusOk() (*string, bool)

GetEmplymentStatusOk returns a tuple with the EmplymentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetFirstName

func (o *GetPhoneNumber404ResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetFirstNameOk

func (o *GetPhoneNumber404ResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetGender

func (o *GetPhoneNumber404ResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetGenderOk

func (o *GetPhoneNumber404ResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetHeight

func (o *GetPhoneNumber404ResponseEntity) GetHeight() string

GetHeight returns the Height field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetHeightOk

func (o *GetPhoneNumber404ResponseEntity) GetHeightOk() (*string, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetLastName

func (o *GetPhoneNumber404ResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetLastNameOk

func (o *GetPhoneNumber404ResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetLga

GetLga returns the Lga field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetLgaOk

func (o *GetPhoneNumber404ResponseEntity) GetLgaOk() (*string, bool)

GetLgaOk returns a tuple with the Lga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetMaritalStatus

func (o *GetPhoneNumber404ResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetMaritalStatusOk

func (o *GetPhoneNumber404ResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetMiddleName

func (o *GetPhoneNumber404ResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetMiddleNameOk

func (o *GetPhoneNumber404ResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetMsisdn

func (o *GetPhoneNumber404ResponseEntity) GetMsisdn() string

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetMsisdnOk

func (o *GetPhoneNumber404ResponseEntity) GetMsisdnOk() (*string, bool)

GetMsisdnOk returns a tuple with the Msisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetNinOk

func (o *GetPhoneNumber404ResponseEntity) GetNinOk() (*string, bool)

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetNspokenLang

func (o *GetPhoneNumber404ResponseEntity) GetNspokenLang() string

GetNspokenLang returns the NspokenLang field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetNspokenLangOk

func (o *GetPhoneNumber404ResponseEntity) GetNspokenLangOk() (*string, bool)

GetNspokenLangOk returns a tuple with the NspokenLang field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetOspokenlang

func (o *GetPhoneNumber404ResponseEntity) GetOspokenlang() string

GetOspokenlang returns the Ospokenlang field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetOspokenlangOk

func (o *GetPhoneNumber404ResponseEntity) GetOspokenlangOk() (*string, bool)

GetOspokenlangOk returns a tuple with the Ospokenlang field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetPicture

func (o *GetPhoneNumber404ResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetPictureOk

func (o *GetPhoneNumber404ResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetProfession

func (o *GetPhoneNumber404ResponseEntity) GetProfession() string

GetProfession returns the Profession field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetProfessionOk

func (o *GetPhoneNumber404ResponseEntity) GetProfessionOk() (*string, bool)

GetProfessionOk returns a tuple with the Profession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetReligion

func (o *GetPhoneNumber404ResponseEntity) GetReligion() string

GetReligion returns the Religion field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetReligionOk

func (o *GetPhoneNumber404ResponseEntity) GetReligionOk() (*string, bool)

GetReligionOk returns a tuple with the Religion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetResidenceAddressLine1

func (o *GetPhoneNumber404ResponseEntity) GetResidenceAddressLine1() string

GetResidenceAddressLine1 returns the ResidenceAddressLine1 field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetResidenceAddressLine1Ok

func (o *GetPhoneNumber404ResponseEntity) GetResidenceAddressLine1Ok() (*string, bool)

GetResidenceAddressLine1Ok returns a tuple with the ResidenceAddressLine1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetResidenceLga

func (o *GetPhoneNumber404ResponseEntity) GetResidenceLga() string

GetResidenceLga returns the ResidenceLga field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetResidenceLgaOk

func (o *GetPhoneNumber404ResponseEntity) GetResidenceLgaOk() (*string, bool)

GetResidenceLgaOk returns a tuple with the ResidenceLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetResidenceState

func (o *GetPhoneNumber404ResponseEntity) GetResidenceState() string

GetResidenceState returns the ResidenceState field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetResidenceStateOk

func (o *GetPhoneNumber404ResponseEntity) GetResidenceStateOk() (*string, bool)

GetResidenceStateOk returns a tuple with the ResidenceState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetResidenceStatus

func (o *GetPhoneNumber404ResponseEntity) GetResidenceStatus() string

GetResidenceStatus returns the ResidenceStatus field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetResidenceStatusOk

func (o *GetPhoneNumber404ResponseEntity) GetResidenceStatusOk() (*string, bool)

GetResidenceStatusOk returns a tuple with the ResidenceStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetResidenceTown

func (o *GetPhoneNumber404ResponseEntity) GetResidenceTown() string

GetResidenceTown returns the ResidenceTown field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetResidenceTownOk

func (o *GetPhoneNumber404ResponseEntity) GetResidenceTownOk() (*string, bool)

GetResidenceTownOk returns a tuple with the ResidenceTown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginLga

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginLga() string

GetSelfOriginLga returns the SelfOriginLga field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginLgaOk

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginLgaOk() (*string, bool)

GetSelfOriginLgaOk returns a tuple with the SelfOriginLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginPlace

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginPlace() string

GetSelfOriginPlace returns the SelfOriginPlace field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginPlaceOk

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginPlaceOk() (*string, bool)

GetSelfOriginPlaceOk returns a tuple with the SelfOriginPlace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginState

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginState() string

GetSelfOriginState returns the SelfOriginState field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetSelfOriginStateOk

func (o *GetPhoneNumber404ResponseEntity) GetSelfOriginStateOk() (*string, bool)

GetSelfOriginStateOk returns a tuple with the SelfOriginState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetState

GetState returns the State field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetStateOk

func (o *GetPhoneNumber404ResponseEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetStatusOk

func (o *GetPhoneNumber404ResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*GetPhoneNumber404ResponseEntity) GetTitleOk

func (o *GetPhoneNumber404ResponseEntity) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumber404ResponseEntity) HasBirthDate

func (o *GetPhoneNumber404ResponseEntity) HasBirthDate() bool

HasBirthDate returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasBirthLga

func (o *GetPhoneNumber404ResponseEntity) HasBirthLga() bool

HasBirthLga returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasBirthState

func (o *GetPhoneNumber404ResponseEntity) HasBirthState() bool

HasBirthState returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasEducationalLevel

func (o *GetPhoneNumber404ResponseEntity) HasEducationalLevel() bool

HasEducationalLevel returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasEmplymentStatus

func (o *GetPhoneNumber404ResponseEntity) HasEmplymentStatus() bool

HasEmplymentStatus returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasFirstName

func (o *GetPhoneNumber404ResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasGender

func (o *GetPhoneNumber404ResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasHeight

func (o *GetPhoneNumber404ResponseEntity) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasLastName

func (o *GetPhoneNumber404ResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasLga

HasLga returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasMaritalStatus

func (o *GetPhoneNumber404ResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasMiddleName

func (o *GetPhoneNumber404ResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasMsisdn

func (o *GetPhoneNumber404ResponseEntity) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasNin

HasNin returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasNspokenLang

func (o *GetPhoneNumber404ResponseEntity) HasNspokenLang() bool

HasNspokenLang returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasOspokenlang

func (o *GetPhoneNumber404ResponseEntity) HasOspokenlang() bool

HasOspokenlang returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasPicture

func (o *GetPhoneNumber404ResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasProfession

func (o *GetPhoneNumber404ResponseEntity) HasProfession() bool

HasProfession returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasReligion

func (o *GetPhoneNumber404ResponseEntity) HasReligion() bool

HasReligion returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasResidenceAddressLine1

func (o *GetPhoneNumber404ResponseEntity) HasResidenceAddressLine1() bool

HasResidenceAddressLine1 returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasResidenceLga

func (o *GetPhoneNumber404ResponseEntity) HasResidenceLga() bool

HasResidenceLga returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasResidenceState

func (o *GetPhoneNumber404ResponseEntity) HasResidenceState() bool

HasResidenceState returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasResidenceStatus

func (o *GetPhoneNumber404ResponseEntity) HasResidenceStatus() bool

HasResidenceStatus returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasResidenceTown

func (o *GetPhoneNumber404ResponseEntity) HasResidenceTown() bool

HasResidenceTown returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasSelfOriginLga

func (o *GetPhoneNumber404ResponseEntity) HasSelfOriginLga() bool

HasSelfOriginLga returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasSelfOriginPlace

func (o *GetPhoneNumber404ResponseEntity) HasSelfOriginPlace() bool

HasSelfOriginPlace returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasSelfOriginState

func (o *GetPhoneNumber404ResponseEntity) HasSelfOriginState() bool

HasSelfOriginState returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasState

func (o *GetPhoneNumber404ResponseEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasStatus

func (o *GetPhoneNumber404ResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetPhoneNumber404ResponseEntity) HasTitle

func (o *GetPhoneNumber404ResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (GetPhoneNumber404ResponseEntity) MarshalJSON

func (o GetPhoneNumber404ResponseEntity) MarshalJSON() ([]byte, error)

func (*GetPhoneNumber404ResponseEntity) SetBirthDate

func (o *GetPhoneNumber404ResponseEntity) SetBirthDate(v string)

SetBirthDate gets a reference to the given string and assigns it to the BirthDate field.

func (*GetPhoneNumber404ResponseEntity) SetBirthLga

func (o *GetPhoneNumber404ResponseEntity) SetBirthLga(v string)

SetBirthLga gets a reference to the given string and assigns it to the BirthLga field.

func (*GetPhoneNumber404ResponseEntity) SetBirthState

func (o *GetPhoneNumber404ResponseEntity) SetBirthState(v string)

SetBirthState gets a reference to the given string and assigns it to the BirthState field.

func (*GetPhoneNumber404ResponseEntity) SetEducationalLevel

func (o *GetPhoneNumber404ResponseEntity) SetEducationalLevel(v string)

SetEducationalLevel gets a reference to the given string and assigns it to the EducationalLevel field.

func (*GetPhoneNumber404ResponseEntity) SetEmplymentStatus

func (o *GetPhoneNumber404ResponseEntity) SetEmplymentStatus(v string)

SetEmplymentStatus gets a reference to the given string and assigns it to the EmplymentStatus field.

func (*GetPhoneNumber404ResponseEntity) SetFirstName

func (o *GetPhoneNumber404ResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetPhoneNumber404ResponseEntity) SetGender

func (o *GetPhoneNumber404ResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetPhoneNumber404ResponseEntity) SetHeight

func (o *GetPhoneNumber404ResponseEntity) SetHeight(v string)

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*GetPhoneNumber404ResponseEntity) SetLastName

func (o *GetPhoneNumber404ResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetPhoneNumber404ResponseEntity) SetLga

SetLga gets a reference to the given string and assigns it to the Lga field.

func (*GetPhoneNumber404ResponseEntity) SetMaritalStatus

func (o *GetPhoneNumber404ResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*GetPhoneNumber404ResponseEntity) SetMiddleName

func (o *GetPhoneNumber404ResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetPhoneNumber404ResponseEntity) SetMsisdn

func (o *GetPhoneNumber404ResponseEntity) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn field.

func (*GetPhoneNumber404ResponseEntity) SetNin

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*GetPhoneNumber404ResponseEntity) SetNspokenLang

func (o *GetPhoneNumber404ResponseEntity) SetNspokenLang(v string)

SetNspokenLang gets a reference to the given string and assigns it to the NspokenLang field.

func (*GetPhoneNumber404ResponseEntity) SetOspokenlang

func (o *GetPhoneNumber404ResponseEntity) SetOspokenlang(v string)

SetOspokenlang gets a reference to the given string and assigns it to the Ospokenlang field.

func (*GetPhoneNumber404ResponseEntity) SetPicture

func (o *GetPhoneNumber404ResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*GetPhoneNumber404ResponseEntity) SetProfession

func (o *GetPhoneNumber404ResponseEntity) SetProfession(v string)

SetProfession gets a reference to the given string and assigns it to the Profession field.

func (*GetPhoneNumber404ResponseEntity) SetReligion

func (o *GetPhoneNumber404ResponseEntity) SetReligion(v string)

SetReligion gets a reference to the given string and assigns it to the Religion field.

func (*GetPhoneNumber404ResponseEntity) SetResidenceAddressLine1

func (o *GetPhoneNumber404ResponseEntity) SetResidenceAddressLine1(v string)

SetResidenceAddressLine1 gets a reference to the given string and assigns it to the ResidenceAddressLine1 field.

func (*GetPhoneNumber404ResponseEntity) SetResidenceLga

func (o *GetPhoneNumber404ResponseEntity) SetResidenceLga(v string)

SetResidenceLga gets a reference to the given string and assigns it to the ResidenceLga field.

func (*GetPhoneNumber404ResponseEntity) SetResidenceState

func (o *GetPhoneNumber404ResponseEntity) SetResidenceState(v string)

SetResidenceState gets a reference to the given string and assigns it to the ResidenceState field.

func (*GetPhoneNumber404ResponseEntity) SetResidenceStatus

func (o *GetPhoneNumber404ResponseEntity) SetResidenceStatus(v string)

SetResidenceStatus gets a reference to the given string and assigns it to the ResidenceStatus field.

func (*GetPhoneNumber404ResponseEntity) SetResidenceTown

func (o *GetPhoneNumber404ResponseEntity) SetResidenceTown(v string)

SetResidenceTown gets a reference to the given string and assigns it to the ResidenceTown field.

func (*GetPhoneNumber404ResponseEntity) SetSelfOriginLga

func (o *GetPhoneNumber404ResponseEntity) SetSelfOriginLga(v string)

SetSelfOriginLga gets a reference to the given string and assigns it to the SelfOriginLga field.

func (*GetPhoneNumber404ResponseEntity) SetSelfOriginPlace

func (o *GetPhoneNumber404ResponseEntity) SetSelfOriginPlace(v string)

SetSelfOriginPlace gets a reference to the given string and assigns it to the SelfOriginPlace field.

func (*GetPhoneNumber404ResponseEntity) SetSelfOriginState

func (o *GetPhoneNumber404ResponseEntity) SetSelfOriginState(v string)

SetSelfOriginState gets a reference to the given string and assigns it to the SelfOriginState field.

func (*GetPhoneNumber404ResponseEntity) SetState

func (o *GetPhoneNumber404ResponseEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*GetPhoneNumber404ResponseEntity) SetStatus

func (o *GetPhoneNumber404ResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*GetPhoneNumber404ResponseEntity) SetTitle

func (o *GetPhoneNumber404ResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

type GetPhoneNumberResponse

type GetPhoneNumberResponse struct {
	Entity *GetPhoneNumberResponseEntity `json:"entity,omitempty"`
}

GetPhoneNumberResponse struct for GetPhoneNumberResponse

func NewGetPhoneNumberResponse

func NewGetPhoneNumberResponse() *GetPhoneNumberResponse

NewGetPhoneNumberResponse instantiates a new GetPhoneNumberResponse 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 NewGetPhoneNumberResponseWithDefaults

func NewGetPhoneNumberResponseWithDefaults() *GetPhoneNumberResponse

NewGetPhoneNumberResponseWithDefaults instantiates a new GetPhoneNumberResponse 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 (*GetPhoneNumberResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetPhoneNumberResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponse) HasEntity

func (o *GetPhoneNumberResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetPhoneNumberResponse) MarshalJSON

func (o GetPhoneNumberResponse) MarshalJSON() ([]byte, error)

func (*GetPhoneNumberResponse) SetEntity

SetEntity gets a reference to the given GetPhoneNumberResponseEntity and assigns it to the Entity field.

type GetPhoneNumberResponseEntity

type GetPhoneNumberResponseEntity struct {
	Title                 *string  `json:"title,omitempty"`
	BirthDate             *string  `json:"birthDate,omitempty"`
	BirthLga              *string  `json:"birthLga,omitempty"`
	BirthState            *string  `json:"birthState,omitempty"`
	EducationalLevel      *string  `json:"educationalLevel,omitempty"`
	EmplymentStatus       *string  `json:"emplymentStatus,omitempty"`
	FirstName             *string  `json:"firstName,omitempty"`
	Gender                *string  `json:"gender,omitempty"`
	Height                *string  `json:"height,omitempty"`
	LastName              *string  `json:"lastName,omitempty"`
	Lga                   *string  `json:"lga,omitempty"`
	MaritalStatus         *string  `json:"maritalStatus,omitempty"`
	MiddleName            *string  `json:"middleName,omitempty"`
	Msisdn                *string  `json:"msisdn,omitempty"`
	Nin                   *string  `json:"nin,omitempty"`
	NspokenLang           *string  `json:"nspokenLang,omitempty"`
	Ospokenlang           *string  `json:"ospokenlang,omitempty"`
	Picture               *string  `json:"picture,omitempty"`
	Profession            *string  `json:"profession,omitempty"`
	Religion              *string  `json:"religion,omitempty"`
	ResidenceAddressLine1 *string  `json:"residenceAddressLine1,omitempty"`
	ResidenceLga          *string  `json:"residenceLga,omitempty"`
	ResidenceState        *string  `json:"residenceState,omitempty"`
	ResidenceStatus       *string  `json:"residenceStatus,omitempty"`
	ResidenceTown         *string  `json:"residenceTown,omitempty"`
	SelfOriginLga         *string  `json:"selfOriginLga,omitempty"`
	SelfOriginPlace       *string  `json:"selfOriginPlace,omitempty"`
	SelfOriginState       *string  `json:"selfOriginState,omitempty"`
	State                 *string  `json:"state,omitempty"`
	Status                *float32 `json:"status,omitempty"`
}

GetPhoneNumberResponseEntity struct for GetPhoneNumberResponseEntity

func NewGetPhoneNumberResponseEntity

func NewGetPhoneNumberResponseEntity() *GetPhoneNumberResponseEntity

NewGetPhoneNumberResponseEntity instantiates a new GetPhoneNumberResponseEntity 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 NewGetPhoneNumberResponseEntityWithDefaults

func NewGetPhoneNumberResponseEntityWithDefaults() *GetPhoneNumberResponseEntity

NewGetPhoneNumberResponseEntityWithDefaults instantiates a new GetPhoneNumberResponseEntity 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 (*GetPhoneNumberResponseEntity) GetBirthDate

func (o *GetPhoneNumberResponseEntity) GetBirthDate() string

GetBirthDate returns the BirthDate field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetBirthDateOk

func (o *GetPhoneNumberResponseEntity) GetBirthDateOk() (*string, bool)

GetBirthDateOk returns a tuple with the BirthDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetBirthLga

func (o *GetPhoneNumberResponseEntity) GetBirthLga() string

GetBirthLga returns the BirthLga field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetBirthLgaOk

func (o *GetPhoneNumberResponseEntity) GetBirthLgaOk() (*string, bool)

GetBirthLgaOk returns a tuple with the BirthLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetBirthState

func (o *GetPhoneNumberResponseEntity) GetBirthState() string

GetBirthState returns the BirthState field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetBirthStateOk

func (o *GetPhoneNumberResponseEntity) GetBirthStateOk() (*string, bool)

GetBirthStateOk returns a tuple with the BirthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetEducationalLevel

func (o *GetPhoneNumberResponseEntity) GetEducationalLevel() string

GetEducationalLevel returns the EducationalLevel field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetEducationalLevelOk

func (o *GetPhoneNumberResponseEntity) GetEducationalLevelOk() (*string, bool)

GetEducationalLevelOk returns a tuple with the EducationalLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetEmplymentStatus

func (o *GetPhoneNumberResponseEntity) GetEmplymentStatus() string

GetEmplymentStatus returns the EmplymentStatus field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetEmplymentStatusOk

func (o *GetPhoneNumberResponseEntity) GetEmplymentStatusOk() (*string, bool)

GetEmplymentStatusOk returns a tuple with the EmplymentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetFirstName

func (o *GetPhoneNumberResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetFirstNameOk

func (o *GetPhoneNumberResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetGender

func (o *GetPhoneNumberResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetGenderOk

func (o *GetPhoneNumberResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetHeight

func (o *GetPhoneNumberResponseEntity) GetHeight() string

GetHeight returns the Height field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetHeightOk

func (o *GetPhoneNumberResponseEntity) GetHeightOk() (*string, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetLastName

func (o *GetPhoneNumberResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetLastNameOk

func (o *GetPhoneNumberResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetLga

GetLga returns the Lga field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetLgaOk

func (o *GetPhoneNumberResponseEntity) GetLgaOk() (*string, bool)

GetLgaOk returns a tuple with the Lga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetMaritalStatus

func (o *GetPhoneNumberResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetMaritalStatusOk

func (o *GetPhoneNumberResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetMiddleName

func (o *GetPhoneNumberResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetMiddleNameOk

func (o *GetPhoneNumberResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetMsisdn

func (o *GetPhoneNumberResponseEntity) GetMsisdn() string

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetMsisdnOk

func (o *GetPhoneNumberResponseEntity) GetMsisdnOk() (*string, bool)

GetMsisdnOk returns a tuple with the Msisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetNinOk

func (o *GetPhoneNumberResponseEntity) GetNinOk() (*string, bool)

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetNspokenLang

func (o *GetPhoneNumberResponseEntity) GetNspokenLang() string

GetNspokenLang returns the NspokenLang field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetNspokenLangOk

func (o *GetPhoneNumberResponseEntity) GetNspokenLangOk() (*string, bool)

GetNspokenLangOk returns a tuple with the NspokenLang field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetOspokenlang

func (o *GetPhoneNumberResponseEntity) GetOspokenlang() string

GetOspokenlang returns the Ospokenlang field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetOspokenlangOk

func (o *GetPhoneNumberResponseEntity) GetOspokenlangOk() (*string, bool)

GetOspokenlangOk returns a tuple with the Ospokenlang field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetPicture

func (o *GetPhoneNumberResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetPictureOk

func (o *GetPhoneNumberResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetProfession

func (o *GetPhoneNumberResponseEntity) GetProfession() string

GetProfession returns the Profession field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetProfessionOk

func (o *GetPhoneNumberResponseEntity) GetProfessionOk() (*string, bool)

GetProfessionOk returns a tuple with the Profession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetReligion

func (o *GetPhoneNumberResponseEntity) GetReligion() string

GetReligion returns the Religion field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetReligionOk

func (o *GetPhoneNumberResponseEntity) GetReligionOk() (*string, bool)

GetReligionOk returns a tuple with the Religion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetResidenceAddressLine1

func (o *GetPhoneNumberResponseEntity) GetResidenceAddressLine1() string

GetResidenceAddressLine1 returns the ResidenceAddressLine1 field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetResidenceAddressLine1Ok

func (o *GetPhoneNumberResponseEntity) GetResidenceAddressLine1Ok() (*string, bool)

GetResidenceAddressLine1Ok returns a tuple with the ResidenceAddressLine1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetResidenceLga

func (o *GetPhoneNumberResponseEntity) GetResidenceLga() string

GetResidenceLga returns the ResidenceLga field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetResidenceLgaOk

func (o *GetPhoneNumberResponseEntity) GetResidenceLgaOk() (*string, bool)

GetResidenceLgaOk returns a tuple with the ResidenceLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetResidenceState

func (o *GetPhoneNumberResponseEntity) GetResidenceState() string

GetResidenceState returns the ResidenceState field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetResidenceStateOk

func (o *GetPhoneNumberResponseEntity) GetResidenceStateOk() (*string, bool)

GetResidenceStateOk returns a tuple with the ResidenceState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetResidenceStatus

func (o *GetPhoneNumberResponseEntity) GetResidenceStatus() string

GetResidenceStatus returns the ResidenceStatus field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetResidenceStatusOk

func (o *GetPhoneNumberResponseEntity) GetResidenceStatusOk() (*string, bool)

GetResidenceStatusOk returns a tuple with the ResidenceStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetResidenceTown

func (o *GetPhoneNumberResponseEntity) GetResidenceTown() string

GetResidenceTown returns the ResidenceTown field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetResidenceTownOk

func (o *GetPhoneNumberResponseEntity) GetResidenceTownOk() (*string, bool)

GetResidenceTownOk returns a tuple with the ResidenceTown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetSelfOriginLga

func (o *GetPhoneNumberResponseEntity) GetSelfOriginLga() string

GetSelfOriginLga returns the SelfOriginLga field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetSelfOriginLgaOk

func (o *GetPhoneNumberResponseEntity) GetSelfOriginLgaOk() (*string, bool)

GetSelfOriginLgaOk returns a tuple with the SelfOriginLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetSelfOriginPlace

func (o *GetPhoneNumberResponseEntity) GetSelfOriginPlace() string

GetSelfOriginPlace returns the SelfOriginPlace field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetSelfOriginPlaceOk

func (o *GetPhoneNumberResponseEntity) GetSelfOriginPlaceOk() (*string, bool)

GetSelfOriginPlaceOk returns a tuple with the SelfOriginPlace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetSelfOriginState

func (o *GetPhoneNumberResponseEntity) GetSelfOriginState() string

GetSelfOriginState returns the SelfOriginState field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetSelfOriginStateOk

func (o *GetPhoneNumberResponseEntity) GetSelfOriginStateOk() (*string, bool)

GetSelfOriginStateOk returns a tuple with the SelfOriginState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetState

func (o *GetPhoneNumberResponseEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetStateOk

func (o *GetPhoneNumberResponseEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetStatus

func (o *GetPhoneNumberResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetStatusOk

func (o *GetPhoneNumberResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) GetTitle

func (o *GetPhoneNumberResponseEntity) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*GetPhoneNumberResponseEntity) GetTitleOk

func (o *GetPhoneNumberResponseEntity) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPhoneNumberResponseEntity) HasBirthDate

func (o *GetPhoneNumberResponseEntity) HasBirthDate() bool

HasBirthDate returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasBirthLga

func (o *GetPhoneNumberResponseEntity) HasBirthLga() bool

HasBirthLga returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasBirthState

func (o *GetPhoneNumberResponseEntity) HasBirthState() bool

HasBirthState returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasEducationalLevel

func (o *GetPhoneNumberResponseEntity) HasEducationalLevel() bool

HasEducationalLevel returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasEmplymentStatus

func (o *GetPhoneNumberResponseEntity) HasEmplymentStatus() bool

HasEmplymentStatus returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasFirstName

func (o *GetPhoneNumberResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasGender

func (o *GetPhoneNumberResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasHeight

func (o *GetPhoneNumberResponseEntity) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasLastName

func (o *GetPhoneNumberResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasLga

func (o *GetPhoneNumberResponseEntity) HasLga() bool

HasLga returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasMaritalStatus

func (o *GetPhoneNumberResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasMiddleName

func (o *GetPhoneNumberResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasMsisdn

func (o *GetPhoneNumberResponseEntity) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasNin

func (o *GetPhoneNumberResponseEntity) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasNspokenLang

func (o *GetPhoneNumberResponseEntity) HasNspokenLang() bool

HasNspokenLang returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasOspokenlang

func (o *GetPhoneNumberResponseEntity) HasOspokenlang() bool

HasOspokenlang returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasPicture

func (o *GetPhoneNumberResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasProfession

func (o *GetPhoneNumberResponseEntity) HasProfession() bool

HasProfession returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasReligion

func (o *GetPhoneNumberResponseEntity) HasReligion() bool

HasReligion returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasResidenceAddressLine1

func (o *GetPhoneNumberResponseEntity) HasResidenceAddressLine1() bool

HasResidenceAddressLine1 returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasResidenceLga

func (o *GetPhoneNumberResponseEntity) HasResidenceLga() bool

HasResidenceLga returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasResidenceState

func (o *GetPhoneNumberResponseEntity) HasResidenceState() bool

HasResidenceState returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasResidenceStatus

func (o *GetPhoneNumberResponseEntity) HasResidenceStatus() bool

HasResidenceStatus returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasResidenceTown

func (o *GetPhoneNumberResponseEntity) HasResidenceTown() bool

HasResidenceTown returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasSelfOriginLga

func (o *GetPhoneNumberResponseEntity) HasSelfOriginLga() bool

HasSelfOriginLga returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasSelfOriginPlace

func (o *GetPhoneNumberResponseEntity) HasSelfOriginPlace() bool

HasSelfOriginPlace returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasSelfOriginState

func (o *GetPhoneNumberResponseEntity) HasSelfOriginState() bool

HasSelfOriginState returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasState

func (o *GetPhoneNumberResponseEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasStatus

func (o *GetPhoneNumberResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetPhoneNumberResponseEntity) HasTitle

func (o *GetPhoneNumberResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (GetPhoneNumberResponseEntity) MarshalJSON

func (o GetPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)

func (*GetPhoneNumberResponseEntity) SetBirthDate

func (o *GetPhoneNumberResponseEntity) SetBirthDate(v string)

SetBirthDate gets a reference to the given string and assigns it to the BirthDate field.

func (*GetPhoneNumberResponseEntity) SetBirthLga

func (o *GetPhoneNumberResponseEntity) SetBirthLga(v string)

SetBirthLga gets a reference to the given string and assigns it to the BirthLga field.

func (*GetPhoneNumberResponseEntity) SetBirthState

func (o *GetPhoneNumberResponseEntity) SetBirthState(v string)

SetBirthState gets a reference to the given string and assigns it to the BirthState field.

func (*GetPhoneNumberResponseEntity) SetEducationalLevel

func (o *GetPhoneNumberResponseEntity) SetEducationalLevel(v string)

SetEducationalLevel gets a reference to the given string and assigns it to the EducationalLevel field.

func (*GetPhoneNumberResponseEntity) SetEmplymentStatus

func (o *GetPhoneNumberResponseEntity) SetEmplymentStatus(v string)

SetEmplymentStatus gets a reference to the given string and assigns it to the EmplymentStatus field.

func (*GetPhoneNumberResponseEntity) SetFirstName

func (o *GetPhoneNumberResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetPhoneNumberResponseEntity) SetGender

func (o *GetPhoneNumberResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetPhoneNumberResponseEntity) SetHeight

func (o *GetPhoneNumberResponseEntity) SetHeight(v string)

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*GetPhoneNumberResponseEntity) SetLastName

func (o *GetPhoneNumberResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetPhoneNumberResponseEntity) SetLga

func (o *GetPhoneNumberResponseEntity) SetLga(v string)

SetLga gets a reference to the given string and assigns it to the Lga field.

func (*GetPhoneNumberResponseEntity) SetMaritalStatus

func (o *GetPhoneNumberResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*GetPhoneNumberResponseEntity) SetMiddleName

func (o *GetPhoneNumberResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetPhoneNumberResponseEntity) SetMsisdn

func (o *GetPhoneNumberResponseEntity) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn field.

func (*GetPhoneNumberResponseEntity) SetNin

func (o *GetPhoneNumberResponseEntity) SetNin(v string)

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*GetPhoneNumberResponseEntity) SetNspokenLang

func (o *GetPhoneNumberResponseEntity) SetNspokenLang(v string)

SetNspokenLang gets a reference to the given string and assigns it to the NspokenLang field.

func (*GetPhoneNumberResponseEntity) SetOspokenlang

func (o *GetPhoneNumberResponseEntity) SetOspokenlang(v string)

SetOspokenlang gets a reference to the given string and assigns it to the Ospokenlang field.

func (*GetPhoneNumberResponseEntity) SetPicture

func (o *GetPhoneNumberResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*GetPhoneNumberResponseEntity) SetProfession

func (o *GetPhoneNumberResponseEntity) SetProfession(v string)

SetProfession gets a reference to the given string and assigns it to the Profession field.

func (*GetPhoneNumberResponseEntity) SetReligion

func (o *GetPhoneNumberResponseEntity) SetReligion(v string)

SetReligion gets a reference to the given string and assigns it to the Religion field.

func (*GetPhoneNumberResponseEntity) SetResidenceAddressLine1

func (o *GetPhoneNumberResponseEntity) SetResidenceAddressLine1(v string)

SetResidenceAddressLine1 gets a reference to the given string and assigns it to the ResidenceAddressLine1 field.

func (*GetPhoneNumberResponseEntity) SetResidenceLga

func (o *GetPhoneNumberResponseEntity) SetResidenceLga(v string)

SetResidenceLga gets a reference to the given string and assigns it to the ResidenceLga field.

func (*GetPhoneNumberResponseEntity) SetResidenceState

func (o *GetPhoneNumberResponseEntity) SetResidenceState(v string)

SetResidenceState gets a reference to the given string and assigns it to the ResidenceState field.

func (*GetPhoneNumberResponseEntity) SetResidenceStatus

func (o *GetPhoneNumberResponseEntity) SetResidenceStatus(v string)

SetResidenceStatus gets a reference to the given string and assigns it to the ResidenceStatus field.

func (*GetPhoneNumberResponseEntity) SetResidenceTown

func (o *GetPhoneNumberResponseEntity) SetResidenceTown(v string)

SetResidenceTown gets a reference to the given string and assigns it to the ResidenceTown field.

func (*GetPhoneNumberResponseEntity) SetSelfOriginLga

func (o *GetPhoneNumberResponseEntity) SetSelfOriginLga(v string)

SetSelfOriginLga gets a reference to the given string and assigns it to the SelfOriginLga field.

func (*GetPhoneNumberResponseEntity) SetSelfOriginPlace

func (o *GetPhoneNumberResponseEntity) SetSelfOriginPlace(v string)

SetSelfOriginPlace gets a reference to the given string and assigns it to the SelfOriginPlace field.

func (*GetPhoneNumberResponseEntity) SetSelfOriginState

func (o *GetPhoneNumberResponseEntity) SetSelfOriginState(v string)

SetSelfOriginState gets a reference to the given string and assigns it to the SelfOriginState field.

func (*GetPhoneNumberResponseEntity) SetState

func (o *GetPhoneNumberResponseEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*GetPhoneNumberResponseEntity) SetStatus

func (o *GetPhoneNumberResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*GetPhoneNumberResponseEntity) SetTitle

func (o *GetPhoneNumberResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

type GetPremiumBvnResponse

type GetPremiumBvnResponse struct {
	Entity *GetPremiumBvnResponseEntity `json:"entity,omitempty"`
}

GetPremiumBvnResponse struct for GetPremiumBvnResponse

func NewGetPremiumBvnResponse

func NewGetPremiumBvnResponse() *GetPremiumBvnResponse

NewGetPremiumBvnResponse instantiates a new GetPremiumBvnResponse 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 NewGetPremiumBvnResponseWithDefaults

func NewGetPremiumBvnResponseWithDefaults() *GetPremiumBvnResponse

NewGetPremiumBvnResponseWithDefaults instantiates a new GetPremiumBvnResponse 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 (*GetPremiumBvnResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetPremiumBvnResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponse) HasEntity

func (o *GetPremiumBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetPremiumBvnResponse) MarshalJSON

func (o GetPremiumBvnResponse) MarshalJSON() ([]byte, error)

func (*GetPremiumBvnResponse) SetEntity

SetEntity gets a reference to the given GetPremiumBvnResponseEntity and assigns it to the Entity field.

type GetPremiumBvnResponseEntity

type GetPremiumBvnResponseEntity struct {
	Title              *string  `json:"title,omitempty"`
	Bvn                *string  `json:"bvn,omitempty"`
	DateOfBirth        *string  `json:"date_of_birth,omitempty"`
	Email              *string  `json:"email,omitempty"`
	EnrollmentBank     *string  `json:"enrollment_bank,omitempty"`
	EnrollmentBranch   *string  `json:"enrollment_branch,omitempty"`
	FirstName          *string  `json:"first_name,omitempty"`
	Gender             *string  `json:"gender,omitempty"`
	Image              *string  `json:"image,omitempty"`
	LastName           *string  `json:"last_name,omitempty"`
	LevelOfAccount     *string  `json:"level_of_account,omitempty"`
	LgaOfOrigin        *string  `json:"lga_of_origin,omitempty"`
	LgaOfResidence     *string  `json:"lga_of_residence,omitempty"`
	MaritalStatus      *string  `json:"marital_status,omitempty"`
	MiddleName         *string  `json:"middle_name,omitempty"`
	NameOnCard         *string  `json:"name_on_card,omitempty"`
	Nationality        *string  `json:"nationality,omitempty"`
	Nin                *string  `json:"nin,omitempty"`
	PhoneNumber1       *string  `json:"phone_number1,omitempty"`
	PhoneNumber2       *string  `json:"phone_number2,omitempty"`
	RegistrationDate   *string  `json:"registration_date,omitempty"`
	ResidentialAddress *string  `json:"residential_address,omitempty"`
	StateOfOrigin      *string  `json:"state_of_origin,omitempty"`
	StateOfResidence   *string  `json:"state_of_residence,omitempty"`
	Status             *float32 `json:"status,omitempty"`
	WatchListed        *string  `json:"watch_listed,omitempty"`
}

GetPremiumBvnResponseEntity struct for GetPremiumBvnResponseEntity

func NewGetPremiumBvnResponseEntity

func NewGetPremiumBvnResponseEntity() *GetPremiumBvnResponseEntity

NewGetPremiumBvnResponseEntity instantiates a new GetPremiumBvnResponseEntity 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 NewGetPremiumBvnResponseEntityWithDefaults

func NewGetPremiumBvnResponseEntityWithDefaults() *GetPremiumBvnResponseEntity

NewGetPremiumBvnResponseEntityWithDefaults instantiates a new GetPremiumBvnResponseEntity 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 (*GetPremiumBvnResponseEntity) GetBvn

func (o *GetPremiumBvnResponseEntity) GetBvn() string

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetBvnOk

func (o *GetPremiumBvnResponseEntity) GetBvnOk() (*string, bool)

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetDateOfBirth

func (o *GetPremiumBvnResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetDateOfBirthOk

func (o *GetPremiumBvnResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetEmail

func (o *GetPremiumBvnResponseEntity) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetEmailOk

func (o *GetPremiumBvnResponseEntity) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetEnrollmentBank

func (o *GetPremiumBvnResponseEntity) GetEnrollmentBank() string

GetEnrollmentBank returns the EnrollmentBank field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetEnrollmentBankOk

func (o *GetPremiumBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)

GetEnrollmentBankOk returns a tuple with the EnrollmentBank field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetEnrollmentBranch

func (o *GetPremiumBvnResponseEntity) GetEnrollmentBranch() string

GetEnrollmentBranch returns the EnrollmentBranch field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetEnrollmentBranchOk

func (o *GetPremiumBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)

GetEnrollmentBranchOk returns a tuple with the EnrollmentBranch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetFirstName

func (o *GetPremiumBvnResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetFirstNameOk

func (o *GetPremiumBvnResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetGender

func (o *GetPremiumBvnResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetGenderOk

func (o *GetPremiumBvnResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetImage

func (o *GetPremiumBvnResponseEntity) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetImageOk

func (o *GetPremiumBvnResponseEntity) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetLastName

func (o *GetPremiumBvnResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetLastNameOk

func (o *GetPremiumBvnResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetLevelOfAccount

func (o *GetPremiumBvnResponseEntity) GetLevelOfAccount() string

GetLevelOfAccount returns the LevelOfAccount field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetLevelOfAccountOk

func (o *GetPremiumBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)

GetLevelOfAccountOk returns a tuple with the LevelOfAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetLgaOfOrigin

func (o *GetPremiumBvnResponseEntity) GetLgaOfOrigin() string

GetLgaOfOrigin returns the LgaOfOrigin field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetLgaOfOriginOk

func (o *GetPremiumBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)

GetLgaOfOriginOk returns a tuple with the LgaOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetLgaOfResidence

func (o *GetPremiumBvnResponseEntity) GetLgaOfResidence() string

GetLgaOfResidence returns the LgaOfResidence field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetLgaOfResidenceOk

func (o *GetPremiumBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)

GetLgaOfResidenceOk returns a tuple with the LgaOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetMaritalStatus

func (o *GetPremiumBvnResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetMaritalStatusOk

func (o *GetPremiumBvnResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetMiddleName

func (o *GetPremiumBvnResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetMiddleNameOk

func (o *GetPremiumBvnResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetNameOnCard

func (o *GetPremiumBvnResponseEntity) GetNameOnCard() string

GetNameOnCard returns the NameOnCard field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetNameOnCardOk

func (o *GetPremiumBvnResponseEntity) GetNameOnCardOk() (*string, bool)

GetNameOnCardOk returns a tuple with the NameOnCard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetNationality

func (o *GetPremiumBvnResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetNationalityOk

func (o *GetPremiumBvnResponseEntity) GetNationalityOk() (*string, bool)

GetNationalityOk returns a tuple with the Nationality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetNin

func (o *GetPremiumBvnResponseEntity) GetNin() string

GetNin returns the Nin field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetNinOk

func (o *GetPremiumBvnResponseEntity) GetNinOk() (*string, bool)

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetPhoneNumber1

func (o *GetPremiumBvnResponseEntity) GetPhoneNumber1() string

GetPhoneNumber1 returns the PhoneNumber1 field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetPhoneNumber1Ok

func (o *GetPremiumBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)

GetPhoneNumber1Ok returns a tuple with the PhoneNumber1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetPhoneNumber2

func (o *GetPremiumBvnResponseEntity) GetPhoneNumber2() string

GetPhoneNumber2 returns the PhoneNumber2 field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetPhoneNumber2Ok

func (o *GetPremiumBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)

GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetRegistrationDate

func (o *GetPremiumBvnResponseEntity) GetRegistrationDate() string

GetRegistrationDate returns the RegistrationDate field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetRegistrationDateOk

func (o *GetPremiumBvnResponseEntity) GetRegistrationDateOk() (*string, bool)

GetRegistrationDateOk returns a tuple with the RegistrationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetResidentialAddress

func (o *GetPremiumBvnResponseEntity) GetResidentialAddress() string

GetResidentialAddress returns the ResidentialAddress field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetResidentialAddressOk

func (o *GetPremiumBvnResponseEntity) GetResidentialAddressOk() (*string, bool)

GetResidentialAddressOk returns a tuple with the ResidentialAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetStateOfOrigin

func (o *GetPremiumBvnResponseEntity) GetStateOfOrigin() string

GetStateOfOrigin returns the StateOfOrigin field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetStateOfOriginOk

func (o *GetPremiumBvnResponseEntity) GetStateOfOriginOk() (*string, bool)

GetStateOfOriginOk returns a tuple with the StateOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetStateOfResidence

func (o *GetPremiumBvnResponseEntity) GetStateOfResidence() string

GetStateOfResidence returns the StateOfResidence field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetStateOfResidenceOk

func (o *GetPremiumBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)

GetStateOfResidenceOk returns a tuple with the StateOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetStatus

func (o *GetPremiumBvnResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetStatusOk

func (o *GetPremiumBvnResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetTitle

func (o *GetPremiumBvnResponseEntity) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetTitleOk

func (o *GetPremiumBvnResponseEntity) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) GetWatchListed

func (o *GetPremiumBvnResponseEntity) GetWatchListed() string

GetWatchListed returns the WatchListed field value if set, zero value otherwise.

func (*GetPremiumBvnResponseEntity) GetWatchListedOk

func (o *GetPremiumBvnResponseEntity) GetWatchListedOk() (*string, bool)

GetWatchListedOk returns a tuple with the WatchListed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPremiumBvnResponseEntity) HasBvn

func (o *GetPremiumBvnResponseEntity) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasDateOfBirth

func (o *GetPremiumBvnResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasEmail

func (o *GetPremiumBvnResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasEnrollmentBank

func (o *GetPremiumBvnResponseEntity) HasEnrollmentBank() bool

HasEnrollmentBank returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasEnrollmentBranch

func (o *GetPremiumBvnResponseEntity) HasEnrollmentBranch() bool

HasEnrollmentBranch returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasFirstName

func (o *GetPremiumBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasGender

func (o *GetPremiumBvnResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasImage

func (o *GetPremiumBvnResponseEntity) HasImage() bool

HasImage returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasLastName

func (o *GetPremiumBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasLevelOfAccount

func (o *GetPremiumBvnResponseEntity) HasLevelOfAccount() bool

HasLevelOfAccount returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasLgaOfOrigin

func (o *GetPremiumBvnResponseEntity) HasLgaOfOrigin() bool

HasLgaOfOrigin returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasLgaOfResidence

func (o *GetPremiumBvnResponseEntity) HasLgaOfResidence() bool

HasLgaOfResidence returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasMaritalStatus

func (o *GetPremiumBvnResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasMiddleName

func (o *GetPremiumBvnResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasNameOnCard

func (o *GetPremiumBvnResponseEntity) HasNameOnCard() bool

HasNameOnCard returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasNationality

func (o *GetPremiumBvnResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasNin

func (o *GetPremiumBvnResponseEntity) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasPhoneNumber1

func (o *GetPremiumBvnResponseEntity) HasPhoneNumber1() bool

HasPhoneNumber1 returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasPhoneNumber2

func (o *GetPremiumBvnResponseEntity) HasPhoneNumber2() bool

HasPhoneNumber2 returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasRegistrationDate

func (o *GetPremiumBvnResponseEntity) HasRegistrationDate() bool

HasRegistrationDate returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasResidentialAddress

func (o *GetPremiumBvnResponseEntity) HasResidentialAddress() bool

HasResidentialAddress returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasStateOfOrigin

func (o *GetPremiumBvnResponseEntity) HasStateOfOrigin() bool

HasStateOfOrigin returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasStateOfResidence

func (o *GetPremiumBvnResponseEntity) HasStateOfResidence() bool

HasStateOfResidence returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasStatus

func (o *GetPremiumBvnResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasTitle

func (o *GetPremiumBvnResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*GetPremiumBvnResponseEntity) HasWatchListed

func (o *GetPremiumBvnResponseEntity) HasWatchListed() bool

HasWatchListed returns a boolean if a field has been set.

func (GetPremiumBvnResponseEntity) MarshalJSON

func (o GetPremiumBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*GetPremiumBvnResponseEntity) SetBvn

func (o *GetPremiumBvnResponseEntity) SetBvn(v string)

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*GetPremiumBvnResponseEntity) SetDateOfBirth

func (o *GetPremiumBvnResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetPremiumBvnResponseEntity) SetEmail

func (o *GetPremiumBvnResponseEntity) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*GetPremiumBvnResponseEntity) SetEnrollmentBank

func (o *GetPremiumBvnResponseEntity) SetEnrollmentBank(v string)

SetEnrollmentBank gets a reference to the given string and assigns it to the EnrollmentBank field.

func (*GetPremiumBvnResponseEntity) SetEnrollmentBranch

func (o *GetPremiumBvnResponseEntity) SetEnrollmentBranch(v string)

SetEnrollmentBranch gets a reference to the given string and assigns it to the EnrollmentBranch field.

func (*GetPremiumBvnResponseEntity) SetFirstName

func (o *GetPremiumBvnResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*GetPremiumBvnResponseEntity) SetGender

func (o *GetPremiumBvnResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetPremiumBvnResponseEntity) SetImage

func (o *GetPremiumBvnResponseEntity) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

func (*GetPremiumBvnResponseEntity) SetLastName

func (o *GetPremiumBvnResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*GetPremiumBvnResponseEntity) SetLevelOfAccount

func (o *GetPremiumBvnResponseEntity) SetLevelOfAccount(v string)

SetLevelOfAccount gets a reference to the given string and assigns it to the LevelOfAccount field.

func (*GetPremiumBvnResponseEntity) SetLgaOfOrigin

func (o *GetPremiumBvnResponseEntity) SetLgaOfOrigin(v string)

SetLgaOfOrigin gets a reference to the given string and assigns it to the LgaOfOrigin field.

func (*GetPremiumBvnResponseEntity) SetLgaOfResidence

func (o *GetPremiumBvnResponseEntity) SetLgaOfResidence(v string)

SetLgaOfResidence gets a reference to the given string and assigns it to the LgaOfResidence field.

func (*GetPremiumBvnResponseEntity) SetMaritalStatus

func (o *GetPremiumBvnResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*GetPremiumBvnResponseEntity) SetMiddleName

func (o *GetPremiumBvnResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetPremiumBvnResponseEntity) SetNameOnCard

func (o *GetPremiumBvnResponseEntity) SetNameOnCard(v string)

SetNameOnCard gets a reference to the given string and assigns it to the NameOnCard field.

func (*GetPremiumBvnResponseEntity) SetNationality

func (o *GetPremiumBvnResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*GetPremiumBvnResponseEntity) SetNin

func (o *GetPremiumBvnResponseEntity) SetNin(v string)

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*GetPremiumBvnResponseEntity) SetPhoneNumber1

func (o *GetPremiumBvnResponseEntity) SetPhoneNumber1(v string)

SetPhoneNumber1 gets a reference to the given string and assigns it to the PhoneNumber1 field.

func (*GetPremiumBvnResponseEntity) SetPhoneNumber2

func (o *GetPremiumBvnResponseEntity) SetPhoneNumber2(v string)

SetPhoneNumber2 gets a reference to the given string and assigns it to the PhoneNumber2 field.

func (*GetPremiumBvnResponseEntity) SetRegistrationDate

func (o *GetPremiumBvnResponseEntity) SetRegistrationDate(v string)

SetRegistrationDate gets a reference to the given string and assigns it to the RegistrationDate field.

func (*GetPremiumBvnResponseEntity) SetResidentialAddress

func (o *GetPremiumBvnResponseEntity) SetResidentialAddress(v string)

SetResidentialAddress gets a reference to the given string and assigns it to the ResidentialAddress field.

func (*GetPremiumBvnResponseEntity) SetStateOfOrigin

func (o *GetPremiumBvnResponseEntity) SetStateOfOrigin(v string)

SetStateOfOrigin gets a reference to the given string and assigns it to the StateOfOrigin field.

func (*GetPremiumBvnResponseEntity) SetStateOfResidence

func (o *GetPremiumBvnResponseEntity) SetStateOfResidence(v string)

SetStateOfResidence gets a reference to the given string and assigns it to the StateOfResidence field.

func (*GetPremiumBvnResponseEntity) SetStatus

func (o *GetPremiumBvnResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*GetPremiumBvnResponseEntity) SetTitle

func (o *GetPremiumBvnResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*GetPremiumBvnResponseEntity) SetWatchListed

func (o *GetPremiumBvnResponseEntity) SetWatchListed(v string)

SetWatchListed gets a reference to the given string and assigns it to the WatchListed field.

type GetSenderIdResponse

type GetSenderIdResponse struct {
	Entity []GetSenderIdResponseEntityInner `json:"entity,omitempty"`
}

GetSenderIdResponse struct for GetSenderIdResponse

func NewGetSenderIdResponse

func NewGetSenderIdResponse() *GetSenderIdResponse

NewGetSenderIdResponse instantiates a new GetSenderIdResponse 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 NewGetSenderIdResponseWithDefaults

func NewGetSenderIdResponseWithDefaults() *GetSenderIdResponse

NewGetSenderIdResponseWithDefaults instantiates a new GetSenderIdResponse 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 (*GetSenderIdResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetSenderIdResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSenderIdResponse) HasEntity

func (o *GetSenderIdResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetSenderIdResponse) MarshalJSON

func (o GetSenderIdResponse) MarshalJSON() ([]byte, error)

func (*GetSenderIdResponse) SetEntity

SetEntity gets a reference to the given []GetSenderIdResponseEntityInner and assigns it to the Entity field.

type GetSenderIdResponseEntityInner

type GetSenderIdResponseEntityInner struct {
	SenderId  *string `json:"sender_id,omitempty"`
	Activated *bool   `json:"activated,omitempty"`
	CreatedAt *string `json:"createdAt,omitempty"`
}

GetSenderIdResponseEntityInner struct for GetSenderIdResponseEntityInner

func NewGetSenderIdResponseEntityInner

func NewGetSenderIdResponseEntityInner() *GetSenderIdResponseEntityInner

NewGetSenderIdResponseEntityInner instantiates a new GetSenderIdResponseEntityInner 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 NewGetSenderIdResponseEntityInnerWithDefaults

func NewGetSenderIdResponseEntityInnerWithDefaults() *GetSenderIdResponseEntityInner

NewGetSenderIdResponseEntityInnerWithDefaults instantiates a new GetSenderIdResponseEntityInner 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 (*GetSenderIdResponseEntityInner) GetActivated

func (o *GetSenderIdResponseEntityInner) GetActivated() bool

GetActivated returns the Activated field value if set, zero value otherwise.

func (*GetSenderIdResponseEntityInner) GetActivatedOk

func (o *GetSenderIdResponseEntityInner) GetActivatedOk() (*bool, bool)

GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSenderIdResponseEntityInner) GetCreatedAt

func (o *GetSenderIdResponseEntityInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetSenderIdResponseEntityInner) GetCreatedAtOk

func (o *GetSenderIdResponseEntityInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSenderIdResponseEntityInner) GetSenderId

func (o *GetSenderIdResponseEntityInner) GetSenderId() string

GetSenderId returns the SenderId field value if set, zero value otherwise.

func (*GetSenderIdResponseEntityInner) GetSenderIdOk

func (o *GetSenderIdResponseEntityInner) GetSenderIdOk() (*string, bool)

GetSenderIdOk returns a tuple with the SenderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSenderIdResponseEntityInner) HasActivated

func (o *GetSenderIdResponseEntityInner) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*GetSenderIdResponseEntityInner) HasCreatedAt

func (o *GetSenderIdResponseEntityInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*GetSenderIdResponseEntityInner) HasSenderId

func (o *GetSenderIdResponseEntityInner) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (GetSenderIdResponseEntityInner) MarshalJSON

func (o GetSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)

func (*GetSenderIdResponseEntityInner) SetActivated

func (o *GetSenderIdResponseEntityInner) SetActivated(v bool)

SetActivated gets a reference to the given bool and assigns it to the Activated field.

func (*GetSenderIdResponseEntityInner) SetCreatedAt

func (o *GetSenderIdResponseEntityInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*GetSenderIdResponseEntityInner) SetSenderId

func (o *GetSenderIdResponseEntityInner) SetSenderId(v string)

SetSenderId gets a reference to the given string and assigns it to the SenderId field.

type GetSmsStatusResponse

type GetSmsStatusResponse struct {
	Entity *GetSmsStatusResponseEntity `json:"entity,omitempty"`
}

GetSmsStatusResponse struct for GetSmsStatusResponse

func NewGetSmsStatusResponse

func NewGetSmsStatusResponse() *GetSmsStatusResponse

NewGetSmsStatusResponse instantiates a new GetSmsStatusResponse 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 NewGetSmsStatusResponseWithDefaults

func NewGetSmsStatusResponseWithDefaults() *GetSmsStatusResponse

NewGetSmsStatusResponseWithDefaults instantiates a new GetSmsStatusResponse 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 (*GetSmsStatusResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetSmsStatusResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSmsStatusResponse) HasEntity

func (o *GetSmsStatusResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetSmsStatusResponse) MarshalJSON

func (o GetSmsStatusResponse) MarshalJSON() ([]byte, error)

func (*GetSmsStatusResponse) SetEntity

SetEntity gets a reference to the given GetSmsStatusResponseEntity and assigns it to the Entity field.

type GetSmsStatusResponseEntity

type GetSmsStatusResponseEntity struct {
	Status *string `json:"status,omitempty"`
}

GetSmsStatusResponseEntity struct for GetSmsStatusResponseEntity

func NewGetSmsStatusResponseEntity

func NewGetSmsStatusResponseEntity() *GetSmsStatusResponseEntity

NewGetSmsStatusResponseEntity instantiates a new GetSmsStatusResponseEntity 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 NewGetSmsStatusResponseEntityWithDefaults

func NewGetSmsStatusResponseEntityWithDefaults() *GetSmsStatusResponseEntity

NewGetSmsStatusResponseEntityWithDefaults instantiates a new GetSmsStatusResponseEntity 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 (*GetSmsStatusResponseEntity) GetStatus

func (o *GetSmsStatusResponseEntity) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetSmsStatusResponseEntity) GetStatusOk

func (o *GetSmsStatusResponseEntity) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSmsStatusResponseEntity) HasStatus

func (o *GetSmsStatusResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetSmsStatusResponseEntity) MarshalJSON

func (o GetSmsStatusResponseEntity) MarshalJSON() ([]byte, error)

func (*GetSmsStatusResponseEntity) SetStatus

func (o *GetSmsStatusResponseEntity) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type GetSsnitResponse

type GetSsnitResponse struct {
	Entity *GetSsnitResponseEntity `json:"entity,omitempty"`
}

GetSsnitResponse struct for GetSsnitResponse

func NewGetSsnitResponse

func NewGetSsnitResponse() *GetSsnitResponse

NewGetSsnitResponse instantiates a new GetSsnitResponse 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 NewGetSsnitResponseWithDefaults

func NewGetSsnitResponseWithDefaults() *GetSsnitResponse

NewGetSsnitResponseWithDefaults instantiates a new GetSsnitResponse 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 (*GetSsnitResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetSsnitResponse) GetEntityOk

func (o *GetSsnitResponse) GetEntityOk() (*GetSsnitResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponse) HasEntity

func (o *GetSsnitResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetSsnitResponse) MarshalJSON

func (o GetSsnitResponse) MarshalJSON() ([]byte, error)

func (*GetSsnitResponse) SetEntity

func (o *GetSsnitResponse) SetEntity(v GetSsnitResponseEntity)

SetEntity gets a reference to the given GetSsnitResponseEntity and assigns it to the Entity field.

type GetSsnitResponseEntity

type GetSsnitResponseEntity struct {
	CardSerial         *string  `json:"card_serial,omitempty"`
	DateOfBirth        *string  `json:"date_of_birth,omitempty"`
	FullName           *string  `json:"full_name,omitempty"`
	Gender             *string  `json:"gender,omitempty"`
	Id                 *string  `json:"id,omitempty"`
	IsDateOfBirthMatch *bool    `json:"is_date_of_birth_match,omitempty"`
	IsFullNameMatch    *bool    `json:"is_full_name_match,omitempty"`
	Picture            *string  `json:"picture,omitempty"`
	Status             *float32 `json:"status,omitempty"`
}

GetSsnitResponseEntity struct for GetSsnitResponseEntity

func NewGetSsnitResponseEntity

func NewGetSsnitResponseEntity() *GetSsnitResponseEntity

NewGetSsnitResponseEntity instantiates a new GetSsnitResponseEntity 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 NewGetSsnitResponseEntityWithDefaults

func NewGetSsnitResponseEntityWithDefaults() *GetSsnitResponseEntity

NewGetSsnitResponseEntityWithDefaults instantiates a new GetSsnitResponseEntity 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 (*GetSsnitResponseEntity) GetCardSerial

func (o *GetSsnitResponseEntity) GetCardSerial() string

GetCardSerial returns the CardSerial field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetCardSerialOk

func (o *GetSsnitResponseEntity) GetCardSerialOk() (*string, bool)

GetCardSerialOk returns a tuple with the CardSerial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetDateOfBirth

func (o *GetSsnitResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetDateOfBirthOk

func (o *GetSsnitResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetFullName

func (o *GetSsnitResponseEntity) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetFullNameOk

func (o *GetSsnitResponseEntity) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetGender

func (o *GetSsnitResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetGenderOk

func (o *GetSsnitResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetId

func (o *GetSsnitResponseEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetIdOk

func (o *GetSsnitResponseEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetIsDateOfBirthMatch

func (o *GetSsnitResponseEntity) GetIsDateOfBirthMatch() bool

GetIsDateOfBirthMatch returns the IsDateOfBirthMatch field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetIsDateOfBirthMatchOk

func (o *GetSsnitResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)

GetIsDateOfBirthMatchOk returns a tuple with the IsDateOfBirthMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetIsFullNameMatch

func (o *GetSsnitResponseEntity) GetIsFullNameMatch() bool

GetIsFullNameMatch returns the IsFullNameMatch field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetIsFullNameMatchOk

func (o *GetSsnitResponseEntity) GetIsFullNameMatchOk() (*bool, bool)

GetIsFullNameMatchOk returns a tuple with the IsFullNameMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetPicture

func (o *GetSsnitResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetPictureOk

func (o *GetSsnitResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) GetStatus

func (o *GetSsnitResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetSsnitResponseEntity) GetStatusOk

func (o *GetSsnitResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSsnitResponseEntity) HasCardSerial

func (o *GetSsnitResponseEntity) HasCardSerial() bool

HasCardSerial returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasDateOfBirth

func (o *GetSsnitResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasFullName

func (o *GetSsnitResponseEntity) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasGender

func (o *GetSsnitResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasId

func (o *GetSsnitResponseEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasIsDateOfBirthMatch

func (o *GetSsnitResponseEntity) HasIsDateOfBirthMatch() bool

HasIsDateOfBirthMatch returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasIsFullNameMatch

func (o *GetSsnitResponseEntity) HasIsFullNameMatch() bool

HasIsFullNameMatch returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasPicture

func (o *GetSsnitResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*GetSsnitResponseEntity) HasStatus

func (o *GetSsnitResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetSsnitResponseEntity) MarshalJSON

func (o GetSsnitResponseEntity) MarshalJSON() ([]byte, error)

func (*GetSsnitResponseEntity) SetCardSerial

func (o *GetSsnitResponseEntity) SetCardSerial(v string)

SetCardSerial gets a reference to the given string and assigns it to the CardSerial field.

func (*GetSsnitResponseEntity) SetDateOfBirth

func (o *GetSsnitResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetSsnitResponseEntity) SetFullName

func (o *GetSsnitResponseEntity) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*GetSsnitResponseEntity) SetGender

func (o *GetSsnitResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetSsnitResponseEntity) SetId

func (o *GetSsnitResponseEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GetSsnitResponseEntity) SetIsDateOfBirthMatch

func (o *GetSsnitResponseEntity) SetIsDateOfBirthMatch(v bool)

SetIsDateOfBirthMatch gets a reference to the given bool and assigns it to the IsDateOfBirthMatch field.

func (*GetSsnitResponseEntity) SetIsFullNameMatch

func (o *GetSsnitResponseEntity) SetIsFullNameMatch(v bool)

SetIsFullNameMatch gets a reference to the given bool and assigns it to the IsFullNameMatch field.

func (*GetSsnitResponseEntity) SetPicture

func (o *GetSsnitResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*GetSsnitResponseEntity) SetStatus

func (o *GetSsnitResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

type GetVinResponse

type GetVinResponse struct {
	Entity *GetVinResponseEntity `json:"entity,omitempty"`
}

GetVinResponse struct for GetVinResponse

func NewGetVinResponse

func NewGetVinResponse() *GetVinResponse

NewGetVinResponse instantiates a new GetVinResponse 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 NewGetVinResponseWithDefaults

func NewGetVinResponseWithDefaults() *GetVinResponse

NewGetVinResponseWithDefaults instantiates a new GetVinResponse 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 (*GetVinResponse) GetEntity

func (o *GetVinResponse) GetEntity() GetVinResponseEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetVinResponse) GetEntityOk

func (o *GetVinResponse) GetEntityOk() (*GetVinResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponse) HasEntity

func (o *GetVinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetVinResponse) MarshalJSON

func (o GetVinResponse) MarshalJSON() ([]byte, error)

func (*GetVinResponse) SetEntity

func (o *GetVinResponse) SetEntity(v GetVinResponseEntity)

SetEntity gets a reference to the given GetVinResponseEntity and assigns it to the Entity field.

type GetVinResponseEntity

type GetVinResponseEntity struct {
	FullName                  *string `json:"full_name,omitempty"`
	VoterIdentificationNumber *string `json:"voter_identification_number:,omitempty"`
	Gender                    *string `json:"gender:,omitempty"`
	Occupation                *string `json:"occupation:,omitempty"`
	TimeOfRegistration        *string `json:"time_of_registration:,omitempty"`
	State                     *string `json:"state:,omitempty"`
	LocalGovernment           *string `json:"local_government:,omitempty"`
	RegistrationAreaWard      *string `json:"registration_area_ward:,omitempty"`
	PollingUnit               *string `json:"polling_unit:,omitempty"`
	PollingUnitCode           *string `json:"polling_unit_code,omitempty"`
}

GetVinResponseEntity struct for GetVinResponseEntity

func NewGetVinResponseEntity

func NewGetVinResponseEntity() *GetVinResponseEntity

NewGetVinResponseEntity instantiates a new GetVinResponseEntity 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 NewGetVinResponseEntityWithDefaults

func NewGetVinResponseEntityWithDefaults() *GetVinResponseEntity

NewGetVinResponseEntityWithDefaults instantiates a new GetVinResponseEntity 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 (*GetVinResponseEntity) GetFullName

func (o *GetVinResponseEntity) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetFullNameOk

func (o *GetVinResponseEntity) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetGender

func (o *GetVinResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetGenderOk

func (o *GetVinResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetLocalGovernment

func (o *GetVinResponseEntity) GetLocalGovernment() string

GetLocalGovernment returns the LocalGovernment field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetLocalGovernmentOk

func (o *GetVinResponseEntity) GetLocalGovernmentOk() (*string, bool)

GetLocalGovernmentOk returns a tuple with the LocalGovernment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetOccupation

func (o *GetVinResponseEntity) GetOccupation() string

GetOccupation returns the Occupation field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetOccupationOk

func (o *GetVinResponseEntity) GetOccupationOk() (*string, bool)

GetOccupationOk returns a tuple with the Occupation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetPollingUnit

func (o *GetVinResponseEntity) GetPollingUnit() string

GetPollingUnit returns the PollingUnit field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetPollingUnitCode

func (o *GetVinResponseEntity) GetPollingUnitCode() string

GetPollingUnitCode returns the PollingUnitCode field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetPollingUnitCodeOk

func (o *GetVinResponseEntity) GetPollingUnitCodeOk() (*string, bool)

GetPollingUnitCodeOk returns a tuple with the PollingUnitCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetPollingUnitOk

func (o *GetVinResponseEntity) GetPollingUnitOk() (*string, bool)

GetPollingUnitOk returns a tuple with the PollingUnit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetRegistrationAreaWard

func (o *GetVinResponseEntity) GetRegistrationAreaWard() string

GetRegistrationAreaWard returns the RegistrationAreaWard field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetRegistrationAreaWardOk

func (o *GetVinResponseEntity) GetRegistrationAreaWardOk() (*string, bool)

GetRegistrationAreaWardOk returns a tuple with the RegistrationAreaWard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetState

func (o *GetVinResponseEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetStateOk

func (o *GetVinResponseEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetTimeOfRegistration

func (o *GetVinResponseEntity) GetTimeOfRegistration() string

GetTimeOfRegistration returns the TimeOfRegistration field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetTimeOfRegistrationOk

func (o *GetVinResponseEntity) GetTimeOfRegistrationOk() (*string, bool)

GetTimeOfRegistrationOk returns a tuple with the TimeOfRegistration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) GetVoterIdentificationNumber

func (o *GetVinResponseEntity) GetVoterIdentificationNumber() string

GetVoterIdentificationNumber returns the VoterIdentificationNumber field value if set, zero value otherwise.

func (*GetVinResponseEntity) GetVoterIdentificationNumberOk

func (o *GetVinResponseEntity) GetVoterIdentificationNumberOk() (*string, bool)

GetVoterIdentificationNumberOk returns a tuple with the VoterIdentificationNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVinResponseEntity) HasFullName

func (o *GetVinResponseEntity) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasGender

func (o *GetVinResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasLocalGovernment

func (o *GetVinResponseEntity) HasLocalGovernment() bool

HasLocalGovernment returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasOccupation

func (o *GetVinResponseEntity) HasOccupation() bool

HasOccupation returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasPollingUnit

func (o *GetVinResponseEntity) HasPollingUnit() bool

HasPollingUnit returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasPollingUnitCode

func (o *GetVinResponseEntity) HasPollingUnitCode() bool

HasPollingUnitCode returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasRegistrationAreaWard

func (o *GetVinResponseEntity) HasRegistrationAreaWard() bool

HasRegistrationAreaWard returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasState

func (o *GetVinResponseEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasTimeOfRegistration

func (o *GetVinResponseEntity) HasTimeOfRegistration() bool

HasTimeOfRegistration returns a boolean if a field has been set.

func (*GetVinResponseEntity) HasVoterIdentificationNumber

func (o *GetVinResponseEntity) HasVoterIdentificationNumber() bool

HasVoterIdentificationNumber returns a boolean if a field has been set.

func (GetVinResponseEntity) MarshalJSON

func (o GetVinResponseEntity) MarshalJSON() ([]byte, error)

func (*GetVinResponseEntity) SetFullName

func (o *GetVinResponseEntity) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*GetVinResponseEntity) SetGender

func (o *GetVinResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetVinResponseEntity) SetLocalGovernment

func (o *GetVinResponseEntity) SetLocalGovernment(v string)

SetLocalGovernment gets a reference to the given string and assigns it to the LocalGovernment field.

func (*GetVinResponseEntity) SetOccupation

func (o *GetVinResponseEntity) SetOccupation(v string)

SetOccupation gets a reference to the given string and assigns it to the Occupation field.

func (*GetVinResponseEntity) SetPollingUnit

func (o *GetVinResponseEntity) SetPollingUnit(v string)

SetPollingUnit gets a reference to the given string and assigns it to the PollingUnit field.

func (*GetVinResponseEntity) SetPollingUnitCode

func (o *GetVinResponseEntity) SetPollingUnitCode(v string)

SetPollingUnitCode gets a reference to the given string and assigns it to the PollingUnitCode field.

func (*GetVinResponseEntity) SetRegistrationAreaWard

func (o *GetVinResponseEntity) SetRegistrationAreaWard(v string)

SetRegistrationAreaWard gets a reference to the given string and assigns it to the RegistrationAreaWard field.

func (*GetVinResponseEntity) SetState

func (o *GetVinResponseEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*GetVinResponseEntity) SetTimeOfRegistration

func (o *GetVinResponseEntity) SetTimeOfRegistration(v string)

SetTimeOfRegistration gets a reference to the given string and assigns it to the TimeOfRegistration field.

func (*GetVinResponseEntity) SetVoterIdentificationNumber

func (o *GetVinResponseEntity) SetVoterIdentificationNumber(v string)

SetVoterIdentificationNumber gets a reference to the given string and assigns it to the VoterIdentificationNumber field.

type GetVninResponse

type GetVninResponse struct {
	Entity *GetVninResponseEntity `json:"entity,omitempty"`
}

GetVninResponse struct for GetVninResponse

func NewGetVninResponse

func NewGetVninResponse() *GetVninResponse

NewGetVninResponse instantiates a new GetVninResponse 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 NewGetVninResponseWithDefaults

func NewGetVninResponseWithDefaults() *GetVninResponse

NewGetVninResponseWithDefaults instantiates a new GetVninResponse 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 (*GetVninResponse) GetEntity

func (o *GetVninResponse) GetEntity() GetVninResponseEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetVninResponse) GetEntityOk

func (o *GetVninResponse) GetEntityOk() (*GetVninResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponse) HasEntity

func (o *GetVninResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetVninResponse) MarshalJSON

func (o GetVninResponse) MarshalJSON() ([]byte, error)

func (*GetVninResponse) SetEntity

func (o *GetVninResponse) SetEntity(v GetVninResponseEntity)

SetEntity gets a reference to the given GetVninResponseEntity and assigns it to the Entity field.

type GetVninResponseEntity

type GetVninResponseEntity struct {
	DateOfBirth *string `json:"dateOfBirth,omitempty"`
	Firstname   *string `json:"firstname,omitempty"`
	Gender      *string `json:"gender,omitempty"`
	Middlename  *string `json:"middlename,omitempty"`
	Mobile      *string `json:"mobile,omitempty"`
	Photo       *string `json:"photo,omitempty"`
	Surname     *string `json:"surname,omitempty"`
	UserId      *string `json:"user_id,omitempty"`
	Vnin        *string `json:"vnin,omitempty"`
}

GetVninResponseEntity struct for GetVninResponseEntity

func NewGetVninResponseEntity

func NewGetVninResponseEntity() *GetVninResponseEntity

NewGetVninResponseEntity instantiates a new GetVninResponseEntity 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 NewGetVninResponseEntityWithDefaults

func NewGetVninResponseEntityWithDefaults() *GetVninResponseEntity

NewGetVninResponseEntityWithDefaults instantiates a new GetVninResponseEntity 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 (*GetVninResponseEntity) GetDateOfBirth

func (o *GetVninResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetDateOfBirthOk

func (o *GetVninResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetFirstname

func (o *GetVninResponseEntity) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetFirstnameOk

func (o *GetVninResponseEntity) GetFirstnameOk() (*string, bool)

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetGender

func (o *GetVninResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetGenderOk

func (o *GetVninResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetMiddlename

func (o *GetVninResponseEntity) GetMiddlename() string

GetMiddlename returns the Middlename field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetMiddlenameOk

func (o *GetVninResponseEntity) GetMiddlenameOk() (*string, bool)

GetMiddlenameOk returns a tuple with the Middlename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetMobile

func (o *GetVninResponseEntity) GetMobile() string

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetMobileOk

func (o *GetVninResponseEntity) GetMobileOk() (*string, bool)

GetMobileOk returns a tuple with the Mobile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetPhoto

func (o *GetVninResponseEntity) GetPhoto() string

GetPhoto returns the Photo field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetPhotoOk

func (o *GetVninResponseEntity) GetPhotoOk() (*string, bool)

GetPhotoOk returns a tuple with the Photo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetSurname

func (o *GetVninResponseEntity) GetSurname() string

GetSurname returns the Surname field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetSurnameOk

func (o *GetVninResponseEntity) GetSurnameOk() (*string, bool)

GetSurnameOk returns a tuple with the Surname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetUserId

func (o *GetVninResponseEntity) GetUserId() string

GetUserId returns the UserId field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetUserIdOk

func (o *GetVninResponseEntity) GetUserIdOk() (*string, bool)

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) GetVnin

func (o *GetVninResponseEntity) GetVnin() string

GetVnin returns the Vnin field value if set, zero value otherwise.

func (*GetVninResponseEntity) GetVninOk

func (o *GetVninResponseEntity) GetVninOk() (*string, bool)

GetVninOk returns a tuple with the Vnin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVninResponseEntity) HasDateOfBirth

func (o *GetVninResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasFirstname

func (o *GetVninResponseEntity) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasGender

func (o *GetVninResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasMiddlename

func (o *GetVninResponseEntity) HasMiddlename() bool

HasMiddlename returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasMobile

func (o *GetVninResponseEntity) HasMobile() bool

HasMobile returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasPhoto

func (o *GetVninResponseEntity) HasPhoto() bool

HasPhoto returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasSurname

func (o *GetVninResponseEntity) HasSurname() bool

HasSurname returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasUserId

func (o *GetVninResponseEntity) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (*GetVninResponseEntity) HasVnin

func (o *GetVninResponseEntity) HasVnin() bool

HasVnin returns a boolean if a field has been set.

func (GetVninResponseEntity) MarshalJSON

func (o GetVninResponseEntity) MarshalJSON() ([]byte, error)

func (*GetVninResponseEntity) SetDateOfBirth

func (o *GetVninResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*GetVninResponseEntity) SetFirstname

func (o *GetVninResponseEntity) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*GetVninResponseEntity) SetGender

func (o *GetVninResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetVninResponseEntity) SetMiddlename

func (o *GetVninResponseEntity) SetMiddlename(v string)

SetMiddlename gets a reference to the given string and assigns it to the Middlename field.

func (*GetVninResponseEntity) SetMobile

func (o *GetVninResponseEntity) SetMobile(v string)

SetMobile gets a reference to the given string and assigns it to the Mobile field.

func (*GetVninResponseEntity) SetPhoto

func (o *GetVninResponseEntity) SetPhoto(v string)

SetPhoto gets a reference to the given string and assigns it to the Photo field.

func (*GetVninResponseEntity) SetSurname

func (o *GetVninResponseEntity) SetSurname(v string)

SetSurname gets a reference to the given string and assigns it to the Surname field.

func (*GetVninResponseEntity) SetUserId

func (o *GetVninResponseEntity) SetUserId(v string)

SetUserId gets a reference to the given string and assigns it to the UserId field.

func (*GetVninResponseEntity) SetVnin

func (o *GetVninResponseEntity) SetVnin(v string)

SetVnin gets a reference to the given string and assigns it to the Vnin field.

type GetWalletBalanceResponse

type GetWalletBalanceResponse struct {
	Entity *GetWalletBalanceResponseEntity `json:"entity,omitempty"`
}

GetWalletBalanceResponse struct for GetWalletBalanceResponse

func NewGetWalletBalanceResponse

func NewGetWalletBalanceResponse() *GetWalletBalanceResponse

NewGetWalletBalanceResponse instantiates a new GetWalletBalanceResponse 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 NewGetWalletBalanceResponseWithDefaults

func NewGetWalletBalanceResponseWithDefaults() *GetWalletBalanceResponse

NewGetWalletBalanceResponseWithDefaults instantiates a new GetWalletBalanceResponse 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 (*GetWalletBalanceResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetWalletBalanceResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWalletBalanceResponse) HasEntity

func (o *GetWalletBalanceResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetWalletBalanceResponse) MarshalJSON

func (o GetWalletBalanceResponse) MarshalJSON() ([]byte, error)

func (*GetWalletBalanceResponse) SetEntity

SetEntity gets a reference to the given GetWalletBalanceResponseEntity and assigns it to the Entity field.

type GetWalletBalanceResponseEntity

type GetWalletBalanceResponseEntity struct {
	WalletBalance *string `json:"wallet_balance,omitempty"`
}

GetWalletBalanceResponseEntity struct for GetWalletBalanceResponseEntity

func NewGetWalletBalanceResponseEntity

func NewGetWalletBalanceResponseEntity() *GetWalletBalanceResponseEntity

NewGetWalletBalanceResponseEntity instantiates a new GetWalletBalanceResponseEntity 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 NewGetWalletBalanceResponseEntityWithDefaults

func NewGetWalletBalanceResponseEntityWithDefaults() *GetWalletBalanceResponseEntity

NewGetWalletBalanceResponseEntityWithDefaults instantiates a new GetWalletBalanceResponseEntity 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 (*GetWalletBalanceResponseEntity) GetWalletBalance

func (o *GetWalletBalanceResponseEntity) GetWalletBalance() string

GetWalletBalance returns the WalletBalance field value if set, zero value otherwise.

func (*GetWalletBalanceResponseEntity) GetWalletBalanceOk

func (o *GetWalletBalanceResponseEntity) GetWalletBalanceOk() (*string, bool)

GetWalletBalanceOk returns a tuple with the WalletBalance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWalletBalanceResponseEntity) HasWalletBalance

func (o *GetWalletBalanceResponseEntity) HasWalletBalance() bool

HasWalletBalance returns a boolean if a field has been set.

func (GetWalletBalanceResponseEntity) MarshalJSON

func (o GetWalletBalanceResponseEntity) MarshalJSON() ([]byte, error)

func (*GetWalletBalanceResponseEntity) SetWalletBalance

func (o *GetWalletBalanceResponseEntity) SetWalletBalance(v string)

SetWalletBalance gets a reference to the given string and assigns it to the WalletBalance field.

type GetWebhooksResponse

type GetWebhooksResponse struct {
	Entity []GetWebhooksResponseEntityInner `json:"entity,omitempty"`
}

GetWebhooksResponse struct for GetWebhooksResponse

func NewGetWebhooksResponse

func NewGetWebhooksResponse() *GetWebhooksResponse

NewGetWebhooksResponse instantiates a new GetWebhooksResponse 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 NewGetWebhooksResponseWithDefaults

func NewGetWebhooksResponseWithDefaults() *GetWebhooksResponse

NewGetWebhooksResponseWithDefaults instantiates a new GetWebhooksResponse 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 (*GetWebhooksResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*GetWebhooksResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponse) HasEntity

func (o *GetWebhooksResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetWebhooksResponse) MarshalJSON

func (o GetWebhooksResponse) MarshalJSON() ([]byte, error)

func (*GetWebhooksResponse) SetEntity

SetEntity gets a reference to the given []GetWebhooksResponseEntityInner and assigns it to the Entity field.

type GetWebhooksResponseEntityInner

type GetWebhooksResponseEntityInner struct {
	AppId              *string `json:"app_id,omitempty"`
	Endpoint           *string `json:"endpoint,omitempty"`
	Environment        *string `json:"environment,omitempty"`
	Service            *string `json:"service,omitempty"`
	ConfirmationStatus *string `json:"confirmation_status,omitempty"`
	DateCreated        *string `json:"date_created,omitempty"`
	DateUpdated        *string `json:"date_updated,omitempty"`
}

GetWebhooksResponseEntityInner struct for GetWebhooksResponseEntityInner

func NewGetWebhooksResponseEntityInner

func NewGetWebhooksResponseEntityInner() *GetWebhooksResponseEntityInner

NewGetWebhooksResponseEntityInner instantiates a new GetWebhooksResponseEntityInner 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 NewGetWebhooksResponseEntityInnerWithDefaults

func NewGetWebhooksResponseEntityInnerWithDefaults() *GetWebhooksResponseEntityInner

NewGetWebhooksResponseEntityInnerWithDefaults instantiates a new GetWebhooksResponseEntityInner 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 (*GetWebhooksResponseEntityInner) GetAppId

func (o *GetWebhooksResponseEntityInner) GetAppId() string

GetAppId returns the AppId field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetAppIdOk

func (o *GetWebhooksResponseEntityInner) GetAppIdOk() (*string, bool)

GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetConfirmationStatus

func (o *GetWebhooksResponseEntityInner) GetConfirmationStatus() string

GetConfirmationStatus returns the ConfirmationStatus field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetConfirmationStatusOk

func (o *GetWebhooksResponseEntityInner) GetConfirmationStatusOk() (*string, bool)

GetConfirmationStatusOk returns a tuple with the ConfirmationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetDateCreated

func (o *GetWebhooksResponseEntityInner) GetDateCreated() string

GetDateCreated returns the DateCreated field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetDateCreatedOk

func (o *GetWebhooksResponseEntityInner) GetDateCreatedOk() (*string, bool)

GetDateCreatedOk returns a tuple with the DateCreated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetDateUpdated

func (o *GetWebhooksResponseEntityInner) GetDateUpdated() string

GetDateUpdated returns the DateUpdated field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetDateUpdatedOk

func (o *GetWebhooksResponseEntityInner) GetDateUpdatedOk() (*string, bool)

GetDateUpdatedOk returns a tuple with the DateUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetEndpoint

func (o *GetWebhooksResponseEntityInner) GetEndpoint() string

GetEndpoint returns the Endpoint field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetEndpointOk

func (o *GetWebhooksResponseEntityInner) GetEndpointOk() (*string, bool)

GetEndpointOk returns a tuple with the Endpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetEnvironment

func (o *GetWebhooksResponseEntityInner) GetEnvironment() string

GetEnvironment returns the Environment field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetEnvironmentOk

func (o *GetWebhooksResponseEntityInner) GetEnvironmentOk() (*string, bool)

GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) GetService

func (o *GetWebhooksResponseEntityInner) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*GetWebhooksResponseEntityInner) GetServiceOk

func (o *GetWebhooksResponseEntityInner) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWebhooksResponseEntityInner) HasAppId

func (o *GetWebhooksResponseEntityInner) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasConfirmationStatus

func (o *GetWebhooksResponseEntityInner) HasConfirmationStatus() bool

HasConfirmationStatus returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasDateCreated

func (o *GetWebhooksResponseEntityInner) HasDateCreated() bool

HasDateCreated returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasDateUpdated

func (o *GetWebhooksResponseEntityInner) HasDateUpdated() bool

HasDateUpdated returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasEndpoint

func (o *GetWebhooksResponseEntityInner) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasEnvironment

func (o *GetWebhooksResponseEntityInner) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

func (*GetWebhooksResponseEntityInner) HasService

func (o *GetWebhooksResponseEntityInner) HasService() bool

HasService returns a boolean if a field has been set.

func (GetWebhooksResponseEntityInner) MarshalJSON

func (o GetWebhooksResponseEntityInner) MarshalJSON() ([]byte, error)

func (*GetWebhooksResponseEntityInner) SetAppId

func (o *GetWebhooksResponseEntityInner) SetAppId(v string)

SetAppId gets a reference to the given string and assigns it to the AppId field.

func (*GetWebhooksResponseEntityInner) SetConfirmationStatus

func (o *GetWebhooksResponseEntityInner) SetConfirmationStatus(v string)

SetConfirmationStatus gets a reference to the given string and assigns it to the ConfirmationStatus field.

func (*GetWebhooksResponseEntityInner) SetDateCreated

func (o *GetWebhooksResponseEntityInner) SetDateCreated(v string)

SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.

func (*GetWebhooksResponseEntityInner) SetDateUpdated

func (o *GetWebhooksResponseEntityInner) SetDateUpdated(v string)

SetDateUpdated gets a reference to the given string and assigns it to the DateUpdated field.

func (*GetWebhooksResponseEntityInner) SetEndpoint

func (o *GetWebhooksResponseEntityInner) SetEndpoint(v string)

SetEndpoint gets a reference to the given string and assigns it to the Endpoint field.

func (*GetWebhooksResponseEntityInner) SetEnvironment

func (o *GetWebhooksResponseEntityInner) SetEnvironment(v string)

SetEnvironment gets a reference to the given string and assigns it to the Environment field.

func (*GetWebhooksResponseEntityInner) SetService

func (o *GetWebhooksResponseEntityInner) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type GlobalKYCApiCaEkycRequest

type GlobalKYCApiCaEkycRequest struct {
	ApiService *GlobalKYCApiService
	// contains filtered or unexported fields
}

func (GlobalKYCApiCaEkycRequest) Country

func (GlobalKYCApiCaEkycRequest) DateOfBirth

func (r GlobalKYCApiCaEkycRequest) DateOfBirth(dateOfBirth string) GlobalKYCApiCaEkycRequest

func (GlobalKYCApiCaEkycRequest) Execute

func (r GlobalKYCApiCaEkycRequest) Execute() (map[string]interface{}, *http.Response, error)

func (GlobalKYCApiCaEkycRequest) FirstName

func (GlobalKYCApiCaEkycRequest) HouseNumber

func (r GlobalKYCApiCaEkycRequest) HouseNumber(houseNumber int32) GlobalKYCApiCaEkycRequest

func (GlobalKYCApiCaEkycRequest) LastName

func (GlobalKYCApiCaEkycRequest) PostCode

func (GlobalKYCApiCaEkycRequest) StreetName

type GlobalKYCApiGetUsSsnRequest

type GlobalKYCApiGetUsSsnRequest struct {
	ApiService *GlobalKYCApiService
	// contains filtered or unexported fields
}

func (GlobalKYCApiGetUsSsnRequest) Country

func (GlobalKYCApiGetUsSsnRequest) DateOfBirth

func (GlobalKYCApiGetUsSsnRequest) Execute

func (r GlobalKYCApiGetUsSsnRequest) Execute() (map[string]interface{}, *http.Response, error)

func (GlobalKYCApiGetUsSsnRequest) FirstName

func (GlobalKYCApiGetUsSsnRequest) HouseNumber

func (GlobalKYCApiGetUsSsnRequest) LastName

func (GlobalKYCApiGetUsSsnRequest) PostCode

func (GlobalKYCApiGetUsSsnRequest) StreetName

type GlobalKYCApiService

type GlobalKYCApiService service

GlobalKYCApiService GlobalKYCApi service

func (*GlobalKYCApiService) CaEkyc

CaEkyc Canada Ekyc

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GlobalKYCApiCaEkycRequest

func (*GlobalKYCApiService) CaEkycExecute

func (a *GlobalKYCApiService) CaEkycExecute(r GlobalKYCApiCaEkycRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*GlobalKYCApiService) GetUsSsn

GetUsSsn US SSN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GlobalKYCApiGetUsSsnRequest

func (*GlobalKYCApiService) GetUsSsnExecute

func (a *GlobalKYCApiService) GetUsSsnExecute(r GlobalKYCApiGetUsSsnRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*GlobalKYCApiService) UkTwoPlusTwo

UkTwoPlusTwo UK 2+2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return GlobalKYCApiUkTwoPlusTwoRequest

func (*GlobalKYCApiService) UkTwoPlusTwoExecute

func (a *GlobalKYCApiService) UkTwoPlusTwoExecute(r GlobalKYCApiUkTwoPlusTwoRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type GlobalKYCApiUkTwoPlusTwoRequest

type GlobalKYCApiUkTwoPlusTwoRequest struct {
	ApiService *GlobalKYCApiService
	// contains filtered or unexported fields
}

func (GlobalKYCApiUkTwoPlusTwoRequest) Country

func (GlobalKYCApiUkTwoPlusTwoRequest) DateOfBirth

func (GlobalKYCApiUkTwoPlusTwoRequest) Execute

func (r GlobalKYCApiUkTwoPlusTwoRequest) Execute() (map[string]interface{}, *http.Response, error)

func (GlobalKYCApiUkTwoPlusTwoRequest) FirstName

func (GlobalKYCApiUkTwoPlusTwoRequest) HouseNumber

func (GlobalKYCApiUkTwoPlusTwoRequest) LastName

func (GlobalKYCApiUkTwoPlusTwoRequest) PostCode

func (GlobalKYCApiUkTwoPlusTwoRequest) StreetName

type KEKYCApiGetNationalIdRequest

type KEKYCApiGetNationalIdRequest struct {
	ApiService *KEKYCApiService
	// contains filtered or unexported fields
}

func (KEKYCApiGetNationalIdRequest) Execute

func (KEKYCApiGetNationalIdRequest) Id

type KEKYCApiGetPassportRequest

type KEKYCApiGetPassportRequest struct {
	ApiService *KEKYCApiService
	// contains filtered or unexported fields
}

func (KEKYCApiGetPassportRequest) Execute

func (r KEKYCApiGetPassportRequest) Execute() (map[string]interface{}, *http.Response, error)

type KEKYCApiService

type KEKYCApiService service

KEKYCApiService KEKYCApi service

func (*KEKYCApiService) GetNationalId

func (a *KEKYCApiService) GetNationalId() KEKYCApiGetNationalIdRequest

GetNationalId KYC - National ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KEKYCApiGetNationalIdRequest

func (*KEKYCApiService) GetNationalIdExecute

Execute executes the request

@return GetNationalIdResponse

func (*KEKYCApiService) GetPassport

GetPassport KYC - Passport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KEKYCApiGetPassportRequest

func (*KEKYCApiService) GetPassportExecute

func (a *KEKYCApiService) GetPassportExecute(r KEKYCApiGetPassportRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type KYBApiBusinessDetailRequest

type KYBApiBusinessDetailRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiBusinessDetailRequest) CountryCode

func (KYBApiBusinessDetailRequest) Execute

func (r KYBApiBusinessDetailRequest) Execute() (map[string]interface{}, *http.Response, error)

func (KYBApiBusinessDetailRequest) Full

func (KYBApiBusinessDetailRequest) InternationalNumber

func (r KYBApiBusinessDetailRequest) InternationalNumber(internationalNumber string) KYBApiBusinessDetailRequest

type KYBApiBusinessSearchRequest

type KYBApiBusinessSearchRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiBusinessSearchRequest) Company

func (KYBApiBusinessSearchRequest) CountryCode

func (KYBApiBusinessSearchRequest) Execute

func (r KYBApiBusinessSearchRequest) Execute() (map[string]interface{}, *http.Response, error)

type KYBApiGetCacRequest

type KYBApiGetCacRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiGetCacRequest) CompanyName

func (r KYBApiGetCacRequest) CompanyName(companyName string) KYBApiGetCacRequest

func (KYBApiGetCacRequest) Execute

func (KYBApiGetCacRequest) RcNumber

func (r KYBApiGetCacRequest) RcNumber(rcNumber int32) KYBApiGetCacRequest

type KYBApiGetTinRequest

type KYBApiGetTinRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiGetTinRequest) Execute

func (KYBApiGetTinRequest) Tin

type KYBApiService

type KYBApiService service

KYBApiService KYBApi service

func (*KYBApiService) BusinessDetail

func (a *KYBApiService) BusinessDetail() KYBApiBusinessDetailRequest

BusinessDetail Business Detail

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYBApiBusinessDetailRequest

func (*KYBApiService) BusinessDetailExecute

func (a *KYBApiService) BusinessDetailExecute(r KYBApiBusinessDetailRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYBApiService) BusinessSearch

func (a *KYBApiService) BusinessSearch() KYBApiBusinessSearchRequest

BusinessSearch Business Search

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYBApiBusinessSearchRequest

func (*KYBApiService) BusinessSearchExecute

func (a *KYBApiService) BusinessSearchExecute(r KYBApiBusinessSearchRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYBApiService) GetCac

func (a *KYBApiService) GetCac() KYBApiGetCacRequest

GetCac KYC - Get CAC

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYBApiGetCacRequest

func (*KYBApiService) GetCacExecute

Execute executes the request

@return KybGetCacResponse

func (*KYBApiService) GetTin

func (a *KYBApiService) GetTin() KYBApiGetTinRequest

GetTin KYC - Fetch Tin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYBApiGetTinRequest

func (*KYBApiService) GetTinExecute

Execute executes the request

@return KybGetTinResponse

type KYCApiCheckLivenessRequest

type KYCApiCheckLivenessRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiCheckLivenessRequest) Execute

func (r KYCApiCheckLivenessRequest) Execute() (map[string]interface{}, *http.Response, error)

func (KYCApiCheckLivenessRequest) KycCheckLivenessRequest

func (r KYCApiCheckLivenessRequest) KycCheckLivenessRequest(kycCheckLivenessRequest KycCheckLivenessRequest) KYCApiCheckLivenessRequest

type KYCApiGetAccountsRequest

type KYCApiGetAccountsRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetAccountsRequest) Bvn

func (KYCApiGetAccountsRequest) Execute

func (r KYCApiGetAccountsRequest) Execute() (map[string]interface{}, *http.Response, error)

type KYCApiGetAddressVerificationRequest

type KYCApiGetAddressVerificationRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetAddressVerificationRequest) Execute

func (r KYCApiGetAddressVerificationRequest) Execute() (map[string]interface{}, *http.Response, error)

func (KYCApiGetAddressVerificationRequest) ReferenceId

type KYCApiGetBvnFromNubanRequest

type KYCApiGetBvnFromNubanRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetBvnFromNubanRequest) AccountNumber

func (r KYCApiGetBvnFromNubanRequest) AccountNumber(accountNumber int32) KYCApiGetBvnFromNubanRequest

func (KYCApiGetBvnFromNubanRequest) BankCode

func (KYCApiGetBvnFromNubanRequest) Execute

func (r KYCApiGetBvnFromNubanRequest) Execute() (map[string]interface{}, *http.Response, error)

type KYCApiGetVinRequest

type KYCApiGetVinRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetVinRequest) Execute

func (KYCApiGetVinRequest) Vin

type KYCApiService

type KYCApiService service

KYCApiService KYCApi service

func (*KYCApiService) CheckLiveness

func (a *KYCApiService) CheckLiveness() KYCApiCheckLivenessRequest

CheckLiveness Liveness Check

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiCheckLivenessRequest

func (*KYCApiService) CheckLivenessExecute

func (a *KYCApiService) CheckLivenessExecute(r KYCApiCheckLivenessRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYCApiService) GetAccounts

func (a *KYCApiService) GetAccounts() KYCApiGetAccountsRequest

GetAccounts KYC - Fetch Accounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiGetAccountsRequest

func (*KYCApiService) GetAccountsExecute

func (a *KYCApiService) GetAccountsExecute(r KYCApiGetAccountsRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYCApiService) GetAddressVerification

func (a *KYCApiService) GetAddressVerification() KYCApiGetAddressVerificationRequest

GetAddressVerification Fetch Address Verification Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiGetAddressVerificationRequest

func (*KYCApiService) GetAddressVerificationExecute

func (a *KYCApiService) GetAddressVerificationExecute(r KYCApiGetAddressVerificationRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYCApiService) GetBvnFromNuban

func (a *KYCApiService) GetBvnFromNuban() KYCApiGetBvnFromNubanRequest

GetBvnFromNuban Lookup BVN from NUBAN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiGetBvnFromNubanRequest

func (*KYCApiService) GetBvnFromNubanExecute

func (a *KYCApiService) GetBvnFromNubanExecute(r KYCApiGetBvnFromNubanRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*KYCApiService) GetVin

func (a *KYCApiService) GetVin() KYCApiGetVinRequest

GetVin KYC - Get VIN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiGetVinRequest

func (*KYCApiService) GetVinExecute

Execute executes the request

@return GetVinResponse

func (*KYCApiService) SubmitAddress

func (a *KYCApiService) SubmitAddress() KYCApiSubmitAddressRequest

SubmitAddress Submit Address

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return KYCApiSubmitAddressRequest

func (*KYCApiService) SubmitAddressExecute

Execute executes the request

@return KycSubmitAddressResponse

type KYCApiSubmitAddressRequest

type KYCApiSubmitAddressRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiSubmitAddressRequest) Execute

func (KYCApiSubmitAddressRequest) KycSubmitAddressRequest

func (r KYCApiSubmitAddressRequest) KycSubmitAddressRequest(kycSubmitAddressRequest KycSubmitAddressRequest) KYCApiSubmitAddressRequest

type KybGetCacResponse

type KybGetCacResponse struct {
	Entity *KybGetCacResponseEntity `json:"entity,omitempty"`
}

KybGetCacResponse struct for KybGetCacResponse

func NewKybGetCacResponse

func NewKybGetCacResponse() *KybGetCacResponse

NewKybGetCacResponse instantiates a new KybGetCacResponse 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 NewKybGetCacResponseWithDefaults

func NewKybGetCacResponseWithDefaults() *KybGetCacResponse

NewKybGetCacResponseWithDefaults instantiates a new KybGetCacResponse 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 (*KybGetCacResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*KybGetCacResponse) GetEntityOk

func (o *KybGetCacResponse) GetEntityOk() (*KybGetCacResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetCacResponse) HasEntity

func (o *KybGetCacResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (KybGetCacResponse) MarshalJSON

func (o KybGetCacResponse) MarshalJSON() ([]byte, error)

func (*KybGetCacResponse) SetEntity

SetEntity gets a reference to the given KybGetCacResponseEntity and assigns it to the Entity field.

type KybGetCacResponseEntity

type KybGetCacResponseEntity struct {
	RcNumber           *string `json:"rc_number,omitempty"`
	CompanyName        *string `json:"company_name,omitempty"`
	Address            *string `json:"address,omitempty"`
	DateOfRegistration *string `json:"date_of_registration,omitempty"`
}

KybGetCacResponseEntity struct for KybGetCacResponseEntity

func NewKybGetCacResponseEntity

func NewKybGetCacResponseEntity() *KybGetCacResponseEntity

NewKybGetCacResponseEntity instantiates a new KybGetCacResponseEntity 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 NewKybGetCacResponseEntityWithDefaults

func NewKybGetCacResponseEntityWithDefaults() *KybGetCacResponseEntity

NewKybGetCacResponseEntityWithDefaults instantiates a new KybGetCacResponseEntity 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 (*KybGetCacResponseEntity) GetAddress

func (o *KybGetCacResponseEntity) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*KybGetCacResponseEntity) GetAddressOk

func (o *KybGetCacResponseEntity) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetCacResponseEntity) GetCompanyName

func (o *KybGetCacResponseEntity) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*KybGetCacResponseEntity) GetCompanyNameOk

func (o *KybGetCacResponseEntity) GetCompanyNameOk() (*string, bool)

GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetCacResponseEntity) GetDateOfRegistration

func (o *KybGetCacResponseEntity) GetDateOfRegistration() string

GetDateOfRegistration returns the DateOfRegistration field value if set, zero value otherwise.

func (*KybGetCacResponseEntity) GetDateOfRegistrationOk

func (o *KybGetCacResponseEntity) GetDateOfRegistrationOk() (*string, bool)

GetDateOfRegistrationOk returns a tuple with the DateOfRegistration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetCacResponseEntity) GetRcNumber

func (o *KybGetCacResponseEntity) GetRcNumber() string

GetRcNumber returns the RcNumber field value if set, zero value otherwise.

func (*KybGetCacResponseEntity) GetRcNumberOk

func (o *KybGetCacResponseEntity) GetRcNumberOk() (*string, bool)

GetRcNumberOk returns a tuple with the RcNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetCacResponseEntity) HasAddress

func (o *KybGetCacResponseEntity) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*KybGetCacResponseEntity) HasCompanyName

func (o *KybGetCacResponseEntity) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*KybGetCacResponseEntity) HasDateOfRegistration

func (o *KybGetCacResponseEntity) HasDateOfRegistration() bool

HasDateOfRegistration returns a boolean if a field has been set.

func (*KybGetCacResponseEntity) HasRcNumber

func (o *KybGetCacResponseEntity) HasRcNumber() bool

HasRcNumber returns a boolean if a field has been set.

func (KybGetCacResponseEntity) MarshalJSON

func (o KybGetCacResponseEntity) MarshalJSON() ([]byte, error)

func (*KybGetCacResponseEntity) SetAddress

func (o *KybGetCacResponseEntity) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*KybGetCacResponseEntity) SetCompanyName

func (o *KybGetCacResponseEntity) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*KybGetCacResponseEntity) SetDateOfRegistration

func (o *KybGetCacResponseEntity) SetDateOfRegistration(v string)

SetDateOfRegistration gets a reference to the given string and assigns it to the DateOfRegistration field.

func (*KybGetCacResponseEntity) SetRcNumber

func (o *KybGetCacResponseEntity) SetRcNumber(v string)

SetRcNumber gets a reference to the given string and assigns it to the RcNumber field.

type KybGetTinResponse

type KybGetTinResponse struct {
	Entity *KybGetTinResponseEntity `json:"entity,omitempty"`
}

KybGetTinResponse struct for KybGetTinResponse

func NewKybGetTinResponse

func NewKybGetTinResponse() *KybGetTinResponse

NewKybGetTinResponse instantiates a new KybGetTinResponse 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 NewKybGetTinResponseWithDefaults

func NewKybGetTinResponseWithDefaults() *KybGetTinResponse

NewKybGetTinResponseWithDefaults instantiates a new KybGetTinResponse 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 (*KybGetTinResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*KybGetTinResponse) GetEntityOk

func (o *KybGetTinResponse) GetEntityOk() (*KybGetTinResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponse) HasEntity

func (o *KybGetTinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (KybGetTinResponse) MarshalJSON

func (o KybGetTinResponse) MarshalJSON() ([]byte, error)

func (*KybGetTinResponse) SetEntity

SetEntity gets a reference to the given KybGetTinResponseEntity and assigns it to the Entity field.

type KybGetTinResponseEntity

type KybGetTinResponseEntity struct {
	Search       *string `json:"Search,omitempty"`
	TaxpayerName *string `json:"Taxpayer_Name,omitempty"`
	CACRegNo     *string `json:"CAC_Reg_No,omitempty"`
	FIRSTIN      *string `json:"FIRSTIN,omitempty"`
	JITTIN       *string `json:"JITTIN,omitempty"`
	TaxOffice    *string `json:"Tax_Office,omitempty"`
	PhoneNo      *string `json:"Phone_No,omitempty"`
	Email        *string `json:"Email,omitempty"`
}

KybGetTinResponseEntity struct for KybGetTinResponseEntity

func NewKybGetTinResponseEntity

func NewKybGetTinResponseEntity() *KybGetTinResponseEntity

NewKybGetTinResponseEntity instantiates a new KybGetTinResponseEntity 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 NewKybGetTinResponseEntityWithDefaults

func NewKybGetTinResponseEntityWithDefaults() *KybGetTinResponseEntity

NewKybGetTinResponseEntityWithDefaults instantiates a new KybGetTinResponseEntity 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 (*KybGetTinResponseEntity) GetCACRegNo

func (o *KybGetTinResponseEntity) GetCACRegNo() string

GetCACRegNo returns the CACRegNo field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetCACRegNoOk

func (o *KybGetTinResponseEntity) GetCACRegNoOk() (*string, bool)

GetCACRegNoOk returns a tuple with the CACRegNo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetEmail

func (o *KybGetTinResponseEntity) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetEmailOk

func (o *KybGetTinResponseEntity) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetFIRSTIN

func (o *KybGetTinResponseEntity) GetFIRSTIN() string

GetFIRSTIN returns the FIRSTIN field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetFIRSTINOk

func (o *KybGetTinResponseEntity) GetFIRSTINOk() (*string, bool)

GetFIRSTINOk returns a tuple with the FIRSTIN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetJITTIN

func (o *KybGetTinResponseEntity) GetJITTIN() string

GetJITTIN returns the JITTIN field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetJITTINOk

func (o *KybGetTinResponseEntity) GetJITTINOk() (*string, bool)

GetJITTINOk returns a tuple with the JITTIN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetPhoneNo

func (o *KybGetTinResponseEntity) GetPhoneNo() string

GetPhoneNo returns the PhoneNo field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetPhoneNoOk

func (o *KybGetTinResponseEntity) GetPhoneNoOk() (*string, bool)

GetPhoneNoOk returns a tuple with the PhoneNo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetSearch

func (o *KybGetTinResponseEntity) GetSearch() string

GetSearch returns the Search field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetSearchOk

func (o *KybGetTinResponseEntity) GetSearchOk() (*string, bool)

GetSearchOk returns a tuple with the Search field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetTaxOffice

func (o *KybGetTinResponseEntity) GetTaxOffice() string

GetTaxOffice returns the TaxOffice field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetTaxOfficeOk

func (o *KybGetTinResponseEntity) GetTaxOfficeOk() (*string, bool)

GetTaxOfficeOk returns a tuple with the TaxOffice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) GetTaxpayerName

func (o *KybGetTinResponseEntity) GetTaxpayerName() string

GetTaxpayerName returns the TaxpayerName field value if set, zero value otherwise.

func (*KybGetTinResponseEntity) GetTaxpayerNameOk

func (o *KybGetTinResponseEntity) GetTaxpayerNameOk() (*string, bool)

GetTaxpayerNameOk returns a tuple with the TaxpayerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KybGetTinResponseEntity) HasCACRegNo

func (o *KybGetTinResponseEntity) HasCACRegNo() bool

HasCACRegNo returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasEmail

func (o *KybGetTinResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasFIRSTIN

func (o *KybGetTinResponseEntity) HasFIRSTIN() bool

HasFIRSTIN returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasJITTIN

func (o *KybGetTinResponseEntity) HasJITTIN() bool

HasJITTIN returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasPhoneNo

func (o *KybGetTinResponseEntity) HasPhoneNo() bool

HasPhoneNo returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasSearch

func (o *KybGetTinResponseEntity) HasSearch() bool

HasSearch returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasTaxOffice

func (o *KybGetTinResponseEntity) HasTaxOffice() bool

HasTaxOffice returns a boolean if a field has been set.

func (*KybGetTinResponseEntity) HasTaxpayerName

func (o *KybGetTinResponseEntity) HasTaxpayerName() bool

HasTaxpayerName returns a boolean if a field has been set.

func (KybGetTinResponseEntity) MarshalJSON

func (o KybGetTinResponseEntity) MarshalJSON() ([]byte, error)

func (*KybGetTinResponseEntity) SetCACRegNo

func (o *KybGetTinResponseEntity) SetCACRegNo(v string)

SetCACRegNo gets a reference to the given string and assigns it to the CACRegNo field.

func (*KybGetTinResponseEntity) SetEmail

func (o *KybGetTinResponseEntity) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*KybGetTinResponseEntity) SetFIRSTIN

func (o *KybGetTinResponseEntity) SetFIRSTIN(v string)

SetFIRSTIN gets a reference to the given string and assigns it to the FIRSTIN field.

func (*KybGetTinResponseEntity) SetJITTIN

func (o *KybGetTinResponseEntity) SetJITTIN(v string)

SetJITTIN gets a reference to the given string and assigns it to the JITTIN field.

func (*KybGetTinResponseEntity) SetPhoneNo

func (o *KybGetTinResponseEntity) SetPhoneNo(v string)

SetPhoneNo gets a reference to the given string and assigns it to the PhoneNo field.

func (*KybGetTinResponseEntity) SetSearch

func (o *KybGetTinResponseEntity) SetSearch(v string)

SetSearch gets a reference to the given string and assigns it to the Search field.

func (*KybGetTinResponseEntity) SetTaxOffice

func (o *KybGetTinResponseEntity) SetTaxOffice(v string)

SetTaxOffice gets a reference to the given string and assigns it to the TaxOffice field.

func (*KybGetTinResponseEntity) SetTaxpayerName

func (o *KybGetTinResponseEntity) SetTaxpayerName(v string)

SetTaxpayerName gets a reference to the given string and assigns it to the TaxpayerName field.

type KycCheckLivenessRequest

type KycCheckLivenessRequest struct {
	Image *string `json:"image,omitempty"`
}

KycCheckLivenessRequest struct for KycCheckLivenessRequest

func NewKycCheckLivenessRequest

func NewKycCheckLivenessRequest() *KycCheckLivenessRequest

NewKycCheckLivenessRequest instantiates a new KycCheckLivenessRequest 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 NewKycCheckLivenessRequestWithDefaults

func NewKycCheckLivenessRequestWithDefaults() *KycCheckLivenessRequest

NewKycCheckLivenessRequestWithDefaults instantiates a new KycCheckLivenessRequest 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 (*KycCheckLivenessRequest) GetImage

func (o *KycCheckLivenessRequest) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*KycCheckLivenessRequest) GetImageOk

func (o *KycCheckLivenessRequest) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycCheckLivenessRequest) HasImage

func (o *KycCheckLivenessRequest) HasImage() bool

HasImage returns a boolean if a field has been set.

func (KycCheckLivenessRequest) MarshalJSON

func (o KycCheckLivenessRequest) MarshalJSON() ([]byte, error)

func (*KycCheckLivenessRequest) SetImage

func (o *KycCheckLivenessRequest) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

type KycSubmitAddressRequest

type KycSubmitAddressRequest struct {
	Street     *string `json:"street,omitempty"`
	Lga        *string `json:"lga,omitempty"`
	State      *string `json:"state,omitempty"`
	Landmark   *string `json:"landmark,omitempty"`
	FirstName  *string `json:"first_name,omitempty"`
	LastName   *string `json:"last_name,omitempty"`
	MiddleName *string `json:"middle_name,omitempty"`
	Dob        *string `json:"dob,omitempty"`
	Gender     *string `json:"gender,omitempty"`
	Mobile     *string `json:"mobile,omitempty"`
}

KycSubmitAddressRequest struct for KycSubmitAddressRequest

func NewKycSubmitAddressRequest

func NewKycSubmitAddressRequest() *KycSubmitAddressRequest

NewKycSubmitAddressRequest instantiates a new KycSubmitAddressRequest 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 NewKycSubmitAddressRequestWithDefaults

func NewKycSubmitAddressRequestWithDefaults() *KycSubmitAddressRequest

NewKycSubmitAddressRequestWithDefaults instantiates a new KycSubmitAddressRequest 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 (*KycSubmitAddressRequest) GetDob

func (o *KycSubmitAddressRequest) GetDob() string

GetDob returns the Dob field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetDobOk

func (o *KycSubmitAddressRequest) GetDobOk() (*string, bool)

GetDobOk returns a tuple with the Dob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetFirstName

func (o *KycSubmitAddressRequest) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetFirstNameOk

func (o *KycSubmitAddressRequest) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetGender

func (o *KycSubmitAddressRequest) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetGenderOk

func (o *KycSubmitAddressRequest) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetLandmark

func (o *KycSubmitAddressRequest) GetLandmark() string

GetLandmark returns the Landmark field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetLandmarkOk

func (o *KycSubmitAddressRequest) GetLandmarkOk() (*string, bool)

GetLandmarkOk returns a tuple with the Landmark field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetLastName

func (o *KycSubmitAddressRequest) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetLastNameOk

func (o *KycSubmitAddressRequest) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetLga

func (o *KycSubmitAddressRequest) GetLga() string

GetLga returns the Lga field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetLgaOk

func (o *KycSubmitAddressRequest) GetLgaOk() (*string, bool)

GetLgaOk returns a tuple with the Lga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetMiddleName

func (o *KycSubmitAddressRequest) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetMiddleNameOk

func (o *KycSubmitAddressRequest) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetMobile

func (o *KycSubmitAddressRequest) GetMobile() string

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetMobileOk

func (o *KycSubmitAddressRequest) GetMobileOk() (*string, bool)

GetMobileOk returns a tuple with the Mobile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetState

func (o *KycSubmitAddressRequest) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetStateOk

func (o *KycSubmitAddressRequest) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) GetStreet

func (o *KycSubmitAddressRequest) GetStreet() string

GetStreet returns the Street field value if set, zero value otherwise.

func (*KycSubmitAddressRequest) GetStreetOk

func (o *KycSubmitAddressRequest) GetStreetOk() (*string, bool)

GetStreetOk returns a tuple with the Street field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressRequest) HasDob

func (o *KycSubmitAddressRequest) HasDob() bool

HasDob returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasFirstName

func (o *KycSubmitAddressRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasGender

func (o *KycSubmitAddressRequest) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasLandmark

func (o *KycSubmitAddressRequest) HasLandmark() bool

HasLandmark returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasLastName

func (o *KycSubmitAddressRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasLga

func (o *KycSubmitAddressRequest) HasLga() bool

HasLga returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasMiddleName

func (o *KycSubmitAddressRequest) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasMobile

func (o *KycSubmitAddressRequest) HasMobile() bool

HasMobile returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasState

func (o *KycSubmitAddressRequest) HasState() bool

HasState returns a boolean if a field has been set.

func (*KycSubmitAddressRequest) HasStreet

func (o *KycSubmitAddressRequest) HasStreet() bool

HasStreet returns a boolean if a field has been set.

func (KycSubmitAddressRequest) MarshalJSON

func (o KycSubmitAddressRequest) MarshalJSON() ([]byte, error)

func (*KycSubmitAddressRequest) SetDob

func (o *KycSubmitAddressRequest) SetDob(v string)

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*KycSubmitAddressRequest) SetFirstName

func (o *KycSubmitAddressRequest) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*KycSubmitAddressRequest) SetGender

func (o *KycSubmitAddressRequest) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*KycSubmitAddressRequest) SetLandmark

func (o *KycSubmitAddressRequest) SetLandmark(v string)

SetLandmark gets a reference to the given string and assigns it to the Landmark field.

func (*KycSubmitAddressRequest) SetLastName

func (o *KycSubmitAddressRequest) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*KycSubmitAddressRequest) SetLga

func (o *KycSubmitAddressRequest) SetLga(v string)

SetLga gets a reference to the given string and assigns it to the Lga field.

func (*KycSubmitAddressRequest) SetMiddleName

func (o *KycSubmitAddressRequest) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*KycSubmitAddressRequest) SetMobile

func (o *KycSubmitAddressRequest) SetMobile(v string)

SetMobile gets a reference to the given string and assigns it to the Mobile field.

func (*KycSubmitAddressRequest) SetState

func (o *KycSubmitAddressRequest) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*KycSubmitAddressRequest) SetStreet

func (o *KycSubmitAddressRequest) SetStreet(v string)

SetStreet gets a reference to the given string and assigns it to the Street field.

type KycSubmitAddressResponse

type KycSubmitAddressResponse struct {
	Entity *KycSubmitAddressResponseEntity `json:"entity,omitempty"`
}

KycSubmitAddressResponse struct for KycSubmitAddressResponse

func NewKycSubmitAddressResponse

func NewKycSubmitAddressResponse() *KycSubmitAddressResponse

NewKycSubmitAddressResponse instantiates a new KycSubmitAddressResponse 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 NewKycSubmitAddressResponseWithDefaults

func NewKycSubmitAddressResponseWithDefaults() *KycSubmitAddressResponse

NewKycSubmitAddressResponseWithDefaults instantiates a new KycSubmitAddressResponse 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 (*KycSubmitAddressResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*KycSubmitAddressResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponse) HasEntity

func (o *KycSubmitAddressResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (KycSubmitAddressResponse) MarshalJSON

func (o KycSubmitAddressResponse) MarshalJSON() ([]byte, error)

func (*KycSubmitAddressResponse) SetEntity

SetEntity gets a reference to the given KycSubmitAddressResponseEntity and assigns it to the Entity field.

type KycSubmitAddressResponseEntity

type KycSubmitAddressResponseEntity struct {
	Status      *float32                            `json:"status,omitempty"`
	ReferenceId *string                             `json:"reference_id,omitempty"`
	Data        *KycSubmitAddressResponseEntityData `json:"data,omitempty"`
}

KycSubmitAddressResponseEntity struct for KycSubmitAddressResponseEntity

func NewKycSubmitAddressResponseEntity

func NewKycSubmitAddressResponseEntity() *KycSubmitAddressResponseEntity

NewKycSubmitAddressResponseEntity instantiates a new KycSubmitAddressResponseEntity 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 NewKycSubmitAddressResponseEntityWithDefaults

func NewKycSubmitAddressResponseEntityWithDefaults() *KycSubmitAddressResponseEntity

NewKycSubmitAddressResponseEntityWithDefaults instantiates a new KycSubmitAddressResponseEntity 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 (*KycSubmitAddressResponseEntity) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntity) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntity) GetReferenceId

func (o *KycSubmitAddressResponseEntity) GetReferenceId() string

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntity) GetReferenceIdOk

func (o *KycSubmitAddressResponseEntity) GetReferenceIdOk() (*string, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntity) GetStatus

func (o *KycSubmitAddressResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntity) GetStatusOk

func (o *KycSubmitAddressResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntity) HasData

func (o *KycSubmitAddressResponseEntity) HasData() bool

HasData returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntity) HasReferenceId

func (o *KycSubmitAddressResponseEntity) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntity) HasStatus

func (o *KycSubmitAddressResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (KycSubmitAddressResponseEntity) MarshalJSON

func (o KycSubmitAddressResponseEntity) MarshalJSON() ([]byte, error)

func (*KycSubmitAddressResponseEntity) SetData

SetData gets a reference to the given KycSubmitAddressResponseEntityData and assigns it to the Data field.

func (*KycSubmitAddressResponseEntity) SetReferenceId

func (o *KycSubmitAddressResponseEntity) SetReferenceId(v string)

SetReferenceId gets a reference to the given string and assigns it to the ReferenceId field.

func (*KycSubmitAddressResponseEntity) SetStatus

func (o *KycSubmitAddressResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

type KycSubmitAddressResponseEntityData

type KycSubmitAddressResponseEntityData struct {
	Applicant *KycSubmitAddressResponseEntityDataApplicant `json:"applicant,omitempty"`
	Lattitude *string                                      `json:"lattitude,omitempty"`
	Longitude *string                                      `json:"longitude,omitempty"`
	Photos    []string                                     `json:"photos,omitempty"`
	Neighbor  *KycSubmitAddressResponseEntityDataNeighbor  `json:"neighbor,omitempty"`
	Status    *string                                      `json:"status,omitempty"`
	City      *string                                      `json:"city,omitempty"`
	Street    *string                                      `json:"street,omitempty"`
	Lga       *string                                      `json:"lga,omitempty"`
	State     *string                                      `json:"state,omitempty"`
	Country   *string                                      `json:"country,omitempty"`
}

KycSubmitAddressResponseEntityData struct for KycSubmitAddressResponseEntityData

func NewKycSubmitAddressResponseEntityData

func NewKycSubmitAddressResponseEntityData() *KycSubmitAddressResponseEntityData

NewKycSubmitAddressResponseEntityData instantiates a new KycSubmitAddressResponseEntityData 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 NewKycSubmitAddressResponseEntityDataWithDefaults

func NewKycSubmitAddressResponseEntityDataWithDefaults() *KycSubmitAddressResponseEntityData

NewKycSubmitAddressResponseEntityDataWithDefaults instantiates a new KycSubmitAddressResponseEntityData 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 (*KycSubmitAddressResponseEntityData) GetApplicant

GetApplicant returns the Applicant field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetApplicantOk

GetApplicantOk returns a tuple with the Applicant field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetCityOk

func (o *KycSubmitAddressResponseEntityData) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetCountryOk

func (o *KycSubmitAddressResponseEntityData) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetLattitude

func (o *KycSubmitAddressResponseEntityData) GetLattitude() string

GetLattitude returns the Lattitude field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetLattitudeOk

func (o *KycSubmitAddressResponseEntityData) GetLattitudeOk() (*string, bool)

GetLattitudeOk returns a tuple with the Lattitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetLga

GetLga returns the Lga field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetLgaOk

GetLgaOk returns a tuple with the Lga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetLongitude

func (o *KycSubmitAddressResponseEntityData) GetLongitude() string

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetLongitudeOk

func (o *KycSubmitAddressResponseEntityData) GetLongitudeOk() (*string, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetNeighbor

GetNeighbor returns the Neighbor field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetNeighborOk

GetNeighborOk returns a tuple with the Neighbor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetPhotos

func (o *KycSubmitAddressResponseEntityData) GetPhotos() []string

GetPhotos returns the Photos field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetPhotosOk

func (o *KycSubmitAddressResponseEntityData) GetPhotosOk() ([]string, bool)

GetPhotosOk returns a tuple with the Photos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetState

GetState returns the State field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetStateOk

func (o *KycSubmitAddressResponseEntityData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetStatusOk

func (o *KycSubmitAddressResponseEntityData) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) GetStreet

GetStreet returns the Street field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityData) GetStreetOk

func (o *KycSubmitAddressResponseEntityData) GetStreetOk() (*string, bool)

GetStreetOk returns a tuple with the Street field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityData) HasApplicant

func (o *KycSubmitAddressResponseEntityData) HasApplicant() bool

HasApplicant returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasCity

HasCity returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasCountry

func (o *KycSubmitAddressResponseEntityData) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasLattitude

func (o *KycSubmitAddressResponseEntityData) HasLattitude() bool

HasLattitude returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasLga

HasLga returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasLongitude

func (o *KycSubmitAddressResponseEntityData) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasNeighbor

func (o *KycSubmitAddressResponseEntityData) HasNeighbor() bool

HasNeighbor returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasPhotos

HasPhotos returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasState

HasState returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasStatus

HasStatus returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityData) HasStreet

HasStreet returns a boolean if a field has been set.

func (KycSubmitAddressResponseEntityData) MarshalJSON

func (o KycSubmitAddressResponseEntityData) MarshalJSON() ([]byte, error)

func (*KycSubmitAddressResponseEntityData) SetApplicant

SetApplicant gets a reference to the given KycSubmitAddressResponseEntityDataApplicant and assigns it to the Applicant field.

func (*KycSubmitAddressResponseEntityData) SetCity

SetCity gets a reference to the given string and assigns it to the City field.

func (*KycSubmitAddressResponseEntityData) SetCountry

func (o *KycSubmitAddressResponseEntityData) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*KycSubmitAddressResponseEntityData) SetLattitude

func (o *KycSubmitAddressResponseEntityData) SetLattitude(v string)

SetLattitude gets a reference to the given string and assigns it to the Lattitude field.

func (*KycSubmitAddressResponseEntityData) SetLga

SetLga gets a reference to the given string and assigns it to the Lga field.

func (*KycSubmitAddressResponseEntityData) SetLongitude

func (o *KycSubmitAddressResponseEntityData) SetLongitude(v string)

SetLongitude gets a reference to the given string and assigns it to the Longitude field.

func (*KycSubmitAddressResponseEntityData) SetNeighbor

SetNeighbor gets a reference to the given KycSubmitAddressResponseEntityDataNeighbor and assigns it to the Neighbor field.

func (*KycSubmitAddressResponseEntityData) SetPhotos

func (o *KycSubmitAddressResponseEntityData) SetPhotos(v []string)

SetPhotos gets a reference to the given []string and assigns it to the Photos field.

func (*KycSubmitAddressResponseEntityData) SetState

SetState gets a reference to the given string and assigns it to the State field.

func (*KycSubmitAddressResponseEntityData) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*KycSubmitAddressResponseEntityData) SetStreet

SetStreet gets a reference to the given string and assigns it to the Street field.

type KycSubmitAddressResponseEntityDataApplicant

type KycSubmitAddressResponseEntityDataApplicant struct {
	Firstname  *string `json:"firstname,omitempty"`
	Lastname   *string `json:"lastname,omitempty"`
	Phone      *string `json:"phone,omitempty"`
	Middlename *string `json:"middlename,omitempty"`
	Photo      *string `json:"photo,omitempty"`
	Gender     *string `json:"gender,omitempty"`
	Birthdate  *string `json:"birthdate,omitempty"`
}

KycSubmitAddressResponseEntityDataApplicant struct for KycSubmitAddressResponseEntityDataApplicant

func NewKycSubmitAddressResponseEntityDataApplicant

func NewKycSubmitAddressResponseEntityDataApplicant() *KycSubmitAddressResponseEntityDataApplicant

NewKycSubmitAddressResponseEntityDataApplicant instantiates a new KycSubmitAddressResponseEntityDataApplicant 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 NewKycSubmitAddressResponseEntityDataApplicantWithDefaults

func NewKycSubmitAddressResponseEntityDataApplicantWithDefaults() *KycSubmitAddressResponseEntityDataApplicant

NewKycSubmitAddressResponseEntityDataApplicantWithDefaults instantiates a new KycSubmitAddressResponseEntityDataApplicant 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 (*KycSubmitAddressResponseEntityDataApplicant) GetBirthdate

GetBirthdate returns the Birthdate field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetBirthdateOk

GetBirthdateOk returns a tuple with the Birthdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetFirstname

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetFirstnameOk

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetGender

GetGender returns the Gender field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetGenderOk

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetLastname

GetLastname returns the Lastname field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetLastnameOk

GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetMiddlename

GetMiddlename returns the Middlename field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetMiddlenameOk

func (o *KycSubmitAddressResponseEntityDataApplicant) GetMiddlenameOk() (*string, bool)

GetMiddlenameOk returns a tuple with the Middlename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetPhone

GetPhone returns the Phone field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetPhoneOk

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) GetPhoto

GetPhoto returns the Photo field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataApplicant) GetPhotoOk

GetPhotoOk returns a tuple with the Photo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasBirthdate

HasBirthdate returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasFirstname

HasFirstname returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasGender

HasGender returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasLastname

HasLastname returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasMiddlename

HasMiddlename returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasPhone

HasPhone returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataApplicant) HasPhoto

HasPhoto returns a boolean if a field has been set.

func (KycSubmitAddressResponseEntityDataApplicant) MarshalJSON

func (*KycSubmitAddressResponseEntityDataApplicant) SetBirthdate

SetBirthdate gets a reference to the given string and assigns it to the Birthdate field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetFirstname

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetGender

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetLastname

SetLastname gets a reference to the given string and assigns it to the Lastname field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetMiddlename

SetMiddlename gets a reference to the given string and assigns it to the Middlename field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetPhone

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*KycSubmitAddressResponseEntityDataApplicant) SetPhoto

SetPhoto gets a reference to the given string and assigns it to the Photo field.

type KycSubmitAddressResponseEntityDataNeighbor

type KycSubmitAddressResponseEntityDataNeighbor struct {
	Name    *string `json:"name,omitempty"`
	Comment *string `json:"comment,omitempty"`
	Phone   *string `json:"phone,omitempty"`
}

KycSubmitAddressResponseEntityDataNeighbor struct for KycSubmitAddressResponseEntityDataNeighbor

func NewKycSubmitAddressResponseEntityDataNeighbor

func NewKycSubmitAddressResponseEntityDataNeighbor() *KycSubmitAddressResponseEntityDataNeighbor

NewKycSubmitAddressResponseEntityDataNeighbor instantiates a new KycSubmitAddressResponseEntityDataNeighbor 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 NewKycSubmitAddressResponseEntityDataNeighborWithDefaults

func NewKycSubmitAddressResponseEntityDataNeighborWithDefaults() *KycSubmitAddressResponseEntityDataNeighbor

NewKycSubmitAddressResponseEntityDataNeighborWithDefaults instantiates a new KycSubmitAddressResponseEntityDataNeighbor 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 (*KycSubmitAddressResponseEntityDataNeighbor) GetComment

GetComment returns the Comment field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataNeighbor) GetCommentOk

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataNeighbor) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataNeighbor) GetNameOk

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataNeighbor) GetPhone

GetPhone returns the Phone field value if set, zero value otherwise.

func (*KycSubmitAddressResponseEntityDataNeighbor) GetPhoneOk

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KycSubmitAddressResponseEntityDataNeighbor) HasComment

HasComment returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataNeighbor) HasName

HasName returns a boolean if a field has been set.

func (*KycSubmitAddressResponseEntityDataNeighbor) HasPhone

HasPhone returns a boolean if a field has been set.

func (KycSubmitAddressResponseEntityDataNeighbor) MarshalJSON

func (*KycSubmitAddressResponseEntityDataNeighbor) SetComment

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*KycSubmitAddressResponseEntityDataNeighbor) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*KycSubmitAddressResponseEntityDataNeighbor) SetPhone

SetPhone gets a reference to the given string and assigns it to the Phone field.

type MLApiService

type MLApiService service

MLApiService MLApi service

func (*MLApiService) VerifyPhotoIdWithSelfie

func (a *MLApiService) VerifyPhotoIdWithSelfie() MLApiVerifyPhotoIdWithSelfieRequest

VerifyPhotoIdWithSelfie KYC - Selfie Photo ID Verification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return MLApiVerifyPhotoIdWithSelfieRequest

func (*MLApiService) VerifyPhotoIdWithSelfieExecute

func (a *MLApiService) VerifyPhotoIdWithSelfieExecute(r MLApiVerifyPhotoIdWithSelfieRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type MLApiVerifyPhotoIdWithSelfieRequest

type MLApiVerifyPhotoIdWithSelfieRequest struct {
	ApiService *MLApiService
	// contains filtered or unexported fields
}

func (MLApiVerifyPhotoIdWithSelfieRequest) Execute

func (r MLApiVerifyPhotoIdWithSelfieRequest) Execute() (map[string]interface{}, *http.Response, error)

func (MLApiVerifyPhotoIdWithSelfieRequest) MlVerifyPhotoIdWithSelfieRequest

func (r MLApiVerifyPhotoIdWithSelfieRequest) MlVerifyPhotoIdWithSelfieRequest(mlVerifyPhotoIdWithSelfieRequest MlVerifyPhotoIdWithSelfieRequest) MLApiVerifyPhotoIdWithSelfieRequest

type MlVerifyPhotoIdWithSelfieRequest

type MlVerifyPhotoIdWithSelfieRequest struct {
	SelfieImage  *string `json:"selfie_image,omitempty"`
	PhotoidImage *string `json:"photoid_image,omitempty"`
}

MlVerifyPhotoIdWithSelfieRequest struct for MlVerifyPhotoIdWithSelfieRequest

func NewMlVerifyPhotoIdWithSelfieRequest

func NewMlVerifyPhotoIdWithSelfieRequest() *MlVerifyPhotoIdWithSelfieRequest

NewMlVerifyPhotoIdWithSelfieRequest instantiates a new MlVerifyPhotoIdWithSelfieRequest 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 NewMlVerifyPhotoIdWithSelfieRequestWithDefaults

func NewMlVerifyPhotoIdWithSelfieRequestWithDefaults() *MlVerifyPhotoIdWithSelfieRequest

NewMlVerifyPhotoIdWithSelfieRequestWithDefaults instantiates a new MlVerifyPhotoIdWithSelfieRequest 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 (*MlVerifyPhotoIdWithSelfieRequest) GetPhotoidImage

func (o *MlVerifyPhotoIdWithSelfieRequest) GetPhotoidImage() string

GetPhotoidImage returns the PhotoidImage field value if set, zero value otherwise.

func (*MlVerifyPhotoIdWithSelfieRequest) GetPhotoidImageOk

func (o *MlVerifyPhotoIdWithSelfieRequest) GetPhotoidImageOk() (*string, bool)

GetPhotoidImageOk returns a tuple with the PhotoidImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MlVerifyPhotoIdWithSelfieRequest) GetSelfieImage

func (o *MlVerifyPhotoIdWithSelfieRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*MlVerifyPhotoIdWithSelfieRequest) GetSelfieImageOk

func (o *MlVerifyPhotoIdWithSelfieRequest) GetSelfieImageOk() (*string, bool)

GetSelfieImageOk returns a tuple with the SelfieImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MlVerifyPhotoIdWithSelfieRequest) HasPhotoidImage

func (o *MlVerifyPhotoIdWithSelfieRequest) HasPhotoidImage() bool

HasPhotoidImage returns a boolean if a field has been set.

func (*MlVerifyPhotoIdWithSelfieRequest) HasSelfieImage

func (o *MlVerifyPhotoIdWithSelfieRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (MlVerifyPhotoIdWithSelfieRequest) MarshalJSON

func (o MlVerifyPhotoIdWithSelfieRequest) MarshalJSON() ([]byte, error)

func (*MlVerifyPhotoIdWithSelfieRequest) SetPhotoidImage

func (o *MlVerifyPhotoIdWithSelfieRequest) SetPhotoidImage(v string)

SetPhotoidImage gets a reference to the given string and assigns it to the PhotoidImage field.

func (*MlVerifyPhotoIdWithSelfieRequest) SetSelfieImage

func (o *MlVerifyPhotoIdWithSelfieRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

type NigeriaKYCApiGetBasicBvn1Request

type NigeriaKYCApiGetBasicBvn1Request struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetBasicBvn1Request) Bvn

func (NigeriaKYCApiGetBasicBvn1Request) Execute

type NigeriaKYCApiGetBasicBvnRequest

type NigeriaKYCApiGetBasicBvnRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetBasicBvnRequest) Bvn

func (NigeriaKYCApiGetBasicBvnRequest) Execute

type NigeriaKYCApiGetBasicPhoneNumberRequest

type NigeriaKYCApiGetBasicPhoneNumberRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetBasicPhoneNumberRequest) Execute

func (r NigeriaKYCApiGetBasicPhoneNumberRequest) Execute() (map[string]interface{}, *http.Response, error)

func (NigeriaKYCApiGetBasicPhoneNumberRequest) PhoneNumber

type NigeriaKYCApiGetDriversLicenseRequest

type NigeriaKYCApiGetDriversLicenseRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetDriversLicenseRequest) Execute

func (NigeriaKYCApiGetDriversLicenseRequest) LicenseNumber

type NigeriaKYCApiGetNinRequest

type NigeriaKYCApiGetNinRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetNinRequest) Execute

func (NigeriaKYCApiGetNinRequest) Nin

type NigeriaKYCApiGetNormalBvnRequest

type NigeriaKYCApiGetNormalBvnRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetNormalBvnRequest) Bvn

func (NigeriaKYCApiGetNormalBvnRequest) Execute

type NigeriaKYCApiGetNubanRequest

type NigeriaKYCApiGetNubanRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetNubanRequest) AccountNumber

func (r NigeriaKYCApiGetNubanRequest) AccountNumber(accountNumber int32) NigeriaKYCApiGetNubanRequest

func (NigeriaKYCApiGetNubanRequest) BankCode

func (NigeriaKYCApiGetNubanRequest) Execute

type NigeriaKYCApiGetPassportRequest

type NigeriaKYCApiGetPassportRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetPassportRequest) Execute

func (NigeriaKYCApiGetPassportRequest) PassportNumber

func (NigeriaKYCApiGetPassportRequest) Surname

type NigeriaKYCApiGetPhoneNumberRequest

type NigeriaKYCApiGetPhoneNumberRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetPhoneNumberRequest) Execute

func (NigeriaKYCApiGetPhoneNumberRequest) PhoneNumber

type NigeriaKYCApiGetPremiumBvnRequest

type NigeriaKYCApiGetPremiumBvnRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetPremiumBvnRequest) Bvn

func (NigeriaKYCApiGetPremiumBvnRequest) Execute

type NigeriaKYCApiGetVninRequest

type NigeriaKYCApiGetVninRequest struct {
	ApiService *NigeriaKYCApiService
	// contains filtered or unexported fields
}

func (NigeriaKYCApiGetVninRequest) Execute

func (NigeriaKYCApiGetVninRequest) Vnin

type NigeriaKYCApiService

type NigeriaKYCApiService service

NigeriaKYCApiService NigeriaKYCApi service

func (*NigeriaKYCApiService) GetBasicBvn

GetBasicBvn KYC - Get Basic BVN Info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetBasicBvnRequest

func (*NigeriaKYCApiService) GetBasicBvn1

GetBasicBvn1 KYC - Lookup BVN Basic 1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetBasicBvn1Request

func (*NigeriaKYCApiService) GetBasicBvn1Execute

Execute executes the request

@return GetBasicBvnResponse

func (*NigeriaKYCApiService) GetBasicBvnExecute

Execute executes the request

@return ValidateBvnResponse

func (*NigeriaKYCApiService) GetBasicPhoneNumber

GetBasicPhoneNumber KYC Lookup Phone Number Basic

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetBasicPhoneNumberRequest

func (*NigeriaKYCApiService) GetBasicPhoneNumberExecute

func (a *NigeriaKYCApiService) GetBasicPhoneNumberExecute(r NigeriaKYCApiGetBasicPhoneNumberRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*NigeriaKYCApiService) GetDriversLicense

GetDriversLicense KYC - Get Drivers License Info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetDriversLicenseRequest

func (*NigeriaKYCApiService) GetDriversLicenseExecute

Execute executes the request

@return GetKycDriversLicenseResponse

func (*NigeriaKYCApiService) GetNin

GetNin KYC - Get NIN Info

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetNinRequest

func (*NigeriaKYCApiService) GetNinExecute

Execute executes the request

@return NigeriaKycGetNinResponse

func (*NigeriaKYCApiService) GetNormalBvn

GetNormalBvn KYC - Lookup BVN Normal

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetNormalBvnRequest

func (*NigeriaKYCApiService) GetNormalBvnExecute

Execute executes the request

@return GetFullBvnResponse

func (*NigeriaKYCApiService) GetNuban

GetNuban KYC - Get NUBAN Information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetNubanRequest

func (*NigeriaKYCApiService) GetNubanExecute

Execute executes the request

@return GetNubanResponse

func (*NigeriaKYCApiService) GetPassport

GetPassport KYC - Passport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetPassportRequest

func (*NigeriaKYCApiService) GetPassportExecute

Execute executes the request

@return GetKycPassportResponse

func (*NigeriaKYCApiService) GetPhoneNumber

GetPhoneNumber KYC - Lookup Phone Number

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetPhoneNumberRequest

func (*NigeriaKYCApiService) GetPhoneNumberExecute

Execute executes the request

@return GetPhoneNumberResponse

func (*NigeriaKYCApiService) GetPremiumBvn

GetPremiumBvn KYC - Lookup BVN Premium

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetPremiumBvnRequest

func (*NigeriaKYCApiService) GetPremiumBvnExecute

Execute executes the request

@return GetPremiumBvnResponse

func (*NigeriaKYCApiService) GetVnin

GetVnin Lookup VNIN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return NigeriaKYCApiGetVninRequest

func (*NigeriaKYCApiService) GetVninExecute

Execute executes the request

@return GetVninResponse

type NigeriaKycGetNinResponse

type NigeriaKycGetNinResponse struct {
	Entity *NigeriaKycGetNinResponseEntity `json:"entity,omitempty"`
}

NigeriaKycGetNinResponse struct for NigeriaKycGetNinResponse

func NewNigeriaKycGetNinResponse

func NewNigeriaKycGetNinResponse() *NigeriaKycGetNinResponse

NewNigeriaKycGetNinResponse instantiates a new NigeriaKycGetNinResponse 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 NewNigeriaKycGetNinResponseWithDefaults

func NewNigeriaKycGetNinResponseWithDefaults() *NigeriaKycGetNinResponse

NewNigeriaKycGetNinResponseWithDefaults instantiates a new NigeriaKycGetNinResponse 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 (*NigeriaKycGetNinResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponse) HasEntity

func (o *NigeriaKycGetNinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (NigeriaKycGetNinResponse) MarshalJSON

func (o NigeriaKycGetNinResponse) MarshalJSON() ([]byte, error)

func (*NigeriaKycGetNinResponse) SetEntity

SetEntity gets a reference to the given NigeriaKycGetNinResponseEntity and assigns it to the Entity field.

type NigeriaKycGetNinResponseEntity

type NigeriaKycGetNinResponseEntity struct {
	Title            *string        `json:"title,omitempty"`
	BirthCountry     *string        `json:"birth_country,omitempty"`
	BirthDate        *string        `json:"birth_date,omitempty"`
	BirthLga         *string        `json:"birth_lga,omitempty"`
	BirthState       *string        `json:"birth_state,omitempty"`
	CentralId        *string        `json:"central_id,omitempty"`
	EducationalLevel *string        `json:"educational_level,omitempty"`
	Email            NullableString `json:"email,omitempty"`
	EmploymentStatus *string        `json:"employment_status,omitempty"`
	FirstName        *string        `json:"first_name,omitempty"`
	Gender           *string        `json:"gender,omitempty"`
	Height           *string        `json:"height,omitempty"`
	MaidenName       NullableString `json:"maiden_name,omitempty"`
	MaritalStatus    *string        `json:"marital_status,omitempty"`
	MiddleName       *string        `json:"middle_name,omitempty"`
	Nationality      *string        `json:"nationality,omitempty"`
	NokAddress1      *string        `json:"nok_address_1,omitempty"`
	NokAddress2      []string       `json:"nok_address_2,omitempty"`
	NokFirstName     *string        `json:"nok_first_name,omitempty"`
	NokLga           *string        `json:"nok_lga,omitempty"`
	NokState         *string        `json:"nok_state,omitempty"`
	NokSurname       *string        `json:"nok_surname,omitempty"`
	NokTown          *string        `json:"nok_town,omitempty"`
	OriginLga        *string        `json:"origin_lga,omitempty"`
	OriginPlace      *string        `json:"origin_place,omitempty"`
	OriginState      *string        `json:"origin_state,omitempty"`
	Picture          *string        `json:"picture,omitempty"`
	Profession       *string        `json:"profession,omitempty"`
	Reference        *string        `json:"reference,omitempty"`
	Religion         *string        `json:"religion,omitempty"`
	ResidenceAddress *string        `json:"residence_address,omitempty"`
	ResidenceLga     *string        `json:"residence_lga,omitempty"`
	ResidenceState   *string        `json:"residence_state,omitempty"`
	ResidenceStatus  *string        `json:"residence_status,omitempty"`
	ResidenceTown    *string        `json:"residence_town,omitempty"`
	Signature        *string        `json:"signature,omitempty"`
	SpokenLanguage   *string        `json:"spoken_language,omitempty"`
	Surname          *string        `json:"surname,omitempty"`
	Telephone        *string        `json:"telephone,omitempty"`
}

NigeriaKycGetNinResponseEntity struct for NigeriaKycGetNinResponseEntity

func NewNigeriaKycGetNinResponseEntity

func NewNigeriaKycGetNinResponseEntity() *NigeriaKycGetNinResponseEntity

NewNigeriaKycGetNinResponseEntity instantiates a new NigeriaKycGetNinResponseEntity 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 NewNigeriaKycGetNinResponseEntityWithDefaults

func NewNigeriaKycGetNinResponseEntityWithDefaults() *NigeriaKycGetNinResponseEntity

NewNigeriaKycGetNinResponseEntityWithDefaults instantiates a new NigeriaKycGetNinResponseEntity 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 (*NigeriaKycGetNinResponseEntity) GetBirthCountry

func (o *NigeriaKycGetNinResponseEntity) GetBirthCountry() string

GetBirthCountry returns the BirthCountry field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetBirthCountryOk

func (o *NigeriaKycGetNinResponseEntity) GetBirthCountryOk() (*string, bool)

GetBirthCountryOk returns a tuple with the BirthCountry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetBirthDate

func (o *NigeriaKycGetNinResponseEntity) GetBirthDate() string

GetBirthDate returns the BirthDate field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetBirthDateOk

func (o *NigeriaKycGetNinResponseEntity) GetBirthDateOk() (*string, bool)

GetBirthDateOk returns a tuple with the BirthDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetBirthLga

func (o *NigeriaKycGetNinResponseEntity) GetBirthLga() string

GetBirthLga returns the BirthLga field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetBirthLgaOk

func (o *NigeriaKycGetNinResponseEntity) GetBirthLgaOk() (*string, bool)

GetBirthLgaOk returns a tuple with the BirthLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetBirthState

func (o *NigeriaKycGetNinResponseEntity) GetBirthState() string

GetBirthState returns the BirthState field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetBirthStateOk

func (o *NigeriaKycGetNinResponseEntity) GetBirthStateOk() (*string, bool)

GetBirthStateOk returns a tuple with the BirthState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetCentralId

func (o *NigeriaKycGetNinResponseEntity) GetCentralId() string

GetCentralId returns the CentralId field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetCentralIdOk

func (o *NigeriaKycGetNinResponseEntity) GetCentralIdOk() (*string, bool)

GetCentralIdOk returns a tuple with the CentralId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetEducationalLevel

func (o *NigeriaKycGetNinResponseEntity) GetEducationalLevel() string

GetEducationalLevel returns the EducationalLevel field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetEducationalLevelOk

func (o *NigeriaKycGetNinResponseEntity) GetEducationalLevelOk() (*string, bool)

GetEducationalLevelOk returns a tuple with the EducationalLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetEmail

func (o *NigeriaKycGetNinResponseEntity) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NigeriaKycGetNinResponseEntity) GetEmailOk

func (o *NigeriaKycGetNinResponseEntity) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NigeriaKycGetNinResponseEntity) GetEmploymentStatus

func (o *NigeriaKycGetNinResponseEntity) GetEmploymentStatus() string

GetEmploymentStatus returns the EmploymentStatus field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetEmploymentStatusOk

func (o *NigeriaKycGetNinResponseEntity) GetEmploymentStatusOk() (*string, bool)

GetEmploymentStatusOk returns a tuple with the EmploymentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetFirstName

func (o *NigeriaKycGetNinResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetFirstNameOk

func (o *NigeriaKycGetNinResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetGender

func (o *NigeriaKycGetNinResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetGenderOk

func (o *NigeriaKycGetNinResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetHeight

func (o *NigeriaKycGetNinResponseEntity) GetHeight() string

GetHeight returns the Height field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetHeightOk

func (o *NigeriaKycGetNinResponseEntity) GetHeightOk() (*string, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetMaidenName

func (o *NigeriaKycGetNinResponseEntity) GetMaidenName() string

GetMaidenName returns the MaidenName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NigeriaKycGetNinResponseEntity) GetMaidenNameOk

func (o *NigeriaKycGetNinResponseEntity) GetMaidenNameOk() (*string, bool)

GetMaidenNameOk returns a tuple with the MaidenName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NigeriaKycGetNinResponseEntity) GetMaritalStatus

func (o *NigeriaKycGetNinResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetMaritalStatusOk

func (o *NigeriaKycGetNinResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetMiddleName

func (o *NigeriaKycGetNinResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetMiddleNameOk

func (o *NigeriaKycGetNinResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNationality

func (o *NigeriaKycGetNinResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNationalityOk

func (o *NigeriaKycGetNinResponseEntity) GetNationalityOk() (*string, bool)

GetNationalityOk returns a tuple with the Nationality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokAddress1

func (o *NigeriaKycGetNinResponseEntity) GetNokAddress1() string

GetNokAddress1 returns the NokAddress1 field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokAddress1Ok

func (o *NigeriaKycGetNinResponseEntity) GetNokAddress1Ok() (*string, bool)

GetNokAddress1Ok returns a tuple with the NokAddress1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokAddress2

func (o *NigeriaKycGetNinResponseEntity) GetNokAddress2() []string

GetNokAddress2 returns the NokAddress2 field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokAddress2Ok

func (o *NigeriaKycGetNinResponseEntity) GetNokAddress2Ok() ([]string, bool)

GetNokAddress2Ok returns a tuple with the NokAddress2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokFirstName

func (o *NigeriaKycGetNinResponseEntity) GetNokFirstName() string

GetNokFirstName returns the NokFirstName field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokFirstNameOk

func (o *NigeriaKycGetNinResponseEntity) GetNokFirstNameOk() (*string, bool)

GetNokFirstNameOk returns a tuple with the NokFirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokLga

func (o *NigeriaKycGetNinResponseEntity) GetNokLga() string

GetNokLga returns the NokLga field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokLgaOk

func (o *NigeriaKycGetNinResponseEntity) GetNokLgaOk() (*string, bool)

GetNokLgaOk returns a tuple with the NokLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokState

func (o *NigeriaKycGetNinResponseEntity) GetNokState() string

GetNokState returns the NokState field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokStateOk

func (o *NigeriaKycGetNinResponseEntity) GetNokStateOk() (*string, bool)

GetNokStateOk returns a tuple with the NokState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokSurname

func (o *NigeriaKycGetNinResponseEntity) GetNokSurname() string

GetNokSurname returns the NokSurname field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokSurnameOk

func (o *NigeriaKycGetNinResponseEntity) GetNokSurnameOk() (*string, bool)

GetNokSurnameOk returns a tuple with the NokSurname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetNokTown

func (o *NigeriaKycGetNinResponseEntity) GetNokTown() string

GetNokTown returns the NokTown field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetNokTownOk

func (o *NigeriaKycGetNinResponseEntity) GetNokTownOk() (*string, bool)

GetNokTownOk returns a tuple with the NokTown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetOriginLga

func (o *NigeriaKycGetNinResponseEntity) GetOriginLga() string

GetOriginLga returns the OriginLga field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetOriginLgaOk

func (o *NigeriaKycGetNinResponseEntity) GetOriginLgaOk() (*string, bool)

GetOriginLgaOk returns a tuple with the OriginLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetOriginPlace

func (o *NigeriaKycGetNinResponseEntity) GetOriginPlace() string

GetOriginPlace returns the OriginPlace field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetOriginPlaceOk

func (o *NigeriaKycGetNinResponseEntity) GetOriginPlaceOk() (*string, bool)

GetOriginPlaceOk returns a tuple with the OriginPlace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetOriginState

func (o *NigeriaKycGetNinResponseEntity) GetOriginState() string

GetOriginState returns the OriginState field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetOriginStateOk

func (o *NigeriaKycGetNinResponseEntity) GetOriginStateOk() (*string, bool)

GetOriginStateOk returns a tuple with the OriginState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetPicture

func (o *NigeriaKycGetNinResponseEntity) GetPicture() string

GetPicture returns the Picture field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetPictureOk

func (o *NigeriaKycGetNinResponseEntity) GetPictureOk() (*string, bool)

GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetProfession

func (o *NigeriaKycGetNinResponseEntity) GetProfession() string

GetProfession returns the Profession field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetProfessionOk

func (o *NigeriaKycGetNinResponseEntity) GetProfessionOk() (*string, bool)

GetProfessionOk returns a tuple with the Profession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetReference

func (o *NigeriaKycGetNinResponseEntity) GetReference() string

GetReference returns the Reference field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetReferenceOk

func (o *NigeriaKycGetNinResponseEntity) GetReferenceOk() (*string, bool)

GetReferenceOk returns a tuple with the Reference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetReligion

func (o *NigeriaKycGetNinResponseEntity) GetReligion() string

GetReligion returns the Religion field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetReligionOk

func (o *NigeriaKycGetNinResponseEntity) GetReligionOk() (*string, bool)

GetReligionOk returns a tuple with the Religion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetResidenceAddress

func (o *NigeriaKycGetNinResponseEntity) GetResidenceAddress() string

GetResidenceAddress returns the ResidenceAddress field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetResidenceAddressOk

func (o *NigeriaKycGetNinResponseEntity) GetResidenceAddressOk() (*string, bool)

GetResidenceAddressOk returns a tuple with the ResidenceAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetResidenceLga

func (o *NigeriaKycGetNinResponseEntity) GetResidenceLga() string

GetResidenceLga returns the ResidenceLga field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetResidenceLgaOk

func (o *NigeriaKycGetNinResponseEntity) GetResidenceLgaOk() (*string, bool)

GetResidenceLgaOk returns a tuple with the ResidenceLga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetResidenceState

func (o *NigeriaKycGetNinResponseEntity) GetResidenceState() string

GetResidenceState returns the ResidenceState field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetResidenceStateOk

func (o *NigeriaKycGetNinResponseEntity) GetResidenceStateOk() (*string, bool)

GetResidenceStateOk returns a tuple with the ResidenceState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetResidenceStatus

func (o *NigeriaKycGetNinResponseEntity) GetResidenceStatus() string

GetResidenceStatus returns the ResidenceStatus field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetResidenceStatusOk

func (o *NigeriaKycGetNinResponseEntity) GetResidenceStatusOk() (*string, bool)

GetResidenceStatusOk returns a tuple with the ResidenceStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetResidenceTown

func (o *NigeriaKycGetNinResponseEntity) GetResidenceTown() string

GetResidenceTown returns the ResidenceTown field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetResidenceTownOk

func (o *NigeriaKycGetNinResponseEntity) GetResidenceTownOk() (*string, bool)

GetResidenceTownOk returns a tuple with the ResidenceTown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetSignature

func (o *NigeriaKycGetNinResponseEntity) GetSignature() string

GetSignature returns the Signature field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetSignatureOk

func (o *NigeriaKycGetNinResponseEntity) GetSignatureOk() (*string, bool)

GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetSpokenLanguage

func (o *NigeriaKycGetNinResponseEntity) GetSpokenLanguage() string

GetSpokenLanguage returns the SpokenLanguage field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetSpokenLanguageOk

func (o *NigeriaKycGetNinResponseEntity) GetSpokenLanguageOk() (*string, bool)

GetSpokenLanguageOk returns a tuple with the SpokenLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetSurname

func (o *NigeriaKycGetNinResponseEntity) GetSurname() string

GetSurname returns the Surname field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetSurnameOk

func (o *NigeriaKycGetNinResponseEntity) GetSurnameOk() (*string, bool)

GetSurnameOk returns a tuple with the Surname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetTelephone

func (o *NigeriaKycGetNinResponseEntity) GetTelephone() string

GetTelephone returns the Telephone field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetTelephoneOk

func (o *NigeriaKycGetNinResponseEntity) GetTelephoneOk() (*string, bool)

GetTelephoneOk returns a tuple with the Telephone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) GetTitle

func (o *NigeriaKycGetNinResponseEntity) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*NigeriaKycGetNinResponseEntity) GetTitleOk

func (o *NigeriaKycGetNinResponseEntity) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NigeriaKycGetNinResponseEntity) HasBirthCountry

func (o *NigeriaKycGetNinResponseEntity) HasBirthCountry() bool

HasBirthCountry returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasBirthDate

func (o *NigeriaKycGetNinResponseEntity) HasBirthDate() bool

HasBirthDate returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasBirthLga

func (o *NigeriaKycGetNinResponseEntity) HasBirthLga() bool

HasBirthLga returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasBirthState

func (o *NigeriaKycGetNinResponseEntity) HasBirthState() bool

HasBirthState returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasCentralId

func (o *NigeriaKycGetNinResponseEntity) HasCentralId() bool

HasCentralId returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasEducationalLevel

func (o *NigeriaKycGetNinResponseEntity) HasEducationalLevel() bool

HasEducationalLevel returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasEmail

func (o *NigeriaKycGetNinResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasEmploymentStatus

func (o *NigeriaKycGetNinResponseEntity) HasEmploymentStatus() bool

HasEmploymentStatus returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasFirstName

func (o *NigeriaKycGetNinResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasGender

func (o *NigeriaKycGetNinResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasHeight

func (o *NigeriaKycGetNinResponseEntity) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasMaidenName

func (o *NigeriaKycGetNinResponseEntity) HasMaidenName() bool

HasMaidenName returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasMaritalStatus

func (o *NigeriaKycGetNinResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasMiddleName

func (o *NigeriaKycGetNinResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNationality

func (o *NigeriaKycGetNinResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokAddress1

func (o *NigeriaKycGetNinResponseEntity) HasNokAddress1() bool

HasNokAddress1 returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokAddress2

func (o *NigeriaKycGetNinResponseEntity) HasNokAddress2() bool

HasNokAddress2 returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokFirstName

func (o *NigeriaKycGetNinResponseEntity) HasNokFirstName() bool

HasNokFirstName returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokLga

func (o *NigeriaKycGetNinResponseEntity) HasNokLga() bool

HasNokLga returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokState

func (o *NigeriaKycGetNinResponseEntity) HasNokState() bool

HasNokState returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokSurname

func (o *NigeriaKycGetNinResponseEntity) HasNokSurname() bool

HasNokSurname returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasNokTown

func (o *NigeriaKycGetNinResponseEntity) HasNokTown() bool

HasNokTown returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasOriginLga

func (o *NigeriaKycGetNinResponseEntity) HasOriginLga() bool

HasOriginLga returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasOriginPlace

func (o *NigeriaKycGetNinResponseEntity) HasOriginPlace() bool

HasOriginPlace returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasOriginState

func (o *NigeriaKycGetNinResponseEntity) HasOriginState() bool

HasOriginState returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasPicture

func (o *NigeriaKycGetNinResponseEntity) HasPicture() bool

HasPicture returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasProfession

func (o *NigeriaKycGetNinResponseEntity) HasProfession() bool

HasProfession returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasReference

func (o *NigeriaKycGetNinResponseEntity) HasReference() bool

HasReference returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasReligion

func (o *NigeriaKycGetNinResponseEntity) HasReligion() bool

HasReligion returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasResidenceAddress

func (o *NigeriaKycGetNinResponseEntity) HasResidenceAddress() bool

HasResidenceAddress returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasResidenceLga

func (o *NigeriaKycGetNinResponseEntity) HasResidenceLga() bool

HasResidenceLga returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasResidenceState

func (o *NigeriaKycGetNinResponseEntity) HasResidenceState() bool

HasResidenceState returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasResidenceStatus

func (o *NigeriaKycGetNinResponseEntity) HasResidenceStatus() bool

HasResidenceStatus returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasResidenceTown

func (o *NigeriaKycGetNinResponseEntity) HasResidenceTown() bool

HasResidenceTown returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasSignature

func (o *NigeriaKycGetNinResponseEntity) HasSignature() bool

HasSignature returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasSpokenLanguage

func (o *NigeriaKycGetNinResponseEntity) HasSpokenLanguage() bool

HasSpokenLanguage returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasSurname

func (o *NigeriaKycGetNinResponseEntity) HasSurname() bool

HasSurname returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasTelephone

func (o *NigeriaKycGetNinResponseEntity) HasTelephone() bool

HasTelephone returns a boolean if a field has been set.

func (*NigeriaKycGetNinResponseEntity) HasTitle

func (o *NigeriaKycGetNinResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (NigeriaKycGetNinResponseEntity) MarshalJSON

func (o NigeriaKycGetNinResponseEntity) MarshalJSON() ([]byte, error)

func (*NigeriaKycGetNinResponseEntity) SetBirthCountry

func (o *NigeriaKycGetNinResponseEntity) SetBirthCountry(v string)

SetBirthCountry gets a reference to the given string and assigns it to the BirthCountry field.

func (*NigeriaKycGetNinResponseEntity) SetBirthDate

func (o *NigeriaKycGetNinResponseEntity) SetBirthDate(v string)

SetBirthDate gets a reference to the given string and assigns it to the BirthDate field.

func (*NigeriaKycGetNinResponseEntity) SetBirthLga

func (o *NigeriaKycGetNinResponseEntity) SetBirthLga(v string)

SetBirthLga gets a reference to the given string and assigns it to the BirthLga field.

func (*NigeriaKycGetNinResponseEntity) SetBirthState

func (o *NigeriaKycGetNinResponseEntity) SetBirthState(v string)

SetBirthState gets a reference to the given string and assigns it to the BirthState field.

func (*NigeriaKycGetNinResponseEntity) SetCentralId

func (o *NigeriaKycGetNinResponseEntity) SetCentralId(v string)

SetCentralId gets a reference to the given string and assigns it to the CentralId field.

func (*NigeriaKycGetNinResponseEntity) SetEducationalLevel

func (o *NigeriaKycGetNinResponseEntity) SetEducationalLevel(v string)

SetEducationalLevel gets a reference to the given string and assigns it to the EducationalLevel field.

func (*NigeriaKycGetNinResponseEntity) SetEmail

func (o *NigeriaKycGetNinResponseEntity) SetEmail(v string)

SetEmail gets a reference to the given NullableString and assigns it to the Email field.

func (*NigeriaKycGetNinResponseEntity) SetEmailNil

func (o *NigeriaKycGetNinResponseEntity) SetEmailNil()

SetEmailNil sets the value for Email to be an explicit nil

func (*NigeriaKycGetNinResponseEntity) SetEmploymentStatus

func (o *NigeriaKycGetNinResponseEntity) SetEmploymentStatus(v string)

SetEmploymentStatus gets a reference to the given string and assigns it to the EmploymentStatus field.

func (*NigeriaKycGetNinResponseEntity) SetFirstName

func (o *NigeriaKycGetNinResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*NigeriaKycGetNinResponseEntity) SetGender

func (o *NigeriaKycGetNinResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*NigeriaKycGetNinResponseEntity) SetHeight

func (o *NigeriaKycGetNinResponseEntity) SetHeight(v string)

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*NigeriaKycGetNinResponseEntity) SetMaidenName

func (o *NigeriaKycGetNinResponseEntity) SetMaidenName(v string)

SetMaidenName gets a reference to the given NullableString and assigns it to the MaidenName field.

func (*NigeriaKycGetNinResponseEntity) SetMaidenNameNil

func (o *NigeriaKycGetNinResponseEntity) SetMaidenNameNil()

SetMaidenNameNil sets the value for MaidenName to be an explicit nil

func (*NigeriaKycGetNinResponseEntity) SetMaritalStatus

func (o *NigeriaKycGetNinResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*NigeriaKycGetNinResponseEntity) SetMiddleName

func (o *NigeriaKycGetNinResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*NigeriaKycGetNinResponseEntity) SetNationality

func (o *NigeriaKycGetNinResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*NigeriaKycGetNinResponseEntity) SetNokAddress1

func (o *NigeriaKycGetNinResponseEntity) SetNokAddress1(v string)

SetNokAddress1 gets a reference to the given string and assigns it to the NokAddress1 field.

func (*NigeriaKycGetNinResponseEntity) SetNokAddress2

func (o *NigeriaKycGetNinResponseEntity) SetNokAddress2(v []string)

SetNokAddress2 gets a reference to the given []string and assigns it to the NokAddress2 field.

func (*NigeriaKycGetNinResponseEntity) SetNokFirstName

func (o *NigeriaKycGetNinResponseEntity) SetNokFirstName(v string)

SetNokFirstName gets a reference to the given string and assigns it to the NokFirstName field.

func (*NigeriaKycGetNinResponseEntity) SetNokLga

func (o *NigeriaKycGetNinResponseEntity) SetNokLga(v string)

SetNokLga gets a reference to the given string and assigns it to the NokLga field.

func (*NigeriaKycGetNinResponseEntity) SetNokState

func (o *NigeriaKycGetNinResponseEntity) SetNokState(v string)

SetNokState gets a reference to the given string and assigns it to the NokState field.

func (*NigeriaKycGetNinResponseEntity) SetNokSurname

func (o *NigeriaKycGetNinResponseEntity) SetNokSurname(v string)

SetNokSurname gets a reference to the given string and assigns it to the NokSurname field.

func (*NigeriaKycGetNinResponseEntity) SetNokTown

func (o *NigeriaKycGetNinResponseEntity) SetNokTown(v string)

SetNokTown gets a reference to the given string and assigns it to the NokTown field.

func (*NigeriaKycGetNinResponseEntity) SetOriginLga

func (o *NigeriaKycGetNinResponseEntity) SetOriginLga(v string)

SetOriginLga gets a reference to the given string and assigns it to the OriginLga field.

func (*NigeriaKycGetNinResponseEntity) SetOriginPlace

func (o *NigeriaKycGetNinResponseEntity) SetOriginPlace(v string)

SetOriginPlace gets a reference to the given string and assigns it to the OriginPlace field.

func (*NigeriaKycGetNinResponseEntity) SetOriginState

func (o *NigeriaKycGetNinResponseEntity) SetOriginState(v string)

SetOriginState gets a reference to the given string and assigns it to the OriginState field.

func (*NigeriaKycGetNinResponseEntity) SetPicture

func (o *NigeriaKycGetNinResponseEntity) SetPicture(v string)

SetPicture gets a reference to the given string and assigns it to the Picture field.

func (*NigeriaKycGetNinResponseEntity) SetProfession

func (o *NigeriaKycGetNinResponseEntity) SetProfession(v string)

SetProfession gets a reference to the given string and assigns it to the Profession field.

func (*NigeriaKycGetNinResponseEntity) SetReference

func (o *NigeriaKycGetNinResponseEntity) SetReference(v string)

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*NigeriaKycGetNinResponseEntity) SetReligion

func (o *NigeriaKycGetNinResponseEntity) SetReligion(v string)

SetReligion gets a reference to the given string and assigns it to the Religion field.

func (*NigeriaKycGetNinResponseEntity) SetResidenceAddress

func (o *NigeriaKycGetNinResponseEntity) SetResidenceAddress(v string)

SetResidenceAddress gets a reference to the given string and assigns it to the ResidenceAddress field.

func (*NigeriaKycGetNinResponseEntity) SetResidenceLga

func (o *NigeriaKycGetNinResponseEntity) SetResidenceLga(v string)

SetResidenceLga gets a reference to the given string and assigns it to the ResidenceLga field.

func (*NigeriaKycGetNinResponseEntity) SetResidenceState

func (o *NigeriaKycGetNinResponseEntity) SetResidenceState(v string)

SetResidenceState gets a reference to the given string and assigns it to the ResidenceState field.

func (*NigeriaKycGetNinResponseEntity) SetResidenceStatus

func (o *NigeriaKycGetNinResponseEntity) SetResidenceStatus(v string)

SetResidenceStatus gets a reference to the given string and assigns it to the ResidenceStatus field.

func (*NigeriaKycGetNinResponseEntity) SetResidenceTown

func (o *NigeriaKycGetNinResponseEntity) SetResidenceTown(v string)

SetResidenceTown gets a reference to the given string and assigns it to the ResidenceTown field.

func (*NigeriaKycGetNinResponseEntity) SetSignature

func (o *NigeriaKycGetNinResponseEntity) SetSignature(v string)

SetSignature gets a reference to the given string and assigns it to the Signature field.

func (*NigeriaKycGetNinResponseEntity) SetSpokenLanguage

func (o *NigeriaKycGetNinResponseEntity) SetSpokenLanguage(v string)

SetSpokenLanguage gets a reference to the given string and assigns it to the SpokenLanguage field.

func (*NigeriaKycGetNinResponseEntity) SetSurname

func (o *NigeriaKycGetNinResponseEntity) SetSurname(v string)

SetSurname gets a reference to the given string and assigns it to the Surname field.

func (*NigeriaKycGetNinResponseEntity) SetTelephone

func (o *NigeriaKycGetNinResponseEntity) SetTelephone(v string)

SetTelephone gets a reference to the given string and assigns it to the Telephone field.

func (*NigeriaKycGetNinResponseEntity) SetTitle

func (o *NigeriaKycGetNinResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*NigeriaKycGetNinResponseEntity) UnsetEmail

func (o *NigeriaKycGetNinResponseEntity) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

func (*NigeriaKycGetNinResponseEntity) UnsetMaidenName

func (o *NigeriaKycGetNinResponseEntity) UnsetMaidenName()

UnsetMaidenName ensures that no value is present for MaidenName, not even an explicit nil

type NotifyWebhookRequest

type NotifyWebhookRequest struct {
	Subject *string                   `json:"subject,omitempty"`
	Data    *NotifyWebhookRequestData `json:"data,omitempty"`
}

NotifyWebhookRequest struct for NotifyWebhookRequest

func NewNotifyWebhookRequest

func NewNotifyWebhookRequest() *NotifyWebhookRequest

NewNotifyWebhookRequest instantiates a new NotifyWebhookRequest 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 NewNotifyWebhookRequestWithDefaults

func NewNotifyWebhookRequestWithDefaults() *NotifyWebhookRequest

NewNotifyWebhookRequestWithDefaults instantiates a new NotifyWebhookRequest 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 (*NotifyWebhookRequest) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*NotifyWebhookRequest) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyWebhookRequest) GetSubject

func (o *NotifyWebhookRequest) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*NotifyWebhookRequest) GetSubjectOk

func (o *NotifyWebhookRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyWebhookRequest) HasData

func (o *NotifyWebhookRequest) HasData() bool

HasData returns a boolean if a field has been set.

func (*NotifyWebhookRequest) HasSubject

func (o *NotifyWebhookRequest) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (NotifyWebhookRequest) MarshalJSON

func (o NotifyWebhookRequest) MarshalJSON() ([]byte, error)

func (*NotifyWebhookRequest) SetData

SetData gets a reference to the given NotifyWebhookRequestData and assigns it to the Data field.

func (*NotifyWebhookRequest) SetSubject

func (o *NotifyWebhookRequest) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

type NotifyWebhookRequestData

type NotifyWebhookRequestData struct {
	Stuff *string `json:"stuff,omitempty"`
}

NotifyWebhookRequestData struct for NotifyWebhookRequestData

func NewNotifyWebhookRequestData

func NewNotifyWebhookRequestData() *NotifyWebhookRequestData

NewNotifyWebhookRequestData instantiates a new NotifyWebhookRequestData 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 NewNotifyWebhookRequestDataWithDefaults

func NewNotifyWebhookRequestDataWithDefaults() *NotifyWebhookRequestData

NewNotifyWebhookRequestDataWithDefaults instantiates a new NotifyWebhookRequestData 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 (*NotifyWebhookRequestData) GetStuff

func (o *NotifyWebhookRequestData) GetStuff() string

GetStuff returns the Stuff field value if set, zero value otherwise.

func (*NotifyWebhookRequestData) GetStuffOk

func (o *NotifyWebhookRequestData) GetStuffOk() (*string, bool)

GetStuffOk returns a tuple with the Stuff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyWebhookRequestData) HasStuff

func (o *NotifyWebhookRequestData) HasStuff() bool

HasStuff returns a boolean if a field has been set.

func (NotifyWebhookRequestData) MarshalJSON

func (o NotifyWebhookRequestData) MarshalJSON() ([]byte, error)

func (*NotifyWebhookRequestData) SetStuff

func (o *NotifyWebhookRequestData) SetStuff(v string)

SetStuff gets a reference to the given string and assigns it to the Stuff field.

type NotifyWebhookResponse

type NotifyWebhookResponse struct {
	Entity *string `json:"entity,omitempty"`
}

NotifyWebhookResponse struct for NotifyWebhookResponse

func NewNotifyWebhookResponse

func NewNotifyWebhookResponse() *NotifyWebhookResponse

NewNotifyWebhookResponse instantiates a new NotifyWebhookResponse 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 NewNotifyWebhookResponseWithDefaults

func NewNotifyWebhookResponseWithDefaults() *NotifyWebhookResponse

NewNotifyWebhookResponseWithDefaults instantiates a new NotifyWebhookResponse 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 (*NotifyWebhookResponse) GetEntity

func (o *NotifyWebhookResponse) GetEntity() string

GetEntity returns the Entity field value if set, zero value otherwise.

func (*NotifyWebhookResponse) GetEntityOk

func (o *NotifyWebhookResponse) GetEntityOk() (*string, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyWebhookResponse) HasEntity

func (o *NotifyWebhookResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (NotifyWebhookResponse) MarshalJSON

func (o NotifyWebhookResponse) MarshalJSON() ([]byte, error)

func (*NotifyWebhookResponse) SetEntity

func (o *NotifyWebhookResponse) SetEntity(v string)

SetEntity gets a reference to the given string and assigns it to the Entity field.

type NullableAmlScreenAmlRequest

type NullableAmlScreenAmlRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAmlScreenAmlRequest

func NewNullableAmlScreenAmlRequest(val *AmlScreenAmlRequest) *NullableAmlScreenAmlRequest

func (NullableAmlScreenAmlRequest) Get

func (NullableAmlScreenAmlRequest) IsSet

func (NullableAmlScreenAmlRequest) MarshalJSON

func (v NullableAmlScreenAmlRequest) MarshalJSON() ([]byte, error)

func (*NullableAmlScreenAmlRequest) Set

func (*NullableAmlScreenAmlRequest) UnmarshalJSON

func (v *NullableAmlScreenAmlRequest) UnmarshalJSON(src []byte) error

func (*NullableAmlScreenAmlRequest) Unset

func (v *NullableAmlScreenAmlRequest) Unset()

type NullableAmlScreenAmlResponse

type NullableAmlScreenAmlResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAmlScreenAmlResponse

func NewNullableAmlScreenAmlResponse(val *AmlScreenAmlResponse) *NullableAmlScreenAmlResponse

func (NullableAmlScreenAmlResponse) Get

func (NullableAmlScreenAmlResponse) IsSet

func (NullableAmlScreenAmlResponse) MarshalJSON

func (v NullableAmlScreenAmlResponse) MarshalJSON() ([]byte, error)

func (*NullableAmlScreenAmlResponse) Set

func (*NullableAmlScreenAmlResponse) UnmarshalJSON

func (v *NullableAmlScreenAmlResponse) UnmarshalJSON(src []byte) error

func (*NullableAmlScreenAmlResponse) Unset

func (v *NullableAmlScreenAmlResponse) Unset()

type NullableAmlScreenAmlResponseEntity

type NullableAmlScreenAmlResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableAmlScreenAmlResponseEntity) Get

func (NullableAmlScreenAmlResponseEntity) IsSet

func (NullableAmlScreenAmlResponseEntity) MarshalJSON

func (v NullableAmlScreenAmlResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableAmlScreenAmlResponseEntity) Set

func (*NullableAmlScreenAmlResponseEntity) UnmarshalJSON

func (v *NullableAmlScreenAmlResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableAmlScreenAmlResponseEntity) Unset

type NullableAnalyzeDocumentResponse

type NullableAnalyzeDocumentResponse struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponse) Get

func (NullableAnalyzeDocumentResponse) IsSet

func (NullableAnalyzeDocumentResponse) MarshalJSON

func (v NullableAnalyzeDocumentResponse) MarshalJSON() ([]byte, error)

func (*NullableAnalyzeDocumentResponse) Set

func (*NullableAnalyzeDocumentResponse) UnmarshalJSON

func (v *NullableAnalyzeDocumentResponse) UnmarshalJSON(src []byte) error

func (*NullableAnalyzeDocumentResponse) Unset

type NullableAnalyzeDocumentResponseEntity

type NullableAnalyzeDocumentResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponseEntity) Get

func (NullableAnalyzeDocumentResponseEntity) IsSet

func (NullableAnalyzeDocumentResponseEntity) MarshalJSON

func (v NullableAnalyzeDocumentResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableAnalyzeDocumentResponseEntity) Set

func (*NullableAnalyzeDocumentResponseEntity) UnmarshalJSON

func (v *NullableAnalyzeDocumentResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableAnalyzeDocumentResponseEntity) Unset

type NullableAnalyzeDocumentResponseEntityDocumentImages

type NullableAnalyzeDocumentResponseEntityDocumentImages struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponseEntityDocumentImages) Get

func (NullableAnalyzeDocumentResponseEntityDocumentImages) IsSet

func (NullableAnalyzeDocumentResponseEntityDocumentImages) MarshalJSON

func (*NullableAnalyzeDocumentResponseEntityDocumentImages) Set

func (*NullableAnalyzeDocumentResponseEntityDocumentImages) UnmarshalJSON

func (*NullableAnalyzeDocumentResponseEntityDocumentImages) Unset

type NullableAnalyzeDocumentResponseEntityDocumentType

type NullableAnalyzeDocumentResponseEntityDocumentType struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponseEntityDocumentType) Get

func (NullableAnalyzeDocumentResponseEntityDocumentType) IsSet

func (NullableAnalyzeDocumentResponseEntityDocumentType) MarshalJSON

func (*NullableAnalyzeDocumentResponseEntityDocumentType) Set

func (*NullableAnalyzeDocumentResponseEntityDocumentType) UnmarshalJSON

func (*NullableAnalyzeDocumentResponseEntityDocumentType) Unset

type NullableAnalyzeDocumentResponseEntityStatus

type NullableAnalyzeDocumentResponseEntityStatus struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponseEntityStatus) Get

func (NullableAnalyzeDocumentResponseEntityStatus) IsSet

func (NullableAnalyzeDocumentResponseEntityStatus) MarshalJSON

func (*NullableAnalyzeDocumentResponseEntityStatus) Set

func (*NullableAnalyzeDocumentResponseEntityStatus) UnmarshalJSON

func (v *NullableAnalyzeDocumentResponseEntityStatus) UnmarshalJSON(src []byte) error

func (*NullableAnalyzeDocumentResponseEntityStatus) Unset

type NullableAnalyzeDocumentResponseEntityTextDataInner

type NullableAnalyzeDocumentResponseEntityTextDataInner struct {
	// contains filtered or unexported fields
}

func (NullableAnalyzeDocumentResponseEntityTextDataInner) Get

func (NullableAnalyzeDocumentResponseEntityTextDataInner) IsSet

func (NullableAnalyzeDocumentResponseEntityTextDataInner) MarshalJSON

func (*NullableAnalyzeDocumentResponseEntityTextDataInner) Set

func (*NullableAnalyzeDocumentResponseEntityTextDataInner) UnmarshalJSON

func (*NullableAnalyzeDocumentResponseEntityTextDataInner) Unset

type NullableAuthenticationSendOtpRequest

type NullableAuthenticationSendOtpRequest struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationSendOtpRequest) Get

func (NullableAuthenticationSendOtpRequest) IsSet

func (NullableAuthenticationSendOtpRequest) MarshalJSON

func (v NullableAuthenticationSendOtpRequest) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationSendOtpRequest) Set

func (*NullableAuthenticationSendOtpRequest) UnmarshalJSON

func (v *NullableAuthenticationSendOtpRequest) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationSendOtpRequest) Unset

type NullableAuthenticationSendOtpResponse

type NullableAuthenticationSendOtpResponse struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationSendOtpResponse) Get

func (NullableAuthenticationSendOtpResponse) IsSet

func (NullableAuthenticationSendOtpResponse) MarshalJSON

func (v NullableAuthenticationSendOtpResponse) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationSendOtpResponse) Set

func (*NullableAuthenticationSendOtpResponse) UnmarshalJSON

func (v *NullableAuthenticationSendOtpResponse) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationSendOtpResponse) Unset

type NullableAuthenticationSendOtpResponseEntityInner

type NullableAuthenticationSendOtpResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationSendOtpResponseEntityInner) Get

func (NullableAuthenticationSendOtpResponseEntityInner) IsSet

func (NullableAuthenticationSendOtpResponseEntityInner) MarshalJSON

func (*NullableAuthenticationSendOtpResponseEntityInner) Set

func (*NullableAuthenticationSendOtpResponseEntityInner) UnmarshalJSON

func (*NullableAuthenticationSendOtpResponseEntityInner) Unset

type NullableAuthenticationValidateOtpResponse

type NullableAuthenticationValidateOtpResponse struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationValidateOtpResponse) Get

func (NullableAuthenticationValidateOtpResponse) IsSet

func (NullableAuthenticationValidateOtpResponse) MarshalJSON

func (*NullableAuthenticationValidateOtpResponse) Set

func (*NullableAuthenticationValidateOtpResponse) UnmarshalJSON

func (v *NullableAuthenticationValidateOtpResponse) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationValidateOtpResponse) Unset

type NullableAuthenticationValidateOtpResponseEntity

type NullableAuthenticationValidateOtpResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationValidateOtpResponseEntity) Get

func (NullableAuthenticationValidateOtpResponseEntity) IsSet

func (NullableAuthenticationValidateOtpResponseEntity) MarshalJSON

func (*NullableAuthenticationValidateOtpResponseEntity) Set

func (*NullableAuthenticationValidateOtpResponseEntity) UnmarshalJSON

func (*NullableAuthenticationValidateOtpResponseEntity) Unset

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableDeleteWebhookResponse

type NullableDeleteWebhookResponse struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWebhookResponse) Get

func (NullableDeleteWebhookResponse) IsSet

func (NullableDeleteWebhookResponse) MarshalJSON

func (v NullableDeleteWebhookResponse) MarshalJSON() ([]byte, error)

func (*NullableDeleteWebhookResponse) Set

func (*NullableDeleteWebhookResponse) UnmarshalJSON

func (v *NullableDeleteWebhookResponse) UnmarshalJSON(src []byte) error

func (*NullableDeleteWebhookResponse) Unset

func (v *NullableDeleteWebhookResponse) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableFraudGetEmailReputationResponse

type NullableFraudGetEmailReputationResponse struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetEmailReputationResponse) Get

func (NullableFraudGetEmailReputationResponse) IsSet

func (NullableFraudGetEmailReputationResponse) MarshalJSON

func (v NullableFraudGetEmailReputationResponse) MarshalJSON() ([]byte, error)

func (*NullableFraudGetEmailReputationResponse) Set

func (*NullableFraudGetEmailReputationResponse) UnmarshalJSON

func (v *NullableFraudGetEmailReputationResponse) UnmarshalJSON(src []byte) error

func (*NullableFraudGetEmailReputationResponse) Unset

type NullableFraudGetEmailReputationResponseEntity

type NullableFraudGetEmailReputationResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetEmailReputationResponseEntity) Get

func (NullableFraudGetEmailReputationResponseEntity) IsSet

func (NullableFraudGetEmailReputationResponseEntity) MarshalJSON

func (*NullableFraudGetEmailReputationResponseEntity) Set

func (*NullableFraudGetEmailReputationResponseEntity) UnmarshalJSON

func (*NullableFraudGetEmailReputationResponseEntity) Unset

type NullableFraudGetEmailReputationResponseEntityBreachDetails

type NullableFraudGetEmailReputationResponseEntityBreachDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetEmailReputationResponseEntityBreachDetails) Get

func (NullableFraudGetEmailReputationResponseEntityBreachDetails) IsSet

func (NullableFraudGetEmailReputationResponseEntityBreachDetails) MarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityBreachDetails) Set

func (*NullableFraudGetEmailReputationResponseEntityBreachDetails) UnmarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityBreachDetails) Unset

type NullableFraudGetEmailReputationResponseEntityDetails

type NullableFraudGetEmailReputationResponseEntityDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetEmailReputationResponseEntityDetails) Get

func (NullableFraudGetEmailReputationResponseEntityDetails) IsSet

func (NullableFraudGetEmailReputationResponseEntityDetails) MarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityDetails) Set

func (*NullableFraudGetEmailReputationResponseEntityDetails) UnmarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityDetails) Unset

type NullableFraudGetEmailReputationResponseEntityDomainDetails

type NullableFraudGetEmailReputationResponseEntityDomainDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetEmailReputationResponseEntityDomainDetails) Get

func (NullableFraudGetEmailReputationResponseEntityDomainDetails) IsSet

func (NullableFraudGetEmailReputationResponseEntityDomainDetails) MarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityDomainDetails) Set

func (*NullableFraudGetEmailReputationResponseEntityDomainDetails) UnmarshalJSON

func (*NullableFraudGetEmailReputationResponseEntityDomainDetails) Unset

type NullableFraudGetIpReputationResponse

type NullableFraudGetIpReputationResponse struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponse) Get

func (NullableFraudGetIpReputationResponse) IsSet

func (NullableFraudGetIpReputationResponse) MarshalJSON

func (v NullableFraudGetIpReputationResponse) MarshalJSON() ([]byte, error)

func (*NullableFraudGetIpReputationResponse) Set

func (*NullableFraudGetIpReputationResponse) UnmarshalJSON

func (v *NullableFraudGetIpReputationResponse) UnmarshalJSON(src []byte) error

func (*NullableFraudGetIpReputationResponse) Unset

type NullableFraudGetIpReputationResponseEntity

type NullableFraudGetIpReputationResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntity) Get

func (NullableFraudGetIpReputationResponseEntity) IsSet

func (NullableFraudGetIpReputationResponseEntity) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntity) Set

func (*NullableFraudGetIpReputationResponseEntity) UnmarshalJSON

func (v *NullableFraudGetIpReputationResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableFraudGetIpReputationResponseEntity) Unset

type NullableFraudGetIpReputationResponseEntityReport

type NullableFraudGetIpReputationResponseEntityReport struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntityReport) Get

func (NullableFraudGetIpReputationResponseEntityReport) IsSet

func (NullableFraudGetIpReputationResponseEntityReport) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReport) Set

func (*NullableFraudGetIpReputationResponseEntityReport) UnmarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReport) Unset

type NullableFraudGetIpReputationResponseEntityReportAnonymity

type NullableFraudGetIpReputationResponseEntityReportAnonymity struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntityReportAnonymity) Get

func (NullableFraudGetIpReputationResponseEntityReportAnonymity) IsSet

func (NullableFraudGetIpReputationResponseEntityReportAnonymity) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportAnonymity) Set

func (*NullableFraudGetIpReputationResponseEntityReportAnonymity) UnmarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportAnonymity) Unset

type NullableFraudGetIpReputationResponseEntityReportBlacklists

type NullableFraudGetIpReputationResponseEntityReportBlacklists struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntityReportBlacklists) Get

func (NullableFraudGetIpReputationResponseEntityReportBlacklists) IsSet

func (NullableFraudGetIpReputationResponseEntityReportBlacklists) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportBlacklists) Set

func (*NullableFraudGetIpReputationResponseEntityReportBlacklists) UnmarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportBlacklists) Unset

type NullableFraudGetIpReputationResponseEntityReportInformation

type NullableFraudGetIpReputationResponseEntityReportInformation struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntityReportInformation) Get

func (NullableFraudGetIpReputationResponseEntityReportInformation) IsSet

func (NullableFraudGetIpReputationResponseEntityReportInformation) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportInformation) Set

func (*NullableFraudGetIpReputationResponseEntityReportInformation) UnmarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportInformation) Unset

type NullableFraudGetIpReputationResponseEntityReportRiskScore

type NullableFraudGetIpReputationResponseEntityReportRiskScore struct {
	// contains filtered or unexported fields
}

func (NullableFraudGetIpReputationResponseEntityReportRiskScore) Get

func (NullableFraudGetIpReputationResponseEntityReportRiskScore) IsSet

func (NullableFraudGetIpReputationResponseEntityReportRiskScore) MarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportRiskScore) Set

func (*NullableFraudGetIpReputationResponseEntityReportRiskScore) UnmarshalJSON

func (*NullableFraudGetIpReputationResponseEntityReportRiskScore) Unset

type NullableFraudScreenPhoneResponse

type NullableFraudScreenPhoneResponse struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenPhoneResponse) Get

func (NullableFraudScreenPhoneResponse) IsSet

func (NullableFraudScreenPhoneResponse) MarshalJSON

func (v NullableFraudScreenPhoneResponse) MarshalJSON() ([]byte, error)

func (*NullableFraudScreenPhoneResponse) Set

func (*NullableFraudScreenPhoneResponse) UnmarshalJSON

func (v *NullableFraudScreenPhoneResponse) UnmarshalJSON(src []byte) error

func (*NullableFraudScreenPhoneResponse) Unset

type NullableFraudScreenPhoneResponseEntity

type NullableFraudScreenPhoneResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenPhoneResponseEntity) Get

func (NullableFraudScreenPhoneResponseEntity) IsSet

func (NullableFraudScreenPhoneResponseEntity) MarshalJSON

func (v NullableFraudScreenPhoneResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableFraudScreenPhoneResponseEntity) Set

func (*NullableFraudScreenPhoneResponseEntity) UnmarshalJSON

func (v *NullableFraudScreenPhoneResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableFraudScreenPhoneResponseEntity) Unset

type NullableFraudScreenUserResponse

type NullableFraudScreenUserResponse struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponse) Get

func (NullableFraudScreenUserResponse) IsSet

func (NullableFraudScreenUserResponse) MarshalJSON

func (v NullableFraudScreenUserResponse) MarshalJSON() ([]byte, error)

func (*NullableFraudScreenUserResponse) Set

func (*NullableFraudScreenUserResponse) UnmarshalJSON

func (v *NullableFraudScreenUserResponse) UnmarshalJSON(src []byte) error

func (*NullableFraudScreenUserResponse) Unset

type NullableFraudScreenUserResponseEntity

type NullableFraudScreenUserResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntity) Get

func (NullableFraudScreenUserResponseEntity) IsSet

func (NullableFraudScreenUserResponseEntity) MarshalJSON

func (v NullableFraudScreenUserResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableFraudScreenUserResponseEntity) Set

func (*NullableFraudScreenUserResponseEntity) UnmarshalJSON

func (v *NullableFraudScreenUserResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableFraudScreenUserResponseEntity) Unset

type NullableFraudScreenUserResponseEntityEmailCheckResult

type NullableFraudScreenUserResponseEntityEmailCheckResult struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityEmailCheckResult) Get

func (NullableFraudScreenUserResponseEntityEmailCheckResult) IsSet

func (NullableFraudScreenUserResponseEntityEmailCheckResult) MarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResult) Set

func (*NullableFraudScreenUserResponseEntityEmailCheckResult) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResult) Unset

type NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails

type NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) Get

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) IsSet

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) MarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) Set

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetails) Unset

type NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner

type NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) Get

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) IsSet

func (NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) MarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) Set

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultBreachDetailsBreachesInner) Unset

type NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails

type NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) Get

func (NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) IsSet

func (NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) MarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) Set

func (*NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityEmailCheckResultDomainDetails) Unset

type NullableFraudScreenUserResponseEntityIpCheckResult

type NullableFraudScreenUserResponseEntityIpCheckResult struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityIpCheckResult) Get

func (NullableFraudScreenUserResponseEntityIpCheckResult) IsSet

func (NullableFraudScreenUserResponseEntityIpCheckResult) MarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResult) Set

func (*NullableFraudScreenUserResponseEntityIpCheckResult) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResult) Unset

type NullableFraudScreenUserResponseEntityIpCheckResultAnonymity

type NullableFraudScreenUserResponseEntityIpCheckResultAnonymity struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) Get

func (NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) IsSet

func (NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) MarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) Set

func (*NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultAnonymity) Unset

type NullableFraudScreenUserResponseEntityIpCheckResultBlacklists

type NullableFraudScreenUserResponseEntityIpCheckResultBlacklists struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) Get

func (NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) IsSet

func (NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) MarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) Set

func (*NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultBlacklists) Unset

type NullableFraudScreenUserResponseEntityIpCheckResultIpDetails

type NullableFraudScreenUserResponseEntityIpCheckResultIpDetails struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) Get

func (NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) IsSet

func (NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) MarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) Set

func (*NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultIpDetails) Unset

type NullableFraudScreenUserResponseEntityIpCheckResultRiskScore

type NullableFraudScreenUserResponseEntityIpCheckResultRiskScore struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) Get

func (NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) IsSet

func (NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) MarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) Set

func (*NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityIpCheckResultRiskScore) Unset

type NullableFraudScreenUserResponseEntityPhoneCheckResult

type NullableFraudScreenUserResponseEntityPhoneCheckResult struct {
	// contains filtered or unexported fields
}

func (NullableFraudScreenUserResponseEntityPhoneCheckResult) Get

func (NullableFraudScreenUserResponseEntityPhoneCheckResult) IsSet

func (NullableFraudScreenUserResponseEntityPhoneCheckResult) MarshalJSON

func (*NullableFraudScreenUserResponseEntityPhoneCheckResult) Set

func (*NullableFraudScreenUserResponseEntityPhoneCheckResult) UnmarshalJSON

func (*NullableFraudScreenUserResponseEntityPhoneCheckResult) Unset

type NullableGeneralGetNubanResponse

type NullableGeneralGetNubanResponse struct {
	// contains filtered or unexported fields
}

func (NullableGeneralGetNubanResponse) Get

func (NullableGeneralGetNubanResponse) IsSet

func (NullableGeneralGetNubanResponse) MarshalJSON

func (v NullableGeneralGetNubanResponse) MarshalJSON() ([]byte, error)

func (*NullableGeneralGetNubanResponse) Set

func (*NullableGeneralGetNubanResponse) UnmarshalJSON

func (v *NullableGeneralGetNubanResponse) UnmarshalJSON(src []byte) error

func (*NullableGeneralGetNubanResponse) Unset

type NullableGeneralGetNubanResponseEntity

type NullableGeneralGetNubanResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGeneralGetNubanResponseEntity) Get

func (NullableGeneralGetNubanResponseEntity) IsSet

func (NullableGeneralGetNubanResponseEntity) MarshalJSON

func (v NullableGeneralGetNubanResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGeneralGetNubanResponseEntity) Set

func (*NullableGeneralGetNubanResponseEntity) UnmarshalJSON

func (v *NullableGeneralGetNubanResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGeneralGetNubanResponseEntity) Unset

type NullableGetBanksResponse

type NullableGetBanksResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetBanksResponse

func NewNullableGetBanksResponse(val *GetBanksResponse) *NullableGetBanksResponse

func (NullableGetBanksResponse) Get

func (NullableGetBanksResponse) IsSet

func (v NullableGetBanksResponse) IsSet() bool

func (NullableGetBanksResponse) MarshalJSON

func (v NullableGetBanksResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBanksResponse) Set

func (*NullableGetBanksResponse) UnmarshalJSON

func (v *NullableGetBanksResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBanksResponse) Unset

func (v *NullableGetBanksResponse) Unset()

type NullableGetBanksResponseEntityInner

type NullableGetBanksResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableGetBanksResponseEntityInner) Get

func (NullableGetBanksResponseEntityInner) IsSet

func (NullableGetBanksResponseEntityInner) MarshalJSON

func (v NullableGetBanksResponseEntityInner) MarshalJSON() ([]byte, error)

func (*NullableGetBanksResponseEntityInner) Set

func (*NullableGetBanksResponseEntityInner) UnmarshalJSON

func (v *NullableGetBanksResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullableGetBanksResponseEntityInner) Unset

type NullableGetBasicBvnResponse

type NullableGetBasicBvnResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetBasicBvnResponse

func NewNullableGetBasicBvnResponse(val *GetBasicBvnResponse) *NullableGetBasicBvnResponse

func (NullableGetBasicBvnResponse) Get

func (NullableGetBasicBvnResponse) IsSet

func (NullableGetBasicBvnResponse) MarshalJSON

func (v NullableGetBasicBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBasicBvnResponse) Set

func (*NullableGetBasicBvnResponse) UnmarshalJSON

func (v *NullableGetBasicBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBasicBvnResponse) Unset

func (v *NullableGetBasicBvnResponse) Unset()

type NullableGetBasicBvnResponseEntity

type NullableGetBasicBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetBasicBvnResponseEntity) Get

func (NullableGetBasicBvnResponseEntity) IsSet

func (NullableGetBasicBvnResponseEntity) MarshalJSON

func (v NullableGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetBasicBvnResponseEntity) Set

func (*NullableGetBasicBvnResponseEntity) UnmarshalJSON

func (v *NullableGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetBasicBvnResponseEntity) Unset

type NullableGetBinResponse

type NullableGetBinResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetBinResponse

func NewNullableGetBinResponse(val *GetBinResponse) *NullableGetBinResponse

func (NullableGetBinResponse) Get

func (NullableGetBinResponse) IsSet

func (v NullableGetBinResponse) IsSet() bool

func (NullableGetBinResponse) MarshalJSON

func (v NullableGetBinResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBinResponse) Set

func (*NullableGetBinResponse) UnmarshalJSON

func (v *NullableGetBinResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBinResponse) Unset

func (v *NullableGetBinResponse) Unset()

type NullableGetBinResponseEntity

type NullableGetBinResponseEntity struct {
	// contains filtered or unexported fields
}

func NewNullableGetBinResponseEntity

func NewNullableGetBinResponseEntity(val *GetBinResponseEntity) *NullableGetBinResponseEntity

func (NullableGetBinResponseEntity) Get

func (NullableGetBinResponseEntity) IsSet

func (NullableGetBinResponseEntity) MarshalJSON

func (v NullableGetBinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetBinResponseEntity) Set

func (*NullableGetBinResponseEntity) UnmarshalJSON

func (v *NullableGetBinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetBinResponseEntity) Unset

func (v *NullableGetBinResponseEntity) Unset()

type NullableGetDriversLicenseResponse

type NullableGetDriversLicenseResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetDriversLicenseResponse) Get

func (NullableGetDriversLicenseResponse) IsSet

func (NullableGetDriversLicenseResponse) MarshalJSON

func (v NullableGetDriversLicenseResponse) MarshalJSON() ([]byte, error)

func (*NullableGetDriversLicenseResponse) Set

func (*NullableGetDriversLicenseResponse) UnmarshalJSON

func (v *NullableGetDriversLicenseResponse) UnmarshalJSON(src []byte) error

func (*NullableGetDriversLicenseResponse) Unset

type NullableGetDriversLicenseResponseEntity

type NullableGetDriversLicenseResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetDriversLicenseResponseEntity) Get

func (NullableGetDriversLicenseResponseEntity) IsSet

func (NullableGetDriversLicenseResponseEntity) MarshalJSON

func (v NullableGetDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetDriversLicenseResponseEntity) Set

func (*NullableGetDriversLicenseResponseEntity) UnmarshalJSON

func (v *NullableGetDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetDriversLicenseResponseEntity) Unset

type NullableGetFullBvnResponse

type NullableGetFullBvnResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetFullBvnResponse

func NewNullableGetFullBvnResponse(val *GetFullBvnResponse) *NullableGetFullBvnResponse

func (NullableGetFullBvnResponse) Get

func (NullableGetFullBvnResponse) IsSet

func (v NullableGetFullBvnResponse) IsSet() bool

func (NullableGetFullBvnResponse) MarshalJSON

func (v NullableGetFullBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableGetFullBvnResponse) Set

func (*NullableGetFullBvnResponse) UnmarshalJSON

func (v *NullableGetFullBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableGetFullBvnResponse) Unset

func (v *NullableGetFullBvnResponse) Unset()

type NullableGetFullBvnResponseEntity

type NullableGetFullBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetFullBvnResponseEntity) Get

func (NullableGetFullBvnResponseEntity) IsSet

func (NullableGetFullBvnResponseEntity) MarshalJSON

func (v NullableGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetFullBvnResponseEntity) Set

func (*NullableGetFullBvnResponseEntity) UnmarshalJSON

func (v *NullableGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetFullBvnResponseEntity) Unset

type NullableGetKycDriversLicenseResponse

type NullableGetKycDriversLicenseResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetKycDriversLicenseResponse) Get

func (NullableGetKycDriversLicenseResponse) IsSet

func (NullableGetKycDriversLicenseResponse) MarshalJSON

func (v NullableGetKycDriversLicenseResponse) MarshalJSON() ([]byte, error)

func (*NullableGetKycDriversLicenseResponse) Set

func (*NullableGetKycDriversLicenseResponse) UnmarshalJSON

func (v *NullableGetKycDriversLicenseResponse) UnmarshalJSON(src []byte) error

func (*NullableGetKycDriversLicenseResponse) Unset

type NullableGetKycDriversLicenseResponseEntity

type NullableGetKycDriversLicenseResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetKycDriversLicenseResponseEntity) Get

func (NullableGetKycDriversLicenseResponseEntity) IsSet

func (NullableGetKycDriversLicenseResponseEntity) MarshalJSON

func (*NullableGetKycDriversLicenseResponseEntity) Set

func (*NullableGetKycDriversLicenseResponseEntity) UnmarshalJSON

func (v *NullableGetKycDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetKycDriversLicenseResponseEntity) Unset

type NullableGetKycDriversLicenseResponseEntityPersonalDetails

type NullableGetKycDriversLicenseResponseEntityPersonalDetails struct {
	// contains filtered or unexported fields
}

func (NullableGetKycDriversLicenseResponseEntityPersonalDetails) Get

func (NullableGetKycDriversLicenseResponseEntityPersonalDetails) IsSet

func (NullableGetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON

func (*NullableGetKycDriversLicenseResponseEntityPersonalDetails) Set

func (*NullableGetKycDriversLicenseResponseEntityPersonalDetails) UnmarshalJSON

func (*NullableGetKycDriversLicenseResponseEntityPersonalDetails) Unset

type NullableGetKycPassportResponse

type NullableGetKycPassportResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetKycPassportResponse) Get

func (NullableGetKycPassportResponse) IsSet

func (NullableGetKycPassportResponse) MarshalJSON

func (v NullableGetKycPassportResponse) MarshalJSON() ([]byte, error)

func (*NullableGetKycPassportResponse) Set

func (*NullableGetKycPassportResponse) UnmarshalJSON

func (v *NullableGetKycPassportResponse) UnmarshalJSON(src []byte) error

func (*NullableGetKycPassportResponse) Unset

func (v *NullableGetKycPassportResponse) Unset()

type NullableGetKycPassportResponseEntity

type NullableGetKycPassportResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetKycPassportResponseEntity) Get

func (NullableGetKycPassportResponseEntity) IsSet

func (NullableGetKycPassportResponseEntity) MarshalJSON

func (v NullableGetKycPassportResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetKycPassportResponseEntity) Set

func (*NullableGetKycPassportResponseEntity) UnmarshalJSON

func (v *NullableGetKycPassportResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetKycPassportResponseEntity) Unset

type NullableGetNationalIdResponse

type NullableGetNationalIdResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetNationalIdResponse) Get

func (NullableGetNationalIdResponse) IsSet

func (NullableGetNationalIdResponse) MarshalJSON

func (v NullableGetNationalIdResponse) MarshalJSON() ([]byte, error)

func (*NullableGetNationalIdResponse) Set

func (*NullableGetNationalIdResponse) UnmarshalJSON

func (v *NullableGetNationalIdResponse) UnmarshalJSON(src []byte) error

func (*NullableGetNationalIdResponse) Unset

func (v *NullableGetNationalIdResponse) Unset()

type NullableGetNationalIdResponseEntity

type NullableGetNationalIdResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetNationalIdResponseEntity) Get

func (NullableGetNationalIdResponseEntity) IsSet

func (NullableGetNationalIdResponseEntity) MarshalJSON

func (v NullableGetNationalIdResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetNationalIdResponseEntity) Set

func (*NullableGetNationalIdResponseEntity) UnmarshalJSON

func (v *NullableGetNationalIdResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetNationalIdResponseEntity) Unset

type NullableGetNubanResponse

type NullableGetNubanResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetNubanResponse

func NewNullableGetNubanResponse(val *GetNubanResponse) *NullableGetNubanResponse

func (NullableGetNubanResponse) Get

func (NullableGetNubanResponse) IsSet

func (v NullableGetNubanResponse) IsSet() bool

func (NullableGetNubanResponse) MarshalJSON

func (v NullableGetNubanResponse) MarshalJSON() ([]byte, error)

func (*NullableGetNubanResponse) Set

func (*NullableGetNubanResponse) UnmarshalJSON

func (v *NullableGetNubanResponse) UnmarshalJSON(src []byte) error

func (*NullableGetNubanResponse) Unset

func (v *NullableGetNubanResponse) Unset()

type NullableGetNubanResponseEntity

type NullableGetNubanResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetNubanResponseEntity) Get

func (NullableGetNubanResponseEntity) IsSet

func (NullableGetNubanResponseEntity) MarshalJSON

func (v NullableGetNubanResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetNubanResponseEntity) Set

func (*NullableGetNubanResponseEntity) UnmarshalJSON

func (v *NullableGetNubanResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetNubanResponseEntity) Unset

func (v *NullableGetNubanResponseEntity) Unset()

type NullableGetPassportResponse

type NullableGetPassportResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetPassportResponse

func NewNullableGetPassportResponse(val *GetPassportResponse) *NullableGetPassportResponse

func (NullableGetPassportResponse) Get

func (NullableGetPassportResponse) IsSet

func (NullableGetPassportResponse) MarshalJSON

func (v NullableGetPassportResponse) MarshalJSON() ([]byte, error)

func (*NullableGetPassportResponse) Set

func (*NullableGetPassportResponse) UnmarshalJSON

func (v *NullableGetPassportResponse) UnmarshalJSON(src []byte) error

func (*NullableGetPassportResponse) Unset

func (v *NullableGetPassportResponse) Unset()

type NullableGetPassportResponseEntity

type NullableGetPassportResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetPassportResponseEntity) Get

func (NullableGetPassportResponseEntity) IsSet

func (NullableGetPassportResponseEntity) MarshalJSON

func (v NullableGetPassportResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetPassportResponseEntity) Set

func (*NullableGetPassportResponseEntity) UnmarshalJSON

func (v *NullableGetPassportResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetPassportResponseEntity) Unset

type NullableGetPhoneNumber404Response

type NullableGetPhoneNumber404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetPhoneNumber404Response) Get

func (NullableGetPhoneNumber404Response) IsSet

func (NullableGetPhoneNumber404Response) MarshalJSON

func (v NullableGetPhoneNumber404Response) MarshalJSON() ([]byte, error)

func (*NullableGetPhoneNumber404Response) Set

func (*NullableGetPhoneNumber404Response) UnmarshalJSON

func (v *NullableGetPhoneNumber404Response) UnmarshalJSON(src []byte) error

func (*NullableGetPhoneNumber404Response) Unset

type NullableGetPhoneNumber404ResponseEntity

type NullableGetPhoneNumber404ResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetPhoneNumber404ResponseEntity) Get

func (NullableGetPhoneNumber404ResponseEntity) IsSet

func (NullableGetPhoneNumber404ResponseEntity) MarshalJSON

func (v NullableGetPhoneNumber404ResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetPhoneNumber404ResponseEntity) Set

func (*NullableGetPhoneNumber404ResponseEntity) UnmarshalJSON

func (v *NullableGetPhoneNumber404ResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetPhoneNumber404ResponseEntity) Unset

type NullableGetPhoneNumberResponse

type NullableGetPhoneNumberResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetPhoneNumberResponse) Get

func (NullableGetPhoneNumberResponse) IsSet

func (NullableGetPhoneNumberResponse) MarshalJSON

func (v NullableGetPhoneNumberResponse) MarshalJSON() ([]byte, error)

func (*NullableGetPhoneNumberResponse) Set

func (*NullableGetPhoneNumberResponse) UnmarshalJSON

func (v *NullableGetPhoneNumberResponse) UnmarshalJSON(src []byte) error

func (*NullableGetPhoneNumberResponse) Unset

func (v *NullableGetPhoneNumberResponse) Unset()

type NullableGetPhoneNumberResponseEntity

type NullableGetPhoneNumberResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetPhoneNumberResponseEntity) Get

func (NullableGetPhoneNumberResponseEntity) IsSet

func (NullableGetPhoneNumberResponseEntity) MarshalJSON

func (v NullableGetPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetPhoneNumberResponseEntity) Set

func (*NullableGetPhoneNumberResponseEntity) UnmarshalJSON

func (v *NullableGetPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetPhoneNumberResponseEntity) Unset

type NullableGetPremiumBvnResponse

type NullableGetPremiumBvnResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetPremiumBvnResponse) Get

func (NullableGetPremiumBvnResponse) IsSet

func (NullableGetPremiumBvnResponse) MarshalJSON

func (v NullableGetPremiumBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableGetPremiumBvnResponse) Set

func (*NullableGetPremiumBvnResponse) UnmarshalJSON

func (v *NullableGetPremiumBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableGetPremiumBvnResponse) Unset

func (v *NullableGetPremiumBvnResponse) Unset()

type NullableGetPremiumBvnResponseEntity

type NullableGetPremiumBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetPremiumBvnResponseEntity) Get

func (NullableGetPremiumBvnResponseEntity) IsSet

func (NullableGetPremiumBvnResponseEntity) MarshalJSON

func (v NullableGetPremiumBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetPremiumBvnResponseEntity) Set

func (*NullableGetPremiumBvnResponseEntity) UnmarshalJSON

func (v *NullableGetPremiumBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetPremiumBvnResponseEntity) Unset

type NullableGetSenderIdResponse

type NullableGetSenderIdResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetSenderIdResponse

func NewNullableGetSenderIdResponse(val *GetSenderIdResponse) *NullableGetSenderIdResponse

func (NullableGetSenderIdResponse) Get

func (NullableGetSenderIdResponse) IsSet

func (NullableGetSenderIdResponse) MarshalJSON

func (v NullableGetSenderIdResponse) MarshalJSON() ([]byte, error)

func (*NullableGetSenderIdResponse) Set

func (*NullableGetSenderIdResponse) UnmarshalJSON

func (v *NullableGetSenderIdResponse) UnmarshalJSON(src []byte) error

func (*NullableGetSenderIdResponse) Unset

func (v *NullableGetSenderIdResponse) Unset()

type NullableGetSenderIdResponseEntityInner

type NullableGetSenderIdResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableGetSenderIdResponseEntityInner) Get

func (NullableGetSenderIdResponseEntityInner) IsSet

func (NullableGetSenderIdResponseEntityInner) MarshalJSON

func (v NullableGetSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)

func (*NullableGetSenderIdResponseEntityInner) Set

func (*NullableGetSenderIdResponseEntityInner) UnmarshalJSON

func (v *NullableGetSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullableGetSenderIdResponseEntityInner) Unset

type NullableGetSmsStatusResponse

type NullableGetSmsStatusResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetSmsStatusResponse

func NewNullableGetSmsStatusResponse(val *GetSmsStatusResponse) *NullableGetSmsStatusResponse

func (NullableGetSmsStatusResponse) Get

func (NullableGetSmsStatusResponse) IsSet

func (NullableGetSmsStatusResponse) MarshalJSON

func (v NullableGetSmsStatusResponse) MarshalJSON() ([]byte, error)

func (*NullableGetSmsStatusResponse) Set

func (*NullableGetSmsStatusResponse) UnmarshalJSON

func (v *NullableGetSmsStatusResponse) UnmarshalJSON(src []byte) error

func (*NullableGetSmsStatusResponse) Unset

func (v *NullableGetSmsStatusResponse) Unset()

type NullableGetSmsStatusResponseEntity

type NullableGetSmsStatusResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetSmsStatusResponseEntity) Get

func (NullableGetSmsStatusResponseEntity) IsSet

func (NullableGetSmsStatusResponseEntity) MarshalJSON

func (v NullableGetSmsStatusResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetSmsStatusResponseEntity) Set

func (*NullableGetSmsStatusResponseEntity) UnmarshalJSON

func (v *NullableGetSmsStatusResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetSmsStatusResponseEntity) Unset

type NullableGetSsnitResponse

type NullableGetSsnitResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetSsnitResponse

func NewNullableGetSsnitResponse(val *GetSsnitResponse) *NullableGetSsnitResponse

func (NullableGetSsnitResponse) Get

func (NullableGetSsnitResponse) IsSet

func (v NullableGetSsnitResponse) IsSet() bool

func (NullableGetSsnitResponse) MarshalJSON

func (v NullableGetSsnitResponse) MarshalJSON() ([]byte, error)

func (*NullableGetSsnitResponse) Set

func (*NullableGetSsnitResponse) UnmarshalJSON

func (v *NullableGetSsnitResponse) UnmarshalJSON(src []byte) error

func (*NullableGetSsnitResponse) Unset

func (v *NullableGetSsnitResponse) Unset()

type NullableGetSsnitResponseEntity

type NullableGetSsnitResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetSsnitResponseEntity) Get

func (NullableGetSsnitResponseEntity) IsSet

func (NullableGetSsnitResponseEntity) MarshalJSON

func (v NullableGetSsnitResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetSsnitResponseEntity) Set

func (*NullableGetSsnitResponseEntity) UnmarshalJSON

func (v *NullableGetSsnitResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetSsnitResponseEntity) Unset

func (v *NullableGetSsnitResponseEntity) Unset()

type NullableGetVinResponse

type NullableGetVinResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetVinResponse

func NewNullableGetVinResponse(val *GetVinResponse) *NullableGetVinResponse

func (NullableGetVinResponse) Get

func (NullableGetVinResponse) IsSet

func (v NullableGetVinResponse) IsSet() bool

func (NullableGetVinResponse) MarshalJSON

func (v NullableGetVinResponse) MarshalJSON() ([]byte, error)

func (*NullableGetVinResponse) Set

func (*NullableGetVinResponse) UnmarshalJSON

func (v *NullableGetVinResponse) UnmarshalJSON(src []byte) error

func (*NullableGetVinResponse) Unset

func (v *NullableGetVinResponse) Unset()

type NullableGetVinResponseEntity

type NullableGetVinResponseEntity struct {
	// contains filtered or unexported fields
}

func NewNullableGetVinResponseEntity

func NewNullableGetVinResponseEntity(val *GetVinResponseEntity) *NullableGetVinResponseEntity

func (NullableGetVinResponseEntity) Get

func (NullableGetVinResponseEntity) IsSet

func (NullableGetVinResponseEntity) MarshalJSON

func (v NullableGetVinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetVinResponseEntity) Set

func (*NullableGetVinResponseEntity) UnmarshalJSON

func (v *NullableGetVinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetVinResponseEntity) Unset

func (v *NullableGetVinResponseEntity) Unset()

type NullableGetVninResponse

type NullableGetVninResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetVninResponse

func NewNullableGetVninResponse(val *GetVninResponse) *NullableGetVninResponse

func (NullableGetVninResponse) Get

func (NullableGetVninResponse) IsSet

func (v NullableGetVninResponse) IsSet() bool

func (NullableGetVninResponse) MarshalJSON

func (v NullableGetVninResponse) MarshalJSON() ([]byte, error)

func (*NullableGetVninResponse) Set

func (*NullableGetVninResponse) UnmarshalJSON

func (v *NullableGetVninResponse) UnmarshalJSON(src []byte) error

func (*NullableGetVninResponse) Unset

func (v *NullableGetVninResponse) Unset()

type NullableGetVninResponseEntity

type NullableGetVninResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetVninResponseEntity) Get

func (NullableGetVninResponseEntity) IsSet

func (NullableGetVninResponseEntity) MarshalJSON

func (v NullableGetVninResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetVninResponseEntity) Set

func (*NullableGetVninResponseEntity) UnmarshalJSON

func (v *NullableGetVninResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetVninResponseEntity) Unset

func (v *NullableGetVninResponseEntity) Unset()

type NullableGetWalletBalanceResponse

type NullableGetWalletBalanceResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetWalletBalanceResponse) Get

func (NullableGetWalletBalanceResponse) IsSet

func (NullableGetWalletBalanceResponse) MarshalJSON

func (v NullableGetWalletBalanceResponse) MarshalJSON() ([]byte, error)

func (*NullableGetWalletBalanceResponse) Set

func (*NullableGetWalletBalanceResponse) UnmarshalJSON

func (v *NullableGetWalletBalanceResponse) UnmarshalJSON(src []byte) error

func (*NullableGetWalletBalanceResponse) Unset

type NullableGetWalletBalanceResponseEntity

type NullableGetWalletBalanceResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetWalletBalanceResponseEntity) Get

func (NullableGetWalletBalanceResponseEntity) IsSet

func (NullableGetWalletBalanceResponseEntity) MarshalJSON

func (v NullableGetWalletBalanceResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetWalletBalanceResponseEntity) Set

func (*NullableGetWalletBalanceResponseEntity) UnmarshalJSON

func (v *NullableGetWalletBalanceResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetWalletBalanceResponseEntity) Unset

type NullableGetWebhooksResponse

type NullableGetWebhooksResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetWebhooksResponse

func NewNullableGetWebhooksResponse(val *GetWebhooksResponse) *NullableGetWebhooksResponse

func (NullableGetWebhooksResponse) Get

func (NullableGetWebhooksResponse) IsSet

func (NullableGetWebhooksResponse) MarshalJSON

func (v NullableGetWebhooksResponse) MarshalJSON() ([]byte, error)

func (*NullableGetWebhooksResponse) Set

func (*NullableGetWebhooksResponse) UnmarshalJSON

func (v *NullableGetWebhooksResponse) UnmarshalJSON(src []byte) error

func (*NullableGetWebhooksResponse) Unset

func (v *NullableGetWebhooksResponse) Unset()

type NullableGetWebhooksResponseEntityInner

type NullableGetWebhooksResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableGetWebhooksResponseEntityInner) Get

func (NullableGetWebhooksResponseEntityInner) IsSet

func (NullableGetWebhooksResponseEntityInner) MarshalJSON

func (v NullableGetWebhooksResponseEntityInner) MarshalJSON() ([]byte, error)

func (*NullableGetWebhooksResponseEntityInner) Set

func (*NullableGetWebhooksResponseEntityInner) UnmarshalJSON

func (v *NullableGetWebhooksResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullableGetWebhooksResponseEntityInner) Unset

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableKybGetCacResponse

type NullableKybGetCacResponse struct {
	// contains filtered or unexported fields
}

func NewNullableKybGetCacResponse

func NewNullableKybGetCacResponse(val *KybGetCacResponse) *NullableKybGetCacResponse

func (NullableKybGetCacResponse) Get

func (NullableKybGetCacResponse) IsSet

func (v NullableKybGetCacResponse) IsSet() bool

func (NullableKybGetCacResponse) MarshalJSON

func (v NullableKybGetCacResponse) MarshalJSON() ([]byte, error)

func (*NullableKybGetCacResponse) Set

func (*NullableKybGetCacResponse) UnmarshalJSON

func (v *NullableKybGetCacResponse) UnmarshalJSON(src []byte) error

func (*NullableKybGetCacResponse) Unset

func (v *NullableKybGetCacResponse) Unset()

type NullableKybGetCacResponseEntity

type NullableKybGetCacResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableKybGetCacResponseEntity) Get

func (NullableKybGetCacResponseEntity) IsSet

func (NullableKybGetCacResponseEntity) MarshalJSON

func (v NullableKybGetCacResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableKybGetCacResponseEntity) Set

func (*NullableKybGetCacResponseEntity) UnmarshalJSON

func (v *NullableKybGetCacResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableKybGetCacResponseEntity) Unset

type NullableKybGetTinResponse

type NullableKybGetTinResponse struct {
	// contains filtered or unexported fields
}

func NewNullableKybGetTinResponse

func NewNullableKybGetTinResponse(val *KybGetTinResponse) *NullableKybGetTinResponse

func (NullableKybGetTinResponse) Get

func (NullableKybGetTinResponse) IsSet

func (v NullableKybGetTinResponse) IsSet() bool

func (NullableKybGetTinResponse) MarshalJSON

func (v NullableKybGetTinResponse) MarshalJSON() ([]byte, error)

func (*NullableKybGetTinResponse) Set

func (*NullableKybGetTinResponse) UnmarshalJSON

func (v *NullableKybGetTinResponse) UnmarshalJSON(src []byte) error

func (*NullableKybGetTinResponse) Unset

func (v *NullableKybGetTinResponse) Unset()

type NullableKybGetTinResponseEntity

type NullableKybGetTinResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableKybGetTinResponseEntity) Get

func (NullableKybGetTinResponseEntity) IsSet

func (NullableKybGetTinResponseEntity) MarshalJSON

func (v NullableKybGetTinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableKybGetTinResponseEntity) Set

func (*NullableKybGetTinResponseEntity) UnmarshalJSON

func (v *NullableKybGetTinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableKybGetTinResponseEntity) Unset

type NullableKycCheckLivenessRequest

type NullableKycCheckLivenessRequest struct {
	// contains filtered or unexported fields
}

func (NullableKycCheckLivenessRequest) Get

func (NullableKycCheckLivenessRequest) IsSet

func (NullableKycCheckLivenessRequest) MarshalJSON

func (v NullableKycCheckLivenessRequest) MarshalJSON() ([]byte, error)

func (*NullableKycCheckLivenessRequest) Set

func (*NullableKycCheckLivenessRequest) UnmarshalJSON

func (v *NullableKycCheckLivenessRequest) UnmarshalJSON(src []byte) error

func (*NullableKycCheckLivenessRequest) Unset

type NullableKycSubmitAddressRequest

type NullableKycSubmitAddressRequest struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressRequest) Get

func (NullableKycSubmitAddressRequest) IsSet

func (NullableKycSubmitAddressRequest) MarshalJSON

func (v NullableKycSubmitAddressRequest) MarshalJSON() ([]byte, error)

func (*NullableKycSubmitAddressRequest) Set

func (*NullableKycSubmitAddressRequest) UnmarshalJSON

func (v *NullableKycSubmitAddressRequest) UnmarshalJSON(src []byte) error

func (*NullableKycSubmitAddressRequest) Unset

type NullableKycSubmitAddressResponse

type NullableKycSubmitAddressResponse struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressResponse) Get

func (NullableKycSubmitAddressResponse) IsSet

func (NullableKycSubmitAddressResponse) MarshalJSON

func (v NullableKycSubmitAddressResponse) MarshalJSON() ([]byte, error)

func (*NullableKycSubmitAddressResponse) Set

func (*NullableKycSubmitAddressResponse) UnmarshalJSON

func (v *NullableKycSubmitAddressResponse) UnmarshalJSON(src []byte) error

func (*NullableKycSubmitAddressResponse) Unset

type NullableKycSubmitAddressResponseEntity

type NullableKycSubmitAddressResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressResponseEntity) Get

func (NullableKycSubmitAddressResponseEntity) IsSet

func (NullableKycSubmitAddressResponseEntity) MarshalJSON

func (v NullableKycSubmitAddressResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableKycSubmitAddressResponseEntity) Set

func (*NullableKycSubmitAddressResponseEntity) UnmarshalJSON

func (v *NullableKycSubmitAddressResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableKycSubmitAddressResponseEntity) Unset

type NullableKycSubmitAddressResponseEntityData

type NullableKycSubmitAddressResponseEntityData struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressResponseEntityData) Get

func (NullableKycSubmitAddressResponseEntityData) IsSet

func (NullableKycSubmitAddressResponseEntityData) MarshalJSON

func (*NullableKycSubmitAddressResponseEntityData) Set

func (*NullableKycSubmitAddressResponseEntityData) UnmarshalJSON

func (v *NullableKycSubmitAddressResponseEntityData) UnmarshalJSON(src []byte) error

func (*NullableKycSubmitAddressResponseEntityData) Unset

type NullableKycSubmitAddressResponseEntityDataApplicant

type NullableKycSubmitAddressResponseEntityDataApplicant struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressResponseEntityDataApplicant) Get

func (NullableKycSubmitAddressResponseEntityDataApplicant) IsSet

func (NullableKycSubmitAddressResponseEntityDataApplicant) MarshalJSON

func (*NullableKycSubmitAddressResponseEntityDataApplicant) Set

func (*NullableKycSubmitAddressResponseEntityDataApplicant) UnmarshalJSON

func (*NullableKycSubmitAddressResponseEntityDataApplicant) Unset

type NullableKycSubmitAddressResponseEntityDataNeighbor

type NullableKycSubmitAddressResponseEntityDataNeighbor struct {
	// contains filtered or unexported fields
}

func (NullableKycSubmitAddressResponseEntityDataNeighbor) Get

func (NullableKycSubmitAddressResponseEntityDataNeighbor) IsSet

func (NullableKycSubmitAddressResponseEntityDataNeighbor) MarshalJSON

func (*NullableKycSubmitAddressResponseEntityDataNeighbor) Set

func (*NullableKycSubmitAddressResponseEntityDataNeighbor) UnmarshalJSON

func (*NullableKycSubmitAddressResponseEntityDataNeighbor) Unset

type NullableMlVerifyPhotoIdWithSelfieRequest

type NullableMlVerifyPhotoIdWithSelfieRequest struct {
	// contains filtered or unexported fields
}

func (NullableMlVerifyPhotoIdWithSelfieRequest) Get

func (NullableMlVerifyPhotoIdWithSelfieRequest) IsSet

func (NullableMlVerifyPhotoIdWithSelfieRequest) MarshalJSON

func (*NullableMlVerifyPhotoIdWithSelfieRequest) Set

func (*NullableMlVerifyPhotoIdWithSelfieRequest) UnmarshalJSON

func (v *NullableMlVerifyPhotoIdWithSelfieRequest) UnmarshalJSON(src []byte) error

func (*NullableMlVerifyPhotoIdWithSelfieRequest) Unset

type NullableNigeriaKycGetNinResponse

type NullableNigeriaKycGetNinResponse struct {
	// contains filtered or unexported fields
}

func (NullableNigeriaKycGetNinResponse) Get

func (NullableNigeriaKycGetNinResponse) IsSet

func (NullableNigeriaKycGetNinResponse) MarshalJSON

func (v NullableNigeriaKycGetNinResponse) MarshalJSON() ([]byte, error)

func (*NullableNigeriaKycGetNinResponse) Set

func (*NullableNigeriaKycGetNinResponse) UnmarshalJSON

func (v *NullableNigeriaKycGetNinResponse) UnmarshalJSON(src []byte) error

func (*NullableNigeriaKycGetNinResponse) Unset

type NullableNigeriaKycGetNinResponseEntity

type NullableNigeriaKycGetNinResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableNigeriaKycGetNinResponseEntity) Get

func (NullableNigeriaKycGetNinResponseEntity) IsSet

func (NullableNigeriaKycGetNinResponseEntity) MarshalJSON

func (v NullableNigeriaKycGetNinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableNigeriaKycGetNinResponseEntity) Set

func (*NullableNigeriaKycGetNinResponseEntity) UnmarshalJSON

func (v *NullableNigeriaKycGetNinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableNigeriaKycGetNinResponseEntity) Unset

type NullableNotifyWebhookRequest

type NullableNotifyWebhookRequest struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyWebhookRequest

func NewNullableNotifyWebhookRequest(val *NotifyWebhookRequest) *NullableNotifyWebhookRequest

func (NullableNotifyWebhookRequest) Get

func (NullableNotifyWebhookRequest) IsSet

func (NullableNotifyWebhookRequest) MarshalJSON

func (v NullableNotifyWebhookRequest) MarshalJSON() ([]byte, error)

func (*NullableNotifyWebhookRequest) Set

func (*NullableNotifyWebhookRequest) UnmarshalJSON

func (v *NullableNotifyWebhookRequest) UnmarshalJSON(src []byte) error

func (*NullableNotifyWebhookRequest) Unset

func (v *NullableNotifyWebhookRequest) Unset()

type NullableNotifyWebhookRequestData

type NullableNotifyWebhookRequestData struct {
	// contains filtered or unexported fields
}

func (NullableNotifyWebhookRequestData) Get

func (NullableNotifyWebhookRequestData) IsSet

func (NullableNotifyWebhookRequestData) MarshalJSON

func (v NullableNotifyWebhookRequestData) MarshalJSON() ([]byte, error)

func (*NullableNotifyWebhookRequestData) Set

func (*NullableNotifyWebhookRequestData) UnmarshalJSON

func (v *NullableNotifyWebhookRequestData) UnmarshalJSON(src []byte) error

func (*NullableNotifyWebhookRequestData) Unset

type NullableNotifyWebhookResponse

type NullableNotifyWebhookResponse struct {
	// contains filtered or unexported fields
}

func (NullableNotifyWebhookResponse) Get

func (NullableNotifyWebhookResponse) IsSet

func (NullableNotifyWebhookResponse) MarshalJSON

func (v NullableNotifyWebhookResponse) MarshalJSON() ([]byte, error)

func (*NullableNotifyWebhookResponse) Set

func (*NullableNotifyWebhookResponse) UnmarshalJSON

func (v *NullableNotifyWebhookResponse) UnmarshalJSON(src []byte) error

func (*NullableNotifyWebhookResponse) Unset

func (v *NullableNotifyWebhookResponse) Unset()

type NullablePurchaseAirtimeRequest

type NullablePurchaseAirtimeRequest struct {
	// contains filtered or unexported fields
}

func (NullablePurchaseAirtimeRequest) Get

func (NullablePurchaseAirtimeRequest) IsSet

func (NullablePurchaseAirtimeRequest) MarshalJSON

func (v NullablePurchaseAirtimeRequest) MarshalJSON() ([]byte, error)

func (*NullablePurchaseAirtimeRequest) Set

func (*NullablePurchaseAirtimeRequest) UnmarshalJSON

func (v *NullablePurchaseAirtimeRequest) UnmarshalJSON(src []byte) error

func (*NullablePurchaseAirtimeRequest) Unset

func (v *NullablePurchaseAirtimeRequest) Unset()

type NullablePurchaseAirtimeResponse

type NullablePurchaseAirtimeResponse struct {
	// contains filtered or unexported fields
}

func (NullablePurchaseAirtimeResponse) Get

func (NullablePurchaseAirtimeResponse) IsSet

func (NullablePurchaseAirtimeResponse) MarshalJSON

func (v NullablePurchaseAirtimeResponse) MarshalJSON() ([]byte, error)

func (*NullablePurchaseAirtimeResponse) Set

func (*NullablePurchaseAirtimeResponse) UnmarshalJSON

func (v *NullablePurchaseAirtimeResponse) UnmarshalJSON(src []byte) error

func (*NullablePurchaseAirtimeResponse) Unset

type NullablePurchaseAirtimeResponseEntity

type NullablePurchaseAirtimeResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullablePurchaseAirtimeResponseEntity) Get

func (NullablePurchaseAirtimeResponseEntity) IsSet

func (NullablePurchaseAirtimeResponseEntity) MarshalJSON

func (v NullablePurchaseAirtimeResponseEntity) MarshalJSON() ([]byte, error)

func (*NullablePurchaseAirtimeResponseEntity) Set

func (*NullablePurchaseAirtimeResponseEntity) UnmarshalJSON

func (v *NullablePurchaseAirtimeResponseEntity) UnmarshalJSON(src []byte) error

func (*NullablePurchaseAirtimeResponseEntity) Unset

type NullablePurchaseAirtimeResponseEntityDataInner

type NullablePurchaseAirtimeResponseEntityDataInner struct {
	// contains filtered or unexported fields
}

func (NullablePurchaseAirtimeResponseEntityDataInner) Get

func (NullablePurchaseAirtimeResponseEntityDataInner) IsSet

func (NullablePurchaseAirtimeResponseEntityDataInner) MarshalJSON

func (*NullablePurchaseAirtimeResponseEntityDataInner) Set

func (*NullablePurchaseAirtimeResponseEntityDataInner) UnmarshalJSON

func (*NullablePurchaseAirtimeResponseEntityDataInner) Unset

type NullableRequestSenderIdRequest

type NullableRequestSenderIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableRequestSenderIdRequest) Get

func (NullableRequestSenderIdRequest) IsSet

func (NullableRequestSenderIdRequest) MarshalJSON

func (v NullableRequestSenderIdRequest) MarshalJSON() ([]byte, error)

func (*NullableRequestSenderIdRequest) Set

func (*NullableRequestSenderIdRequest) UnmarshalJSON

func (v *NullableRequestSenderIdRequest) UnmarshalJSON(src []byte) error

func (*NullableRequestSenderIdRequest) Unset

func (v *NullableRequestSenderIdRequest) Unset()

type NullableRequestSenderIdResponse

type NullableRequestSenderIdResponse struct {
	// contains filtered or unexported fields
}

func (NullableRequestSenderIdResponse) Get

func (NullableRequestSenderIdResponse) IsSet

func (NullableRequestSenderIdResponse) MarshalJSON

func (v NullableRequestSenderIdResponse) MarshalJSON() ([]byte, error)

func (*NullableRequestSenderIdResponse) Set

func (*NullableRequestSenderIdResponse) UnmarshalJSON

func (v *NullableRequestSenderIdResponse) UnmarshalJSON(src []byte) error

func (*NullableRequestSenderIdResponse) Unset

type NullableRequestSenderIdResponseEntityInner

type NullableRequestSenderIdResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableRequestSenderIdResponseEntityInner) Get

func (NullableRequestSenderIdResponseEntityInner) IsSet

func (NullableRequestSenderIdResponseEntityInner) MarshalJSON

func (*NullableRequestSenderIdResponseEntityInner) Set

func (*NullableRequestSenderIdResponseEntityInner) UnmarshalJSON

func (v *NullableRequestSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullableRequestSenderIdResponseEntityInner) Unset

type NullableSendSmsRequest

type NullableSendSmsRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSendSmsRequest

func NewNullableSendSmsRequest(val *SendSmsRequest) *NullableSendSmsRequest

func (NullableSendSmsRequest) Get

func (NullableSendSmsRequest) IsSet

func (v NullableSendSmsRequest) IsSet() bool

func (NullableSendSmsRequest) MarshalJSON

func (v NullableSendSmsRequest) MarshalJSON() ([]byte, error)

func (*NullableSendSmsRequest) Set

func (*NullableSendSmsRequest) UnmarshalJSON

func (v *NullableSendSmsRequest) UnmarshalJSON(src []byte) error

func (*NullableSendSmsRequest) Unset

func (v *NullableSendSmsRequest) Unset()

type NullableSendSmsResponse

type NullableSendSmsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSendSmsResponse

func NewNullableSendSmsResponse(val *SendSmsResponse) *NullableSendSmsResponse

func (NullableSendSmsResponse) Get

func (NullableSendSmsResponse) IsSet

func (v NullableSendSmsResponse) IsSet() bool

func (NullableSendSmsResponse) MarshalJSON

func (v NullableSendSmsResponse) MarshalJSON() ([]byte, error)

func (*NullableSendSmsResponse) Set

func (*NullableSendSmsResponse) UnmarshalJSON

func (v *NullableSendSmsResponse) UnmarshalJSON(src []byte) error

func (*NullableSendSmsResponse) Unset

func (v *NullableSendSmsResponse) Unset()

type NullableSendSmsResponseEntity

type NullableSendSmsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableSendSmsResponseEntity) Get

func (NullableSendSmsResponseEntity) IsSet

func (NullableSendSmsResponseEntity) MarshalJSON

func (v NullableSendSmsResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableSendSmsResponseEntity) Set

func (*NullableSendSmsResponseEntity) UnmarshalJSON

func (v *NullableSendSmsResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableSendSmsResponseEntity) Unset

func (v *NullableSendSmsResponseEntity) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSubscribeServiceRequest

type NullableSubscribeServiceRequest struct {
	// contains filtered or unexported fields
}

func (NullableSubscribeServiceRequest) Get

func (NullableSubscribeServiceRequest) IsSet

func (NullableSubscribeServiceRequest) MarshalJSON

func (v NullableSubscribeServiceRequest) MarshalJSON() ([]byte, error)

func (*NullableSubscribeServiceRequest) Set

func (*NullableSubscribeServiceRequest) UnmarshalJSON

func (v *NullableSubscribeServiceRequest) UnmarshalJSON(src []byte) error

func (*NullableSubscribeServiceRequest) Unset

type NullableSubscribeServiceResponse

type NullableSubscribeServiceResponse struct {
	// contains filtered or unexported fields
}

func (NullableSubscribeServiceResponse) Get

func (NullableSubscribeServiceResponse) IsSet

func (NullableSubscribeServiceResponse) MarshalJSON

func (v NullableSubscribeServiceResponse) MarshalJSON() ([]byte, error)

func (*NullableSubscribeServiceResponse) Set

func (*NullableSubscribeServiceResponse) UnmarshalJSON

func (v *NullableSubscribeServiceResponse) UnmarshalJSON(src []byte) error

func (*NullableSubscribeServiceResponse) Unset

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableValidateBvnResponse

type NullableValidateBvnResponse struct {
	// contains filtered or unexported fields
}

func NewNullableValidateBvnResponse

func NewNullableValidateBvnResponse(val *ValidateBvnResponse) *NullableValidateBvnResponse

func (NullableValidateBvnResponse) Get

func (NullableValidateBvnResponse) IsSet

func (NullableValidateBvnResponse) MarshalJSON

func (v NullableValidateBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableValidateBvnResponse) Set

func (*NullableValidateBvnResponse) UnmarshalJSON

func (v *NullableValidateBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableValidateBvnResponse) Unset

func (v *NullableValidateBvnResponse) Unset()

type NullableValidateBvnResponseEntity

type NullableValidateBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableValidateBvnResponseEntity) Get

func (NullableValidateBvnResponseEntity) IsSet

func (NullableValidateBvnResponseEntity) MarshalJSON

func (v NullableValidateBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableValidateBvnResponseEntity) Set

func (*NullableValidateBvnResponseEntity) UnmarshalJSON

func (v *NullableValidateBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableValidateBvnResponseEntity) Unset

type NullableValidateBvnResponseEntityBvn

type NullableValidateBvnResponseEntityBvn struct {
	// contains filtered or unexported fields
}

func (NullableValidateBvnResponseEntityBvn) Get

func (NullableValidateBvnResponseEntityBvn) IsSet

func (NullableValidateBvnResponseEntityBvn) MarshalJSON

func (v NullableValidateBvnResponseEntityBvn) MarshalJSON() ([]byte, error)

func (*NullableValidateBvnResponseEntityBvn) Set

func (*NullableValidateBvnResponseEntityBvn) UnmarshalJSON

func (v *NullableValidateBvnResponseEntityBvn) UnmarshalJSON(src []byte) error

func (*NullableValidateBvnResponseEntityBvn) Unset

type NullableValidateBvnResponseEntityFirstName

type NullableValidateBvnResponseEntityFirstName struct {
	// contains filtered or unexported fields
}

func (NullableValidateBvnResponseEntityFirstName) Get

func (NullableValidateBvnResponseEntityFirstName) IsSet

func (NullableValidateBvnResponseEntityFirstName) MarshalJSON

func (*NullableValidateBvnResponseEntityFirstName) Set

func (*NullableValidateBvnResponseEntityFirstName) UnmarshalJSON

func (v *NullableValidateBvnResponseEntityFirstName) UnmarshalJSON(src []byte) error

func (*NullableValidateBvnResponseEntityFirstName) Unset

type NullableVerificationsVerifySelfieNinRequest

type NullableVerificationsVerifySelfieNinRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerificationsVerifySelfieNinRequest) Get

func (NullableVerificationsVerifySelfieNinRequest) IsSet

func (NullableVerificationsVerifySelfieNinRequest) MarshalJSON

func (*NullableVerificationsVerifySelfieNinRequest) Set

func (*NullableVerificationsVerifySelfieNinRequest) UnmarshalJSON

func (v *NullableVerificationsVerifySelfieNinRequest) UnmarshalJSON(src []byte) error

func (*NullableVerificationsVerifySelfieNinRequest) Unset

type NullableVerificationsVerifySelfieVninRequest

type NullableVerificationsVerifySelfieVninRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerificationsVerifySelfieVninRequest) Get

func (NullableVerificationsVerifySelfieVninRequest) IsSet

func (NullableVerificationsVerifySelfieVninRequest) MarshalJSON

func (*NullableVerificationsVerifySelfieVninRequest) Set

func (*NullableVerificationsVerifySelfieVninRequest) UnmarshalJSON

func (*NullableVerificationsVerifySelfieVninRequest) Unset

type NullableVerifyAgeResponse

type NullableVerifyAgeResponse struct {
	// contains filtered or unexported fields
}

func NewNullableVerifyAgeResponse

func NewNullableVerifyAgeResponse(val *VerifyAgeResponse) *NullableVerifyAgeResponse

func (NullableVerifyAgeResponse) Get

func (NullableVerifyAgeResponse) IsSet

func (v NullableVerifyAgeResponse) IsSet() bool

func (NullableVerifyAgeResponse) MarshalJSON

func (v NullableVerifyAgeResponse) MarshalJSON() ([]byte, error)

func (*NullableVerifyAgeResponse) Set

func (*NullableVerifyAgeResponse) UnmarshalJSON

func (v *NullableVerifyAgeResponse) UnmarshalJSON(src []byte) error

func (*NullableVerifyAgeResponse) Unset

func (v *NullableVerifyAgeResponse) Unset()

type NullableVerifyAgeResponseEntity

type NullableVerifyAgeResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableVerifyAgeResponseEntity) Get

func (NullableVerifyAgeResponseEntity) IsSet

func (NullableVerifyAgeResponseEntity) MarshalJSON

func (v NullableVerifyAgeResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableVerifyAgeResponseEntity) Set

func (*NullableVerifyAgeResponseEntity) UnmarshalJSON

func (v *NullableVerifyAgeResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableVerifyAgeResponseEntity) Unset

type NullableVerifySelfieBvnRequest

type NullableVerifySelfieBvnRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieBvnRequest) Get

func (NullableVerifySelfieBvnRequest) IsSet

func (NullableVerifySelfieBvnRequest) MarshalJSON

func (v NullableVerifySelfieBvnRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieBvnRequest) Set

func (*NullableVerifySelfieBvnRequest) UnmarshalJSON

func (v *NullableVerifySelfieBvnRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieBvnRequest) Unset

func (v *NullableVerifySelfieBvnRequest) Unset()

type NullableVerifySelfieBvnResponse

type NullableVerifySelfieBvnResponse struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieBvnResponse) Get

func (NullableVerifySelfieBvnResponse) IsSet

func (NullableVerifySelfieBvnResponse) MarshalJSON

func (v NullableVerifySelfieBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieBvnResponse) Set

func (*NullableVerifySelfieBvnResponse) UnmarshalJSON

func (v *NullableVerifySelfieBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieBvnResponse) Unset

type NullableVerifySelfieBvnResponseEntity

type NullableVerifySelfieBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieBvnResponseEntity) Get

func (NullableVerifySelfieBvnResponseEntity) IsSet

func (NullableVerifySelfieBvnResponseEntity) MarshalJSON

func (v NullableVerifySelfieBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieBvnResponseEntity) Set

func (*NullableVerifySelfieBvnResponseEntity) UnmarshalJSON

func (v *NullableVerifySelfieBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieBvnResponseEntity) Unset

type NullableVerifySelfieBvnResponseEntitySelfieVerification

type NullableVerifySelfieBvnResponseEntitySelfieVerification struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieBvnResponseEntitySelfieVerification) Get

func (NullableVerifySelfieBvnResponseEntitySelfieVerification) IsSet

func (NullableVerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON

func (*NullableVerifySelfieBvnResponseEntitySelfieVerification) Set

func (*NullableVerifySelfieBvnResponseEntitySelfieVerification) UnmarshalJSON

func (*NullableVerifySelfieBvnResponseEntitySelfieVerification) Unset

type NullableZafKycGetIdResponse

type NullableZafKycGetIdResponse struct {
	// contains filtered or unexported fields
}

func NewNullableZafKycGetIdResponse

func NewNullableZafKycGetIdResponse(val *ZafKycGetIdResponse) *NullableZafKycGetIdResponse

func (NullableZafKycGetIdResponse) Get

func (NullableZafKycGetIdResponse) IsSet

func (NullableZafKycGetIdResponse) MarshalJSON

func (v NullableZafKycGetIdResponse) MarshalJSON() ([]byte, error)

func (*NullableZafKycGetIdResponse) Set

func (*NullableZafKycGetIdResponse) UnmarshalJSON

func (v *NullableZafKycGetIdResponse) UnmarshalJSON(src []byte) error

func (*NullableZafKycGetIdResponse) Unset

func (v *NullableZafKycGetIdResponse) Unset()

type NullableZafKycGetIdResponseEntity

type NullableZafKycGetIdResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableZafKycGetIdResponseEntity) Get

func (NullableZafKycGetIdResponseEntity) IsSet

func (NullableZafKycGetIdResponseEntity) MarshalJSON

func (v NullableZafKycGetIdResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableZafKycGetIdResponseEntity) Set

func (*NullableZafKycGetIdResponseEntity) UnmarshalJSON

func (v *NullableZafKycGetIdResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableZafKycGetIdResponseEntity) Unset

type NullableZwKycCheckCreditResponse

type NullableZwKycCheckCreditResponse struct {
	// contains filtered or unexported fields
}

func (NullableZwKycCheckCreditResponse) Get

func (NullableZwKycCheckCreditResponse) IsSet

func (NullableZwKycCheckCreditResponse) MarshalJSON

func (v NullableZwKycCheckCreditResponse) MarshalJSON() ([]byte, error)

func (*NullableZwKycCheckCreditResponse) Set

func (*NullableZwKycCheckCreditResponse) UnmarshalJSON

func (v *NullableZwKycCheckCreditResponse) UnmarshalJSON(src []byte) error

func (*NullableZwKycCheckCreditResponse) Unset

type NullableZwKycCheckCreditResponseEntity

type NullableZwKycCheckCreditResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableZwKycCheckCreditResponseEntity) Get

func (NullableZwKycCheckCreditResponseEntity) IsSet

func (NullableZwKycCheckCreditResponseEntity) MarshalJSON

func (v NullableZwKycCheckCreditResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableZwKycCheckCreditResponseEntity) Set

func (*NullableZwKycCheckCreditResponseEntity) UnmarshalJSON

func (v *NullableZwKycCheckCreditResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableZwKycCheckCreditResponseEntity) Unset

type NullableZwKycVerifyIdResponse

type NullableZwKycVerifyIdResponse struct {
	// contains filtered or unexported fields
}

func (NullableZwKycVerifyIdResponse) Get

func (NullableZwKycVerifyIdResponse) IsSet

func (NullableZwKycVerifyIdResponse) MarshalJSON

func (v NullableZwKycVerifyIdResponse) MarshalJSON() ([]byte, error)

func (*NullableZwKycVerifyIdResponse) Set

func (*NullableZwKycVerifyIdResponse) UnmarshalJSON

func (v *NullableZwKycVerifyIdResponse) UnmarshalJSON(src []byte) error

func (*NullableZwKycVerifyIdResponse) Unset

func (v *NullableZwKycVerifyIdResponse) Unset()

type NullableZwKycVerifyIdResponseEntity

type NullableZwKycVerifyIdResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableZwKycVerifyIdResponseEntity) Get

func (NullableZwKycVerifyIdResponseEntity) IsSet

func (NullableZwKycVerifyIdResponseEntity) MarshalJSON

func (v NullableZwKycVerifyIdResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableZwKycVerifyIdResponseEntity) Set

func (*NullableZwKycVerifyIdResponseEntity) UnmarshalJSON

func (v *NullableZwKycVerifyIdResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableZwKycVerifyIdResponseEntity) Unset

type PurchaseAirtimeRequest

type PurchaseAirtimeRequest struct {
	Destination *string `json:"destination,omitempty"`
	Amount      *string `json:"amount,omitempty"`
}

PurchaseAirtimeRequest struct for PurchaseAirtimeRequest

func NewPurchaseAirtimeRequest

func NewPurchaseAirtimeRequest() *PurchaseAirtimeRequest

NewPurchaseAirtimeRequest instantiates a new PurchaseAirtimeRequest 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 NewPurchaseAirtimeRequestWithDefaults

func NewPurchaseAirtimeRequestWithDefaults() *PurchaseAirtimeRequest

NewPurchaseAirtimeRequestWithDefaults instantiates a new PurchaseAirtimeRequest 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 (*PurchaseAirtimeRequest) GetAmount

func (o *PurchaseAirtimeRequest) GetAmount() string

GetAmount returns the Amount field value if set, zero value otherwise.

func (*PurchaseAirtimeRequest) GetAmountOk

func (o *PurchaseAirtimeRequest) GetAmountOk() (*string, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeRequest) GetDestination

func (o *PurchaseAirtimeRequest) GetDestination() string

GetDestination returns the Destination field value if set, zero value otherwise.

func (*PurchaseAirtimeRequest) GetDestinationOk

func (o *PurchaseAirtimeRequest) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeRequest) HasAmount

func (o *PurchaseAirtimeRequest) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*PurchaseAirtimeRequest) HasDestination

func (o *PurchaseAirtimeRequest) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (PurchaseAirtimeRequest) MarshalJSON

func (o PurchaseAirtimeRequest) MarshalJSON() ([]byte, error)

func (*PurchaseAirtimeRequest) SetAmount

func (o *PurchaseAirtimeRequest) SetAmount(v string)

SetAmount gets a reference to the given string and assigns it to the Amount field.

func (*PurchaseAirtimeRequest) SetDestination

func (o *PurchaseAirtimeRequest) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

type PurchaseAirtimeResponse

type PurchaseAirtimeResponse struct {
	Entity *PurchaseAirtimeResponseEntity `json:"entity,omitempty"`
}

PurchaseAirtimeResponse struct for PurchaseAirtimeResponse

func NewPurchaseAirtimeResponse

func NewPurchaseAirtimeResponse() *PurchaseAirtimeResponse

NewPurchaseAirtimeResponse instantiates a new PurchaseAirtimeResponse 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 NewPurchaseAirtimeResponseWithDefaults

func NewPurchaseAirtimeResponseWithDefaults() *PurchaseAirtimeResponse

NewPurchaseAirtimeResponseWithDefaults instantiates a new PurchaseAirtimeResponse 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 (*PurchaseAirtimeResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*PurchaseAirtimeResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeResponse) HasEntity

func (o *PurchaseAirtimeResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (PurchaseAirtimeResponse) MarshalJSON

func (o PurchaseAirtimeResponse) MarshalJSON() ([]byte, error)

func (*PurchaseAirtimeResponse) SetEntity

SetEntity gets a reference to the given PurchaseAirtimeResponseEntity and assigns it to the Entity field.

type PurchaseAirtimeResponseEntity

type PurchaseAirtimeResponseEntity struct {
	Data        []PurchaseAirtimeResponseEntityDataInner `json:"data,omitempty"`
	ReferenceId *string                                  `json:"reference_id,omitempty"`
}

PurchaseAirtimeResponseEntity struct for PurchaseAirtimeResponseEntity

func NewPurchaseAirtimeResponseEntity

func NewPurchaseAirtimeResponseEntity() *PurchaseAirtimeResponseEntity

NewPurchaseAirtimeResponseEntity instantiates a new PurchaseAirtimeResponseEntity 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 NewPurchaseAirtimeResponseEntityWithDefaults

func NewPurchaseAirtimeResponseEntityWithDefaults() *PurchaseAirtimeResponseEntity

NewPurchaseAirtimeResponseEntityWithDefaults instantiates a new PurchaseAirtimeResponseEntity 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 (*PurchaseAirtimeResponseEntity) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*PurchaseAirtimeResponseEntity) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeResponseEntity) GetReferenceId

func (o *PurchaseAirtimeResponseEntity) GetReferenceId() string

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*PurchaseAirtimeResponseEntity) GetReferenceIdOk

func (o *PurchaseAirtimeResponseEntity) GetReferenceIdOk() (*string, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeResponseEntity) HasData

func (o *PurchaseAirtimeResponseEntity) HasData() bool

HasData returns a boolean if a field has been set.

func (*PurchaseAirtimeResponseEntity) HasReferenceId

func (o *PurchaseAirtimeResponseEntity) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (PurchaseAirtimeResponseEntity) MarshalJSON

func (o PurchaseAirtimeResponseEntity) MarshalJSON() ([]byte, error)

func (*PurchaseAirtimeResponseEntity) SetData

SetData gets a reference to the given []PurchaseAirtimeResponseEntityDataInner and assigns it to the Data field.

func (*PurchaseAirtimeResponseEntity) SetReferenceId

func (o *PurchaseAirtimeResponseEntity) SetReferenceId(v string)

SetReferenceId gets a reference to the given string and assigns it to the ReferenceId field.

type PurchaseAirtimeResponseEntityDataInner

type PurchaseAirtimeResponseEntityDataInner struct {
	Destination *string `json:"destination,omitempty"`
	Status      *string `json:"status,omitempty"`
}

PurchaseAirtimeResponseEntityDataInner struct for PurchaseAirtimeResponseEntityDataInner

func NewPurchaseAirtimeResponseEntityDataInner

func NewPurchaseAirtimeResponseEntityDataInner() *PurchaseAirtimeResponseEntityDataInner

NewPurchaseAirtimeResponseEntityDataInner instantiates a new PurchaseAirtimeResponseEntityDataInner 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 NewPurchaseAirtimeResponseEntityDataInnerWithDefaults

func NewPurchaseAirtimeResponseEntityDataInnerWithDefaults() *PurchaseAirtimeResponseEntityDataInner

NewPurchaseAirtimeResponseEntityDataInnerWithDefaults instantiates a new PurchaseAirtimeResponseEntityDataInner 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 (*PurchaseAirtimeResponseEntityDataInner) GetDestination

func (o *PurchaseAirtimeResponseEntityDataInner) GetDestination() string

GetDestination returns the Destination field value if set, zero value otherwise.

func (*PurchaseAirtimeResponseEntityDataInner) GetDestinationOk

func (o *PurchaseAirtimeResponseEntityDataInner) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeResponseEntityDataInner) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*PurchaseAirtimeResponseEntityDataInner) GetStatusOk

func (o *PurchaseAirtimeResponseEntityDataInner) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PurchaseAirtimeResponseEntityDataInner) HasDestination

func (o *PurchaseAirtimeResponseEntityDataInner) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*PurchaseAirtimeResponseEntityDataInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (PurchaseAirtimeResponseEntityDataInner) MarshalJSON

func (o PurchaseAirtimeResponseEntityDataInner) MarshalJSON() ([]byte, error)

func (*PurchaseAirtimeResponseEntityDataInner) SetDestination

func (o *PurchaseAirtimeResponseEntityDataInner) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

func (*PurchaseAirtimeResponseEntityDataInner) SetStatus

SetStatus gets a reference to the given string and assigns it to the Status field.

type PurchaseApiSendAirtimeRequest

type PurchaseApiSendAirtimeRequest struct {
	ApiService *PurchaseApiService
	// contains filtered or unexported fields
}

func (PurchaseApiSendAirtimeRequest) Execute

func (PurchaseApiSendAirtimeRequest) PurchaseAirtimeRequest

func (r PurchaseApiSendAirtimeRequest) PurchaseAirtimeRequest(purchaseAirtimeRequest PurchaseAirtimeRequest) PurchaseApiSendAirtimeRequest

type PurchaseApiService

type PurchaseApiService service

PurchaseApiService PurchaseApi service

func (*PurchaseApiService) SendAirtime

SendAirtime Purchase - Send Airtime

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PurchaseApiSendAirtimeRequest

func (*PurchaseApiService) SendAirtimeExecute

Execute executes the request

@return PurchaseAirtimeResponse

type RequestSenderIdRequest

type RequestSenderIdRequest struct {
	SenderId *string `json:"sender_id,omitempty"`
}

RequestSenderIdRequest struct for RequestSenderIdRequest

func NewRequestSenderIdRequest

func NewRequestSenderIdRequest() *RequestSenderIdRequest

NewRequestSenderIdRequest instantiates a new RequestSenderIdRequest 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 NewRequestSenderIdRequestWithDefaults

func NewRequestSenderIdRequestWithDefaults() *RequestSenderIdRequest

NewRequestSenderIdRequestWithDefaults instantiates a new RequestSenderIdRequest 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 (*RequestSenderIdRequest) GetSenderId

func (o *RequestSenderIdRequest) GetSenderId() string

GetSenderId returns the SenderId field value if set, zero value otherwise.

func (*RequestSenderIdRequest) GetSenderIdOk

func (o *RequestSenderIdRequest) GetSenderIdOk() (*string, bool)

GetSenderIdOk returns a tuple with the SenderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSenderIdRequest) HasSenderId

func (o *RequestSenderIdRequest) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (RequestSenderIdRequest) MarshalJSON

func (o RequestSenderIdRequest) MarshalJSON() ([]byte, error)

func (*RequestSenderIdRequest) SetSenderId

func (o *RequestSenderIdRequest) SetSenderId(v string)

SetSenderId gets a reference to the given string and assigns it to the SenderId field.

type RequestSenderIdResponse

type RequestSenderIdResponse struct {
	Entity []RequestSenderIdResponseEntityInner `json:"entity,omitempty"`
}

RequestSenderIdResponse struct for RequestSenderIdResponse

func NewRequestSenderIdResponse

func NewRequestSenderIdResponse() *RequestSenderIdResponse

NewRequestSenderIdResponse instantiates a new RequestSenderIdResponse 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 NewRequestSenderIdResponseWithDefaults

func NewRequestSenderIdResponseWithDefaults() *RequestSenderIdResponse

NewRequestSenderIdResponseWithDefaults instantiates a new RequestSenderIdResponse 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 (*RequestSenderIdResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*RequestSenderIdResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSenderIdResponse) HasEntity

func (o *RequestSenderIdResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (RequestSenderIdResponse) MarshalJSON

func (o RequestSenderIdResponse) MarshalJSON() ([]byte, error)

func (*RequestSenderIdResponse) SetEntity

SetEntity gets a reference to the given []RequestSenderIdResponseEntityInner and assigns it to the Entity field.

type RequestSenderIdResponseEntityInner

type RequestSenderIdResponseEntityInner struct {
	Activated *bool   `json:"activated,omitempty"`
	CreatedAt *string `json:"createdAt,omitempty"`
	SenderId  *string `json:"sender_id,omitempty"`
}

RequestSenderIdResponseEntityInner struct for RequestSenderIdResponseEntityInner

func NewRequestSenderIdResponseEntityInner

func NewRequestSenderIdResponseEntityInner() *RequestSenderIdResponseEntityInner

NewRequestSenderIdResponseEntityInner instantiates a new RequestSenderIdResponseEntityInner 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 NewRequestSenderIdResponseEntityInnerWithDefaults

func NewRequestSenderIdResponseEntityInnerWithDefaults() *RequestSenderIdResponseEntityInner

NewRequestSenderIdResponseEntityInnerWithDefaults instantiates a new RequestSenderIdResponseEntityInner 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 (*RequestSenderIdResponseEntityInner) GetActivated

func (o *RequestSenderIdResponseEntityInner) GetActivated() bool

GetActivated returns the Activated field value if set, zero value otherwise.

func (*RequestSenderIdResponseEntityInner) GetActivatedOk

func (o *RequestSenderIdResponseEntityInner) GetActivatedOk() (*bool, bool)

GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSenderIdResponseEntityInner) GetCreatedAt

func (o *RequestSenderIdResponseEntityInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RequestSenderIdResponseEntityInner) GetCreatedAtOk

func (o *RequestSenderIdResponseEntityInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSenderIdResponseEntityInner) GetSenderId

func (o *RequestSenderIdResponseEntityInner) GetSenderId() string

GetSenderId returns the SenderId field value if set, zero value otherwise.

func (*RequestSenderIdResponseEntityInner) GetSenderIdOk

func (o *RequestSenderIdResponseEntityInner) GetSenderIdOk() (*string, bool)

GetSenderIdOk returns a tuple with the SenderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSenderIdResponseEntityInner) HasActivated

func (o *RequestSenderIdResponseEntityInner) HasActivated() bool

HasActivated returns a boolean if a field has been set.

func (*RequestSenderIdResponseEntityInner) HasCreatedAt

func (o *RequestSenderIdResponseEntityInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RequestSenderIdResponseEntityInner) HasSenderId

func (o *RequestSenderIdResponseEntityInner) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (RequestSenderIdResponseEntityInner) MarshalJSON

func (o RequestSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)

func (*RequestSenderIdResponseEntityInner) SetActivated

func (o *RequestSenderIdResponseEntityInner) SetActivated(v bool)

SetActivated gets a reference to the given bool and assigns it to the Activated field.

func (*RequestSenderIdResponseEntityInner) SetCreatedAt

func (o *RequestSenderIdResponseEntityInner) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*RequestSenderIdResponseEntityInner) SetSenderId

func (o *RequestSenderIdResponseEntityInner) SetSenderId(v string)

SetSenderId gets a reference to the given string and assigns it to the SenderId field.

type SendSmsRequest

type SendSmsRequest struct {
	Destination *string `json:"destination,omitempty"`
	Message     *string `json:"message,omitempty"`
	Channel     *string `json:"channel,omitempty"`
	SenderId    *string `json:"sender_id,omitempty"`
}

SendSmsRequest struct for SendSmsRequest

func NewSendSmsRequest

func NewSendSmsRequest() *SendSmsRequest

NewSendSmsRequest instantiates a new SendSmsRequest 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 NewSendSmsRequestWithDefaults

func NewSendSmsRequestWithDefaults() *SendSmsRequest

NewSendSmsRequestWithDefaults instantiates a new SendSmsRequest 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 (*SendSmsRequest) GetChannel

func (o *SendSmsRequest) GetChannel() string

GetChannel returns the Channel field value if set, zero value otherwise.

func (*SendSmsRequest) GetChannelOk

func (o *SendSmsRequest) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsRequest) GetDestination

func (o *SendSmsRequest) GetDestination() string

GetDestination returns the Destination field value if set, zero value otherwise.

func (*SendSmsRequest) GetDestinationOk

func (o *SendSmsRequest) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsRequest) GetMessage

func (o *SendSmsRequest) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*SendSmsRequest) GetMessageOk

func (o *SendSmsRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsRequest) GetSenderId

func (o *SendSmsRequest) GetSenderId() string

GetSenderId returns the SenderId field value if set, zero value otherwise.

func (*SendSmsRequest) GetSenderIdOk

func (o *SendSmsRequest) GetSenderIdOk() (*string, bool)

GetSenderIdOk returns a tuple with the SenderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsRequest) HasChannel

func (o *SendSmsRequest) HasChannel() bool

HasChannel returns a boolean if a field has been set.

func (*SendSmsRequest) HasDestination

func (o *SendSmsRequest) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*SendSmsRequest) HasMessage

func (o *SendSmsRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*SendSmsRequest) HasSenderId

func (o *SendSmsRequest) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (SendSmsRequest) MarshalJSON

func (o SendSmsRequest) MarshalJSON() ([]byte, error)

func (*SendSmsRequest) SetChannel

func (o *SendSmsRequest) SetChannel(v string)

SetChannel gets a reference to the given string and assigns it to the Channel field.

func (*SendSmsRequest) SetDestination

func (o *SendSmsRequest) SetDestination(v string)

SetDestination gets a reference to the given string and assigns it to the Destination field.

func (*SendSmsRequest) SetMessage

func (o *SendSmsRequest) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*SendSmsRequest) SetSenderId

func (o *SendSmsRequest) SetSenderId(v string)

SetSenderId gets a reference to the given string and assigns it to the SenderId field.

type SendSmsResponse

type SendSmsResponse struct {
	Entity *SendSmsResponseEntity `json:"entity,omitempty"`
}

SendSmsResponse struct for SendSmsResponse

func NewSendSmsResponse

func NewSendSmsResponse() *SendSmsResponse

NewSendSmsResponse instantiates a new SendSmsResponse 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 NewSendSmsResponseWithDefaults

func NewSendSmsResponseWithDefaults() *SendSmsResponse

NewSendSmsResponseWithDefaults instantiates a new SendSmsResponse 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 (*SendSmsResponse) GetEntity

func (o *SendSmsResponse) GetEntity() SendSmsResponseEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*SendSmsResponse) GetEntityOk

func (o *SendSmsResponse) GetEntityOk() (*SendSmsResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsResponse) HasEntity

func (o *SendSmsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (SendSmsResponse) MarshalJSON

func (o SendSmsResponse) MarshalJSON() ([]byte, error)

func (*SendSmsResponse) SetEntity

func (o *SendSmsResponse) SetEntity(v SendSmsResponseEntity)

SetEntity gets a reference to the given SendSmsResponseEntity and assigns it to the Entity field.

type SendSmsResponseEntity

type SendSmsResponseEntity struct {
	Status    *bool   `json:"status,omitempty"`
	Mobile    *string `json:"mobile,omitempty"`
	MessageId *string `json:"message_id,omitempty"`
	BatchId   *string `json:"batch_id,omitempty"`
}

SendSmsResponseEntity struct for SendSmsResponseEntity

func NewSendSmsResponseEntity

func NewSendSmsResponseEntity() *SendSmsResponseEntity

NewSendSmsResponseEntity instantiates a new SendSmsResponseEntity 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 NewSendSmsResponseEntityWithDefaults

func NewSendSmsResponseEntityWithDefaults() *SendSmsResponseEntity

NewSendSmsResponseEntityWithDefaults instantiates a new SendSmsResponseEntity 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 (*SendSmsResponseEntity) GetBatchId

func (o *SendSmsResponseEntity) GetBatchId() string

GetBatchId returns the BatchId field value if set, zero value otherwise.

func (*SendSmsResponseEntity) GetBatchIdOk

func (o *SendSmsResponseEntity) GetBatchIdOk() (*string, bool)

GetBatchIdOk returns a tuple with the BatchId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsResponseEntity) GetMessageId

func (o *SendSmsResponseEntity) GetMessageId() string

GetMessageId returns the MessageId field value if set, zero value otherwise.

func (*SendSmsResponseEntity) GetMessageIdOk

func (o *SendSmsResponseEntity) GetMessageIdOk() (*string, bool)

GetMessageIdOk returns a tuple with the MessageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsResponseEntity) GetMobile

func (o *SendSmsResponseEntity) GetMobile() string

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*SendSmsResponseEntity) GetMobileOk

func (o *SendSmsResponseEntity) GetMobileOk() (*string, bool)

GetMobileOk returns a tuple with the Mobile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsResponseEntity) GetStatus

func (o *SendSmsResponseEntity) GetStatus() bool

GetStatus returns the Status field value if set, zero value otherwise.

func (*SendSmsResponseEntity) GetStatusOk

func (o *SendSmsResponseEntity) GetStatusOk() (*bool, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendSmsResponseEntity) HasBatchId

func (o *SendSmsResponseEntity) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

func (*SendSmsResponseEntity) HasMessageId

func (o *SendSmsResponseEntity) HasMessageId() bool

HasMessageId returns a boolean if a field has been set.

func (*SendSmsResponseEntity) HasMobile

func (o *SendSmsResponseEntity) HasMobile() bool

HasMobile returns a boolean if a field has been set.

func (*SendSmsResponseEntity) HasStatus

func (o *SendSmsResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (SendSmsResponseEntity) MarshalJSON

func (o SendSmsResponseEntity) MarshalJSON() ([]byte, error)

func (*SendSmsResponseEntity) SetBatchId

func (o *SendSmsResponseEntity) SetBatchId(v string)

SetBatchId gets a reference to the given string and assigns it to the BatchId field.

func (*SendSmsResponseEntity) SetMessageId

func (o *SendSmsResponseEntity) SetMessageId(v string)

SetMessageId gets a reference to the given string and assigns it to the MessageId field.

func (*SendSmsResponseEntity) SetMobile

func (o *SendSmsResponseEntity) SetMobile(v string)

SetMobile gets a reference to the given string and assigns it to the Mobile field.

func (*SendSmsResponseEntity) SetStatus

func (o *SendSmsResponseEntity) SetStatus(v bool)

SetStatus gets a reference to the given bool and assigns it to the Status field.

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServicesApiGetWalletBalanceRequest

type ServicesApiGetWalletBalanceRequest struct {
	ApiService *ServicesApiService
	// contains filtered or unexported fields
}

func (ServicesApiGetWalletBalanceRequest) Execute

type ServicesApiService

type ServicesApiService service

ServicesApiService ServicesApi service

func (*ServicesApiService) GetWalletBalance

GetWalletBalance Get Dojah Wallet Balance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ServicesApiGetWalletBalanceRequest

func (*ServicesApiService) GetWalletBalanceExecute

Execute executes the request

@return GetWalletBalanceResponse

type SubscribeServiceRequest

type SubscribeServiceRequest struct {
	Webhook *string `json:"webhook,omitempty"`
	Service *string `json:"service,omitempty"`
}

SubscribeServiceRequest struct for SubscribeServiceRequest

func NewSubscribeServiceRequest

func NewSubscribeServiceRequest() *SubscribeServiceRequest

NewSubscribeServiceRequest instantiates a new SubscribeServiceRequest 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 NewSubscribeServiceRequestWithDefaults

func NewSubscribeServiceRequestWithDefaults() *SubscribeServiceRequest

NewSubscribeServiceRequestWithDefaults instantiates a new SubscribeServiceRequest 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 (*SubscribeServiceRequest) GetService

func (o *SubscribeServiceRequest) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*SubscribeServiceRequest) GetServiceOk

func (o *SubscribeServiceRequest) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscribeServiceRequest) GetWebhook

func (o *SubscribeServiceRequest) GetWebhook() string

GetWebhook returns the Webhook field value if set, zero value otherwise.

func (*SubscribeServiceRequest) GetWebhookOk

func (o *SubscribeServiceRequest) GetWebhookOk() (*string, bool)

GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscribeServiceRequest) HasService

func (o *SubscribeServiceRequest) HasService() bool

HasService returns a boolean if a field has been set.

func (*SubscribeServiceRequest) HasWebhook

func (o *SubscribeServiceRequest) HasWebhook() bool

HasWebhook returns a boolean if a field has been set.

func (SubscribeServiceRequest) MarshalJSON

func (o SubscribeServiceRequest) MarshalJSON() ([]byte, error)

func (*SubscribeServiceRequest) SetService

func (o *SubscribeServiceRequest) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*SubscribeServiceRequest) SetWebhook

func (o *SubscribeServiceRequest) SetWebhook(v string)

SetWebhook gets a reference to the given string and assigns it to the Webhook field.

type SubscribeServiceResponse

type SubscribeServiceResponse struct {
	Entity *string `json:"entity,omitempty"`
}

SubscribeServiceResponse struct for SubscribeServiceResponse

func NewSubscribeServiceResponse

func NewSubscribeServiceResponse() *SubscribeServiceResponse

NewSubscribeServiceResponse instantiates a new SubscribeServiceResponse 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 NewSubscribeServiceResponseWithDefaults

func NewSubscribeServiceResponseWithDefaults() *SubscribeServiceResponse

NewSubscribeServiceResponseWithDefaults instantiates a new SubscribeServiceResponse 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 (*SubscribeServiceResponse) GetEntity

func (o *SubscribeServiceResponse) GetEntity() string

GetEntity returns the Entity field value if set, zero value otherwise.

func (*SubscribeServiceResponse) GetEntityOk

func (o *SubscribeServiceResponse) GetEntityOk() (*string, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscribeServiceResponse) HasEntity

func (o *SubscribeServiceResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (SubscribeServiceResponse) MarshalJSON

func (o SubscribeServiceResponse) MarshalJSON() ([]byte, error)

func (*SubscribeServiceResponse) SetEntity

func (o *SubscribeServiceResponse) SetEntity(v string)

SetEntity gets a reference to the given string and assigns it to the Entity field.

type TZKYCApiGetNinRequest

type TZKYCApiGetNinRequest struct {
	ApiService *TZKYCApiService
	// contains filtered or unexported fields
}

func (TZKYCApiGetNinRequest) DateOfBirth

func (r TZKYCApiGetNinRequest) DateOfBirth(dateOfBirth string) TZKYCApiGetNinRequest

func (TZKYCApiGetNinRequest) Execute

func (r TZKYCApiGetNinRequest) Execute() (map[string]interface{}, *http.Response, error)

func (TZKYCApiGetNinRequest) FirstName

func (r TZKYCApiGetNinRequest) FirstName(firstName string) TZKYCApiGetNinRequest

func (TZKYCApiGetNinRequest) LastName

func (r TZKYCApiGetNinRequest) LastName(lastName string) TZKYCApiGetNinRequest

func (TZKYCApiGetNinRequest) MothersFirstName

func (r TZKYCApiGetNinRequest) MothersFirstName(mothersFirstName string) TZKYCApiGetNinRequest

func (TZKYCApiGetNinRequest) MothersLastName

func (r TZKYCApiGetNinRequest) MothersLastName(mothersLastName string) TZKYCApiGetNinRequest

type TZKYCApiService

type TZKYCApiService service

TZKYCApiService TZKYCApi service

func (*TZKYCApiService) GetNin

GetNin Lookup TZ NIN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TZKYCApiGetNinRequest

func (*TZKYCApiService) GetNinExecute

func (a *TZKYCApiService) GetNinExecute(r TZKYCApiGetNinRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type UGKYCApiGetVoterRequest

type UGKYCApiGetVoterRequest struct {
	ApiService *UGKYCApiService
	// contains filtered or unexported fields
}

func (UGKYCApiGetVoterRequest) Execute

func (r UGKYCApiGetVoterRequest) Execute() (map[string]interface{}, *http.Response, error)

func (UGKYCApiGetVoterRequest) FirstName

func (UGKYCApiGetVoterRequest) Id

func (UGKYCApiGetVoterRequest) LastName

type UGKYCApiService

type UGKYCApiService service

UGKYCApiService UGKYCApi service

func (*UGKYCApiService) GetVoter

GetVoter Voters ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UGKYCApiGetVoterRequest

func (*UGKYCApiService) GetVoterExecute

func (a *UGKYCApiService) GetVoterExecute(r UGKYCApiGetVoterRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type ValidateBvnResponse

type ValidateBvnResponse struct {
	Entity *ValidateBvnResponseEntity `json:"entity,omitempty"`
}

ValidateBvnResponse struct for ValidateBvnResponse

func NewValidateBvnResponse

func NewValidateBvnResponse() *ValidateBvnResponse

NewValidateBvnResponse instantiates a new ValidateBvnResponse 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 NewValidateBvnResponseWithDefaults

func NewValidateBvnResponseWithDefaults() *ValidateBvnResponse

NewValidateBvnResponseWithDefaults instantiates a new ValidateBvnResponse 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 (*ValidateBvnResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*ValidateBvnResponse) GetEntityOk

func (o *ValidateBvnResponse) GetEntityOk() (*ValidateBvnResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponse) HasEntity

func (o *ValidateBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ValidateBvnResponse) MarshalJSON

func (o ValidateBvnResponse) MarshalJSON() ([]byte, error)

func (*ValidateBvnResponse) SetEntity

SetEntity gets a reference to the given ValidateBvnResponseEntity and assigns it to the Entity field.

type ValidateBvnResponseEntity

type ValidateBvnResponseEntity struct {
	Bvn       *ValidateBvnResponseEntityBvn       `json:"bvn,omitempty"`
	FirstName *ValidateBvnResponseEntityFirstName `json:"first_name,omitempty"`
}

ValidateBvnResponseEntity struct for ValidateBvnResponseEntity

func NewValidateBvnResponseEntity

func NewValidateBvnResponseEntity() *ValidateBvnResponseEntity

NewValidateBvnResponseEntity instantiates a new ValidateBvnResponseEntity 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 NewValidateBvnResponseEntityWithDefaults

func NewValidateBvnResponseEntityWithDefaults() *ValidateBvnResponseEntity

NewValidateBvnResponseEntityWithDefaults instantiates a new ValidateBvnResponseEntity 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 (*ValidateBvnResponseEntity) GetBvn

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*ValidateBvnResponseEntity) GetBvnOk

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntity) GetFirstName

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*ValidateBvnResponseEntity) GetFirstNameOk

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntity) HasBvn

func (o *ValidateBvnResponseEntity) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*ValidateBvnResponseEntity) HasFirstName

func (o *ValidateBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (ValidateBvnResponseEntity) MarshalJSON

func (o ValidateBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*ValidateBvnResponseEntity) SetBvn

SetBvn gets a reference to the given ValidateBvnResponseEntityBvn and assigns it to the Bvn field.

func (*ValidateBvnResponseEntity) SetFirstName

SetFirstName gets a reference to the given ValidateBvnResponseEntityFirstName and assigns it to the FirstName field.

type ValidateBvnResponseEntityBvn

type ValidateBvnResponseEntityBvn struct {
	Status *bool   `json:"status,omitempty"`
	Value  *string `json:"value,omitempty"`
}

ValidateBvnResponseEntityBvn struct for ValidateBvnResponseEntityBvn

func NewValidateBvnResponseEntityBvn

func NewValidateBvnResponseEntityBvn() *ValidateBvnResponseEntityBvn

NewValidateBvnResponseEntityBvn instantiates a new ValidateBvnResponseEntityBvn 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 NewValidateBvnResponseEntityBvnWithDefaults

func NewValidateBvnResponseEntityBvnWithDefaults() *ValidateBvnResponseEntityBvn

NewValidateBvnResponseEntityBvnWithDefaults instantiates a new ValidateBvnResponseEntityBvn 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 (*ValidateBvnResponseEntityBvn) GetStatus

func (o *ValidateBvnResponseEntityBvn) GetStatus() bool

GetStatus returns the Status field value if set, zero value otherwise.

func (*ValidateBvnResponseEntityBvn) GetStatusOk

func (o *ValidateBvnResponseEntityBvn) GetStatusOk() (*bool, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntityBvn) GetValue

func (o *ValidateBvnResponseEntityBvn) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ValidateBvnResponseEntityBvn) GetValueOk

func (o *ValidateBvnResponseEntityBvn) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntityBvn) HasStatus

func (o *ValidateBvnResponseEntityBvn) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ValidateBvnResponseEntityBvn) HasValue

func (o *ValidateBvnResponseEntityBvn) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ValidateBvnResponseEntityBvn) MarshalJSON

func (o ValidateBvnResponseEntityBvn) MarshalJSON() ([]byte, error)

func (*ValidateBvnResponseEntityBvn) SetStatus

func (o *ValidateBvnResponseEntityBvn) SetStatus(v bool)

SetStatus gets a reference to the given bool and assigns it to the Status field.

func (*ValidateBvnResponseEntityBvn) SetValue

func (o *ValidateBvnResponseEntityBvn) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type ValidateBvnResponseEntityFirstName

type ValidateBvnResponseEntityFirstName struct {
	ConfidenceValue *float32 `json:"confidence_value,omitempty"`
	Status          *bool    `json:"status,omitempty"`
}

ValidateBvnResponseEntityFirstName struct for ValidateBvnResponseEntityFirstName

func NewValidateBvnResponseEntityFirstName

func NewValidateBvnResponseEntityFirstName() *ValidateBvnResponseEntityFirstName

NewValidateBvnResponseEntityFirstName instantiates a new ValidateBvnResponseEntityFirstName 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 NewValidateBvnResponseEntityFirstNameWithDefaults

func NewValidateBvnResponseEntityFirstNameWithDefaults() *ValidateBvnResponseEntityFirstName

NewValidateBvnResponseEntityFirstNameWithDefaults instantiates a new ValidateBvnResponseEntityFirstName 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 (*ValidateBvnResponseEntityFirstName) GetConfidenceValue

func (o *ValidateBvnResponseEntityFirstName) GetConfidenceValue() float32

GetConfidenceValue returns the ConfidenceValue field value if set, zero value otherwise.

func (*ValidateBvnResponseEntityFirstName) GetConfidenceValueOk

func (o *ValidateBvnResponseEntityFirstName) GetConfidenceValueOk() (*float32, bool)

GetConfidenceValueOk returns a tuple with the ConfidenceValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntityFirstName) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*ValidateBvnResponseEntityFirstName) GetStatusOk

func (o *ValidateBvnResponseEntityFirstName) GetStatusOk() (*bool, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidateBvnResponseEntityFirstName) HasConfidenceValue

func (o *ValidateBvnResponseEntityFirstName) HasConfidenceValue() bool

HasConfidenceValue returns a boolean if a field has been set.

func (*ValidateBvnResponseEntityFirstName) HasStatus

HasStatus returns a boolean if a field has been set.

func (ValidateBvnResponseEntityFirstName) MarshalJSON

func (o ValidateBvnResponseEntityFirstName) MarshalJSON() ([]byte, error)

func (*ValidateBvnResponseEntityFirstName) SetConfidenceValue

func (o *ValidateBvnResponseEntityFirstName) SetConfidenceValue(v float32)

SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.

func (*ValidateBvnResponseEntityFirstName) SetStatus

func (o *ValidateBvnResponseEntityFirstName) SetStatus(v bool)

SetStatus gets a reference to the given bool and assigns it to the Status field.

type VerificationsApiService

type VerificationsApiService service

VerificationsApiService VerificationsApi service

func (*VerificationsApiService) ValidateBvn

ValidateBvn KYC - Validate BVN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VerificationsApiValidateBvnRequest

func (*VerificationsApiService) ValidateBvnExecute

func (a *VerificationsApiService) ValidateBvnExecute(r VerificationsApiValidateBvnRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*VerificationsApiService) VerifyAge

VerifyAge KYC - Age Verification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VerificationsApiVerifyAgeRequest

func (*VerificationsApiService) VerifyAgeExecute

Execute executes the request

@return VerifyAgeResponse

func (*VerificationsApiService) VerifySelfieBvn

VerifySelfieBvn KYV - Selfie BVN Verificatoin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VerificationsApiVerifySelfieBvnRequest

func (*VerificationsApiService) VerifySelfieBvnExecute

Execute executes the request

@return VerifySelfieBvnResponse

func (*VerificationsApiService) VerifySelfieNin

VerifySelfieNin KYC - Selfie NIN Verification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VerificationsApiVerifySelfieNinRequest

func (*VerificationsApiService) VerifySelfieNinExecute

func (a *VerificationsApiService) VerifySelfieNinExecute(r VerificationsApiVerifySelfieNinRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*VerificationsApiService) VerifySelfieVnin

VerifySelfieVnin KYC - Selfie vNIN verification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VerificationsApiVerifySelfieVninRequest

func (*VerificationsApiService) VerifySelfieVninExecute

func (a *VerificationsApiService) VerifySelfieVninExecute(r VerificationsApiVerifySelfieVninRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type VerificationsApiValidateBvnRequest

type VerificationsApiValidateBvnRequest struct {
	ApiService *VerificationsApiService
	// contains filtered or unexported fields
}

func (VerificationsApiValidateBvnRequest) Bvn

func (VerificationsApiValidateBvnRequest) Dob

func (VerificationsApiValidateBvnRequest) Execute

func (r VerificationsApiValidateBvnRequest) Execute() (map[string]interface{}, *http.Response, error)

func (VerificationsApiValidateBvnRequest) FirstName

type VerificationsApiVerifyAgeRequest

type VerificationsApiVerifyAgeRequest struct {
	ApiService *VerificationsApiService
	// contains filtered or unexported fields
}

func (VerificationsApiVerifyAgeRequest) AccountNumber

func (VerificationsApiVerifyAgeRequest) BankCode

func (VerificationsApiVerifyAgeRequest) Dob

func (VerificationsApiVerifyAgeRequest) Execute

func (VerificationsApiVerifyAgeRequest) FirstName

func (VerificationsApiVerifyAgeRequest) LastName

func (VerificationsApiVerifyAgeRequest) Mode

type VerificationsApiVerifySelfieBvnRequest

type VerificationsApiVerifySelfieBvnRequest struct {
	ApiService *VerificationsApiService
	// contains filtered or unexported fields
}

func (VerificationsApiVerifySelfieBvnRequest) Execute

func (VerificationsApiVerifySelfieBvnRequest) VerifySelfieBvnRequest

type VerificationsApiVerifySelfieNinRequest

type VerificationsApiVerifySelfieNinRequest struct {
	ApiService *VerificationsApiService
	// contains filtered or unexported fields
}

func (VerificationsApiVerifySelfieNinRequest) Execute

func (r VerificationsApiVerifySelfieNinRequest) Execute() (map[string]interface{}, *http.Response, error)

func (VerificationsApiVerifySelfieNinRequest) VerificationsVerifySelfieNinRequest

func (r VerificationsApiVerifySelfieNinRequest) VerificationsVerifySelfieNinRequest(verificationsVerifySelfieNinRequest VerificationsVerifySelfieNinRequest) VerificationsApiVerifySelfieNinRequest

type VerificationsApiVerifySelfieVninRequest

type VerificationsApiVerifySelfieVninRequest struct {
	ApiService *VerificationsApiService
	// contains filtered or unexported fields
}

func (VerificationsApiVerifySelfieVninRequest) Execute

func (r VerificationsApiVerifySelfieVninRequest) Execute() (map[string]interface{}, *http.Response, error)

func (VerificationsApiVerifySelfieVninRequest) VerificationsVerifySelfieVninRequest

func (r VerificationsApiVerifySelfieVninRequest) VerificationsVerifySelfieVninRequest(verificationsVerifySelfieVninRequest VerificationsVerifySelfieVninRequest) VerificationsApiVerifySelfieVninRequest

type VerificationsVerifySelfieNinRequest

type VerificationsVerifySelfieNinRequest struct {
	Nin         *string `json:"nin,omitempty"`
	SelfieImage *string `json:"selfie_image,omitempty"`
}

VerificationsVerifySelfieNinRequest struct for VerificationsVerifySelfieNinRequest

func NewVerificationsVerifySelfieNinRequest

func NewVerificationsVerifySelfieNinRequest() *VerificationsVerifySelfieNinRequest

NewVerificationsVerifySelfieNinRequest instantiates a new VerificationsVerifySelfieNinRequest 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 NewVerificationsVerifySelfieNinRequestWithDefaults

func NewVerificationsVerifySelfieNinRequestWithDefaults() *VerificationsVerifySelfieNinRequest

NewVerificationsVerifySelfieNinRequestWithDefaults instantiates a new VerificationsVerifySelfieNinRequest 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 (*VerificationsVerifySelfieNinRequest) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*VerificationsVerifySelfieNinRequest) GetNinOk

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerificationsVerifySelfieNinRequest) GetSelfieImage

func (o *VerificationsVerifySelfieNinRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*VerificationsVerifySelfieNinRequest) GetSelfieImageOk

func (o *VerificationsVerifySelfieNinRequest) GetSelfieImageOk() (*string, bool)

GetSelfieImageOk returns a tuple with the SelfieImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerificationsVerifySelfieNinRequest) HasNin

HasNin returns a boolean if a field has been set.

func (*VerificationsVerifySelfieNinRequest) HasSelfieImage

func (o *VerificationsVerifySelfieNinRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (VerificationsVerifySelfieNinRequest) MarshalJSON

func (o VerificationsVerifySelfieNinRequest) MarshalJSON() ([]byte, error)

func (*VerificationsVerifySelfieNinRequest) SetNin

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*VerificationsVerifySelfieNinRequest) SetSelfieImage

func (o *VerificationsVerifySelfieNinRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

type VerificationsVerifySelfieVninRequest

type VerificationsVerifySelfieVninRequest struct {
	Vnin        *string `json:"vnin,omitempty"`
	SelfieImage *string `json:"selfie_image,omitempty"`
}

VerificationsVerifySelfieVninRequest struct for VerificationsVerifySelfieVninRequest

func NewVerificationsVerifySelfieVninRequest

func NewVerificationsVerifySelfieVninRequest() *VerificationsVerifySelfieVninRequest

NewVerificationsVerifySelfieVninRequest instantiates a new VerificationsVerifySelfieVninRequest 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 NewVerificationsVerifySelfieVninRequestWithDefaults

func NewVerificationsVerifySelfieVninRequestWithDefaults() *VerificationsVerifySelfieVninRequest

NewVerificationsVerifySelfieVninRequestWithDefaults instantiates a new VerificationsVerifySelfieVninRequest 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 (*VerificationsVerifySelfieVninRequest) GetSelfieImage

func (o *VerificationsVerifySelfieVninRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*VerificationsVerifySelfieVninRequest) GetSelfieImageOk

func (o *VerificationsVerifySelfieVninRequest) GetSelfieImageOk() (*string, bool)

GetSelfieImageOk returns a tuple with the SelfieImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerificationsVerifySelfieVninRequest) GetVnin

GetVnin returns the Vnin field value if set, zero value otherwise.

func (*VerificationsVerifySelfieVninRequest) GetVninOk

GetVninOk returns a tuple with the Vnin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerificationsVerifySelfieVninRequest) HasSelfieImage

func (o *VerificationsVerifySelfieVninRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (*VerificationsVerifySelfieVninRequest) HasVnin

HasVnin returns a boolean if a field has been set.

func (VerificationsVerifySelfieVninRequest) MarshalJSON

func (o VerificationsVerifySelfieVninRequest) MarshalJSON() ([]byte, error)

func (*VerificationsVerifySelfieVninRequest) SetSelfieImage

func (o *VerificationsVerifySelfieVninRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

func (*VerificationsVerifySelfieVninRequest) SetVnin

SetVnin gets a reference to the given string and assigns it to the Vnin field.

type VerifyAgeResponse

type VerifyAgeResponse struct {
	Entity *VerifyAgeResponseEntity `json:"entity,omitempty"`
}

VerifyAgeResponse struct for VerifyAgeResponse

func NewVerifyAgeResponse

func NewVerifyAgeResponse() *VerifyAgeResponse

NewVerifyAgeResponse instantiates a new VerifyAgeResponse 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 NewVerifyAgeResponseWithDefaults

func NewVerifyAgeResponseWithDefaults() *VerifyAgeResponse

NewVerifyAgeResponseWithDefaults instantiates a new VerifyAgeResponse 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 (*VerifyAgeResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*VerifyAgeResponse) GetEntityOk

func (o *VerifyAgeResponse) GetEntityOk() (*VerifyAgeResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyAgeResponse) HasEntity

func (o *VerifyAgeResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (VerifyAgeResponse) MarshalJSON

func (o VerifyAgeResponse) MarshalJSON() ([]byte, error)

func (*VerifyAgeResponse) SetEntity

SetEntity gets a reference to the given VerifyAgeResponseEntity and assigns it to the Entity field.

type VerifyAgeResponseEntity

type VerifyAgeResponseEntity struct {
	FirstName    *string `json:"first_name,omitempty"`
	LastName     *string `json:"last_name,omitempty"`
	DateOfBirth  *string `json:"date_of_birth,omitempty"`
	Verification *bool   `json:"verification,omitempty"`
}

VerifyAgeResponseEntity struct for VerifyAgeResponseEntity

func NewVerifyAgeResponseEntity

func NewVerifyAgeResponseEntity() *VerifyAgeResponseEntity

NewVerifyAgeResponseEntity instantiates a new VerifyAgeResponseEntity 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 NewVerifyAgeResponseEntityWithDefaults

func NewVerifyAgeResponseEntityWithDefaults() *VerifyAgeResponseEntity

NewVerifyAgeResponseEntityWithDefaults instantiates a new VerifyAgeResponseEntity 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 (*VerifyAgeResponseEntity) GetDateOfBirth

func (o *VerifyAgeResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*VerifyAgeResponseEntity) GetDateOfBirthOk

func (o *VerifyAgeResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyAgeResponseEntity) GetFirstName

func (o *VerifyAgeResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*VerifyAgeResponseEntity) GetFirstNameOk

func (o *VerifyAgeResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyAgeResponseEntity) GetLastName

func (o *VerifyAgeResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*VerifyAgeResponseEntity) GetLastNameOk

func (o *VerifyAgeResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyAgeResponseEntity) GetVerification

func (o *VerifyAgeResponseEntity) GetVerification() bool

GetVerification returns the Verification field value if set, zero value otherwise.

func (*VerifyAgeResponseEntity) GetVerificationOk

func (o *VerifyAgeResponseEntity) GetVerificationOk() (*bool, bool)

GetVerificationOk returns a tuple with the Verification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyAgeResponseEntity) HasDateOfBirth

func (o *VerifyAgeResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*VerifyAgeResponseEntity) HasFirstName

func (o *VerifyAgeResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*VerifyAgeResponseEntity) HasLastName

func (o *VerifyAgeResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*VerifyAgeResponseEntity) HasVerification

func (o *VerifyAgeResponseEntity) HasVerification() bool

HasVerification returns a boolean if a field has been set.

func (VerifyAgeResponseEntity) MarshalJSON

func (o VerifyAgeResponseEntity) MarshalJSON() ([]byte, error)

func (*VerifyAgeResponseEntity) SetDateOfBirth

func (o *VerifyAgeResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*VerifyAgeResponseEntity) SetFirstName

func (o *VerifyAgeResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*VerifyAgeResponseEntity) SetLastName

func (o *VerifyAgeResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*VerifyAgeResponseEntity) SetVerification

func (o *VerifyAgeResponseEntity) SetVerification(v bool)

SetVerification gets a reference to the given bool and assigns it to the Verification field.

type VerifySelfieBvnRequest

type VerifySelfieBvnRequest struct {
	Bvn         *string `json:"bvn,omitempty"`
	SelfieImage *string `json:"selfie_image,omitempty"`
}

VerifySelfieBvnRequest struct for VerifySelfieBvnRequest

func NewVerifySelfieBvnRequest

func NewVerifySelfieBvnRequest() *VerifySelfieBvnRequest

NewVerifySelfieBvnRequest instantiates a new VerifySelfieBvnRequest 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 NewVerifySelfieBvnRequestWithDefaults

func NewVerifySelfieBvnRequestWithDefaults() *VerifySelfieBvnRequest

NewVerifySelfieBvnRequestWithDefaults instantiates a new VerifySelfieBvnRequest 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 (*VerifySelfieBvnRequest) GetBvn

func (o *VerifySelfieBvnRequest) GetBvn() string

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*VerifySelfieBvnRequest) GetBvnOk

func (o *VerifySelfieBvnRequest) GetBvnOk() (*string, bool)

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnRequest) GetSelfieImage

func (o *VerifySelfieBvnRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*VerifySelfieBvnRequest) GetSelfieImageOk

func (o *VerifySelfieBvnRequest) GetSelfieImageOk() (*string, bool)

GetSelfieImageOk returns a tuple with the SelfieImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnRequest) HasBvn

func (o *VerifySelfieBvnRequest) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*VerifySelfieBvnRequest) HasSelfieImage

func (o *VerifySelfieBvnRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (VerifySelfieBvnRequest) MarshalJSON

func (o VerifySelfieBvnRequest) MarshalJSON() ([]byte, error)

func (*VerifySelfieBvnRequest) SetBvn

func (o *VerifySelfieBvnRequest) SetBvn(v string)

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*VerifySelfieBvnRequest) SetSelfieImage

func (o *VerifySelfieBvnRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

type VerifySelfieBvnResponse

type VerifySelfieBvnResponse struct {
	Entity *VerifySelfieBvnResponseEntity `json:"entity,omitempty"`
}

VerifySelfieBvnResponse struct for VerifySelfieBvnResponse

func 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

func 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

func (*VerifySelfieBvnResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*VerifySelfieBvnResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponse) HasEntity

func (o *VerifySelfieBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (VerifySelfieBvnResponse) MarshalJSON

func (o VerifySelfieBvnResponse) MarshalJSON() ([]byte, error)

func (*VerifySelfieBvnResponse) SetEntity

SetEntity gets a reference to the given VerifySelfieBvnResponseEntity and assigns it to the Entity field.

type VerifySelfieBvnResponseEntity

type VerifySelfieBvnResponseEntity struct {
	Bvn                *string                                          `json:"bvn,omitempty"`
	DateOfBirth        *string                                          `json:"date_of_birth,omitempty"`
	Email              *string                                          `json:"email,omitempty"`
	EnrollmentBank     *string                                          `json:"enrollment_bank,omitempty"`
	EnrollmentBranch   *string                                          `json:"enrollment_branch,omitempty"`
	FirstName          *string                                          `json:"first_name,omitempty"`
	Gender             *string                                          `json:"gender,omitempty"`
	Image              *string                                          `json:"image,omitempty"`
	LastName           *string                                          `json:"last_name,omitempty"`
	LevelOfAccount     *string                                          `json:"level_of_account,omitempty"`
	LgaOfOrigin        *string                                          `json:"lga_of_origin,omitempty"`
	LgaOfResidence     *string                                          `json:"lga_of_residence,omitempty"`
	MaritalStatus      *string                                          `json:"marital_status,omitempty"`
	MiddleName         *string                                          `json:"middle_name,omitempty"`
	NameOnCard         *string                                          `json:"name_on_card,omitempty"`
	Nin                *string                                          `json:"nin,omitempty"`
	PhoneNumber1       *string                                          `json:"phone_number1,omitempty"`
	PhoneNumber2       *string                                          `json:"phone_number2,omitempty"`
	RegistrationDate   *string                                          `json:"registration_date,omitempty"`
	ResidentialAddress *string                                          `json:"residential_address,omitempty"`
	SelfieVerification *VerifySelfieBvnResponseEntitySelfieVerification `json:"selfie_verification,omitempty"`
	StateOfOrigin      *string                                          `json:"state_of_origin,omitempty"`
	StateOfResidence   *string                                          `json:"state_of_residence,omitempty"`
	WatchListed        *string                                          `json:"watch_listed,omitempty"`
}

VerifySelfieBvnResponseEntity struct for VerifySelfieBvnResponseEntity

func NewVerifySelfieBvnResponseEntity

func NewVerifySelfieBvnResponseEntity() *VerifySelfieBvnResponseEntity

NewVerifySelfieBvnResponseEntity instantiates a new VerifySelfieBvnResponseEntity 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 NewVerifySelfieBvnResponseEntityWithDefaults

func NewVerifySelfieBvnResponseEntityWithDefaults() *VerifySelfieBvnResponseEntity

NewVerifySelfieBvnResponseEntityWithDefaults instantiates a new VerifySelfieBvnResponseEntity 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 (*VerifySelfieBvnResponseEntity) GetBvn

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetBvnOk

func (o *VerifySelfieBvnResponseEntity) GetBvnOk() (*string, bool)

GetBvnOk returns a tuple with the Bvn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetDateOfBirth

func (o *VerifySelfieBvnResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetDateOfBirthOk

func (o *VerifySelfieBvnResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetEmail

func (o *VerifySelfieBvnResponseEntity) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetEmailOk

func (o *VerifySelfieBvnResponseEntity) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetEnrollmentBank

func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBank() string

GetEnrollmentBank returns the EnrollmentBank field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetEnrollmentBankOk

func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)

GetEnrollmentBankOk returns a tuple with the EnrollmentBank field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetEnrollmentBranch

func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBranch() string

GetEnrollmentBranch returns the EnrollmentBranch field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetEnrollmentBranchOk

func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)

GetEnrollmentBranchOk returns a tuple with the EnrollmentBranch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetFirstName

func (o *VerifySelfieBvnResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetFirstNameOk

func (o *VerifySelfieBvnResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetGender

func (o *VerifySelfieBvnResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetGenderOk

func (o *VerifySelfieBvnResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetImage

func (o *VerifySelfieBvnResponseEntity) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetImageOk

func (o *VerifySelfieBvnResponseEntity) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetLastName

func (o *VerifySelfieBvnResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetLastNameOk

func (o *VerifySelfieBvnResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetLevelOfAccount

func (o *VerifySelfieBvnResponseEntity) GetLevelOfAccount() string

GetLevelOfAccount returns the LevelOfAccount field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetLevelOfAccountOk

func (o *VerifySelfieBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)

GetLevelOfAccountOk returns a tuple with the LevelOfAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetLgaOfOrigin

func (o *VerifySelfieBvnResponseEntity) GetLgaOfOrigin() string

GetLgaOfOrigin returns the LgaOfOrigin field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetLgaOfOriginOk

func (o *VerifySelfieBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)

GetLgaOfOriginOk returns a tuple with the LgaOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetLgaOfResidence

func (o *VerifySelfieBvnResponseEntity) GetLgaOfResidence() string

GetLgaOfResidence returns the LgaOfResidence field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetLgaOfResidenceOk

func (o *VerifySelfieBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)

GetLgaOfResidenceOk returns a tuple with the LgaOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetMaritalStatus

func (o *VerifySelfieBvnResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetMaritalStatusOk

func (o *VerifySelfieBvnResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetMiddleName

func (o *VerifySelfieBvnResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetMiddleNameOk

func (o *VerifySelfieBvnResponseEntity) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetNameOnCard

func (o *VerifySelfieBvnResponseEntity) GetNameOnCard() string

GetNameOnCard returns the NameOnCard field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetNameOnCardOk

func (o *VerifySelfieBvnResponseEntity) GetNameOnCardOk() (*string, bool)

GetNameOnCardOk returns a tuple with the NameOnCard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetNinOk

func (o *VerifySelfieBvnResponseEntity) GetNinOk() (*string, bool)

GetNinOk returns a tuple with the Nin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetPhoneNumber1

func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber1() string

GetPhoneNumber1 returns the PhoneNumber1 field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetPhoneNumber1Ok

func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)

GetPhoneNumber1Ok returns a tuple with the PhoneNumber1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetPhoneNumber2

func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber2() string

GetPhoneNumber2 returns the PhoneNumber2 field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetPhoneNumber2Ok

func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)

GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetRegistrationDate

func (o *VerifySelfieBvnResponseEntity) GetRegistrationDate() string

GetRegistrationDate returns the RegistrationDate field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetRegistrationDateOk

func (o *VerifySelfieBvnResponseEntity) GetRegistrationDateOk() (*string, bool)

GetRegistrationDateOk returns a tuple with the RegistrationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetResidentialAddress

func (o *VerifySelfieBvnResponseEntity) GetResidentialAddress() string

GetResidentialAddress returns the ResidentialAddress field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetResidentialAddressOk

func (o *VerifySelfieBvnResponseEntity) GetResidentialAddressOk() (*string, bool)

GetResidentialAddressOk returns a tuple with the ResidentialAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetSelfieVerification

GetSelfieVerification returns the SelfieVerification field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetSelfieVerificationOk

GetSelfieVerificationOk returns a tuple with the SelfieVerification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetStateOfOrigin

func (o *VerifySelfieBvnResponseEntity) GetStateOfOrigin() string

GetStateOfOrigin returns the StateOfOrigin field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetStateOfOriginOk

func (o *VerifySelfieBvnResponseEntity) GetStateOfOriginOk() (*string, bool)

GetStateOfOriginOk returns a tuple with the StateOfOrigin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetStateOfResidence

func (o *VerifySelfieBvnResponseEntity) GetStateOfResidence() string

GetStateOfResidence returns the StateOfResidence field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetStateOfResidenceOk

func (o *VerifySelfieBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)

GetStateOfResidenceOk returns a tuple with the StateOfResidence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) GetWatchListed

func (o *VerifySelfieBvnResponseEntity) GetWatchListed() string

GetWatchListed returns the WatchListed field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntity) GetWatchListedOk

func (o *VerifySelfieBvnResponseEntity) GetWatchListedOk() (*string, bool)

GetWatchListedOk returns a tuple with the WatchListed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntity) HasBvn

func (o *VerifySelfieBvnResponseEntity) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasDateOfBirth

func (o *VerifySelfieBvnResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasEmail

func (o *VerifySelfieBvnResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasEnrollmentBank

func (o *VerifySelfieBvnResponseEntity) HasEnrollmentBank() bool

HasEnrollmentBank returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasEnrollmentBranch

func (o *VerifySelfieBvnResponseEntity) HasEnrollmentBranch() bool

HasEnrollmentBranch returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasFirstName

func (o *VerifySelfieBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasGender

func (o *VerifySelfieBvnResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasImage

func (o *VerifySelfieBvnResponseEntity) HasImage() bool

HasImage returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasLastName

func (o *VerifySelfieBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasLevelOfAccount

func (o *VerifySelfieBvnResponseEntity) HasLevelOfAccount() bool

HasLevelOfAccount returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasLgaOfOrigin

func (o *VerifySelfieBvnResponseEntity) HasLgaOfOrigin() bool

HasLgaOfOrigin returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasLgaOfResidence

func (o *VerifySelfieBvnResponseEntity) HasLgaOfResidence() bool

HasLgaOfResidence returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasMaritalStatus

func (o *VerifySelfieBvnResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasMiddleName

func (o *VerifySelfieBvnResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasNameOnCard

func (o *VerifySelfieBvnResponseEntity) HasNameOnCard() bool

HasNameOnCard returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasNin

func (o *VerifySelfieBvnResponseEntity) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasPhoneNumber1

func (o *VerifySelfieBvnResponseEntity) HasPhoneNumber1() bool

HasPhoneNumber1 returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasPhoneNumber2

func (o *VerifySelfieBvnResponseEntity) HasPhoneNumber2() bool

HasPhoneNumber2 returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasRegistrationDate

func (o *VerifySelfieBvnResponseEntity) HasRegistrationDate() bool

HasRegistrationDate returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasResidentialAddress

func (o *VerifySelfieBvnResponseEntity) HasResidentialAddress() bool

HasResidentialAddress returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasSelfieVerification

func (o *VerifySelfieBvnResponseEntity) HasSelfieVerification() bool

HasSelfieVerification returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasStateOfOrigin

func (o *VerifySelfieBvnResponseEntity) HasStateOfOrigin() bool

HasStateOfOrigin returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasStateOfResidence

func (o *VerifySelfieBvnResponseEntity) HasStateOfResidence() bool

HasStateOfResidence returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntity) HasWatchListed

func (o *VerifySelfieBvnResponseEntity) HasWatchListed() bool

HasWatchListed returns a boolean if a field has been set.

func (VerifySelfieBvnResponseEntity) MarshalJSON

func (o VerifySelfieBvnResponseEntity) MarshalJSON() ([]byte, error)

func (*VerifySelfieBvnResponseEntity) SetBvn

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*VerifySelfieBvnResponseEntity) SetDateOfBirth

func (o *VerifySelfieBvnResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*VerifySelfieBvnResponseEntity) SetEmail

func (o *VerifySelfieBvnResponseEntity) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*VerifySelfieBvnResponseEntity) SetEnrollmentBank

func (o *VerifySelfieBvnResponseEntity) SetEnrollmentBank(v string)

SetEnrollmentBank gets a reference to the given string and assigns it to the EnrollmentBank field.

func (*VerifySelfieBvnResponseEntity) SetEnrollmentBranch

func (o *VerifySelfieBvnResponseEntity) SetEnrollmentBranch(v string)

SetEnrollmentBranch gets a reference to the given string and assigns it to the EnrollmentBranch field.

func (*VerifySelfieBvnResponseEntity) SetFirstName

func (o *VerifySelfieBvnResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*VerifySelfieBvnResponseEntity) SetGender

func (o *VerifySelfieBvnResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*VerifySelfieBvnResponseEntity) SetImage

func (o *VerifySelfieBvnResponseEntity) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

func (*VerifySelfieBvnResponseEntity) SetLastName

func (o *VerifySelfieBvnResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*VerifySelfieBvnResponseEntity) SetLevelOfAccount

func (o *VerifySelfieBvnResponseEntity) SetLevelOfAccount(v string)

SetLevelOfAccount gets a reference to the given string and assigns it to the LevelOfAccount field.

func (*VerifySelfieBvnResponseEntity) SetLgaOfOrigin

func (o *VerifySelfieBvnResponseEntity) SetLgaOfOrigin(v string)

SetLgaOfOrigin gets a reference to the given string and assigns it to the LgaOfOrigin field.

func (*VerifySelfieBvnResponseEntity) SetLgaOfResidence

func (o *VerifySelfieBvnResponseEntity) SetLgaOfResidence(v string)

SetLgaOfResidence gets a reference to the given string and assigns it to the LgaOfResidence field.

func (*VerifySelfieBvnResponseEntity) SetMaritalStatus

func (o *VerifySelfieBvnResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*VerifySelfieBvnResponseEntity) SetMiddleName

func (o *VerifySelfieBvnResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*VerifySelfieBvnResponseEntity) SetNameOnCard

func (o *VerifySelfieBvnResponseEntity) SetNameOnCard(v string)

SetNameOnCard gets a reference to the given string and assigns it to the NameOnCard field.

func (*VerifySelfieBvnResponseEntity) SetNin

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*VerifySelfieBvnResponseEntity) SetPhoneNumber1

func (o *VerifySelfieBvnResponseEntity) SetPhoneNumber1(v string)

SetPhoneNumber1 gets a reference to the given string and assigns it to the PhoneNumber1 field.

func (*VerifySelfieBvnResponseEntity) SetPhoneNumber2

func (o *VerifySelfieBvnResponseEntity) SetPhoneNumber2(v string)

SetPhoneNumber2 gets a reference to the given string and assigns it to the PhoneNumber2 field.

func (*VerifySelfieBvnResponseEntity) SetRegistrationDate

func (o *VerifySelfieBvnResponseEntity) SetRegistrationDate(v string)

SetRegistrationDate gets a reference to the given string and assigns it to the RegistrationDate field.

func (*VerifySelfieBvnResponseEntity) SetResidentialAddress

func (o *VerifySelfieBvnResponseEntity) SetResidentialAddress(v string)

SetResidentialAddress gets a reference to the given string and assigns it to the ResidentialAddress field.

func (*VerifySelfieBvnResponseEntity) SetSelfieVerification

SetSelfieVerification gets a reference to the given VerifySelfieBvnResponseEntitySelfieVerification and assigns it to the SelfieVerification field.

func (*VerifySelfieBvnResponseEntity) SetStateOfOrigin

func (o *VerifySelfieBvnResponseEntity) SetStateOfOrigin(v string)

SetStateOfOrigin gets a reference to the given string and assigns it to the StateOfOrigin field.

func (*VerifySelfieBvnResponseEntity) SetStateOfResidence

func (o *VerifySelfieBvnResponseEntity) SetStateOfResidence(v string)

SetStateOfResidence gets a reference to the given string and assigns it to the StateOfResidence field.

func (*VerifySelfieBvnResponseEntity) SetWatchListed

func (o *VerifySelfieBvnResponseEntity) SetWatchListed(v string)

SetWatchListed gets a reference to the given string and assigns it to the WatchListed field.

type VerifySelfieBvnResponseEntitySelfieVerification

type VerifySelfieBvnResponseEntitySelfieVerification struct {
	ConfidenceValue *float32 `json:"confidence_value,omitempty"`
	Match           *bool    `json:"match,omitempty"`
}

VerifySelfieBvnResponseEntitySelfieVerification struct for VerifySelfieBvnResponseEntitySelfieVerification

func NewVerifySelfieBvnResponseEntitySelfieVerification

func NewVerifySelfieBvnResponseEntitySelfieVerification() *VerifySelfieBvnResponseEntitySelfieVerification

NewVerifySelfieBvnResponseEntitySelfieVerification instantiates a new VerifySelfieBvnResponseEntitySelfieVerification 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 NewVerifySelfieBvnResponseEntitySelfieVerificationWithDefaults

func NewVerifySelfieBvnResponseEntitySelfieVerificationWithDefaults() *VerifySelfieBvnResponseEntitySelfieVerification

NewVerifySelfieBvnResponseEntitySelfieVerificationWithDefaults instantiates a new VerifySelfieBvnResponseEntitySelfieVerification 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 (*VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValue

GetConfidenceValue returns the ConfidenceValue field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValueOk

func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValueOk() (*float32, bool)

GetConfidenceValueOk returns a tuple with the ConfidenceValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntitySelfieVerification) GetMatch

GetMatch returns the Match field value if set, zero value otherwise.

func (*VerifySelfieBvnResponseEntitySelfieVerification) GetMatchOk

GetMatchOk returns a tuple with the Match field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifySelfieBvnResponseEntitySelfieVerification) HasConfidenceValue

func (o *VerifySelfieBvnResponseEntitySelfieVerification) HasConfidenceValue() bool

HasConfidenceValue returns a boolean if a field has been set.

func (*VerifySelfieBvnResponseEntitySelfieVerification) HasMatch

HasMatch returns a boolean if a field has been set.

func (VerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON

func (*VerifySelfieBvnResponseEntitySelfieVerification) SetConfidenceValue

SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.

func (*VerifySelfieBvnResponseEntitySelfieVerification) SetMatch

SetMatch gets a reference to the given bool and assigns it to the Match field.

type WebHooksApiDeleteWebhookRequest

type WebHooksApiDeleteWebhookRequest struct {
	ApiService *WebHooksApiService
	// contains filtered or unexported fields
}

func (WebHooksApiDeleteWebhookRequest) Execute

type WebHooksApiGetWebhooksRequest

type WebHooksApiGetWebhooksRequest struct {
	ApiService *WebHooksApiService
	// contains filtered or unexported fields
}

func (WebHooksApiGetWebhooksRequest) Execute

type WebHooksApiNotifyWebhookRequest

type WebHooksApiNotifyWebhookRequest struct {
	ApiService *WebHooksApiService
	// contains filtered or unexported fields
}

func (WebHooksApiNotifyWebhookRequest) Execute

func (WebHooksApiNotifyWebhookRequest) NotifyWebhookRequest

func (r WebHooksApiNotifyWebhookRequest) NotifyWebhookRequest(notifyWebhookRequest NotifyWebhookRequest) WebHooksApiNotifyWebhookRequest

type WebHooksApiService

type WebHooksApiService service

WebHooksApiService WebHooksApi service

func (*WebHooksApiService) DeleteWebhook

DeleteWebhook Delete Webhook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WebHooksApiDeleteWebhookRequest

func (*WebHooksApiService) DeleteWebhookExecute

Execute executes the request

@return DeleteWebhookResponse

func (*WebHooksApiService) GetWebhooks

GetWebhooks Fetch All Webhooks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WebHooksApiGetWebhooksRequest

func (*WebHooksApiService) GetWebhooksExecute

Execute executes the request

@return GetWebhooksResponse

func (*WebHooksApiService) NotifyWebhook

NotifyWebhook Post Hook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WebHooksApiNotifyWebhookRequest

func (*WebHooksApiService) NotifyWebhookExecute

Execute executes the request

@return NotifyWebhookResponse

func (*WebHooksApiService) SubscribeService

SubscribeService Subscribe to service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WebHooksApiSubscribeServiceRequest

func (*WebHooksApiService) SubscribeServiceExecute

Execute executes the request

@return SubscribeServiceResponse

type WebHooksApiSubscribeServiceRequest

type WebHooksApiSubscribeServiceRequest struct {
	ApiService *WebHooksApiService
	// contains filtered or unexported fields
}

func (WebHooksApiSubscribeServiceRequest) Execute

func (WebHooksApiSubscribeServiceRequest) SubscribeServiceRequest

func (r WebHooksApiSubscribeServiceRequest) SubscribeServiceRequest(subscribeServiceRequest SubscribeServiceRequest) WebHooksApiSubscribeServiceRequest

type ZAFKYCApiGetIdRequest

type ZAFKYCApiGetIdRequest struct {
	ApiService *ZAFKYCApiService
	// contains filtered or unexported fields
}

func (ZAFKYCApiGetIdRequest) Execute

func (ZAFKYCApiGetIdRequest) IdNumber

func (r ZAFKYCApiGetIdRequest) IdNumber(idNumber int32) ZAFKYCApiGetIdRequest

type ZAFKYCApiService

type ZAFKYCApiService service

ZAFKYCApiService ZAFKYCApi service

func (*ZAFKYCApiService) GetId

GetId KYC - Lookup ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ZAFKYCApiGetIdRequest

func (*ZAFKYCApiService) GetIdExecute

Execute executes the request

@return ZafKycGetIdResponse

type ZWKYCApiCheckCreditRequest

type ZWKYCApiCheckCreditRequest struct {
	ApiService *ZWKYCApiService
	// contains filtered or unexported fields
}

func (ZWKYCApiCheckCreditRequest) Dob

func (ZWKYCApiCheckCreditRequest) Execute

func (ZWKYCApiCheckCreditRequest) Gender

func (ZWKYCApiCheckCreditRequest) IdNumber

func (ZWKYCApiCheckCreditRequest) MaritalStatus

func (r ZWKYCApiCheckCreditRequest) MaritalStatus(maritalStatus string) ZWKYCApiCheckCreditRequest

func (ZWKYCApiCheckCreditRequest) MobileNumber

func (r ZWKYCApiCheckCreditRequest) MobileNumber(mobileNumber int32) ZWKYCApiCheckCreditRequest

func (ZWKYCApiCheckCreditRequest) Name

func (ZWKYCApiCheckCreditRequest) Surname

type ZWKYCApiService

type ZWKYCApiService service

ZWKYCApiService ZWKYCApi service

func (*ZWKYCApiService) CheckCredit

CheckCredit Credit Check

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ZWKYCApiCheckCreditRequest

func (*ZWKYCApiService) CheckCreditExecute

Execute executes the request

@return ZwKycCheckCreditResponse

func (*ZWKYCApiService) VerifyId

VerifyId National ID Verification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ZWKYCApiVerifyIdRequest

func (*ZWKYCApiService) VerifyIdExecute

Execute executes the request

@return ZwKycVerifyIdResponse

type ZWKYCApiVerifyIdRequest

type ZWKYCApiVerifyIdRequest struct {
	ApiService *ZWKYCApiService
	// contains filtered or unexported fields
}

func (ZWKYCApiVerifyIdRequest) Execute

func (ZWKYCApiVerifyIdRequest) Id

type ZafKycGetIdResponse

type ZafKycGetIdResponse struct {
	Entity *ZafKycGetIdResponseEntity `json:"entity,omitempty"`
}

ZafKycGetIdResponse struct for ZafKycGetIdResponse

func NewZafKycGetIdResponse

func NewZafKycGetIdResponse() *ZafKycGetIdResponse

NewZafKycGetIdResponse instantiates a new ZafKycGetIdResponse 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 NewZafKycGetIdResponseWithDefaults

func NewZafKycGetIdResponseWithDefaults() *ZafKycGetIdResponse

NewZafKycGetIdResponseWithDefaults instantiates a new ZafKycGetIdResponse 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 (*ZafKycGetIdResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*ZafKycGetIdResponse) GetEntityOk

func (o *ZafKycGetIdResponse) GetEntityOk() (*ZafKycGetIdResponseEntity, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponse) HasEntity

func (o *ZafKycGetIdResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ZafKycGetIdResponse) MarshalJSON

func (o ZafKycGetIdResponse) MarshalJSON() ([]byte, error)

func (*ZafKycGetIdResponse) SetEntity

SetEntity gets a reference to the given ZafKycGetIdResponseEntity and assigns it to the Entity field.

type ZafKycGetIdResponseEntity

type ZafKycGetIdResponseEntity struct {
	BirthPlaceCountry     *string  `json:"birth_place_country,omitempty"`
	BirthPlaceCountryCode *string  `json:"birth_place_country_code,omitempty"`
	BookedDate            *string  `json:"booked_date,omitempty"`
	CardDate              *string  `json:"card_date,omitempty"`
	DateOfBirth           *string  `json:"date_of_birth,omitempty"`
	FullName              *string  `json:"full_name,omitempty"`
	Gender                *string  `json:"gender,omitempty"`
	IdBlocked             *string  `json:"id_blocked,omitempty"`
	IdNumber              *string  `json:"id_number,omitempty"`
	IssuedDate            *string  `json:"issued_date,omitempty"`
	LastName              *string  `json:"last_name,omitempty"`
	MaidenName            *string  `json:"maiden_name,omitempty"`
	MaritalStatus         *string  `json:"marital_status,omitempty"`
	OnHANIS               *string  `json:"on_HANIS,omitempty"`
	OnNPR                 *string  `json:"on_NPR,omitempty"`
	Photo                 *string  `json:"photo,omitempty"`
	SmartCardIssued       *string  `json:"smart_card_issued,omitempty"`
	Status                *float32 `json:"status,omitempty"`
}

ZafKycGetIdResponseEntity struct for ZafKycGetIdResponseEntity

func NewZafKycGetIdResponseEntity

func NewZafKycGetIdResponseEntity() *ZafKycGetIdResponseEntity

NewZafKycGetIdResponseEntity instantiates a new ZafKycGetIdResponseEntity 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 NewZafKycGetIdResponseEntityWithDefaults

func NewZafKycGetIdResponseEntityWithDefaults() *ZafKycGetIdResponseEntity

NewZafKycGetIdResponseEntityWithDefaults instantiates a new ZafKycGetIdResponseEntity 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 (*ZafKycGetIdResponseEntity) GetBirthPlaceCountry

func (o *ZafKycGetIdResponseEntity) GetBirthPlaceCountry() string

GetBirthPlaceCountry returns the BirthPlaceCountry field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetBirthPlaceCountryCode

func (o *ZafKycGetIdResponseEntity) GetBirthPlaceCountryCode() string

GetBirthPlaceCountryCode returns the BirthPlaceCountryCode field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetBirthPlaceCountryCodeOk

func (o *ZafKycGetIdResponseEntity) GetBirthPlaceCountryCodeOk() (*string, bool)

GetBirthPlaceCountryCodeOk returns a tuple with the BirthPlaceCountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetBirthPlaceCountryOk

func (o *ZafKycGetIdResponseEntity) GetBirthPlaceCountryOk() (*string, bool)

GetBirthPlaceCountryOk returns a tuple with the BirthPlaceCountry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetBookedDate

func (o *ZafKycGetIdResponseEntity) GetBookedDate() string

GetBookedDate returns the BookedDate field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetBookedDateOk

func (o *ZafKycGetIdResponseEntity) GetBookedDateOk() (*string, bool)

GetBookedDateOk returns a tuple with the BookedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetCardDate

func (o *ZafKycGetIdResponseEntity) GetCardDate() string

GetCardDate returns the CardDate field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetCardDateOk

func (o *ZafKycGetIdResponseEntity) GetCardDateOk() (*string, bool)

GetCardDateOk returns a tuple with the CardDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetDateOfBirth

func (o *ZafKycGetIdResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetDateOfBirthOk

func (o *ZafKycGetIdResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetFullName

func (o *ZafKycGetIdResponseEntity) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetFullNameOk

func (o *ZafKycGetIdResponseEntity) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetGender

func (o *ZafKycGetIdResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetGenderOk

func (o *ZafKycGetIdResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetIdBlocked

func (o *ZafKycGetIdResponseEntity) GetIdBlocked() string

GetIdBlocked returns the IdBlocked field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetIdBlockedOk

func (o *ZafKycGetIdResponseEntity) GetIdBlockedOk() (*string, bool)

GetIdBlockedOk returns a tuple with the IdBlocked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetIdNumber

func (o *ZafKycGetIdResponseEntity) GetIdNumber() string

GetIdNumber returns the IdNumber field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetIdNumberOk

func (o *ZafKycGetIdResponseEntity) GetIdNumberOk() (*string, bool)

GetIdNumberOk returns a tuple with the IdNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetIssuedDate

func (o *ZafKycGetIdResponseEntity) GetIssuedDate() string

GetIssuedDate returns the IssuedDate field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetIssuedDateOk

func (o *ZafKycGetIdResponseEntity) GetIssuedDateOk() (*string, bool)

GetIssuedDateOk returns a tuple with the IssuedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetLastName

func (o *ZafKycGetIdResponseEntity) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetLastNameOk

func (o *ZafKycGetIdResponseEntity) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetMaidenName

func (o *ZafKycGetIdResponseEntity) GetMaidenName() string

GetMaidenName returns the MaidenName field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetMaidenNameOk

func (o *ZafKycGetIdResponseEntity) GetMaidenNameOk() (*string, bool)

GetMaidenNameOk returns a tuple with the MaidenName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetMaritalStatus

func (o *ZafKycGetIdResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetMaritalStatusOk

func (o *ZafKycGetIdResponseEntity) GetMaritalStatusOk() (*string, bool)

GetMaritalStatusOk returns a tuple with the MaritalStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetOnHANIS

func (o *ZafKycGetIdResponseEntity) GetOnHANIS() string

GetOnHANIS returns the OnHANIS field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetOnHANISOk

func (o *ZafKycGetIdResponseEntity) GetOnHANISOk() (*string, bool)

GetOnHANISOk returns a tuple with the OnHANIS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetOnNPR

func (o *ZafKycGetIdResponseEntity) GetOnNPR() string

GetOnNPR returns the OnNPR field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetOnNPROk

func (o *ZafKycGetIdResponseEntity) GetOnNPROk() (*string, bool)

GetOnNPROk returns a tuple with the OnNPR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetPhoto

func (o *ZafKycGetIdResponseEntity) GetPhoto() string

GetPhoto returns the Photo field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetPhotoOk

func (o *ZafKycGetIdResponseEntity) GetPhotoOk() (*string, bool)

GetPhotoOk returns a tuple with the Photo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetSmartCardIssued

func (o *ZafKycGetIdResponseEntity) GetSmartCardIssued() string

GetSmartCardIssued returns the SmartCardIssued field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetSmartCardIssuedOk

func (o *ZafKycGetIdResponseEntity) GetSmartCardIssuedOk() (*string, bool)

GetSmartCardIssuedOk returns a tuple with the SmartCardIssued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) GetStatus

func (o *ZafKycGetIdResponseEntity) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*ZafKycGetIdResponseEntity) GetStatusOk

func (o *ZafKycGetIdResponseEntity) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZafKycGetIdResponseEntity) HasBirthPlaceCountry

func (o *ZafKycGetIdResponseEntity) HasBirthPlaceCountry() bool

HasBirthPlaceCountry returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasBirthPlaceCountryCode

func (o *ZafKycGetIdResponseEntity) HasBirthPlaceCountryCode() bool

HasBirthPlaceCountryCode returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasBookedDate

func (o *ZafKycGetIdResponseEntity) HasBookedDate() bool

HasBookedDate returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasCardDate

func (o *ZafKycGetIdResponseEntity) HasCardDate() bool

HasCardDate returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasDateOfBirth

func (o *ZafKycGetIdResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasFullName

func (o *ZafKycGetIdResponseEntity) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasGender

func (o *ZafKycGetIdResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasIdBlocked

func (o *ZafKycGetIdResponseEntity) HasIdBlocked() bool

HasIdBlocked returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasIdNumber

func (o *ZafKycGetIdResponseEntity) HasIdNumber() bool

HasIdNumber returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasIssuedDate

func (o *ZafKycGetIdResponseEntity) HasIssuedDate() bool

HasIssuedDate returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasLastName

func (o *ZafKycGetIdResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasMaidenName

func (o *ZafKycGetIdResponseEntity) HasMaidenName() bool

HasMaidenName returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasMaritalStatus

func (o *ZafKycGetIdResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasOnHANIS

func (o *ZafKycGetIdResponseEntity) HasOnHANIS() bool

HasOnHANIS returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasOnNPR

func (o *ZafKycGetIdResponseEntity) HasOnNPR() bool

HasOnNPR returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasPhoto

func (o *ZafKycGetIdResponseEntity) HasPhoto() bool

HasPhoto returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasSmartCardIssued

func (o *ZafKycGetIdResponseEntity) HasSmartCardIssued() bool

HasSmartCardIssued returns a boolean if a field has been set.

func (*ZafKycGetIdResponseEntity) HasStatus

func (o *ZafKycGetIdResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ZafKycGetIdResponseEntity) MarshalJSON

func (o ZafKycGetIdResponseEntity) MarshalJSON() ([]byte, error)

func (*ZafKycGetIdResponseEntity) SetBirthPlaceCountry

func (o *ZafKycGetIdResponseEntity) SetBirthPlaceCountry(v string)

SetBirthPlaceCountry gets a reference to the given string and assigns it to the BirthPlaceCountry field.

func (*ZafKycGetIdResponseEntity) SetBirthPlaceCountryCode

func (o *ZafKycGetIdResponseEntity) SetBirthPlaceCountryCode(v string)

SetBirthPlaceCountryCode gets a reference to the given string and assigns it to the BirthPlaceCountryCode field.

func (*ZafKycGetIdResponseEntity) SetBookedDate

func (o *ZafKycGetIdResponseEntity) SetBookedDate(v string)

SetBookedDate gets a reference to the given string and assigns it to the BookedDate field.

func (*ZafKycGetIdResponseEntity) SetCardDate

func (o *ZafKycGetIdResponseEntity) SetCardDate(v string)

SetCardDate gets a reference to the given string and assigns it to the CardDate field.

func (*ZafKycGetIdResponseEntity) SetDateOfBirth

func (o *ZafKycGetIdResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*ZafKycGetIdResponseEntity) SetFullName

func (o *ZafKycGetIdResponseEntity) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*ZafKycGetIdResponseEntity) SetGender

func (o *ZafKycGetIdResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*ZafKycGetIdResponseEntity) SetIdBlocked

func (o *ZafKycGetIdResponseEntity) SetIdBlocked(v string)

SetIdBlocked gets a reference to the given string and assigns it to the IdBlocked field.

func (*ZafKycGetIdResponseEntity) SetIdNumber

func (o *ZafKycGetIdResponseEntity) SetIdNumber(v string)

SetIdNumber gets a reference to the given string and assigns it to the IdNumber field.

func (*ZafKycGetIdResponseEntity) SetIssuedDate

func (o *ZafKycGetIdResponseEntity) SetIssuedDate(v string)

SetIssuedDate gets a reference to the given string and assigns it to the IssuedDate field.

func (*ZafKycGetIdResponseEntity) SetLastName

func (o *ZafKycGetIdResponseEntity) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*ZafKycGetIdResponseEntity) SetMaidenName

func (o *ZafKycGetIdResponseEntity) SetMaidenName(v string)

SetMaidenName gets a reference to the given string and assigns it to the MaidenName field.

func (*ZafKycGetIdResponseEntity) SetMaritalStatus

func (o *ZafKycGetIdResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*ZafKycGetIdResponseEntity) SetOnHANIS

func (o *ZafKycGetIdResponseEntity) SetOnHANIS(v string)

SetOnHANIS gets a reference to the given string and assigns it to the OnHANIS field.

func (*ZafKycGetIdResponseEntity) SetOnNPR

func (o *ZafKycGetIdResponseEntity) SetOnNPR(v string)

SetOnNPR gets a reference to the given string and assigns it to the OnNPR field.

func (*ZafKycGetIdResponseEntity) SetPhoto

func (o *ZafKycGetIdResponseEntity) SetPhoto(v string)

SetPhoto gets a reference to the given string and assigns it to the Photo field.

func (*ZafKycGetIdResponseEntity) SetSmartCardIssued

func (o *ZafKycGetIdResponseEntity) SetSmartCardIssued(v string)

SetSmartCardIssued gets a reference to the given string and assigns it to the SmartCardIssued field.

func (*ZafKycGetIdResponseEntity) SetStatus

func (o *ZafKycGetIdResponseEntity) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

type ZwKycCheckCreditResponse

type ZwKycCheckCreditResponse struct {
	Entity *ZwKycCheckCreditResponseEntity `json:"entity,omitempty"`
}

ZwKycCheckCreditResponse struct for ZwKycCheckCreditResponse

func NewZwKycCheckCreditResponse

func NewZwKycCheckCreditResponse() *ZwKycCheckCreditResponse

NewZwKycCheckCreditResponse instantiates a new ZwKycCheckCreditResponse 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 NewZwKycCheckCreditResponseWithDefaults

func NewZwKycCheckCreditResponseWithDefaults() *ZwKycCheckCreditResponse

NewZwKycCheckCreditResponseWithDefaults instantiates a new ZwKycCheckCreditResponse 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 (*ZwKycCheckCreditResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponse) HasEntity

func (o *ZwKycCheckCreditResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ZwKycCheckCreditResponse) MarshalJSON

func (o ZwKycCheckCreditResponse) MarshalJSON() ([]byte, error)

func (*ZwKycCheckCreditResponse) SetEntity

SetEntity gets a reference to the given ZwKycCheckCreditResponseEntity and assigns it to the Entity field.

type ZwKycCheckCreditResponseEntity

type ZwKycCheckCreditResponseEntity struct {
	FullName *string        `json:"full_name,omitempty"`
	Score    *float32       `json:"score,omitempty"`
	Status   *string        `json:"status,omitempty"`
	Gender   *string        `json:"gender,omitempty"`
	Dob      *string        `json:"dob,omitempty"`
	IdNumber NullableString `json:"id_number,omitempty"`
}

ZwKycCheckCreditResponseEntity struct for ZwKycCheckCreditResponseEntity

func NewZwKycCheckCreditResponseEntity

func NewZwKycCheckCreditResponseEntity() *ZwKycCheckCreditResponseEntity

NewZwKycCheckCreditResponseEntity instantiates a new ZwKycCheckCreditResponseEntity 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 NewZwKycCheckCreditResponseEntityWithDefaults

func NewZwKycCheckCreditResponseEntityWithDefaults() *ZwKycCheckCreditResponseEntity

NewZwKycCheckCreditResponseEntityWithDefaults instantiates a new ZwKycCheckCreditResponseEntity 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 (*ZwKycCheckCreditResponseEntity) GetDob

GetDob returns the Dob field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponseEntity) GetDobOk

func (o *ZwKycCheckCreditResponseEntity) GetDobOk() (*string, bool)

GetDobOk returns a tuple with the Dob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponseEntity) GetFullName

func (o *ZwKycCheckCreditResponseEntity) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponseEntity) GetFullNameOk

func (o *ZwKycCheckCreditResponseEntity) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponseEntity) GetGender

func (o *ZwKycCheckCreditResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponseEntity) GetGenderOk

func (o *ZwKycCheckCreditResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponseEntity) GetIdNumber

func (o *ZwKycCheckCreditResponseEntity) GetIdNumber() string

GetIdNumber returns the IdNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ZwKycCheckCreditResponseEntity) GetIdNumberOk

func (o *ZwKycCheckCreditResponseEntity) GetIdNumberOk() (*string, bool)

GetIdNumberOk returns a tuple with the IdNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ZwKycCheckCreditResponseEntity) GetScore

GetScore returns the Score field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponseEntity) GetScoreOk

func (o *ZwKycCheckCreditResponseEntity) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponseEntity) GetStatus

func (o *ZwKycCheckCreditResponseEntity) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ZwKycCheckCreditResponseEntity) GetStatusOk

func (o *ZwKycCheckCreditResponseEntity) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycCheckCreditResponseEntity) HasDob

HasDob returns a boolean if a field has been set.

func (*ZwKycCheckCreditResponseEntity) HasFullName

func (o *ZwKycCheckCreditResponseEntity) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*ZwKycCheckCreditResponseEntity) HasGender

func (o *ZwKycCheckCreditResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*ZwKycCheckCreditResponseEntity) HasIdNumber

func (o *ZwKycCheckCreditResponseEntity) HasIdNumber() bool

HasIdNumber returns a boolean if a field has been set.

func (*ZwKycCheckCreditResponseEntity) HasScore

func (o *ZwKycCheckCreditResponseEntity) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*ZwKycCheckCreditResponseEntity) HasStatus

func (o *ZwKycCheckCreditResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ZwKycCheckCreditResponseEntity) MarshalJSON

func (o ZwKycCheckCreditResponseEntity) MarshalJSON() ([]byte, error)

func (*ZwKycCheckCreditResponseEntity) SetDob

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*ZwKycCheckCreditResponseEntity) SetFullName

func (o *ZwKycCheckCreditResponseEntity) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*ZwKycCheckCreditResponseEntity) SetGender

func (o *ZwKycCheckCreditResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*ZwKycCheckCreditResponseEntity) SetIdNumber

func (o *ZwKycCheckCreditResponseEntity) SetIdNumber(v string)

SetIdNumber gets a reference to the given NullableString and assigns it to the IdNumber field.

func (*ZwKycCheckCreditResponseEntity) SetIdNumberNil

func (o *ZwKycCheckCreditResponseEntity) SetIdNumberNil()

SetIdNumberNil sets the value for IdNumber to be an explicit nil

func (*ZwKycCheckCreditResponseEntity) SetScore

func (o *ZwKycCheckCreditResponseEntity) SetScore(v float32)

SetScore gets a reference to the given float32 and assigns it to the Score field.

func (*ZwKycCheckCreditResponseEntity) SetStatus

func (o *ZwKycCheckCreditResponseEntity) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ZwKycCheckCreditResponseEntity) UnsetIdNumber

func (o *ZwKycCheckCreditResponseEntity) UnsetIdNumber()

UnsetIdNumber ensures that no value is present for IdNumber, not even an explicit nil

type ZwKycVerifyIdResponse

type ZwKycVerifyIdResponse struct {
	Entity *ZwKycVerifyIdResponseEntity `json:"entity,omitempty"`
}

ZwKycVerifyIdResponse struct for ZwKycVerifyIdResponse

func NewZwKycVerifyIdResponse

func NewZwKycVerifyIdResponse() *ZwKycVerifyIdResponse

NewZwKycVerifyIdResponse instantiates a new ZwKycVerifyIdResponse 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 NewZwKycVerifyIdResponseWithDefaults

func NewZwKycVerifyIdResponseWithDefaults() *ZwKycVerifyIdResponse

NewZwKycVerifyIdResponseWithDefaults instantiates a new ZwKycVerifyIdResponse 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 (*ZwKycVerifyIdResponse) GetEntity

GetEntity returns the Entity field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponse) GetEntityOk

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponse) HasEntity

func (o *ZwKycVerifyIdResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ZwKycVerifyIdResponse) MarshalJSON

func (o ZwKycVerifyIdResponse) MarshalJSON() ([]byte, error)

func (*ZwKycVerifyIdResponse) SetEntity

SetEntity gets a reference to the given ZwKycVerifyIdResponseEntity and assigns it to the Entity field.

type ZwKycVerifyIdResponseEntity

type ZwKycVerifyIdResponseEntity struct {
	PersonNo    *string        `json:"person_no,omitempty"`
	Status      *string        `json:"status,omitempty"`
	Surname     *string        `json:"surname,omitempty"`
	FirstName   *string        `json:"first_name,omitempty"`
	Sex         *string        `json:"sex,omitempty"`
	DateOfBirth *string        `json:"date_of_birth,omitempty"`
	DateOfDeath NullableString `json:"date_of_death,omitempty"`
	BirthPlace  NullableString `json:"birth_place,omitempty"`
}

ZwKycVerifyIdResponseEntity struct for ZwKycVerifyIdResponseEntity

func NewZwKycVerifyIdResponseEntity

func NewZwKycVerifyIdResponseEntity() *ZwKycVerifyIdResponseEntity

NewZwKycVerifyIdResponseEntity instantiates a new ZwKycVerifyIdResponseEntity 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 NewZwKycVerifyIdResponseEntityWithDefaults

func NewZwKycVerifyIdResponseEntityWithDefaults() *ZwKycVerifyIdResponseEntity

NewZwKycVerifyIdResponseEntityWithDefaults instantiates a new ZwKycVerifyIdResponseEntity 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 (*ZwKycVerifyIdResponseEntity) GetBirthPlace

func (o *ZwKycVerifyIdResponseEntity) GetBirthPlace() string

GetBirthPlace returns the BirthPlace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ZwKycVerifyIdResponseEntity) GetBirthPlaceOk

func (o *ZwKycVerifyIdResponseEntity) GetBirthPlaceOk() (*string, bool)

GetBirthPlaceOk returns a tuple with the BirthPlace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ZwKycVerifyIdResponseEntity) GetDateOfBirth

func (o *ZwKycVerifyIdResponseEntity) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetDateOfBirthOk

func (o *ZwKycVerifyIdResponseEntity) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) GetDateOfDeath

func (o *ZwKycVerifyIdResponseEntity) GetDateOfDeath() string

GetDateOfDeath returns the DateOfDeath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ZwKycVerifyIdResponseEntity) GetDateOfDeathOk

func (o *ZwKycVerifyIdResponseEntity) GetDateOfDeathOk() (*string, bool)

GetDateOfDeathOk returns a tuple with the DateOfDeath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ZwKycVerifyIdResponseEntity) GetFirstName

func (o *ZwKycVerifyIdResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetFirstNameOk

func (o *ZwKycVerifyIdResponseEntity) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) GetPersonNo

func (o *ZwKycVerifyIdResponseEntity) GetPersonNo() string

GetPersonNo returns the PersonNo field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetPersonNoOk

func (o *ZwKycVerifyIdResponseEntity) GetPersonNoOk() (*string, bool)

GetPersonNoOk returns a tuple with the PersonNo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) GetSex

func (o *ZwKycVerifyIdResponseEntity) GetSex() string

GetSex returns the Sex field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetSexOk

func (o *ZwKycVerifyIdResponseEntity) GetSexOk() (*string, bool)

GetSexOk returns a tuple with the Sex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) GetStatus

func (o *ZwKycVerifyIdResponseEntity) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetStatusOk

func (o *ZwKycVerifyIdResponseEntity) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) GetSurname

func (o *ZwKycVerifyIdResponseEntity) GetSurname() string

GetSurname returns the Surname field value if set, zero value otherwise.

func (*ZwKycVerifyIdResponseEntity) GetSurnameOk

func (o *ZwKycVerifyIdResponseEntity) GetSurnameOk() (*string, bool)

GetSurnameOk returns a tuple with the Surname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZwKycVerifyIdResponseEntity) HasBirthPlace

func (o *ZwKycVerifyIdResponseEntity) HasBirthPlace() bool

HasBirthPlace returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasDateOfBirth

func (o *ZwKycVerifyIdResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasDateOfDeath

func (o *ZwKycVerifyIdResponseEntity) HasDateOfDeath() bool

HasDateOfDeath returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasFirstName

func (o *ZwKycVerifyIdResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasPersonNo

func (o *ZwKycVerifyIdResponseEntity) HasPersonNo() bool

HasPersonNo returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasSex

func (o *ZwKycVerifyIdResponseEntity) HasSex() bool

HasSex returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasStatus

func (o *ZwKycVerifyIdResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ZwKycVerifyIdResponseEntity) HasSurname

func (o *ZwKycVerifyIdResponseEntity) HasSurname() bool

HasSurname returns a boolean if a field has been set.

func (ZwKycVerifyIdResponseEntity) MarshalJSON

func (o ZwKycVerifyIdResponseEntity) MarshalJSON() ([]byte, error)

func (*ZwKycVerifyIdResponseEntity) SetBirthPlace

func (o *ZwKycVerifyIdResponseEntity) SetBirthPlace(v string)

SetBirthPlace gets a reference to the given NullableString and assigns it to the BirthPlace field.

func (*ZwKycVerifyIdResponseEntity) SetBirthPlaceNil

func (o *ZwKycVerifyIdResponseEntity) SetBirthPlaceNil()

SetBirthPlaceNil sets the value for BirthPlace to be an explicit nil

func (*ZwKycVerifyIdResponseEntity) SetDateOfBirth

func (o *ZwKycVerifyIdResponseEntity) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*ZwKycVerifyIdResponseEntity) SetDateOfDeath

func (o *ZwKycVerifyIdResponseEntity) SetDateOfDeath(v string)

SetDateOfDeath gets a reference to the given NullableString and assigns it to the DateOfDeath field.

func (*ZwKycVerifyIdResponseEntity) SetDateOfDeathNil

func (o *ZwKycVerifyIdResponseEntity) SetDateOfDeathNil()

SetDateOfDeathNil sets the value for DateOfDeath to be an explicit nil

func (*ZwKycVerifyIdResponseEntity) SetFirstName

func (o *ZwKycVerifyIdResponseEntity) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*ZwKycVerifyIdResponseEntity) SetPersonNo

func (o *ZwKycVerifyIdResponseEntity) SetPersonNo(v string)

SetPersonNo gets a reference to the given string and assigns it to the PersonNo field.

func (*ZwKycVerifyIdResponseEntity) SetSex

func (o *ZwKycVerifyIdResponseEntity) SetSex(v string)

SetSex gets a reference to the given string and assigns it to the Sex field.

func (*ZwKycVerifyIdResponseEntity) SetStatus

func (o *ZwKycVerifyIdResponseEntity) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ZwKycVerifyIdResponseEntity) SetSurname

func (o *ZwKycVerifyIdResponseEntity) SetSurname(v string)

SetSurname gets a reference to the given string and assigns it to the Surname field.

func (*ZwKycVerifyIdResponseEntity) UnsetBirthPlace

func (o *ZwKycVerifyIdResponseEntity) UnsetBirthPlace()

UnsetBirthPlace ensures that no value is present for BirthPlace, not even an explicit nil

func (*ZwKycVerifyIdResponseEntity) UnsetDateOfDeath

func (o *ZwKycVerifyIdResponseEntity) UnsetDateOfDeath()

UnsetDateOfDeath ensures that no value is present for DateOfDeath, not even an explicit nil

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL