dojah

package module
v0.0.0-...-cc1c7e5 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 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: 3.0.0

Installation

Add package to your project:

go get github.com/konfig-dev/dojah-sdks/go

Add the following in import:

import dojah "github.com/konfig-dev/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/konfig-dev/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/konfig-dev/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/konfig-dev/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 /v1/aml/screening/info Get AML Info
AMLApi ScreenAml Post /api/v1/aml/screening 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 /v1/messaging/otp Messaging - Send OTP
AuthenticationApi SendSms Post /api/v1/messaging/sms Messaging - Send SMS
AuthenticationApi ValidateOtp Get /v1/messaging/otp/validate Messaging - Validate OTP
FinancialApi CollectStatusFromPdf Post /api/v1/financial/transactions/pdf Collect Status via PDF Statement
FinancialApi CollectTransactions Post /v1/financial/transactions Collect Transactions
FinancialApi GetAccount Get /api/v1/financial/account_information Get Account Information
FinancialApi GetAccountAnalysis Get /api/v1/financial/analysis Get Account Analysis
FinancialApi GetAccountSubscriptions Get /v1/financial/account_subscription Get Account Subscriptions
FinancialApi GetAccountTransactions Get /api/v1/financial/account_transactions Get Account Transactions
FinancialApi GetBasicBvn Get /v1/financial/bvn_information/basic Get BVN Information Basic
FinancialApi GetEarningStructure Get /v1/financial/earning_structure Get Earning Structure
FinancialApi GetFullBvn Get /v1/financial/bvn_information/full Get BVN Information Full
FinancialApi GetSpendingPattern Get /v1/financial/spending_pattern Get Spending Pattern
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
GeneralApi GetBanks Get /v1/general/banks General - Get Banks
GeneralApi GetBin Get /v1/general/bin General Resolve BIN
GeneralApi GetDataPlans Get /v1/purchase/data/plans Purchase - Get Data Plans
GeneralApi GetNuban Get /v1/general/account General Resolve NUBAN
GeneralApi GetWalletBalance Get /api/v1/balance Get Dojah Wallet Balance
GeneralApi PurchaseAirtime Post /v1/purchase/airtime Purchase - Send Airtime
GeneralApi PurchaseData Post /v1/purchase/data Purchase - Buy Data
KEKYCApi GetNationalId Get /api/v1/ke/kyc/id KYC - National ID
KYBApi GetAdvancedCac Get /v1/kyc/cac/advance KYC - Get CAC Advanced
KYBApi GetBasicCac Get /v1/kyc/cac/basic KYB - Get CAC 2
KYBApi GetCac Get /v1/kyc/cac KYC - Get CAC
KYBApi GetTin Get /v1/kyc/tin KYC - Fetch Tin
KYCApi AnalyzeDocument Post /api/v1/document/analysis KYC - Document Analysis
KYCApi GetBasicBvn Get /api/v1/kyc/bvn/basic KYC - Get Basic BVN Info
KYCApi GetBasicPhoneNumber Get /v1/kyc/phone_number/basic KYC Lookup Phone Number Basic
KYCApi GetDriversLicense Get /api/v1/kyc/dl KYC - Get Drivers License Info
KYCApi GetEmailReputation Get /v1/kyc/email KYC - Get Email Reputation
KYCApi GetFullBvn Get /api/v1/kyc/bvn/full KYC - Lookup BVN Basic
KYCApi GetNuban Get /api/v1/kyc/nuban KYC - Get NUBAN Information
KYCApi GetPassport Get /api/v1/kyc/passport KYC - Passport
KYCApi GetPhoneNumber Get /api/v1/kyc/phone_number KYC - Lookup Phone Number
KYCApi GetPremiumBvn Get /api/v1/kyc/bvn/advance KYC - Lookup BVN Premium
KYCApi GetVIN Get /api/v1/kyc/vin KYC - Get VIN
KYCApi GetVnin Get /api/v1/kyc/vnin Lookup VNIN
KYCApi ValidateBvn Get /api/v1/kyc/bvn KYC - Validate BVN
KYCApi VerifyAge Get /v1/kyc/age_verification KYC - Age Verification
KYCApi VerifySelfieBvn Post /v1/kyc/bvn/verify KYC - Selfie BVN Verificatoin
KYCApi VerifySelfieNin Post /v1/kyc/nin/verify KYC - Selfie NIN Verification
MLApi GetDocumentAnalysis Post /v1/document/analysis/dl Document Analysis Drivers License
MLApi GetGenericOcrText Post /v1/ml/ocr/generic Generic OCR Service
MLApi GetOcrText Post /v1/ml/ocr BVN Ocr
MLApi VerifyPhotoIdWithSelfie Post /v1/kyc/photoid/verify KYC - Selfie Photo ID Verification
ServicesApi CategorizeTransactions Post /v1/ml/categorize_transaction Categorize Transactions
UGKYCApi GetVoter Get /api/v1/ug/kyc/voter Voters ID
WalletApi CreateWallet Post /v1/wallet/ngn/create Create NGN Wallet
WalletApi CreditSubwallet Post /v1/wallet/ngn/credit Credit Sub-wallet
WalletApi GetTransaction Get /v1/wallet/ngn/transaction Retrieve Transaction Details
WalletApi GetWallet Get /v1/wallet/ngn/retrieve Retrieve Wallet Details
WalletApi GetWallets Get /v1/wallet/ngn/accounts Get Wallets
WalletApi TransferFunds Post /v1/wallet/ngn/transfer Transfer Funds
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

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/konfig-dev/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/konfig-dev/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

Author

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 (AMLApiGetScreeningInfoRequest) ReferenceId

type AMLApiScreenAmlRequest

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

func (AMLApiScreenAmlRequest) Execute

func (AMLApiScreenAmlRequest) ScreenAmlRequest

func (r AMLApiScreenAmlRequest) ScreenAmlRequest(screenAmlRequest ScreenAmlRequest) AMLApiScreenAmlRequest

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

Execute executes the request

@return GetScreeningInfoResponse

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 ScreenAmlResponse

type APIClient

type APIClient struct {
	AMLApi *AMLApiService

	AuthenticationApi *AuthenticationApiService

	FinancialApi *FinancialApiService

	GHKYCApi *GHKYCApiService

	GeneralApi *GeneralApiService

	KEKYCApi *KEKYCApiService

	KYBApi *KYBApiService

	KYCApi *KYCApiService

	MLApi *MLApiService

	ServicesApi *ServicesApiService

	UGKYCApi *UGKYCApiService

	WalletApi *WalletApiService

	WebHooksApi *WebHooksApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the DOJAH 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 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 {
	Status         *AnalyzeDocumentResponseEntityStatus         `json:"status,omitempty"`
	DocumentType   *AnalyzeDocumentResponseEntityDocumentType   `json:"document_type,omitempty"`
	DocumentImages *AnalyzeDocumentResponseEntityDocumentImages `json:"document_images,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 {
	Portrait          *string `json:"Portrait,omitempty"`
	Fingerprint       *string `json:"Fingerprint,omitempty"`
	DocumentFrontSide *string `json:"Document front side,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 {
	DocumentName        *string  `json:"document_name,omitempty"`
	DocumentCountryName *string  `json:"document_country_name,omitempty"`
	DocumentCountryCode *string  `json:"document_country_code,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 {
	OverallStatus  *float32 `json:"overall_status,omitempty"`
	DocumentImages *string  `json:"document_images,omitempty"`
	Text           *string  `json:"text,omitempty"`
	DocumentType   *string  `json:"document_type,omitempty"`
	Expiry         *string  `json:"expiry,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) Execute

func (AuthenticationApiSendOtpRequest) SendOtpRequest

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 SendOtpResponse

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 ValidateOtpResponse

type AuthenticationApiValidateOtpRequest

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

func (AuthenticationApiValidateOtpRequest) Code

func (AuthenticationApiValidateOtpRequest) Execute

func (AuthenticationApiValidateOtpRequest) ReferenceId

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 CategorizeTransactionsRequest

type CategorizeTransactionsRequest struct {
	Description *string `json:"description,omitempty"`
	TransType   *string `json:"trans_type,omitempty"`
}

CategorizeTransactionsRequest struct for CategorizeTransactionsRequest

func NewCategorizeTransactionsRequest

func NewCategorizeTransactionsRequest() *CategorizeTransactionsRequest

NewCategorizeTransactionsRequest instantiates a new CategorizeTransactionsRequest 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 NewCategorizeTransactionsRequestWithDefaults

func NewCategorizeTransactionsRequestWithDefaults() *CategorizeTransactionsRequest

NewCategorizeTransactionsRequestWithDefaults instantiates a new CategorizeTransactionsRequest 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 (*CategorizeTransactionsRequest) GetDescription

func (o *CategorizeTransactionsRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CategorizeTransactionsRequest) GetDescriptionOk

func (o *CategorizeTransactionsRequest) GetDescriptionOk() (*string, bool)

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

func (*CategorizeTransactionsRequest) GetTransType

func (o *CategorizeTransactionsRequest) GetTransType() string

GetTransType returns the TransType field value if set, zero value otherwise.

func (*CategorizeTransactionsRequest) GetTransTypeOk

func (o *CategorizeTransactionsRequest) GetTransTypeOk() (*string, bool)

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

func (*CategorizeTransactionsRequest) HasDescription

func (o *CategorizeTransactionsRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CategorizeTransactionsRequest) HasTransType

func (o *CategorizeTransactionsRequest) HasTransType() bool

HasTransType returns a boolean if a field has been set.

func (CategorizeTransactionsRequest) MarshalJSON

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

func (*CategorizeTransactionsRequest) SetDescription

func (o *CategorizeTransactionsRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CategorizeTransactionsRequest) SetTransType

func (o *CategorizeTransactionsRequest) SetTransType(v string)

SetTransType gets a reference to the given string and assigns it to the TransType field.

type CategorizeTransactionsResponse

type CategorizeTransactionsResponse struct {
	Entity *CategorizeTransactionsResponseEntity `json:"entity,omitempty"`
}

CategorizeTransactionsResponse struct for CategorizeTransactionsResponse

func NewCategorizeTransactionsResponse

func NewCategorizeTransactionsResponse() *CategorizeTransactionsResponse

NewCategorizeTransactionsResponse instantiates a new CategorizeTransactionsResponse 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 NewCategorizeTransactionsResponseWithDefaults

func NewCategorizeTransactionsResponseWithDefaults() *CategorizeTransactionsResponse

NewCategorizeTransactionsResponseWithDefaults instantiates a new CategorizeTransactionsResponse 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 (*CategorizeTransactionsResponse) GetEntity

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

func (*CategorizeTransactionsResponse) 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 (*CategorizeTransactionsResponse) HasEntity

func (o *CategorizeTransactionsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (CategorizeTransactionsResponse) MarshalJSON

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

func (*CategorizeTransactionsResponse) SetEntity

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

type CategorizeTransactionsResponseEntity

type CategorizeTransactionsResponseEntity struct {
	Category       *string  `json:"category,omitempty"`
	SubCategory    *string  `json:"sub_category,omitempty"`
	ServiceId      *float32 `json:"service_id,omitempty"`
	IsSubscription *float32 `json:"is_subscription,omitempty"`
	Duration       *string  `json:"duration,omitempty"`
	ServiceName    *string  `json:"service_name,omitempty"`
	Label          *string  `json:"label,omitempty"`
	ModeOfPayment  *string  `json:"mode_of_payment,omitempty"`
}

CategorizeTransactionsResponseEntity struct for CategorizeTransactionsResponseEntity

func NewCategorizeTransactionsResponseEntity

func NewCategorizeTransactionsResponseEntity() *CategorizeTransactionsResponseEntity

NewCategorizeTransactionsResponseEntity instantiates a new CategorizeTransactionsResponseEntity 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 NewCategorizeTransactionsResponseEntityWithDefaults

func NewCategorizeTransactionsResponseEntityWithDefaults() *CategorizeTransactionsResponseEntity

NewCategorizeTransactionsResponseEntityWithDefaults instantiates a new CategorizeTransactionsResponseEntity 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 (*CategorizeTransactionsResponseEntity) GetCategory

GetCategory returns the Category field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetCategoryOk

func (o *CategorizeTransactionsResponseEntity) GetCategoryOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) GetDuration

GetDuration returns the Duration field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetDurationOk

func (o *CategorizeTransactionsResponseEntity) GetDurationOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) GetIsSubscription

func (o *CategorizeTransactionsResponseEntity) GetIsSubscription() float32

GetIsSubscription returns the IsSubscription field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetIsSubscriptionOk

func (o *CategorizeTransactionsResponseEntity) GetIsSubscriptionOk() (*float32, bool)

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

func (*CategorizeTransactionsResponseEntity) GetLabel

GetLabel returns the Label field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetLabelOk

func (o *CategorizeTransactionsResponseEntity) GetLabelOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) GetModeOfPayment

func (o *CategorizeTransactionsResponseEntity) GetModeOfPayment() string

GetModeOfPayment returns the ModeOfPayment field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetModeOfPaymentOk

func (o *CategorizeTransactionsResponseEntity) GetModeOfPaymentOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) GetServiceId

GetServiceId returns the ServiceId field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetServiceIdOk

func (o *CategorizeTransactionsResponseEntity) GetServiceIdOk() (*float32, bool)

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

func (*CategorizeTransactionsResponseEntity) GetServiceName

func (o *CategorizeTransactionsResponseEntity) GetServiceName() string

GetServiceName returns the ServiceName field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetServiceNameOk

func (o *CategorizeTransactionsResponseEntity) GetServiceNameOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) GetSubCategory

func (o *CategorizeTransactionsResponseEntity) GetSubCategory() string

GetSubCategory returns the SubCategory field value if set, zero value otherwise.

func (*CategorizeTransactionsResponseEntity) GetSubCategoryOk

func (o *CategorizeTransactionsResponseEntity) GetSubCategoryOk() (*string, bool)

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

func (*CategorizeTransactionsResponseEntity) HasCategory

func (o *CategorizeTransactionsResponseEntity) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasDuration

func (o *CategorizeTransactionsResponseEntity) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasIsSubscription

func (o *CategorizeTransactionsResponseEntity) HasIsSubscription() bool

HasIsSubscription returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasLabel

HasLabel returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasModeOfPayment

func (o *CategorizeTransactionsResponseEntity) HasModeOfPayment() bool

HasModeOfPayment returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasServiceId

func (o *CategorizeTransactionsResponseEntity) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasServiceName

func (o *CategorizeTransactionsResponseEntity) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

func (*CategorizeTransactionsResponseEntity) HasSubCategory

func (o *CategorizeTransactionsResponseEntity) HasSubCategory() bool

HasSubCategory returns a boolean if a field has been set.

func (CategorizeTransactionsResponseEntity) MarshalJSON

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

func (*CategorizeTransactionsResponseEntity) SetCategory

func (o *CategorizeTransactionsResponseEntity) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*CategorizeTransactionsResponseEntity) SetDuration

func (o *CategorizeTransactionsResponseEntity) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*CategorizeTransactionsResponseEntity) SetIsSubscription

func (o *CategorizeTransactionsResponseEntity) SetIsSubscription(v float32)

SetIsSubscription gets a reference to the given float32 and assigns it to the IsSubscription field.

func (*CategorizeTransactionsResponseEntity) SetLabel

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*CategorizeTransactionsResponseEntity) SetModeOfPayment

func (o *CategorizeTransactionsResponseEntity) SetModeOfPayment(v string)

SetModeOfPayment gets a reference to the given string and assigns it to the ModeOfPayment field.

func (*CategorizeTransactionsResponseEntity) SetServiceId

func (o *CategorizeTransactionsResponseEntity) SetServiceId(v float32)

SetServiceId gets a reference to the given float32 and assigns it to the ServiceId field.

func (*CategorizeTransactionsResponseEntity) SetServiceName

func (o *CategorizeTransactionsResponseEntity) SetServiceName(v string)

SetServiceName gets a reference to the given string and assigns it to the ServiceName field.

func (*CategorizeTransactionsResponseEntity) SetSubCategory

func (o *CategorizeTransactionsResponseEntity) SetSubCategory(v string)

SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.

type CollectStatusFromPdfRequest

type CollectStatusFromPdfRequest struct {
	Statement **os.File `json:"statement,omitempty"`
	BankCode  *int32    `json:"bank_code,omitempty"`
}

CollectStatusFromPdfRequest struct for CollectStatusFromPdfRequest

func NewCollectStatusFromPdfRequest

func NewCollectStatusFromPdfRequest() *CollectStatusFromPdfRequest

NewCollectStatusFromPdfRequest instantiates a new CollectStatusFromPdfRequest 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 NewCollectStatusFromPdfRequestWithDefaults

func NewCollectStatusFromPdfRequestWithDefaults() *CollectStatusFromPdfRequest

NewCollectStatusFromPdfRequestWithDefaults instantiates a new CollectStatusFromPdfRequest 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 (*CollectStatusFromPdfRequest) GetBankCode

func (o *CollectStatusFromPdfRequest) GetBankCode() int32

GetBankCode returns the BankCode field value if set, zero value otherwise.

func (*CollectStatusFromPdfRequest) GetBankCodeOk

func (o *CollectStatusFromPdfRequest) GetBankCodeOk() (*int32, bool)

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

func (*CollectStatusFromPdfRequest) GetStatement

func (o *CollectStatusFromPdfRequest) GetStatement() *os.File

GetStatement returns the Statement field value if set, zero value otherwise.

func (*CollectStatusFromPdfRequest) GetStatementOk

func (o *CollectStatusFromPdfRequest) GetStatementOk() (**os.File, bool)

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

func (*CollectStatusFromPdfRequest) HasBankCode

func (o *CollectStatusFromPdfRequest) HasBankCode() bool

HasBankCode returns a boolean if a field has been set.

func (*CollectStatusFromPdfRequest) HasStatement

func (o *CollectStatusFromPdfRequest) HasStatement() bool

HasStatement returns a boolean if a field has been set.

func (CollectStatusFromPdfRequest) MarshalJSON

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

func (*CollectStatusFromPdfRequest) SetBankCode

func (o *CollectStatusFromPdfRequest) SetBankCode(v int32)

SetBankCode gets a reference to the given int32 and assigns it to the BankCode field.

func (*CollectStatusFromPdfRequest) SetStatement

func (o *CollectStatusFromPdfRequest) SetStatement(v *os.File)

SetStatement gets a reference to the given *os.File and assigns it to the Statement field.

type CollectStatusFromPdfResponse

type CollectStatusFromPdfResponse struct {
	Entity *CollectTransactionsResponseEntity `json:"entity,omitempty"`
}

CollectStatusFromPdfResponse struct for CollectStatusFromPdfResponse

func NewCollectStatusFromPdfResponse

func NewCollectStatusFromPdfResponse() *CollectStatusFromPdfResponse

NewCollectStatusFromPdfResponse instantiates a new CollectStatusFromPdfResponse 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 NewCollectStatusFromPdfResponseWithDefaults

func NewCollectStatusFromPdfResponseWithDefaults() *CollectStatusFromPdfResponse

NewCollectStatusFromPdfResponseWithDefaults instantiates a new CollectStatusFromPdfResponse 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 (*CollectStatusFromPdfResponse) GetEntity

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

func (*CollectStatusFromPdfResponse) 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 (*CollectStatusFromPdfResponse) HasEntity

func (o *CollectStatusFromPdfResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (CollectStatusFromPdfResponse) MarshalJSON

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

func (*CollectStatusFromPdfResponse) SetEntity

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

type CollectTransactionsRequest

type CollectTransactionsRequest struct {
	Transactions []CollectTransactionsRequestTransactionsInner `json:"transactions,omitempty"`
	AppId        *string                                       `json:"app_id,omitempty"`
}

CollectTransactionsRequest struct for CollectTransactionsRequest

func NewCollectTransactionsRequest

func NewCollectTransactionsRequest() *CollectTransactionsRequest

NewCollectTransactionsRequest instantiates a new CollectTransactionsRequest 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 NewCollectTransactionsRequestWithDefaults

func NewCollectTransactionsRequestWithDefaults() *CollectTransactionsRequest

NewCollectTransactionsRequestWithDefaults instantiates a new CollectTransactionsRequest 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 (*CollectTransactionsRequest) GetAppId

func (o *CollectTransactionsRequest) GetAppId() string

GetAppId returns the AppId field value if set, zero value otherwise.

func (*CollectTransactionsRequest) GetAppIdOk

func (o *CollectTransactionsRequest) 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 (*CollectTransactionsRequest) GetTransactions

GetTransactions returns the Transactions field value if set, zero value otherwise.

func (*CollectTransactionsRequest) GetTransactionsOk

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

func (*CollectTransactionsRequest) HasAppId

func (o *CollectTransactionsRequest) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*CollectTransactionsRequest) HasTransactions

func (o *CollectTransactionsRequest) HasTransactions() bool

HasTransactions returns a boolean if a field has been set.

func (CollectTransactionsRequest) MarshalJSON

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

func (*CollectTransactionsRequest) SetAppId

func (o *CollectTransactionsRequest) SetAppId(v string)

SetAppId gets a reference to the given string and assigns it to the AppId field.

func (*CollectTransactionsRequest) SetTransactions

SetTransactions gets a reference to the given []CollectTransactionsRequestTransactionsInner and assigns it to the Transactions field.

type CollectTransactionsRequestTransactionsInner

type CollectTransactionsRequestTransactionsInner struct {
	TransactionDate        *string `json:"transaction_date,omitempty"`
	TransactionAmount      *string `json:"transaction_amount,omitempty"`
	TransactionDescription *string `json:"transaction_description,omitempty"`
	TransactionType        *string `json:"transaction_type,omitempty"`
	ReferenceNumber        *string `json:"reference_number,omitempty"`
}

CollectTransactionsRequestTransactionsInner struct for CollectTransactionsRequestTransactionsInner

func NewCollectTransactionsRequestTransactionsInner

func NewCollectTransactionsRequestTransactionsInner() *CollectTransactionsRequestTransactionsInner

NewCollectTransactionsRequestTransactionsInner instantiates a new CollectTransactionsRequestTransactionsInner 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 NewCollectTransactionsRequestTransactionsInnerWithDefaults

func NewCollectTransactionsRequestTransactionsInnerWithDefaults() *CollectTransactionsRequestTransactionsInner

NewCollectTransactionsRequestTransactionsInnerWithDefaults instantiates a new CollectTransactionsRequestTransactionsInner 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 (*CollectTransactionsRequestTransactionsInner) GetReferenceNumber

func (o *CollectTransactionsRequestTransactionsInner) GetReferenceNumber() string

GetReferenceNumber returns the ReferenceNumber field value if set, zero value otherwise.

func (*CollectTransactionsRequestTransactionsInner) GetReferenceNumberOk

func (o *CollectTransactionsRequestTransactionsInner) GetReferenceNumberOk() (*string, bool)

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

func (*CollectTransactionsRequestTransactionsInner) GetTransactionAmount

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionAmount() string

GetTransactionAmount returns the TransactionAmount field value if set, zero value otherwise.

func (*CollectTransactionsRequestTransactionsInner) GetTransactionAmountOk

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionAmountOk() (*string, bool)

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

func (*CollectTransactionsRequestTransactionsInner) GetTransactionDate

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDate() string

GetTransactionDate returns the TransactionDate field value if set, zero value otherwise.

func (*CollectTransactionsRequestTransactionsInner) GetTransactionDateOk

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDateOk() (*string, bool)

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

func (*CollectTransactionsRequestTransactionsInner) GetTransactionDescription

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDescription() string

GetTransactionDescription returns the TransactionDescription field value if set, zero value otherwise.

func (*CollectTransactionsRequestTransactionsInner) GetTransactionDescriptionOk

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDescriptionOk() (*string, bool)

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

func (*CollectTransactionsRequestTransactionsInner) GetTransactionType

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionType() string

GetTransactionType returns the TransactionType field value if set, zero value otherwise.

func (*CollectTransactionsRequestTransactionsInner) GetTransactionTypeOk

func (o *CollectTransactionsRequestTransactionsInner) GetTransactionTypeOk() (*string, bool)

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

func (*CollectTransactionsRequestTransactionsInner) HasReferenceNumber

func (o *CollectTransactionsRequestTransactionsInner) HasReferenceNumber() bool

HasReferenceNumber returns a boolean if a field has been set.

func (*CollectTransactionsRequestTransactionsInner) HasTransactionAmount

func (o *CollectTransactionsRequestTransactionsInner) HasTransactionAmount() bool

HasTransactionAmount returns a boolean if a field has been set.

func (*CollectTransactionsRequestTransactionsInner) HasTransactionDate

func (o *CollectTransactionsRequestTransactionsInner) HasTransactionDate() bool

HasTransactionDate returns a boolean if a field has been set.

func (*CollectTransactionsRequestTransactionsInner) HasTransactionDescription

func (o *CollectTransactionsRequestTransactionsInner) HasTransactionDescription() bool

HasTransactionDescription returns a boolean if a field has been set.

func (*CollectTransactionsRequestTransactionsInner) HasTransactionType

func (o *CollectTransactionsRequestTransactionsInner) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (CollectTransactionsRequestTransactionsInner) MarshalJSON

func (*CollectTransactionsRequestTransactionsInner) SetReferenceNumber

func (o *CollectTransactionsRequestTransactionsInner) SetReferenceNumber(v string)

SetReferenceNumber gets a reference to the given string and assigns it to the ReferenceNumber field.

func (*CollectTransactionsRequestTransactionsInner) SetTransactionAmount

func (o *CollectTransactionsRequestTransactionsInner) SetTransactionAmount(v string)

SetTransactionAmount gets a reference to the given string and assigns it to the TransactionAmount field.

func (*CollectTransactionsRequestTransactionsInner) SetTransactionDate

func (o *CollectTransactionsRequestTransactionsInner) SetTransactionDate(v string)

SetTransactionDate gets a reference to the given string and assigns it to the TransactionDate field.

func (*CollectTransactionsRequestTransactionsInner) SetTransactionDescription

func (o *CollectTransactionsRequestTransactionsInner) SetTransactionDescription(v string)

SetTransactionDescription gets a reference to the given string and assigns it to the TransactionDescription field.

func (*CollectTransactionsRequestTransactionsInner) SetTransactionType

func (o *CollectTransactionsRequestTransactionsInner) SetTransactionType(v string)

SetTransactionType gets a reference to the given string and assigns it to the TransactionType field.

type CollectTransactionsResponse

type CollectTransactionsResponse struct {
	Message *string                            `json:"message,omitempty"`
	Entity  *CollectTransactionsResponseEntity `json:"entity,omitempty"`
}

CollectTransactionsResponse struct for CollectTransactionsResponse

func NewCollectTransactionsResponse

func NewCollectTransactionsResponse() *CollectTransactionsResponse

NewCollectTransactionsResponse instantiates a new CollectTransactionsResponse 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 NewCollectTransactionsResponseWithDefaults

func NewCollectTransactionsResponseWithDefaults() *CollectTransactionsResponse

NewCollectTransactionsResponseWithDefaults instantiates a new CollectTransactionsResponse 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 (*CollectTransactionsResponse) GetEntity

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

func (*CollectTransactionsResponse) 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 (*CollectTransactionsResponse) GetMessage

func (o *CollectTransactionsResponse) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CollectTransactionsResponse) GetMessageOk

func (o *CollectTransactionsResponse) 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 (*CollectTransactionsResponse) HasEntity

func (o *CollectTransactionsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (*CollectTransactionsResponse) HasMessage

func (o *CollectTransactionsResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (CollectTransactionsResponse) MarshalJSON

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

func (*CollectTransactionsResponse) SetEntity

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

func (*CollectTransactionsResponse) SetMessage

func (o *CollectTransactionsResponse) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type CollectTransactionsResponseEntity

type CollectTransactionsResponseEntity struct {
	AccountId *string `json:"account_id,omitempty"`
}

CollectTransactionsResponseEntity struct for CollectTransactionsResponseEntity

func NewCollectTransactionsResponseEntity

func NewCollectTransactionsResponseEntity() *CollectTransactionsResponseEntity

NewCollectTransactionsResponseEntity instantiates a new CollectTransactionsResponseEntity 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 NewCollectTransactionsResponseEntityWithDefaults

func NewCollectTransactionsResponseEntityWithDefaults() *CollectTransactionsResponseEntity

NewCollectTransactionsResponseEntityWithDefaults instantiates a new CollectTransactionsResponseEntity 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 (*CollectTransactionsResponseEntity) GetAccountId

func (o *CollectTransactionsResponseEntity) GetAccountId() string

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*CollectTransactionsResponseEntity) GetAccountIdOk

func (o *CollectTransactionsResponseEntity) GetAccountIdOk() (*string, bool)

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

func (*CollectTransactionsResponseEntity) HasAccountId

func (o *CollectTransactionsResponseEntity) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

func (CollectTransactionsResponseEntity) MarshalJSON

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

func (*CollectTransactionsResponseEntity) SetAccountId

func (o *CollectTransactionsResponseEntity) SetAccountId(v string)

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,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

type CreateWalletRequest

type CreateWalletRequest struct {
	LastName    *string `json:"last_name,omitempty"`
	FirstName   *string `json:"first_name,omitempty"`
	PhoneNumber *string `json:"phone_number,omitempty"`
	Dob         *string `json:"dob,omitempty"`
	Route       *string `json:"route,omitempty"`
}

CreateWalletRequest struct for CreateWalletRequest

func NewCreateWalletRequest

func NewCreateWalletRequest() *CreateWalletRequest

NewCreateWalletRequest instantiates a new CreateWalletRequest 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 NewCreateWalletRequestWithDefaults

func NewCreateWalletRequestWithDefaults() *CreateWalletRequest

NewCreateWalletRequestWithDefaults instantiates a new CreateWalletRequest 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 (*CreateWalletRequest) GetDob

func (o *CreateWalletRequest) GetDob() string

GetDob returns the Dob field value if set, zero value otherwise.

func (*CreateWalletRequest) GetDobOk

func (o *CreateWalletRequest) 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 (*CreateWalletRequest) GetFirstName

func (o *CreateWalletRequest) GetFirstName() string

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

func (*CreateWalletRequest) GetFirstNameOk

func (o *CreateWalletRequest) 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 (*CreateWalletRequest) GetLastName

func (o *CreateWalletRequest) GetLastName() string

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

func (*CreateWalletRequest) GetLastNameOk

func (o *CreateWalletRequest) 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 (*CreateWalletRequest) GetPhoneNumber

func (o *CreateWalletRequest) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateWalletRequest) GetPhoneNumberOk

func (o *CreateWalletRequest) GetPhoneNumberOk() (*string, bool)

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

func (*CreateWalletRequest) GetRoute

func (o *CreateWalletRequest) GetRoute() string

GetRoute returns the Route field value if set, zero value otherwise.

func (*CreateWalletRequest) GetRouteOk

func (o *CreateWalletRequest) GetRouteOk() (*string, bool)

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

func (*CreateWalletRequest) HasDob

func (o *CreateWalletRequest) HasDob() bool

HasDob returns a boolean if a field has been set.

func (*CreateWalletRequest) HasFirstName

func (o *CreateWalletRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*CreateWalletRequest) HasLastName

func (o *CreateWalletRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*CreateWalletRequest) HasPhoneNumber

func (o *CreateWalletRequest) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateWalletRequest) HasRoute

func (o *CreateWalletRequest) HasRoute() bool

HasRoute returns a boolean if a field has been set.

func (CreateWalletRequest) MarshalJSON

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

func (*CreateWalletRequest) SetDob

func (o *CreateWalletRequest) SetDob(v string)

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*CreateWalletRequest) SetFirstName

func (o *CreateWalletRequest) SetFirstName(v string)

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

func (*CreateWalletRequest) SetLastName

func (o *CreateWalletRequest) SetLastName(v string)

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

func (*CreateWalletRequest) SetPhoneNumber

func (o *CreateWalletRequest) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateWalletRequest) SetRoute

func (o *CreateWalletRequest) SetRoute(v string)

SetRoute gets a reference to the given string and assigns it to the Route field.

type CreateWalletResponse

type CreateWalletResponse struct {
	Entity *CreateWalletResponseEntity `json:"entity,omitempty"`
}

CreateWalletResponse struct for CreateWalletResponse

func NewCreateWalletResponse

func NewCreateWalletResponse() *CreateWalletResponse

NewCreateWalletResponse instantiates a new CreateWalletResponse 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 NewCreateWalletResponseWithDefaults

func NewCreateWalletResponseWithDefaults() *CreateWalletResponse

NewCreateWalletResponseWithDefaults instantiates a new CreateWalletResponse 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 (*CreateWalletResponse) GetEntity

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

func (*CreateWalletResponse) 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 (*CreateWalletResponse) HasEntity

func (o *CreateWalletResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (CreateWalletResponse) MarshalJSON

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

func (*CreateWalletResponse) SetEntity

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

type CreateWalletResponseEntity

type CreateWalletResponseEntity struct {
	WalletId      *string  `json:"wallet_id,omitempty"`
	WalletAmount  *float32 `json:"wallet_amount,omitempty"`
	AccountNumber *string  `json:"account_number,omitempty"`
	PhoneNumber   *string  `json:"phone_number,omitempty"`
}

CreateWalletResponseEntity struct for CreateWalletResponseEntity

func NewCreateWalletResponseEntity

func NewCreateWalletResponseEntity() *CreateWalletResponseEntity

NewCreateWalletResponseEntity instantiates a new CreateWalletResponseEntity 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 NewCreateWalletResponseEntityWithDefaults

func NewCreateWalletResponseEntityWithDefaults() *CreateWalletResponseEntity

NewCreateWalletResponseEntityWithDefaults instantiates a new CreateWalletResponseEntity 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 (*CreateWalletResponseEntity) GetAccountNumber

func (o *CreateWalletResponseEntity) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*CreateWalletResponseEntity) GetAccountNumberOk

func (o *CreateWalletResponseEntity) 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 (*CreateWalletResponseEntity) GetPhoneNumber

func (o *CreateWalletResponseEntity) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*CreateWalletResponseEntity) GetPhoneNumberOk

func (o *CreateWalletResponseEntity) GetPhoneNumberOk() (*string, bool)

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

func (*CreateWalletResponseEntity) GetWalletAmount

func (o *CreateWalletResponseEntity) GetWalletAmount() float32

GetWalletAmount returns the WalletAmount field value if set, zero value otherwise.

func (*CreateWalletResponseEntity) GetWalletAmountOk

func (o *CreateWalletResponseEntity) GetWalletAmountOk() (*float32, bool)

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

func (*CreateWalletResponseEntity) GetWalletId

func (o *CreateWalletResponseEntity) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*CreateWalletResponseEntity) GetWalletIdOk

func (o *CreateWalletResponseEntity) GetWalletIdOk() (*string, bool)

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

func (*CreateWalletResponseEntity) HasAccountNumber

func (o *CreateWalletResponseEntity) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*CreateWalletResponseEntity) HasPhoneNumber

func (o *CreateWalletResponseEntity) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*CreateWalletResponseEntity) HasWalletAmount

func (o *CreateWalletResponseEntity) HasWalletAmount() bool

HasWalletAmount returns a boolean if a field has been set.

func (*CreateWalletResponseEntity) HasWalletId

func (o *CreateWalletResponseEntity) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (CreateWalletResponseEntity) MarshalJSON

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

func (*CreateWalletResponseEntity) SetAccountNumber

func (o *CreateWalletResponseEntity) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*CreateWalletResponseEntity) SetPhoneNumber

func (o *CreateWalletResponseEntity) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*CreateWalletResponseEntity) SetWalletAmount

func (o *CreateWalletResponseEntity) SetWalletAmount(v float32)

SetWalletAmount gets a reference to the given float32 and assigns it to the WalletAmount field.

func (*CreateWalletResponseEntity) SetWalletId

func (o *CreateWalletResponseEntity) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

type CreditSubwalletRequest

type CreditSubwalletRequest struct {
	Amount   *string `json:"amount,omitempty"`
	WalletId *string `json:"wallet_id,omitempty"`
}

CreditSubwalletRequest struct for CreditSubwalletRequest

func NewCreditSubwalletRequest

func NewCreditSubwalletRequest() *CreditSubwalletRequest

NewCreditSubwalletRequest instantiates a new CreditSubwalletRequest 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 NewCreditSubwalletRequestWithDefaults

func NewCreditSubwalletRequestWithDefaults() *CreditSubwalletRequest

NewCreditSubwalletRequestWithDefaults instantiates a new CreditSubwalletRequest 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 (*CreditSubwalletRequest) GetAmount

func (o *CreditSubwalletRequest) GetAmount() string

GetAmount returns the Amount field value if set, zero value otherwise.

func (*CreditSubwalletRequest) GetAmountOk

func (o *CreditSubwalletRequest) 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 (*CreditSubwalletRequest) GetWalletId

func (o *CreditSubwalletRequest) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*CreditSubwalletRequest) GetWalletIdOk

func (o *CreditSubwalletRequest) GetWalletIdOk() (*string, bool)

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

func (*CreditSubwalletRequest) HasAmount

func (o *CreditSubwalletRequest) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*CreditSubwalletRequest) HasWalletId

func (o *CreditSubwalletRequest) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (CreditSubwalletRequest) MarshalJSON

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

func (*CreditSubwalletRequest) SetAmount

func (o *CreditSubwalletRequest) SetAmount(v string)

SetAmount gets a reference to the given string and assigns it to the Amount field.

func (*CreditSubwalletRequest) SetWalletId

func (o *CreditSubwalletRequest) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

type CreditSubwalletResponse

type CreditSubwalletResponse struct {
	Entity *CreditSubwalletResponseEntity `json:"entity,omitempty"`
}

CreditSubwalletResponse struct for CreditSubwalletResponse

func NewCreditSubwalletResponse

func NewCreditSubwalletResponse() *CreditSubwalletResponse

NewCreditSubwalletResponse instantiates a new CreditSubwalletResponse 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 NewCreditSubwalletResponseWithDefaults

func NewCreditSubwalletResponseWithDefaults() *CreditSubwalletResponse

NewCreditSubwalletResponseWithDefaults instantiates a new CreditSubwalletResponse 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 (*CreditSubwalletResponse) GetEntity

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

func (*CreditSubwalletResponse) 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 (*CreditSubwalletResponse) HasEntity

func (o *CreditSubwalletResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (CreditSubwalletResponse) MarshalJSON

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

func (*CreditSubwalletResponse) SetEntity

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

type CreditSubwalletResponseEntity

type CreditSubwalletResponseEntity struct {
	WalletId               *string        `json:"wallet_id,omitempty"`
	TransactionAmount      *float32       `json:"transaction_amount,omitempty"`
	TransactionType        *string        `json:"transaction_type,omitempty"`
	RecipientAccountNumber *string        `json:"recipient_account_number,omitempty"`
	SenderAccountNumber    *string        `json:"sender_account_number,omitempty"`
	TransactionRemarks     *string        `json:"transaction_remarks,omitempty"`
	TransactionReason      NullableString `json:"transaction_reason,omitempty"`
	TransactionId          *string        `json:"transaction_id,omitempty"`
	TransactionStatus      *string        `json:"transaction_status,omitempty"`
	DateCreated            *string        `json:"date_created,omitempty"`
}

CreditSubwalletResponseEntity struct for CreditSubwalletResponseEntity

func NewCreditSubwalletResponseEntity

func NewCreditSubwalletResponseEntity() *CreditSubwalletResponseEntity

NewCreditSubwalletResponseEntity instantiates a new CreditSubwalletResponseEntity 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 NewCreditSubwalletResponseEntityWithDefaults

func NewCreditSubwalletResponseEntityWithDefaults() *CreditSubwalletResponseEntity

NewCreditSubwalletResponseEntityWithDefaults instantiates a new CreditSubwalletResponseEntity 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 (*CreditSubwalletResponseEntity) GetDateCreated

func (o *CreditSubwalletResponseEntity) GetDateCreated() string

GetDateCreated returns the DateCreated field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetDateCreatedOk

func (o *CreditSubwalletResponseEntity) 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 (*CreditSubwalletResponseEntity) GetRecipientAccountNumber

func (o *CreditSubwalletResponseEntity) GetRecipientAccountNumber() string

GetRecipientAccountNumber returns the RecipientAccountNumber field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetRecipientAccountNumberOk

func (o *CreditSubwalletResponseEntity) GetRecipientAccountNumberOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetSenderAccountNumber

func (o *CreditSubwalletResponseEntity) GetSenderAccountNumber() string

GetSenderAccountNumber returns the SenderAccountNumber field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetSenderAccountNumberOk

func (o *CreditSubwalletResponseEntity) GetSenderAccountNumberOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetTransactionAmount

func (o *CreditSubwalletResponseEntity) GetTransactionAmount() float32

GetTransactionAmount returns the TransactionAmount field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetTransactionAmountOk

func (o *CreditSubwalletResponseEntity) GetTransactionAmountOk() (*float32, bool)

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

func (*CreditSubwalletResponseEntity) GetTransactionId

func (o *CreditSubwalletResponseEntity) GetTransactionId() string

GetTransactionId returns the TransactionId field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetTransactionIdOk

func (o *CreditSubwalletResponseEntity) GetTransactionIdOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetTransactionReason

func (o *CreditSubwalletResponseEntity) GetTransactionReason() string

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

func (*CreditSubwalletResponseEntity) GetTransactionReasonOk

func (o *CreditSubwalletResponseEntity) GetTransactionReasonOk() (*string, bool)

GetTransactionReasonOk returns a tuple with the TransactionReason 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 (*CreditSubwalletResponseEntity) GetTransactionRemarks

func (o *CreditSubwalletResponseEntity) GetTransactionRemarks() string

GetTransactionRemarks returns the TransactionRemarks field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetTransactionRemarksOk

func (o *CreditSubwalletResponseEntity) GetTransactionRemarksOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetTransactionStatus

func (o *CreditSubwalletResponseEntity) GetTransactionStatus() string

GetTransactionStatus returns the TransactionStatus field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetTransactionStatusOk

func (o *CreditSubwalletResponseEntity) GetTransactionStatusOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetTransactionType

func (o *CreditSubwalletResponseEntity) GetTransactionType() string

GetTransactionType returns the TransactionType field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetTransactionTypeOk

func (o *CreditSubwalletResponseEntity) GetTransactionTypeOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) GetWalletId

func (o *CreditSubwalletResponseEntity) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*CreditSubwalletResponseEntity) GetWalletIdOk

func (o *CreditSubwalletResponseEntity) GetWalletIdOk() (*string, bool)

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

func (*CreditSubwalletResponseEntity) HasDateCreated

func (o *CreditSubwalletResponseEntity) HasDateCreated() bool

HasDateCreated returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasRecipientAccountNumber

func (o *CreditSubwalletResponseEntity) HasRecipientAccountNumber() bool

HasRecipientAccountNumber returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasSenderAccountNumber

func (o *CreditSubwalletResponseEntity) HasSenderAccountNumber() bool

HasSenderAccountNumber returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionAmount

func (o *CreditSubwalletResponseEntity) HasTransactionAmount() bool

HasTransactionAmount returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionId

func (o *CreditSubwalletResponseEntity) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionReason

func (o *CreditSubwalletResponseEntity) HasTransactionReason() bool

HasTransactionReason returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionRemarks

func (o *CreditSubwalletResponseEntity) HasTransactionRemarks() bool

HasTransactionRemarks returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionStatus

func (o *CreditSubwalletResponseEntity) HasTransactionStatus() bool

HasTransactionStatus returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasTransactionType

func (o *CreditSubwalletResponseEntity) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (*CreditSubwalletResponseEntity) HasWalletId

func (o *CreditSubwalletResponseEntity) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (CreditSubwalletResponseEntity) MarshalJSON

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

func (*CreditSubwalletResponseEntity) SetDateCreated

func (o *CreditSubwalletResponseEntity) SetDateCreated(v string)

SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.

func (*CreditSubwalletResponseEntity) SetRecipientAccountNumber

func (o *CreditSubwalletResponseEntity) SetRecipientAccountNumber(v string)

SetRecipientAccountNumber gets a reference to the given string and assigns it to the RecipientAccountNumber field.

func (*CreditSubwalletResponseEntity) SetSenderAccountNumber

func (o *CreditSubwalletResponseEntity) SetSenderAccountNumber(v string)

SetSenderAccountNumber gets a reference to the given string and assigns it to the SenderAccountNumber field.

func (*CreditSubwalletResponseEntity) SetTransactionAmount

func (o *CreditSubwalletResponseEntity) SetTransactionAmount(v float32)

SetTransactionAmount gets a reference to the given float32 and assigns it to the TransactionAmount field.

func (*CreditSubwalletResponseEntity) SetTransactionId

func (o *CreditSubwalletResponseEntity) SetTransactionId(v string)

SetTransactionId gets a reference to the given string and assigns it to the TransactionId field.

func (*CreditSubwalletResponseEntity) SetTransactionReason

func (o *CreditSubwalletResponseEntity) SetTransactionReason(v string)

SetTransactionReason gets a reference to the given NullableString and assigns it to the TransactionReason field.

func (*CreditSubwalletResponseEntity) SetTransactionReasonNil

func (o *CreditSubwalletResponseEntity) SetTransactionReasonNil()

SetTransactionReasonNil sets the value for TransactionReason to be an explicit nil

func (*CreditSubwalletResponseEntity) SetTransactionRemarks

func (o *CreditSubwalletResponseEntity) SetTransactionRemarks(v string)

SetTransactionRemarks gets a reference to the given string and assigns it to the TransactionRemarks field.

func (*CreditSubwalletResponseEntity) SetTransactionStatus

func (o *CreditSubwalletResponseEntity) SetTransactionStatus(v string)

SetTransactionStatus gets a reference to the given string and assigns it to the TransactionStatus field.

func (*CreditSubwalletResponseEntity) SetTransactionType

func (o *CreditSubwalletResponseEntity) SetTransactionType(v string)

SetTransactionType gets a reference to the given string and assigns it to the TransactionType field.

func (*CreditSubwalletResponseEntity) SetWalletId

func (o *CreditSubwalletResponseEntity) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

func (*CreditSubwalletResponseEntity) UnsetTransactionReason

func (o *CreditSubwalletResponseEntity) UnsetTransactionReason()

UnsetTransactionReason ensures that no value is present for TransactionReason, not even an explicit nil

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 FinancialApiCollectStatusFromPdfRequest

type FinancialApiCollectStatusFromPdfRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiCollectStatusFromPdfRequest) BankCode

func (FinancialApiCollectStatusFromPdfRequest) Execute

func (FinancialApiCollectStatusFromPdfRequest) Statement

type FinancialApiCollectTransactionsRequest

type FinancialApiCollectTransactionsRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiCollectTransactionsRequest) CollectTransactionsRequest

func (r FinancialApiCollectTransactionsRequest) CollectTransactionsRequest(collectTransactionsRequest CollectTransactionsRequest) FinancialApiCollectTransactionsRequest

func (FinancialApiCollectTransactionsRequest) Execute

type FinancialApiGetAccountAnalysisRequest

type FinancialApiGetAccountAnalysisRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetAccountAnalysisRequest) Execute

type FinancialApiGetAccountRequest

type FinancialApiGetAccountRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetAccountRequest) AccountId

func (FinancialApiGetAccountRequest) Execute

type FinancialApiGetAccountSubscriptionsRequest

type FinancialApiGetAccountSubscriptionsRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetAccountSubscriptionsRequest) AccountId

func (FinancialApiGetAccountSubscriptionsRequest) Execute

type FinancialApiGetAccountTransactionsRequest

type FinancialApiGetAccountTransactionsRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetAccountTransactionsRequest) AccountId

func (FinancialApiGetAccountTransactionsRequest) Execute

func (FinancialApiGetAccountTransactionsRequest) Length

type FinancialApiGetBasicBvnRequest

type FinancialApiGetBasicBvnRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetBasicBvnRequest) AccountId

func (FinancialApiGetBasicBvnRequest) Execute

type FinancialApiGetEarningStructureRequest

type FinancialApiGetEarningStructureRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetEarningStructureRequest) AccountId

func (FinancialApiGetEarningStructureRequest) Execute

type FinancialApiGetFullBvnRequest

type FinancialApiGetFullBvnRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetFullBvnRequest) AccountId

func (FinancialApiGetFullBvnRequest) Execute

type FinancialApiGetSpendingPatternRequest

type FinancialApiGetSpendingPatternRequest struct {
	ApiService *FinancialApiService
	// contains filtered or unexported fields
}

func (FinancialApiGetSpendingPatternRequest) AccountId

func (FinancialApiGetSpendingPatternRequest) Execute

type FinancialApiService

type FinancialApiService service

FinancialApiService FinancialApi service

func (*FinancialApiService) CollectStatusFromPdf

CollectStatusFromPdf Collect Status via PDF Statement

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

func (*FinancialApiService) CollectStatusFromPdfExecute

Execute executes the request

@return CollectStatusFromPdfResponse

func (*FinancialApiService) CollectTransactions

CollectTransactions Collect Transactions

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

func (*FinancialApiService) CollectTransactionsExecute

Execute executes the request

@return CollectTransactionsResponse

func (*FinancialApiService) GetAccount

GetAccount Get Account Information

/services/@app_id/account/@account_id

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

func (*FinancialApiService) GetAccountAnalysis

GetAccountAnalysis Get Account Analysis

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

func (*FinancialApiService) GetAccountAnalysisExecute

Execute executes the request

@return GetAccountAnalysisResponse

func (*FinancialApiService) GetAccountExecute

Execute executes the request

@return GetAccountResponse

func (*FinancialApiService) GetAccountSubscriptions

GetAccountSubscriptions Get Account Subscriptions

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

func (*FinancialApiService) GetAccountSubscriptionsExecute

Execute executes the request

@return GetAccountSubscriptionsResponse

func (*FinancialApiService) GetAccountTransactions

GetAccountTransactions Get Account Transactions

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

func (*FinancialApiService) GetAccountTransactionsExecute

Execute executes the request

@return GetAccountTransactionsResponse

func (*FinancialApiService) GetBasicBvn

GetBasicBvn Get BVN Information Basic

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

func (*FinancialApiService) GetBasicBvnExecute

Execute executes the request

@return FinancialGetBasicBvnResponse

func (*FinancialApiService) GetEarningStructure

GetEarningStructure Get Earning Structure

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

func (*FinancialApiService) GetEarningStructureExecute

Execute executes the request

@return GetEarningStructureResponse

func (*FinancialApiService) GetFullBvn

GetFullBvn Get BVN Information Full

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

func (*FinancialApiService) GetFullBvnExecute

Execute executes the request

@return FinancialGetFullBvnResponse

func (*FinancialApiService) GetSpendingPattern

GetSpendingPattern Get Spending Pattern

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

func (*FinancialApiService) GetSpendingPatternExecute

Execute executes the request

@return GetSpendingPatternResponse

type FinancialGetBasicBvnResponse

type FinancialGetBasicBvnResponse struct {
	Entity *FinancialGetBasicBvnResponseEntity `json:"entity,omitempty"`
}

FinancialGetBasicBvnResponse struct for FinancialGetBasicBvnResponse

func NewFinancialGetBasicBvnResponse

func NewFinancialGetBasicBvnResponse() *FinancialGetBasicBvnResponse

NewFinancialGetBasicBvnResponse instantiates a new FinancialGetBasicBvnResponse 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 NewFinancialGetBasicBvnResponseWithDefaults

func NewFinancialGetBasicBvnResponseWithDefaults() *FinancialGetBasicBvnResponse

NewFinancialGetBasicBvnResponseWithDefaults instantiates a new FinancialGetBasicBvnResponse 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 (*FinancialGetBasicBvnResponse) GetEntity

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

func (*FinancialGetBasicBvnResponse) 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 (*FinancialGetBasicBvnResponse) HasEntity

func (o *FinancialGetBasicBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FinancialGetBasicBvnResponse) MarshalJSON

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

func (*FinancialGetBasicBvnResponse) SetEntity

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

type FinancialGetBasicBvnResponseEntity

type FinancialGetBasicBvnResponseEntity struct {
	FirstName    *string `json:"first_name,omitempty"`
	LastName     *string `json:"last_name,omitempty"`
	Dob          *string `json:"dob,omitempty"`
	FormattedDob *string `json:"formatted_dob,omitempty"`
	Mobile       *string `json:"mobile,omitempty"`
	Bvn          *string `json:"bvn,omitempty"`
}

FinancialGetBasicBvnResponseEntity struct for FinancialGetBasicBvnResponseEntity

func NewFinancialGetBasicBvnResponseEntity

func NewFinancialGetBasicBvnResponseEntity() *FinancialGetBasicBvnResponseEntity

NewFinancialGetBasicBvnResponseEntity instantiates a new FinancialGetBasicBvnResponseEntity 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 NewFinancialGetBasicBvnResponseEntityWithDefaults

func NewFinancialGetBasicBvnResponseEntityWithDefaults() *FinancialGetBasicBvnResponseEntity

NewFinancialGetBasicBvnResponseEntityWithDefaults instantiates a new FinancialGetBasicBvnResponseEntity 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 (*FinancialGetBasicBvnResponseEntity) GetBvn

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) GetDob

GetDob returns the Dob field value if set, zero value otherwise.

func (*FinancialGetBasicBvnResponseEntity) GetDobOk

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 (*FinancialGetBasicBvnResponseEntity) GetFirstName

func (o *FinancialGetBasicBvnResponseEntity) GetFirstName() string

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

func (*FinancialGetBasicBvnResponseEntity) GetFirstNameOk

func (o *FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) GetFormattedDob

func (o *FinancialGetBasicBvnResponseEntity) GetFormattedDob() string

GetFormattedDob returns the FormattedDob field value if set, zero value otherwise.

func (*FinancialGetBasicBvnResponseEntity) GetFormattedDobOk

func (o *FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) GetLastName

func (o *FinancialGetBasicBvnResponseEntity) GetLastName() string

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

func (*FinancialGetBasicBvnResponseEntity) GetLastNameOk

func (o *FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) GetMobile

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*FinancialGetBasicBvnResponseEntity) GetMobileOk

func (o *FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) HasBvn

HasBvn returns a boolean if a field has been set.

func (*FinancialGetBasicBvnResponseEntity) HasDob

HasDob returns a boolean if a field has been set.

func (*FinancialGetBasicBvnResponseEntity) HasFirstName

func (o *FinancialGetBasicBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*FinancialGetBasicBvnResponseEntity) HasFormattedDob

func (o *FinancialGetBasicBvnResponseEntity) HasFormattedDob() bool

HasFormattedDob returns a boolean if a field has been set.

func (*FinancialGetBasicBvnResponseEntity) HasLastName

func (o *FinancialGetBasicBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*FinancialGetBasicBvnResponseEntity) HasMobile

HasMobile returns a boolean if a field has been set.

func (FinancialGetBasicBvnResponseEntity) MarshalJSON

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

func (*FinancialGetBasicBvnResponseEntity) SetBvn

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*FinancialGetBasicBvnResponseEntity) SetDob

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*FinancialGetBasicBvnResponseEntity) SetFirstName

func (o *FinancialGetBasicBvnResponseEntity) SetFirstName(v string)

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

func (*FinancialGetBasicBvnResponseEntity) SetFormattedDob

func (o *FinancialGetBasicBvnResponseEntity) SetFormattedDob(v string)

SetFormattedDob gets a reference to the given string and assigns it to the FormattedDob field.

func (*FinancialGetBasicBvnResponseEntity) SetLastName

func (o *FinancialGetBasicBvnResponseEntity) SetLastName(v string)

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

func (*FinancialGetBasicBvnResponseEntity) SetMobile

SetMobile gets a reference to the given string and assigns it to the Mobile field.

type FinancialGetFullBvnResponse

type FinancialGetFullBvnResponse struct {
	Entity *FinancialGetFullBvnResponseEntity `json:"entity,omitempty"`
}

FinancialGetFullBvnResponse struct for FinancialGetFullBvnResponse

func NewFinancialGetFullBvnResponse

func NewFinancialGetFullBvnResponse() *FinancialGetFullBvnResponse

NewFinancialGetFullBvnResponse instantiates a new FinancialGetFullBvnResponse 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 NewFinancialGetFullBvnResponseWithDefaults

func NewFinancialGetFullBvnResponseWithDefaults() *FinancialGetFullBvnResponse

NewFinancialGetFullBvnResponseWithDefaults instantiates a new FinancialGetFullBvnResponse 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 (*FinancialGetFullBvnResponse) GetEntity

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

func (*FinancialGetFullBvnResponse) 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 (*FinancialGetFullBvnResponse) HasEntity

func (o *FinancialGetFullBvnResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (FinancialGetFullBvnResponse) MarshalJSON

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

func (*FinancialGetFullBvnResponse) SetEntity

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

type FinancialGetFullBvnResponseEntity

type FinancialGetFullBvnResponseEntity 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"`
	WatchListed        *string `json:"watch_listed,omitempty"`
}

FinancialGetFullBvnResponseEntity struct for FinancialGetFullBvnResponseEntity

func NewFinancialGetFullBvnResponseEntity

func NewFinancialGetFullBvnResponseEntity() *FinancialGetFullBvnResponseEntity

NewFinancialGetFullBvnResponseEntity instantiates a new FinancialGetFullBvnResponseEntity 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 NewFinancialGetFullBvnResponseEntityWithDefaults

func NewFinancialGetFullBvnResponseEntityWithDefaults() *FinancialGetFullBvnResponseEntity

NewFinancialGetFullBvnResponseEntityWithDefaults instantiates a new FinancialGetFullBvnResponseEntity 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 (*FinancialGetFullBvnResponseEntity) GetBvn

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetBvnOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetDateOfBirth

func (o *FinancialGetFullBvnResponseEntity) GetDateOfBirth() string

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

func (*FinancialGetFullBvnResponseEntity) GetDateOfBirthOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetEmail

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

func (*FinancialGetFullBvnResponseEntity) GetEmailOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetEnrollmentBank

func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBank() string

GetEnrollmentBank returns the EnrollmentBank field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetEnrollmentBankOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetEnrollmentBranch

func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBranch() string

GetEnrollmentBranch returns the EnrollmentBranch field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetEnrollmentBranchOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetFirstName

func (o *FinancialGetFullBvnResponseEntity) GetFirstName() string

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

func (*FinancialGetFullBvnResponseEntity) GetFirstNameOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetGender

GetGender returns the Gender field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetGenderOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetImage

GetImage returns the Image field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetImageOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetLastName

func (o *FinancialGetFullBvnResponseEntity) GetLastName() string

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

func (*FinancialGetFullBvnResponseEntity) GetLastNameOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetLevelOfAccount

func (o *FinancialGetFullBvnResponseEntity) GetLevelOfAccount() string

GetLevelOfAccount returns the LevelOfAccount field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetLevelOfAccountOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetLgaOfOrigin

func (o *FinancialGetFullBvnResponseEntity) GetLgaOfOrigin() string

GetLgaOfOrigin returns the LgaOfOrigin field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetLgaOfOriginOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetLgaOfResidence

func (o *FinancialGetFullBvnResponseEntity) GetLgaOfResidence() string

GetLgaOfResidence returns the LgaOfResidence field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetLgaOfResidenceOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetMaritalStatus

func (o *FinancialGetFullBvnResponseEntity) GetMaritalStatus() string

GetMaritalStatus returns the MaritalStatus field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetMaritalStatusOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetMiddleName

func (o *FinancialGetFullBvnResponseEntity) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetMiddleNameOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetNameOnCard

func (o *FinancialGetFullBvnResponseEntity) GetNameOnCard() string

GetNameOnCard returns the NameOnCard field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetNameOnCardOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetNationality

func (o *FinancialGetFullBvnResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetNationalityOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetNinOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetPhoneNumber1

func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber1() string

GetPhoneNumber1 returns the PhoneNumber1 field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetPhoneNumber1Ok

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetPhoneNumber2

func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber2() string

GetPhoneNumber2 returns the PhoneNumber2 field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetPhoneNumber2Ok

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetRegistrationDate

func (o *FinancialGetFullBvnResponseEntity) GetRegistrationDate() string

GetRegistrationDate returns the RegistrationDate field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetRegistrationDateOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetResidentialAddress

func (o *FinancialGetFullBvnResponseEntity) GetResidentialAddress() string

GetResidentialAddress returns the ResidentialAddress field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetResidentialAddressOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetStateOfOrigin

func (o *FinancialGetFullBvnResponseEntity) GetStateOfOrigin() string

GetStateOfOrigin returns the StateOfOrigin field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetStateOfOriginOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetStateOfResidence

func (o *FinancialGetFullBvnResponseEntity) GetStateOfResidence() string

GetStateOfResidence returns the StateOfResidence field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetStateOfResidenceOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetTitleOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) GetWatchListed

func (o *FinancialGetFullBvnResponseEntity) GetWatchListed() string

GetWatchListed returns the WatchListed field value if set, zero value otherwise.

func (*FinancialGetFullBvnResponseEntity) GetWatchListedOk

func (o *FinancialGetFullBvnResponseEntity) 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 (*FinancialGetFullBvnResponseEntity) HasBvn

HasBvn returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasDateOfBirth

func (o *FinancialGetFullBvnResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasEmail

HasEmail returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasEnrollmentBank

func (o *FinancialGetFullBvnResponseEntity) HasEnrollmentBank() bool

HasEnrollmentBank returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasEnrollmentBranch

func (o *FinancialGetFullBvnResponseEntity) HasEnrollmentBranch() bool

HasEnrollmentBranch returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasFirstName

func (o *FinancialGetFullBvnResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasGender

func (o *FinancialGetFullBvnResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasImage

HasImage returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasLastName

func (o *FinancialGetFullBvnResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasLevelOfAccount

func (o *FinancialGetFullBvnResponseEntity) HasLevelOfAccount() bool

HasLevelOfAccount returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasLgaOfOrigin

func (o *FinancialGetFullBvnResponseEntity) HasLgaOfOrigin() bool

HasLgaOfOrigin returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasLgaOfResidence

func (o *FinancialGetFullBvnResponseEntity) HasLgaOfResidence() bool

HasLgaOfResidence returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasMaritalStatus

func (o *FinancialGetFullBvnResponseEntity) HasMaritalStatus() bool

HasMaritalStatus returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasMiddleName

func (o *FinancialGetFullBvnResponseEntity) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasNameOnCard

func (o *FinancialGetFullBvnResponseEntity) HasNameOnCard() bool

HasNameOnCard returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasNationality

func (o *FinancialGetFullBvnResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasNin

HasNin returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasPhoneNumber1

func (o *FinancialGetFullBvnResponseEntity) HasPhoneNumber1() bool

HasPhoneNumber1 returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasPhoneNumber2

func (o *FinancialGetFullBvnResponseEntity) HasPhoneNumber2() bool

HasPhoneNumber2 returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasRegistrationDate

func (o *FinancialGetFullBvnResponseEntity) HasRegistrationDate() bool

HasRegistrationDate returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasResidentialAddress

func (o *FinancialGetFullBvnResponseEntity) HasResidentialAddress() bool

HasResidentialAddress returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasStateOfOrigin

func (o *FinancialGetFullBvnResponseEntity) HasStateOfOrigin() bool

HasStateOfOrigin returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasStateOfResidence

func (o *FinancialGetFullBvnResponseEntity) HasStateOfResidence() bool

HasStateOfResidence returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasTitle

HasTitle returns a boolean if a field has been set.

func (*FinancialGetFullBvnResponseEntity) HasWatchListed

func (o *FinancialGetFullBvnResponseEntity) HasWatchListed() bool

HasWatchListed returns a boolean if a field has been set.

func (FinancialGetFullBvnResponseEntity) MarshalJSON

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

func (*FinancialGetFullBvnResponseEntity) SetBvn

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*FinancialGetFullBvnResponseEntity) SetDateOfBirth

func (o *FinancialGetFullBvnResponseEntity) SetDateOfBirth(v string)

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

func (*FinancialGetFullBvnResponseEntity) SetEmail

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

func (*FinancialGetFullBvnResponseEntity) SetEnrollmentBank

func (o *FinancialGetFullBvnResponseEntity) SetEnrollmentBank(v string)

SetEnrollmentBank gets a reference to the given string and assigns it to the EnrollmentBank field.

func (*FinancialGetFullBvnResponseEntity) SetEnrollmentBranch

func (o *FinancialGetFullBvnResponseEntity) SetEnrollmentBranch(v string)

SetEnrollmentBranch gets a reference to the given string and assigns it to the EnrollmentBranch field.

func (*FinancialGetFullBvnResponseEntity) SetFirstName

func (o *FinancialGetFullBvnResponseEntity) SetFirstName(v string)

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

func (*FinancialGetFullBvnResponseEntity) SetGender

func (o *FinancialGetFullBvnResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*FinancialGetFullBvnResponseEntity) SetImage

SetImage gets a reference to the given string and assigns it to the Image field.

func (*FinancialGetFullBvnResponseEntity) SetLastName

func (o *FinancialGetFullBvnResponseEntity) SetLastName(v string)

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

func (*FinancialGetFullBvnResponseEntity) SetLevelOfAccount

func (o *FinancialGetFullBvnResponseEntity) SetLevelOfAccount(v string)

SetLevelOfAccount gets a reference to the given string and assigns it to the LevelOfAccount field.

func (*FinancialGetFullBvnResponseEntity) SetLgaOfOrigin

func (o *FinancialGetFullBvnResponseEntity) SetLgaOfOrigin(v string)

SetLgaOfOrigin gets a reference to the given string and assigns it to the LgaOfOrigin field.

func (*FinancialGetFullBvnResponseEntity) SetLgaOfResidence

func (o *FinancialGetFullBvnResponseEntity) SetLgaOfResidence(v string)

SetLgaOfResidence gets a reference to the given string and assigns it to the LgaOfResidence field.

func (*FinancialGetFullBvnResponseEntity) SetMaritalStatus

func (o *FinancialGetFullBvnResponseEntity) SetMaritalStatus(v string)

SetMaritalStatus gets a reference to the given string and assigns it to the MaritalStatus field.

func (*FinancialGetFullBvnResponseEntity) SetMiddleName

func (o *FinancialGetFullBvnResponseEntity) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*FinancialGetFullBvnResponseEntity) SetNameOnCard

func (o *FinancialGetFullBvnResponseEntity) SetNameOnCard(v string)

SetNameOnCard gets a reference to the given string and assigns it to the NameOnCard field.

func (*FinancialGetFullBvnResponseEntity) SetNationality

func (o *FinancialGetFullBvnResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*FinancialGetFullBvnResponseEntity) SetNin

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*FinancialGetFullBvnResponseEntity) SetPhoneNumber1

func (o *FinancialGetFullBvnResponseEntity) SetPhoneNumber1(v string)

SetPhoneNumber1 gets a reference to the given string and assigns it to the PhoneNumber1 field.

func (*FinancialGetFullBvnResponseEntity) SetPhoneNumber2

func (o *FinancialGetFullBvnResponseEntity) SetPhoneNumber2(v string)

SetPhoneNumber2 gets a reference to the given string and assigns it to the PhoneNumber2 field.

func (*FinancialGetFullBvnResponseEntity) SetRegistrationDate

func (o *FinancialGetFullBvnResponseEntity) SetRegistrationDate(v string)

SetRegistrationDate gets a reference to the given string and assigns it to the RegistrationDate field.

func (*FinancialGetFullBvnResponseEntity) SetResidentialAddress

func (o *FinancialGetFullBvnResponseEntity) SetResidentialAddress(v string)

SetResidentialAddress gets a reference to the given string and assigns it to the ResidentialAddress field.

func (*FinancialGetFullBvnResponseEntity) SetStateOfOrigin

func (o *FinancialGetFullBvnResponseEntity) SetStateOfOrigin(v string)

SetStateOfOrigin gets a reference to the given string and assigns it to the StateOfOrigin field.

func (*FinancialGetFullBvnResponseEntity) SetStateOfResidence

func (o *FinancialGetFullBvnResponseEntity) SetStateOfResidence(v string)

SetStateOfResidence gets a reference to the given string and assigns it to the StateOfResidence field.

func (*FinancialGetFullBvnResponseEntity) SetTitle

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*FinancialGetFullBvnResponseEntity) SetWatchListed

func (o *FinancialGetFullBvnResponseEntity) SetWatchListed(v string)

SetWatchListed gets a reference to the given string and assigns it to the WatchListed 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 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

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 GeneralApiGetDataPlansRequest

type GeneralApiGetDataPlansRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiGetDataPlansRequest) 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 GeneralApiGetWalletBalanceRequest

type GeneralApiGetWalletBalanceRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiGetWalletBalanceRequest) Execute

type GeneralApiPurchaseAirtimeRequest

type GeneralApiPurchaseAirtimeRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiPurchaseAirtimeRequest) Execute

func (GeneralApiPurchaseAirtimeRequest) PurchaseAirtimeRequest

func (r GeneralApiPurchaseAirtimeRequest) PurchaseAirtimeRequest(purchaseAirtimeRequest PurchaseAirtimeRequest) GeneralApiPurchaseAirtimeRequest

type GeneralApiPurchaseDataRequest

type GeneralApiPurchaseDataRequest struct {
	ApiService *GeneralApiService
	// contains filtered or unexported fields
}

func (GeneralApiPurchaseDataRequest) Execute

func (GeneralApiPurchaseDataRequest) PurchaseDataRequest

func (r GeneralApiPurchaseDataRequest) PurchaseDataRequest(purchaseDataRequest PurchaseDataRequest) GeneralApiPurchaseDataRequest

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) GetDataPlans

GetDataPlans Purchase - Get Data Plans

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

func (*GeneralApiService) GetDataPlansExecute

Execute executes the request

@return GetDataPlansResponse

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

func (*GeneralApiService) 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 GeneralApiGetWalletBalanceRequest

func (*GeneralApiService) GetWalletBalanceExecute

Execute executes the request

@return GetWalletBalanceResponse

func (*GeneralApiService) PurchaseAirtime

PurchaseAirtime Purchase - Send Airtime

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

func (*GeneralApiService) PurchaseAirtimeExecute

Execute executes the request

@return PurchaseAirtimeResponse

func (*GeneralApiService) PurchaseData

PurchaseData Purchase - Buy Data

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

func (*GeneralApiService) PurchaseDataExecute

Execute executes the request

@return PurchaseDataResponse

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 GeneralGetWalletBalanceResponse

type GeneralGetWalletBalanceResponse struct {
	Entity *GetWalletBalanceResponseEntity `json:"entity,omitempty"`
}

GeneralGetWalletBalanceResponse struct for GeneralGetWalletBalanceResponse

func NewGeneralGetWalletBalanceResponse

func NewGeneralGetWalletBalanceResponse() *GeneralGetWalletBalanceResponse

NewGeneralGetWalletBalanceResponse instantiates a new GeneralGetWalletBalanceResponse 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 NewGeneralGetWalletBalanceResponseWithDefaults

func NewGeneralGetWalletBalanceResponseWithDefaults() *GeneralGetWalletBalanceResponse

NewGeneralGetWalletBalanceResponseWithDefaults instantiates a new GeneralGetWalletBalanceResponse 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 (*GeneralGetWalletBalanceResponse) GetEntity

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

func (*GeneralGetWalletBalanceResponse) 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 (*GeneralGetWalletBalanceResponse) HasEntity

func (o *GeneralGetWalletBalanceResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GeneralGetWalletBalanceResponse) MarshalJSON

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

func (*GeneralGetWalletBalanceResponse) SetEntity

SetEntity gets a reference to the given GetWalletBalanceResponseEntity and assigns it to the Entity 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 GetAccountAnalysisResponse

type GetAccountAnalysisResponse struct {
	Entity *GetAccountAnalysisResponseEntity `json:"entity,omitempty"`
}

GetAccountAnalysisResponse struct for GetAccountAnalysisResponse

func NewGetAccountAnalysisResponse

func NewGetAccountAnalysisResponse() *GetAccountAnalysisResponse

NewGetAccountAnalysisResponse instantiates a new GetAccountAnalysisResponse 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 NewGetAccountAnalysisResponseWithDefaults

func NewGetAccountAnalysisResponseWithDefaults() *GetAccountAnalysisResponse

NewGetAccountAnalysisResponseWithDefaults instantiates a new GetAccountAnalysisResponse 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 (*GetAccountAnalysisResponse) GetEntity

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

func (*GetAccountAnalysisResponse) 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 (*GetAccountAnalysisResponse) HasEntity

func (o *GetAccountAnalysisResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetAccountAnalysisResponse) MarshalJSON

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

func (*GetAccountAnalysisResponse) SetEntity

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

type GetAccountAnalysisResponseEntity

type GetAccountAnalysisResponseEntity struct {
	AccountBreakdown            *GetAccountAnalysisResponseEntityAccountBreakdown            `json:"accountBreakdown,omitempty"`
	ExpenseBreakdown            *GetAccountAnalysisResponseEntityExpenseBreakdown            `json:"expenseBreakdown,omitempty"`
	FundsManagement             *GetAccountAnalysisResponseEntityFundsManagement             `json:"fundsManagement,omitempty"`
	InflowBreakdown             *GetAccountAnalysisResponseEntityInflowBreakdown             `json:"inflowBreakdown,omitempty"`
	TransactionRoutineBreakdown *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown `json:"transactionRoutineBreakdown,omitempty"`
	Status                      *float32                                                     `json:"status,omitempty"`
}

GetAccountAnalysisResponseEntity struct for GetAccountAnalysisResponseEntity

func NewGetAccountAnalysisResponseEntity

func NewGetAccountAnalysisResponseEntity() *GetAccountAnalysisResponseEntity

NewGetAccountAnalysisResponseEntity instantiates a new GetAccountAnalysisResponseEntity 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 NewGetAccountAnalysisResponseEntityWithDefaults

func NewGetAccountAnalysisResponseEntityWithDefaults() *GetAccountAnalysisResponseEntity

NewGetAccountAnalysisResponseEntityWithDefaults instantiates a new GetAccountAnalysisResponseEntity 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 (*GetAccountAnalysisResponseEntity) GetAccountBreakdown

GetAccountBreakdown returns the AccountBreakdown field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntity) GetAccountBreakdownOk

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

func (*GetAccountAnalysisResponseEntity) GetExpenseBreakdown

GetExpenseBreakdown returns the ExpenseBreakdown field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntity) GetExpenseBreakdownOk

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

func (*GetAccountAnalysisResponseEntity) GetFundsManagement

GetFundsManagement returns the FundsManagement field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntity) GetFundsManagementOk

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

func (*GetAccountAnalysisResponseEntity) GetInflowBreakdown

GetInflowBreakdown returns the InflowBreakdown field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntity) GetInflowBreakdownOk

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

func (*GetAccountAnalysisResponseEntity) GetStatus

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

func (*GetAccountAnalysisResponseEntity) GetStatusOk

func (o *GetAccountAnalysisResponseEntity) 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 (*GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdown

GetTransactionRoutineBreakdown returns the TransactionRoutineBreakdown field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdownOk

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

func (*GetAccountAnalysisResponseEntity) HasAccountBreakdown

func (o *GetAccountAnalysisResponseEntity) HasAccountBreakdown() bool

HasAccountBreakdown returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntity) HasExpenseBreakdown

func (o *GetAccountAnalysisResponseEntity) HasExpenseBreakdown() bool

HasExpenseBreakdown returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntity) HasFundsManagement

func (o *GetAccountAnalysisResponseEntity) HasFundsManagement() bool

HasFundsManagement returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntity) HasInflowBreakdown

func (o *GetAccountAnalysisResponseEntity) HasInflowBreakdown() bool

HasInflowBreakdown returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntity) HasStatus

func (o *GetAccountAnalysisResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntity) HasTransactionRoutineBreakdown

func (o *GetAccountAnalysisResponseEntity) HasTransactionRoutineBreakdown() bool

HasTransactionRoutineBreakdown returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntity) MarshalJSON

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

func (*GetAccountAnalysisResponseEntity) SetAccountBreakdown

SetAccountBreakdown gets a reference to the given GetAccountAnalysisResponseEntityAccountBreakdown and assigns it to the AccountBreakdown field.

func (*GetAccountAnalysisResponseEntity) SetExpenseBreakdown

SetExpenseBreakdown gets a reference to the given GetAccountAnalysisResponseEntityExpenseBreakdown and assigns it to the ExpenseBreakdown field.

func (*GetAccountAnalysisResponseEntity) SetFundsManagement

SetFundsManagement gets a reference to the given GetAccountAnalysisResponseEntityFundsManagement and assigns it to the FundsManagement field.

func (*GetAccountAnalysisResponseEntity) SetInflowBreakdown

SetInflowBreakdown gets a reference to the given GetAccountAnalysisResponseEntityInflowBreakdown and assigns it to the InflowBreakdown field.

func (*GetAccountAnalysisResponseEntity) SetStatus

func (o *GetAccountAnalysisResponseEntity) SetStatus(v float32)

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

func (*GetAccountAnalysisResponseEntity) SetTransactionRoutineBreakdown

SetTransactionRoutineBreakdown gets a reference to the given GetAccountAnalysisResponseEntityTransactionRoutineBreakdown and assigns it to the TransactionRoutineBreakdown field.

type GetAccountAnalysisResponseEntityAccountBreakdown

type GetAccountAnalysisResponseEntityAccountBreakdown struct {
	TotalCreditEntry          *float32 `json:"TotalCreditEntry,omitempty"`
	TotalDebitMade            *float32 `json:"TotalDebitMade,omitempty"`
	AverageMonthlyBalance     *float32 `json:"averageMonthlyBalance,omitempty"`
	AverageMonthlyCredits     *float32 `json:"averageMonthlyCredits,omitempty"`
	AverageMonthlyDebits      *float32 `json:"averageMonthlyDebits,omitempty"`
	AverageWeeklyBalance      *float32 `json:"averageWeeklyBalance,omitempty"`
	AverageWeeklyCredits      *float32 `json:"averageWeeklyCredits,omitempty"`
	AverageWeeklyDebits       *float32 `json:"averageWeeklyDebits,omitempty"`
	ClosingBalance            *float32 `json:"closingBalance,omitempty"`
	FirstDateInStatement      *string  `json:"firstDateInStatement,omitempty"`
	LastDateInStatement       *string  `json:"lastDateInStatement,omitempty"`
	NumberOfTransactingMonths *float32 `json:"numberOfTransactingMonths,omitempty"`
	PeriodInStatement         *string  `json:"periodInStatement,omitempty"`
	YearInStatement           *string  `json:"yearInStatement,omitempty"`
}

GetAccountAnalysisResponseEntityAccountBreakdown struct for GetAccountAnalysisResponseEntityAccountBreakdown

func NewGetAccountAnalysisResponseEntityAccountBreakdown

func NewGetAccountAnalysisResponseEntityAccountBreakdown() *GetAccountAnalysisResponseEntityAccountBreakdown

NewGetAccountAnalysisResponseEntityAccountBreakdown instantiates a new GetAccountAnalysisResponseEntityAccountBreakdown 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 NewGetAccountAnalysisResponseEntityAccountBreakdownWithDefaults

func NewGetAccountAnalysisResponseEntityAccountBreakdownWithDefaults() *GetAccountAnalysisResponseEntityAccountBreakdown

NewGetAccountAnalysisResponseEntityAccountBreakdownWithDefaults instantiates a new GetAccountAnalysisResponseEntityAccountBreakdown 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 (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalance() float32

GetAverageMonthlyBalance returns the AverageMonthlyBalance field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalanceOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalanceOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCredits() float32

GetAverageMonthlyCredits returns the AverageMonthlyCredits field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCreditsOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCreditsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebits() float32

GetAverageMonthlyDebits returns the AverageMonthlyDebits field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebitsOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebitsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalance() float32

GetAverageWeeklyBalance returns the AverageWeeklyBalance field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalanceOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalanceOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCredits() float32

GetAverageWeeklyCredits returns the AverageWeeklyCredits field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCreditsOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCreditsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebits() float32

GetAverageWeeklyDebits returns the AverageWeeklyDebits field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebitsOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebitsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalance

GetClosingBalance returns the ClosingBalance field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalanceOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalanceOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatement() string

GetFirstDateInStatement returns the FirstDateInStatement field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatementOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatementOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatement() string

GetLastDateInStatement returns the LastDateInStatement field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatementOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatementOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonths

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonths() float32

GetNumberOfTransactingMonths returns the NumberOfTransactingMonths field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonthsOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonthsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatement() string

GetPeriodInStatement returns the PeriodInStatement field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatementOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatementOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntry

GetTotalCreditEntry returns the TotalCreditEntry field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntryOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntryOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMade

GetTotalDebitMade returns the TotalDebitMade field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMadeOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMadeOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatement

GetYearInStatement returns the YearInStatement field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatementOk

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatementOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyBalance() bool

HasAverageMonthlyBalance returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyCredits() bool

HasAverageMonthlyCredits returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyDebits() bool

HasAverageMonthlyDebits returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyBalance() bool

HasAverageWeeklyBalance returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyCredits() bool

HasAverageWeeklyCredits returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyDebits() bool

HasAverageWeeklyDebits returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasClosingBalance

HasClosingBalance returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasFirstDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasFirstDateInStatement() bool

HasFirstDateInStatement returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasLastDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasLastDateInStatement() bool

HasLastDateInStatement returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasNumberOfTransactingMonths

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasNumberOfTransactingMonths() bool

HasNumberOfTransactingMonths returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasPeriodInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasPeriodInStatement() bool

HasPeriodInStatement returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalCreditEntry

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalCreditEntry() bool

HasTotalCreditEntry returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalDebitMade

HasTotalDebitMade returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasYearInStatement

HasYearInStatement returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyBalance(v float32)

SetAverageMonthlyBalance gets a reference to the given float32 and assigns it to the AverageMonthlyBalance field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyCredits(v float32)

SetAverageMonthlyCredits gets a reference to the given float32 and assigns it to the AverageMonthlyCredits field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyDebits(v float32)

SetAverageMonthlyDebits gets a reference to the given float32 and assigns it to the AverageMonthlyDebits field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyBalance

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyBalance(v float32)

SetAverageWeeklyBalance gets a reference to the given float32 and assigns it to the AverageWeeklyBalance field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyCredits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyCredits(v float32)

SetAverageWeeklyCredits gets a reference to the given float32 and assigns it to the AverageWeeklyCredits field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyDebits

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyDebits(v float32)

SetAverageWeeklyDebits gets a reference to the given float32 and assigns it to the AverageWeeklyDebits field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetClosingBalance

SetClosingBalance gets a reference to the given float32 and assigns it to the ClosingBalance field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetFirstDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetFirstDateInStatement(v string)

SetFirstDateInStatement gets a reference to the given string and assigns it to the FirstDateInStatement field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetLastDateInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetLastDateInStatement(v string)

SetLastDateInStatement gets a reference to the given string and assigns it to the LastDateInStatement field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetNumberOfTransactingMonths

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetNumberOfTransactingMonths(v float32)

SetNumberOfTransactingMonths gets a reference to the given float32 and assigns it to the NumberOfTransactingMonths field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetPeriodInStatement

func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetPeriodInStatement(v string)

SetPeriodInStatement gets a reference to the given string and assigns it to the PeriodInStatement field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalCreditEntry

SetTotalCreditEntry gets a reference to the given float32 and assigns it to the TotalCreditEntry field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalDebitMade

SetTotalDebitMade gets a reference to the given float32 and assigns it to the TotalDebitMade field.

func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetYearInStatement

SetYearInStatement gets a reference to the given string and assigns it to the YearInStatement field.

type GetAccountAnalysisResponseEntityExpenseBreakdown

type GetAccountAnalysisResponseEntityExpenseBreakdown struct {
	MaximumExpense                                   *string  `json:"MaximumExpense,omitempty"`
	AtmLocations                                     []string `json:"atmLocations,omitempty"`
	AverageMonthlyExpenseOnAirtimeandData            *float32 `json:"averageMonthlyExpenseOnAirtimeandData,omitempty"`
	AverageMonthlyExpenseOnAtmAndPOS                 *float32 `json:"averageMonthlyExpenseOnAtmAndPOS,omitempty"`
	AverageMonthlyExpenseOnChargesAndStampDuty       *float32 `json:"averageMonthlyExpenseOnChargesAndStampDuty,omitempty"`
	AverageMonthlyExpenseOnEntertainment             *float32 `json:"averageMonthlyExpenseOnEntertainment,omitempty"`
	AverageMonthlyExpenseOnGambling                  *float32 `json:"averageMonthlyExpenseOnGambling,omitempty"`
	AverageMonthlyExpenseOnHealth                    *float32 `json:"averageMonthlyExpenseOnHealth,omitempty"`
	AverageMonthlyExpenseOnHospitalityandFood        *float32 `json:"averageMonthlyExpenseOnHospitalityandFood,omitempty"`
	AverageMonthlyExpenseOnInsurance                 *float32 `json:"averageMonthlyExpenseOnInsurance,omitempty"`
	AverageMonthlyExpenseOnInternationalTransactions *float32 `json:"averageMonthlyExpenseOnInternationalTransactions,omitempty"`
	AverageMonthlyExpenseOnOnlineandWeb              *float32 `json:"averageMonthlyExpenseOnOnlineandWeb,omitempty"`
	AverageMonthlyExpenseOnRent                      *float32 `json:"averageMonthlyExpenseOnRent,omitempty"`
	AverageMonthlyExpenseOnSavingsAndInvestments     *float32 `json:"averageMonthlyExpenseOnSavingsAndInvestments,omitempty"`
	AverageMonthlyExpenseOnTransfer                  *float32 `json:"averageMonthlyExpenseOnTransfer,omitempty"`
	AverageMonthlyExpenseOnTransportation            *float32 `json:"averageMonthlyExpenseOnTransportation,omitempty"`
	AverageMonthlyExpenseOnUSSD                      *float32 `json:"averageMonthlyExpenseOnUSSD,omitempty"`
	AverageMonthlyExpenseOnUtilities                 *float32 `json:"averageMonthlyExpenseOnUtilities,omitempty"`
	AverageMonthlyExpenseonTravel                    *float32 `json:"averageMonthlyExpenseonTravel,omitempty"`
	AverageMonthlyRecurringExpenses                  *float32 `json:"averageMonthlyRecurringExpenses,omitempty"`
	AverageMonthlyTotalExpenses                      *float32 `json:"averageMonthlyTotalExpenses,omitempty"`
	MinimumSalary                                    *float32 `json:"minimumSalary,omitempty"`
	MonthWithmaximumExpense                          *string  `json:"monthWithmaximumExpense,omitempty"`
	MostFrequentExpense                              *string  `json:"mostFrequentExpense,omitempty"`
	MostFrequentExpenseCategory                      *string  `json:"mostFrequentExpenseCategory,omitempty"`
	TotalExpenseOnAirtimeAndData                     *float32 `json:"totalExpenseOnAirtimeAndData,omitempty"`
	TotalExpenseOnInternationalTransactions          *float32 `json:"totalExpenseOnInternationalTransactions,omitempty"`
	TotalExpenseOnSavingsAndInvestments              *float32 `json:"totalExpenseOnSavingsAndInvestments,omitempty"`
	TotalExpenseOnTransfer                           *float32 `json:"totalExpenseOnTransfer,omitempty"`
	TotalExpenseOnTransportation                     *float32 `json:"totalExpenseOnTransportation,omitempty"`
	TotalExpenseOnTravel                             *float32 `json:"totalExpenseOnTravel,omitempty"`
	TotalExpenseOnUSSD                               *float32 `json:"totalExpenseOnUSSD,omitempty"`
	TotalExpenseOnUtilities                          *float32 `json:"totalExpenseOnUtilities,omitempty"`
	TotalExpenseonChargesAndStampDuty                *float32 `json:"totalExpenseonChargesAndStampDuty,omitempty"`
	TotalExpenseonEntertainment                      *float32 `json:"totalExpenseonEntertainment,omitempty"`
	TotalExpenseonGambling                           *float32 `json:"totalExpenseonGambling,omitempty"`
	TotalExpenseonHealth                             *float32 `json:"totalExpenseonHealth,omitempty"`
	TotalExpenseonHospitalityandFood                 *float32 `json:"totalExpenseonHospitalityandFood,omitempty"`
	TotalExpenseonInsurance                          *float32 `json:"totalExpenseonInsurance,omitempty"`
	TotalExpenseonOnlineandWeb                       *float32 `json:"totalExpenseonOnlineandWeb,omitempty"`
	TotalMonthlyExpenses                             *float32 `json:"totalMonthlyExpenses,omitempty"`
	TotalRecurringExpenses                           *float32 `json:"totalRecurringExpenses,omitempty"`
}

GetAccountAnalysisResponseEntityExpenseBreakdown struct for GetAccountAnalysisResponseEntityExpenseBreakdown

func NewGetAccountAnalysisResponseEntityExpenseBreakdown

func NewGetAccountAnalysisResponseEntityExpenseBreakdown() *GetAccountAnalysisResponseEntityExpenseBreakdown

NewGetAccountAnalysisResponseEntityExpenseBreakdown instantiates a new GetAccountAnalysisResponseEntityExpenseBreakdown 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 NewGetAccountAnalysisResponseEntityExpenseBreakdownWithDefaults

func NewGetAccountAnalysisResponseEntityExpenseBreakdownWithDefaults() *GetAccountAnalysisResponseEntityExpenseBreakdown

NewGetAccountAnalysisResponseEntityExpenseBreakdownWithDefaults instantiates a new GetAccountAnalysisResponseEntityExpenseBreakdown 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 (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocations

GetAtmLocations returns the AtmLocations field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocationsOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocationsOk() ([]string, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandData() float32

GetAverageMonthlyExpenseOnAirtimeandData returns the AverageMonthlyExpenseOnAirtimeandData field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandDataOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandDataOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOS

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOS() float32

GetAverageMonthlyExpenseOnAtmAndPOS returns the AverageMonthlyExpenseOnAtmAndPOS field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOSOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOSOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDuty() float32

GetAverageMonthlyExpenseOnChargesAndStampDuty returns the AverageMonthlyExpenseOnChargesAndStampDuty field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDutyOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDutyOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainment() float32

GetAverageMonthlyExpenseOnEntertainment returns the AverageMonthlyExpenseOnEntertainment field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainmentOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainmentOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGambling() float32

GetAverageMonthlyExpenseOnGambling returns the AverageMonthlyExpenseOnGambling field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGamblingOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGamblingOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealth() float32

GetAverageMonthlyExpenseOnHealth returns the AverageMonthlyExpenseOnHealth field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealthOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealthOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFood() float32

GetAverageMonthlyExpenseOnHospitalityandFood returns the AverageMonthlyExpenseOnHospitalityandFood field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFoodOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFoodOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsurance() float32

GetAverageMonthlyExpenseOnInsurance returns the AverageMonthlyExpenseOnInsurance field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsuranceOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsuranceOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactions() float32

GetAverageMonthlyExpenseOnInternationalTransactions returns the AverageMonthlyExpenseOnInternationalTransactions field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactionsOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactionsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWeb() float32

GetAverageMonthlyExpenseOnOnlineandWeb returns the AverageMonthlyExpenseOnOnlineandWeb field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWebOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWebOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRent

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRent() float32

GetAverageMonthlyExpenseOnRent returns the AverageMonthlyExpenseOnRent field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRentOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRentOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestments() float32

GetAverageMonthlyExpenseOnSavingsAndInvestments returns the AverageMonthlyExpenseOnSavingsAndInvestments field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestmentsOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestmentsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransfer() float32

GetAverageMonthlyExpenseOnTransfer returns the AverageMonthlyExpenseOnTransfer field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransferOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransferOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportation() float32

GetAverageMonthlyExpenseOnTransportation returns the AverageMonthlyExpenseOnTransportation field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportationOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportationOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSD() float32

GetAverageMonthlyExpenseOnUSSD returns the AverageMonthlyExpenseOnUSSD field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSDOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSDOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilities() float32

GetAverageMonthlyExpenseOnUtilities returns the AverageMonthlyExpenseOnUtilities field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilitiesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilitiesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravel() float32

GetAverageMonthlyExpenseonTravel returns the AverageMonthlyExpenseonTravel field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravelOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravelOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpenses() float32

GetAverageMonthlyRecurringExpenses returns the AverageMonthlyRecurringExpenses field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpensesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpensesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpenses() float32

GetAverageMonthlyTotalExpenses returns the AverageMonthlyTotalExpenses field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpensesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpensesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpense

GetMaximumExpense returns the MaximumExpense field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpenseOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpenseOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalary

GetMinimumSalary returns the MinimumSalary field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalaryOk

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpense() string

GetMonthWithmaximumExpense returns the MonthWithmaximumExpense field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpenseOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpenseOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpense() string

GetMostFrequentExpense returns the MostFrequentExpense field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategory

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategory() string

GetMostFrequentExpenseCategory returns the MostFrequentExpenseCategory field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategoryOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategoryOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndData() float32

GetTotalExpenseOnAirtimeAndData returns the TotalExpenseOnAirtimeAndData field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndDataOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndDataOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactions() float32

GetTotalExpenseOnInternationalTransactions returns the TotalExpenseOnInternationalTransactions field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactionsOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactionsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestments() float32

GetTotalExpenseOnSavingsAndInvestments returns the TotalExpenseOnSavingsAndInvestments field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestmentsOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestmentsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransfer() float32

GetTotalExpenseOnTransfer returns the TotalExpenseOnTransfer field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransferOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransferOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportation() float32

GetTotalExpenseOnTransportation returns the TotalExpenseOnTransportation field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportationOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportationOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravel() float32

GetTotalExpenseOnTravel returns the TotalExpenseOnTravel field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravelOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravelOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSD() float32

GetTotalExpenseOnUSSD returns the TotalExpenseOnUSSD field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSDOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSDOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilities() float32

GetTotalExpenseOnUtilities returns the TotalExpenseOnUtilities field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilitiesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilitiesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDuty() float32

GetTotalExpenseonChargesAndStampDuty returns the TotalExpenseonChargesAndStampDuty field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDutyOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDutyOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainment() float32

GetTotalExpenseonEntertainment returns the TotalExpenseonEntertainment field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainmentOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainmentOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGambling() float32

GetTotalExpenseonGambling returns the TotalExpenseonGambling field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGamblingOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGamblingOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealth() float32

GetTotalExpenseonHealth returns the TotalExpenseonHealth field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealthOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealthOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFood() float32

GetTotalExpenseonHospitalityandFood returns the TotalExpenseonHospitalityandFood field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFoodOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFoodOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsurance() float32

GetTotalExpenseonInsurance returns the TotalExpenseonInsurance field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsuranceOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsuranceOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWeb() float32

GetTotalExpenseonOnlineandWeb returns the TotalExpenseonOnlineandWeb field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWebOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWebOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpenses() float32

GetTotalMonthlyExpenses returns the TotalMonthlyExpenses field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpensesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpensesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpenses() float32

GetTotalRecurringExpenses returns the TotalRecurringExpenses field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpensesOk

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpensesOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAtmLocations

HasAtmLocations returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAirtimeandData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAirtimeandData() bool

HasAverageMonthlyExpenseOnAirtimeandData returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAtmAndPOS

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAtmAndPOS() bool

HasAverageMonthlyExpenseOnAtmAndPOS returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnChargesAndStampDuty() bool

HasAverageMonthlyExpenseOnChargesAndStampDuty returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnEntertainment() bool

HasAverageMonthlyExpenseOnEntertainment returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnGambling() bool

HasAverageMonthlyExpenseOnGambling returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHealth() bool

HasAverageMonthlyExpenseOnHealth returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHospitalityandFood() bool

HasAverageMonthlyExpenseOnHospitalityandFood returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInsurance() bool

HasAverageMonthlyExpenseOnInsurance returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInternationalTransactions() bool

HasAverageMonthlyExpenseOnInternationalTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnOnlineandWeb() bool

HasAverageMonthlyExpenseOnOnlineandWeb returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnRent

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnRent() bool

HasAverageMonthlyExpenseOnRent returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnSavingsAndInvestments() bool

HasAverageMonthlyExpenseOnSavingsAndInvestments returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransfer() bool

HasAverageMonthlyExpenseOnTransfer returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransportation() bool

HasAverageMonthlyExpenseOnTransportation returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUSSD() bool

HasAverageMonthlyExpenseOnUSSD returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUtilities() bool

HasAverageMonthlyExpenseOnUtilities returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseonTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseonTravel() bool

HasAverageMonthlyExpenseonTravel returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyRecurringExpenses() bool

HasAverageMonthlyRecurringExpenses returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyTotalExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyTotalExpenses() bool

HasAverageMonthlyTotalExpenses returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMaximumExpense

HasMaximumExpense returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMinimumSalary

HasMinimumSalary returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMonthWithmaximumExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMonthWithmaximumExpense() bool

HasMonthWithmaximumExpense returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpense() bool

HasMostFrequentExpense returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpenseCategory

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpenseCategory() bool

HasMostFrequentExpenseCategory returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnAirtimeAndData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnAirtimeAndData() bool

HasTotalExpenseOnAirtimeAndData returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnInternationalTransactions() bool

HasTotalExpenseOnInternationalTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnSavingsAndInvestments() bool

HasTotalExpenseOnSavingsAndInvestments returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransfer() bool

HasTotalExpenseOnTransfer returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransportation() bool

HasTotalExpenseOnTransportation returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTravel() bool

HasTotalExpenseOnTravel returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUSSD() bool

HasTotalExpenseOnUSSD returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUtilities() bool

HasTotalExpenseOnUtilities returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonChargesAndStampDuty() bool

HasTotalExpenseonChargesAndStampDuty returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonEntertainment() bool

HasTotalExpenseonEntertainment returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonGambling() bool

HasTotalExpenseonGambling returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHealth() bool

HasTotalExpenseonHealth returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHospitalityandFood() bool

HasTotalExpenseonHospitalityandFood returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonInsurance() bool

HasTotalExpenseonInsurance returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonOnlineandWeb() bool

HasTotalExpenseonOnlineandWeb returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalMonthlyExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalMonthlyExpenses() bool

HasTotalMonthlyExpenses returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalRecurringExpenses() bool

HasTotalRecurringExpenses returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAtmLocations

SetAtmLocations gets a reference to the given []string and assigns it to the AtmLocations field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAirtimeandData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAirtimeandData(v float32)

SetAverageMonthlyExpenseOnAirtimeandData gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnAirtimeandData field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAtmAndPOS

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAtmAndPOS(v float32)

SetAverageMonthlyExpenseOnAtmAndPOS gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnAtmAndPOS field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnChargesAndStampDuty(v float32)

SetAverageMonthlyExpenseOnChargesAndStampDuty gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnChargesAndStampDuty field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnEntertainment(v float32)

SetAverageMonthlyExpenseOnEntertainment gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnEntertainment field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnGambling(v float32)

SetAverageMonthlyExpenseOnGambling gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnGambling field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHealth(v float32)

SetAverageMonthlyExpenseOnHealth gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnHealth field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHospitalityandFood(v float32)

SetAverageMonthlyExpenseOnHospitalityandFood gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnHospitalityandFood field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInsurance(v float32)

SetAverageMonthlyExpenseOnInsurance gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnInsurance field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInternationalTransactions(v float32)

SetAverageMonthlyExpenseOnInternationalTransactions gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnInternationalTransactions field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnOnlineandWeb(v float32)

SetAverageMonthlyExpenseOnOnlineandWeb gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnOnlineandWeb field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnRent

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnRent(v float32)

SetAverageMonthlyExpenseOnRent gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnRent field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnSavingsAndInvestments(v float32)

SetAverageMonthlyExpenseOnSavingsAndInvestments gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnSavingsAndInvestments field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransfer(v float32)

SetAverageMonthlyExpenseOnTransfer gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnTransfer field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransportation(v float32)

SetAverageMonthlyExpenseOnTransportation gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnTransportation field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUSSD(v float32)

SetAverageMonthlyExpenseOnUSSD gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnUSSD field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUtilities(v float32)

SetAverageMonthlyExpenseOnUtilities gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseOnUtilities field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseonTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseonTravel(v float32)

SetAverageMonthlyExpenseonTravel gets a reference to the given float32 and assigns it to the AverageMonthlyExpenseonTravel field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyRecurringExpenses(v float32)

SetAverageMonthlyRecurringExpenses gets a reference to the given float32 and assigns it to the AverageMonthlyRecurringExpenses field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyTotalExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyTotalExpenses(v float32)

SetAverageMonthlyTotalExpenses gets a reference to the given float32 and assigns it to the AverageMonthlyTotalExpenses field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMaximumExpense

SetMaximumExpense gets a reference to the given string and assigns it to the MaximumExpense field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMinimumSalary

SetMinimumSalary gets a reference to the given float32 and assigns it to the MinimumSalary field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMonthWithmaximumExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMonthWithmaximumExpense(v string)

SetMonthWithmaximumExpense gets a reference to the given string and assigns it to the MonthWithmaximumExpense field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpense

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpense(v string)

SetMostFrequentExpense gets a reference to the given string and assigns it to the MostFrequentExpense field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpenseCategory

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpenseCategory(v string)

SetMostFrequentExpenseCategory gets a reference to the given string and assigns it to the MostFrequentExpenseCategory field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnAirtimeAndData

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnAirtimeAndData(v float32)

SetTotalExpenseOnAirtimeAndData gets a reference to the given float32 and assigns it to the TotalExpenseOnAirtimeAndData field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnInternationalTransactions

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnInternationalTransactions(v float32)

SetTotalExpenseOnInternationalTransactions gets a reference to the given float32 and assigns it to the TotalExpenseOnInternationalTransactions field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnSavingsAndInvestments

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnSavingsAndInvestments(v float32)

SetTotalExpenseOnSavingsAndInvestments gets a reference to the given float32 and assigns it to the TotalExpenseOnSavingsAndInvestments field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransfer

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransfer(v float32)

SetTotalExpenseOnTransfer gets a reference to the given float32 and assigns it to the TotalExpenseOnTransfer field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransportation

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransportation(v float32)

SetTotalExpenseOnTransportation gets a reference to the given float32 and assigns it to the TotalExpenseOnTransportation field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTravel

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTravel(v float32)

SetTotalExpenseOnTravel gets a reference to the given float32 and assigns it to the TotalExpenseOnTravel field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUSSD

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUSSD(v float32)

SetTotalExpenseOnUSSD gets a reference to the given float32 and assigns it to the TotalExpenseOnUSSD field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUtilities

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUtilities(v float32)

SetTotalExpenseOnUtilities gets a reference to the given float32 and assigns it to the TotalExpenseOnUtilities field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonChargesAndStampDuty

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonChargesAndStampDuty(v float32)

SetTotalExpenseonChargesAndStampDuty gets a reference to the given float32 and assigns it to the TotalExpenseonChargesAndStampDuty field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonEntertainment

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonEntertainment(v float32)

SetTotalExpenseonEntertainment gets a reference to the given float32 and assigns it to the TotalExpenseonEntertainment field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonGambling

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonGambling(v float32)

SetTotalExpenseonGambling gets a reference to the given float32 and assigns it to the TotalExpenseonGambling field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHealth

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHealth(v float32)

SetTotalExpenseonHealth gets a reference to the given float32 and assigns it to the TotalExpenseonHealth field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHospitalityandFood

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHospitalityandFood(v float32)

SetTotalExpenseonHospitalityandFood gets a reference to the given float32 and assigns it to the TotalExpenseonHospitalityandFood field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonInsurance

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonInsurance(v float32)

SetTotalExpenseonInsurance gets a reference to the given float32 and assigns it to the TotalExpenseonInsurance field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonOnlineandWeb

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonOnlineandWeb(v float32)

SetTotalExpenseonOnlineandWeb gets a reference to the given float32 and assigns it to the TotalExpenseonOnlineandWeb field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalMonthlyExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalMonthlyExpenses(v float32)

SetTotalMonthlyExpenses gets a reference to the given float32 and assigns it to the TotalMonthlyExpenses field.

func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalRecurringExpenses

func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalRecurringExpenses(v float32)

SetTotalRecurringExpenses gets a reference to the given float32 and assigns it to the TotalRecurringExpenses field.

type GetAccountAnalysisResponseEntityFundsManagement

type GetAccountAnalysisResponseEntityFundsManagement struct {
	AccountActivity                    *float32       `json:"accountActivity,omitempty"`
	AccountSweep                       *string        `json:"accountSweep,omitempty"`
	AverageMonthlyLoanAmount           *float32       `json:"averageMonthlyLoanAmount,omitempty"`
	AverageMonthlyLoanRepaymentAmount  *float32       `json:"averageMonthlyLoanRepaymentAmount,omitempty"`
	GamblingRate                       *float32       `json:"gamblingRate,omitempty"`
	GamblingStatus                     *string        `json:"gamblingStatus,omitempty"`
	LoanInflowAmount                   NullableString `json:"loanInflowAmount,omitempty"`
	LoanRepaymentToInflowAmount        *float32       `json:"loanRepaymentToInflowAmount,omitempty"`
	MonthToMonthInflowToOutflowAmount  *string        `json:"monthToMonthInflowToOutflowAmount,omitempty"`
	NumberOfCreditLoanTransactions     NullableString `json:"numberOfCreditLoanTransactions,omitempty"`
	NumberOfDebitRepaymentTransactions NullableString `json:"numberOfDebitRepaymentTransactions,omitempty"`
	OverallInflowToOutflowAmount       *string        `json:"overallInflowToOutflowAmount,omitempty"`
	PercentOfInflowIrregularity        *float32       `json:"percentOfInflowIrregularity,omitempty"`
	TotalLoanAmount                    *float32       `json:"totalLoanAmount,omitempty"`
	TotalLoanRepaymentAmount           *float32       `json:"totalLoanRepaymentAmount,omitempty"`
}

GetAccountAnalysisResponseEntityFundsManagement struct for GetAccountAnalysisResponseEntityFundsManagement

func NewGetAccountAnalysisResponseEntityFundsManagement

func NewGetAccountAnalysisResponseEntityFundsManagement() *GetAccountAnalysisResponseEntityFundsManagement

NewGetAccountAnalysisResponseEntityFundsManagement instantiates a new GetAccountAnalysisResponseEntityFundsManagement 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 NewGetAccountAnalysisResponseEntityFundsManagementWithDefaults

func NewGetAccountAnalysisResponseEntityFundsManagementWithDefaults() *GetAccountAnalysisResponseEntityFundsManagement

NewGetAccountAnalysisResponseEntityFundsManagementWithDefaults instantiates a new GetAccountAnalysisResponseEntityFundsManagement 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 (*GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivity

GetAccountActivity returns the AccountActivity field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivityOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivityOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweep

GetAccountSweep returns the AccountSweep field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweepOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweepOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmount() float32

GetAverageMonthlyLoanAmount returns the AverageMonthlyLoanAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmountOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmount() float32

GetAverageMonthlyLoanRepaymentAmount returns the AverageMonthlyLoanRepaymentAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmountOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRate

GetGamblingRate returns the GamblingRate field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRateOk

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatus

GetGamblingStatus returns the GamblingStatus field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatusOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatusOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmount

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmountOk() (*string, bool)

GetLoanInflowAmountOk returns a tuple with the LoanInflowAmount 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 (*GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmount() float32

GetLoanRepaymentToInflowAmount returns the LoanRepaymentToInflowAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmountOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmount() string

GetMonthToMonthInflowToOutflowAmount returns the MonthToMonthInflowToOutflowAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmountOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactions() string

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactionsOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactionsOk() (*string, bool)

GetNumberOfCreditLoanTransactionsOk returns a tuple with the NumberOfCreditLoanTransactions 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 (*GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactions() string

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactionsOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactionsOk() (*string, bool)

GetNumberOfDebitRepaymentTransactionsOk returns a tuple with the NumberOfDebitRepaymentTransactions 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 (*GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmount() string

GetOverallInflowToOutflowAmount returns the OverallInflowToOutflowAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmountOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularity

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularity() float32

GetPercentOfInflowIrregularity returns the PercentOfInflowIrregularity field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularityOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularityOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmount

GetTotalLoanAmount returns the TotalLoanAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmountOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmount() float32

GetTotalLoanRepaymentAmount returns the TotalLoanRepaymentAmount field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmountOk

func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmountOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityFundsManagement) HasAccountActivity

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAccountActivity() bool

HasAccountActivity returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasAccountSweep

HasAccountSweep returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanAmount() bool

HasAverageMonthlyLoanAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanRepaymentAmount() bool

HasAverageMonthlyLoanRepaymentAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasGamblingRate

HasGamblingRate returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasGamblingStatus

HasGamblingStatus returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasLoanInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasLoanInflowAmount() bool

HasLoanInflowAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasLoanRepaymentToInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasLoanRepaymentToInflowAmount() bool

HasLoanRepaymentToInflowAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasMonthToMonthInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasMonthToMonthInflowToOutflowAmount() bool

HasMonthToMonthInflowToOutflowAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfCreditLoanTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfCreditLoanTransactions() bool

HasNumberOfCreditLoanTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfDebitRepaymentTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfDebitRepaymentTransactions() bool

HasNumberOfDebitRepaymentTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasOverallInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasOverallInflowToOutflowAmount() bool

HasOverallInflowToOutflowAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasPercentOfInflowIrregularity

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasPercentOfInflowIrregularity() bool

HasPercentOfInflowIrregularity returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanAmount() bool

HasTotalLoanAmount returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanRepaymentAmount() bool

HasTotalLoanRepaymentAmount returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntityFundsManagement) MarshalJSON

func (*GetAccountAnalysisResponseEntityFundsManagement) SetAccountActivity

SetAccountActivity gets a reference to the given float32 and assigns it to the AccountActivity field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetAccountSweep

SetAccountSweep gets a reference to the given string and assigns it to the AccountSweep field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanAmount(v float32)

SetAverageMonthlyLoanAmount gets a reference to the given float32 and assigns it to the AverageMonthlyLoanAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanRepaymentAmount(v float32)

SetAverageMonthlyLoanRepaymentAmount gets a reference to the given float32 and assigns it to the AverageMonthlyLoanRepaymentAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetGamblingRate

SetGamblingRate gets a reference to the given float32 and assigns it to the GamblingRate field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetGamblingStatus

SetGamblingStatus gets a reference to the given string and assigns it to the GamblingStatus field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmount(v string)

SetLoanInflowAmount gets a reference to the given NullableString and assigns it to the LoanInflowAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmountNil

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmountNil()

SetLoanInflowAmountNil sets the value for LoanInflowAmount to be an explicit nil

func (*GetAccountAnalysisResponseEntityFundsManagement) SetLoanRepaymentToInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanRepaymentToInflowAmount(v float32)

SetLoanRepaymentToInflowAmount gets a reference to the given float32 and assigns it to the LoanRepaymentToInflowAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetMonthToMonthInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetMonthToMonthInflowToOutflowAmount(v string)

SetMonthToMonthInflowToOutflowAmount gets a reference to the given string and assigns it to the MonthToMonthInflowToOutflowAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactions(v string)

SetNumberOfCreditLoanTransactions gets a reference to the given NullableString and assigns it to the NumberOfCreditLoanTransactions field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactionsNil

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactionsNil()

SetNumberOfCreditLoanTransactionsNil sets the value for NumberOfCreditLoanTransactions to be an explicit nil

func (*GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactions(v string)

SetNumberOfDebitRepaymentTransactions gets a reference to the given NullableString and assigns it to the NumberOfDebitRepaymentTransactions field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactionsNil

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactionsNil()

SetNumberOfDebitRepaymentTransactionsNil sets the value for NumberOfDebitRepaymentTransactions to be an explicit nil

func (*GetAccountAnalysisResponseEntityFundsManagement) SetOverallInflowToOutflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetOverallInflowToOutflowAmount(v string)

SetOverallInflowToOutflowAmount gets a reference to the given string and assigns it to the OverallInflowToOutflowAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetPercentOfInflowIrregularity

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetPercentOfInflowIrregularity(v float32)

SetPercentOfInflowIrregularity gets a reference to the given float32 and assigns it to the PercentOfInflowIrregularity field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanAmount

SetTotalLoanAmount gets a reference to the given float32 and assigns it to the TotalLoanAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanRepaymentAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanRepaymentAmount(v float32)

SetTotalLoanRepaymentAmount gets a reference to the given float32 and assigns it to the TotalLoanRepaymentAmount field.

func (*GetAccountAnalysisResponseEntityFundsManagement) UnsetLoanInflowAmount

func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetLoanInflowAmount()

UnsetLoanInflowAmount ensures that no value is present for LoanInflowAmount, not even an explicit nil

func (*GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfCreditLoanTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfCreditLoanTransactions()

UnsetNumberOfCreditLoanTransactions ensures that no value is present for NumberOfCreditLoanTransactions, not even an explicit nil

func (*GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfDebitRepaymentTransactions

func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfDebitRepaymentTransactions()

UnsetNumberOfDebitRepaymentTransactions ensures that no value is present for NumberOfDebitRepaymentTransactions, not even an explicit nil

type GetAccountAnalysisResponseEntityInflowBreakdown

type GetAccountAnalysisResponseEntityInflowBreakdown struct {
	AdditionalIncome                 *string        `json:"AdditionalIncome,omitempty"`
	RecurringSalaryPayments          NullableString `json:"RecurringSalaryPayments,omitempty"`
	ASalaryEarner                    *string        `json:"aSalaryEarner,omitempty"`
	AverageAdditionalIncome          *float32       `json:"averageAdditionalIncome,omitempty"`
	AverageGuaranteedSalary          *float32       `json:"averageGuaranteedSalary,omitempty"`
	EstimatedSalaryPaymentDay        NullableString `json:"estimatedSalaryPaymentDay,omitempty"`
	LastDateOfSalaryPayment          NullableString `json:"lastDateOfSalaryPayment,omitempty"`
	MinimumSalary                    *float32       `json:"minimumSalary,omitempty"`
	NetAverageMonthlySalary          *float32       `json:"netAverageMonthlySalary,omitempty"`
	NumberOfAdditionalIncomePayments *float32       `json:"numberOfAdditionalIncomePayments,omitempty"`
	TotalnumberOfSalaryPayments      *float32       `json:"totalnumberOfSalaryPayments,omitempty"`
}

GetAccountAnalysisResponseEntityInflowBreakdown struct for GetAccountAnalysisResponseEntityInflowBreakdown

func NewGetAccountAnalysisResponseEntityInflowBreakdown

func NewGetAccountAnalysisResponseEntityInflowBreakdown() *GetAccountAnalysisResponseEntityInflowBreakdown

NewGetAccountAnalysisResponseEntityInflowBreakdown instantiates a new GetAccountAnalysisResponseEntityInflowBreakdown 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 NewGetAccountAnalysisResponseEntityInflowBreakdownWithDefaults

func NewGetAccountAnalysisResponseEntityInflowBreakdownWithDefaults() *GetAccountAnalysisResponseEntityInflowBreakdown

NewGetAccountAnalysisResponseEntityInflowBreakdownWithDefaults instantiates a new GetAccountAnalysisResponseEntityInflowBreakdown 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 (*GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarner

GetASalaryEarner returns the ASalaryEarner field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarnerOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarnerOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncome

GetAdditionalIncome returns the AdditionalIncome field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncomeOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncomeOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncome

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncome() float32

GetAverageAdditionalIncome returns the AverageAdditionalIncome field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncomeOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncomeOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalary() float32

GetAverageGuaranteedSalary returns the AverageGuaranteedSalary field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalaryOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalaryOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDay

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDay() string

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDayOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDayOk() (*string, bool)

GetEstimatedSalaryPaymentDayOk returns a tuple with the EstimatedSalaryPaymentDay 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 (*GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPayment

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPayment() string

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPaymentOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPaymentOk() (*string, bool)

GetLastDateOfSalaryPaymentOk returns a tuple with the LastDateOfSalaryPayment 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 (*GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalary

GetMinimumSalary returns the MinimumSalary field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalaryOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalaryOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalary() float32

GetNetAverageMonthlySalary returns the NetAverageMonthlySalary field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalaryOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalaryOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePayments() float32

GetNumberOfAdditionalIncomePayments returns the NumberOfAdditionalIncomePayments field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePaymentsOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePaymentsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPayments() string

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPaymentsOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPaymentsOk() (*string, bool)

GetRecurringSalaryPaymentsOk returns a tuple with the RecurringSalaryPayments 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 (*GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPayments() float32

GetTotalnumberOfSalaryPayments returns the TotalnumberOfSalaryPayments field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPaymentsOk

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPaymentsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasASalaryEarner

HasASalaryEarner returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasAdditionalIncome

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAdditionalIncome() bool

HasAdditionalIncome returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageAdditionalIncome

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageAdditionalIncome() bool

HasAverageAdditionalIncome returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageGuaranteedSalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageGuaranteedSalary() bool

HasAverageGuaranteedSalary returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasEstimatedSalaryPaymentDay

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasEstimatedSalaryPaymentDay() bool

HasEstimatedSalaryPaymentDay returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasLastDateOfSalaryPayment

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasLastDateOfSalaryPayment() bool

HasLastDateOfSalaryPayment returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasMinimumSalary

HasMinimumSalary returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasNetAverageMonthlySalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasNetAverageMonthlySalary() bool

HasNetAverageMonthlySalary returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasNumberOfAdditionalIncomePayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasNumberOfAdditionalIncomePayments() bool

HasNumberOfAdditionalIncomePayments returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasRecurringSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasRecurringSalaryPayments() bool

HasRecurringSalaryPayments returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) HasTotalnumberOfSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasTotalnumberOfSalaryPayments() bool

HasTotalnumberOfSalaryPayments returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetASalaryEarner

SetASalaryEarner gets a reference to the given string and assigns it to the ASalaryEarner field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetAdditionalIncome

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAdditionalIncome(v string)

SetAdditionalIncome gets a reference to the given string and assigns it to the AdditionalIncome field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageAdditionalIncome

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageAdditionalIncome(v float32)

SetAverageAdditionalIncome gets a reference to the given float32 and assigns it to the AverageAdditionalIncome field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageGuaranteedSalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageGuaranteedSalary(v float32)

SetAverageGuaranteedSalary gets a reference to the given float32 and assigns it to the AverageGuaranteedSalary field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDay

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDay(v string)

SetEstimatedSalaryPaymentDay gets a reference to the given NullableString and assigns it to the EstimatedSalaryPaymentDay field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDayNil

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDayNil()

SetEstimatedSalaryPaymentDayNil sets the value for EstimatedSalaryPaymentDay to be an explicit nil

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPayment

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPayment(v string)

SetLastDateOfSalaryPayment gets a reference to the given NullableString and assigns it to the LastDateOfSalaryPayment field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPaymentNil

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPaymentNil()

SetLastDateOfSalaryPaymentNil sets the value for LastDateOfSalaryPayment to be an explicit nil

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetMinimumSalary

SetMinimumSalary gets a reference to the given float32 and assigns it to the MinimumSalary field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetNetAverageMonthlySalary

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetNetAverageMonthlySalary(v float32)

SetNetAverageMonthlySalary gets a reference to the given float32 and assigns it to the NetAverageMonthlySalary field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetNumberOfAdditionalIncomePayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetNumberOfAdditionalIncomePayments(v float32)

SetNumberOfAdditionalIncomePayments gets a reference to the given float32 and assigns it to the NumberOfAdditionalIncomePayments field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPayments(v string)

SetRecurringSalaryPayments gets a reference to the given NullableString and assigns it to the RecurringSalaryPayments field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPaymentsNil

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPaymentsNil()

SetRecurringSalaryPaymentsNil sets the value for RecurringSalaryPayments to be an explicit nil

func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetTotalnumberOfSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetTotalnumberOfSalaryPayments(v float32)

SetTotalnumberOfSalaryPayments gets a reference to the given float32 and assigns it to the TotalnumberOfSalaryPayments field.

func (*GetAccountAnalysisResponseEntityInflowBreakdown) UnsetEstimatedSalaryPaymentDay

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetEstimatedSalaryPaymentDay()

UnsetEstimatedSalaryPaymentDay ensures that no value is present for EstimatedSalaryPaymentDay, not even an explicit nil

func (*GetAccountAnalysisResponseEntityInflowBreakdown) UnsetLastDateOfSalaryPayment

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetLastDateOfSalaryPayment()

UnsetLastDateOfSalaryPayment ensures that no value is present for LastDateOfSalaryPayment, not even an explicit nil

func (*GetAccountAnalysisResponseEntityInflowBreakdown) UnsetRecurringSalaryPayments

func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetRecurringSalaryPayments()

UnsetRecurringSalaryPayments ensures that no value is present for RecurringSalaryPayments, not even an explicit nil

type GetAccountAnalysisResponseEntityTransactionRoutineBreakdown

type GetAccountAnalysisResponseEntityTransactionRoutineBreakdown struct {
	MaximumExpense                                            *float32 `json:"MaximumExpense,omitempty"`
	LastCreditReceived                                        *string  `json:"lastCreditReceived,omitempty"`
	LastDebitMade                                             *string  `json:"lastDebitMade,omitempty"`
	MostFrequentBalanceRange                                  *string  `json:"mostFrequentBalanceRange,omitempty"`
	MostFrequentTransactionRange                              *string  `json:"mostFrequentTransactionRange,omitempty"`
	NumberOfCardRequests                                      *float32 `json:"numberOfCardRequests,omitempty"`
	PercentNumberOfDaysBalanceWasLessThan10ThousandNaira      *float32 `json:"percentNumberOfDaysBalanceWasLessThan10ThousandNaira,omitempty"`
	PercentNumberOfDaysTransactionsWasLessThan10ThousandNaira *float32 `json:"percentNumberOfDaysTransactionsWasLessThan10ThousandNaira,omitempty"`
	PercentOfBalancesBetween100ThousandTo500ThousandNaira     *float32 `json:"percentOfBalancesBetween100ThousandTo500ThousandNaira,omitempty"`
	PercentOfBalancesBetween10ThousandTo100ThousandNaira      *float32 `json:"percentOfBalancesBetween10ThousandTo100ThousandNaira,omitempty"`
	PercentOfBalancesBetween500ThousandToOneMillionNaira      *float32 `json:"percentOfBalancesBetween500ThousandToOneMillionNaira,omitempty"`
	PercentOfBalancesGreaterThanOneMillionNaira               *float32 `json:"percentOfBalancesGreaterThanOneMillionNaira,omitempty"`
	PercentOfBalancesLessThan10ThousandNaira                  *float32 `json:"percentOfBalancesLessThan10ThousandNaira,omitempty"`
	PercentOfTransactionsBetween100ThousandTo500ThousandNaira *float32 `json:"percentOfTransactionsBetween100ThousandTo500ThousandNaira,omitempty"`
	PercentOfTransactionsBetween10ThousandTo100ThousandNaira  *float32 `json:"percentOfTransactionsBetween10ThousandTo100ThousandNaira,omitempty"`
	PercentOfTransactionsBetween500ThousandToOneMillionNaira  *float32 `json:"percentOfTransactionsBetween500ThousandToOneMillionNaira,omitempty"`
	PercentOfTransactionsGreaterThanOneMillionNaira           *float32 `json:"percentOfTransactionsGreaterThanOneMillionNaira,omitempty"`
	PercentOfTransactionsLessThan10ThousandNaira              *float32 `json:"percentOfTransactionsLessThan10ThousandNaira,omitempty"`
	PercentofCreditTransactions                               *float32 `json:"percentofCreditTransactions,omitempty"`
	PercentofDebitTransactions                                *float32 `json:"percentofDebitTransactions,omitempty"`
	TotalAmountOfTransactions                                 *float32 `json:"totalAmountOfTransactions,omitempty"`
}

GetAccountAnalysisResponseEntityTransactionRoutineBreakdown struct for GetAccountAnalysisResponseEntityTransactionRoutineBreakdown

func NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdown

func NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdown() *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown

NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdown instantiates a new GetAccountAnalysisResponseEntityTransactionRoutineBreakdown 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 NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdownWithDefaults

func NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdownWithDefaults() *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown

NewGetAccountAnalysisResponseEntityTransactionRoutineBreakdownWithDefaults instantiates a new GetAccountAnalysisResponseEntityTransactionRoutineBreakdown 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 (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceived

GetLastCreditReceived returns the LastCreditReceived field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceivedOk

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMade

GetLastDebitMade returns the LastDebitMade field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMadeOk

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpense

GetMaximumExpense returns the MaximumExpense field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpenseOk

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRange

GetMostFrequentBalanceRange returns the MostFrequentBalanceRange field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRangeOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRangeOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRange

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRange() string

GetMostFrequentTransactionRange returns the MostFrequentTransactionRange field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRangeOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRangeOk() (*string, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequests

GetNumberOfCardRequests returns the NumberOfCardRequests field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequestsOk

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira() float32

GetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira returns the PercentNumberOfDaysBalanceWasLessThan10ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira() float32

GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira returns the PercentNumberOfDaysTransactionsWasLessThan10ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNaira() float32

GetPercentOfBalancesBetween100ThousandTo500ThousandNaira returns the PercentOfBalancesBetween100ThousandTo500ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNaira() float32

GetPercentOfBalancesBetween10ThousandTo100ThousandNaira returns the PercentOfBalancesBetween10ThousandTo100ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNaira() float32

GetPercentOfBalancesBetween500ThousandToOneMillionNaira returns the PercentOfBalancesBetween500ThousandToOneMillionNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNaira() float32

GetPercentOfBalancesGreaterThanOneMillionNaira returns the PercentOfBalancesGreaterThanOneMillionNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNaira() float32

GetPercentOfBalancesLessThan10ThousandNaira returns the PercentOfBalancesLessThan10ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNaira() float32

GetPercentOfTransactionsBetween100ThousandTo500ThousandNaira returns the PercentOfTransactionsBetween100ThousandTo500ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNaira() float32

GetPercentOfTransactionsBetween10ThousandTo100ThousandNaira returns the PercentOfTransactionsBetween10ThousandTo100ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNaira() float32

GetPercentOfTransactionsBetween500ThousandToOneMillionNaira returns the PercentOfTransactionsBetween500ThousandToOneMillionNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNaira() float32

GetPercentOfTransactionsGreaterThanOneMillionNaira returns the PercentOfTransactionsGreaterThanOneMillionNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNaira() float32

GetPercentOfTransactionsLessThan10ThousandNaira returns the PercentOfTransactionsLessThan10ThousandNaira field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNairaOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNairaOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactions() float32

GetPercentofCreditTransactions returns the PercentofCreditTransactions field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactionsOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactionsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactions() float32

GetPercentofDebitTransactions returns the PercentofDebitTransactions field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactionsOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactionsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactions() float32

GetTotalAmountOfTransactions returns the TotalAmountOfTransactions field value if set, zero value otherwise.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactionsOk

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactionsOk() (*float32, bool)

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

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastCreditReceived

HasLastCreditReceived returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastDebitMade

HasLastDebitMade returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMaximumExpense

HasMaximumExpense returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentBalanceRange

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentBalanceRange() bool

HasMostFrequentBalanceRange returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentTransactionRange

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentTransactionRange() bool

HasMostFrequentTransactionRange returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasNumberOfCardRequests

HasNumberOfCardRequests returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysBalanceWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysBalanceWasLessThan10ThousandNaira() bool

HasPercentNumberOfDaysBalanceWasLessThan10ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira() bool

HasPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween100ThousandTo500ThousandNaira() bool

HasPercentOfBalancesBetween100ThousandTo500ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween10ThousandTo100ThousandNaira() bool

HasPercentOfBalancesBetween10ThousandTo100ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween500ThousandToOneMillionNaira() bool

HasPercentOfBalancesBetween500ThousandToOneMillionNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesGreaterThanOneMillionNaira() bool

HasPercentOfBalancesGreaterThanOneMillionNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesLessThan10ThousandNaira() bool

HasPercentOfBalancesLessThan10ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween100ThousandTo500ThousandNaira() bool

HasPercentOfTransactionsBetween100ThousandTo500ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween10ThousandTo100ThousandNaira() bool

HasPercentOfTransactionsBetween10ThousandTo100ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween500ThousandToOneMillionNaira() bool

HasPercentOfTransactionsBetween500ThousandToOneMillionNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsGreaterThanOneMillionNaira() bool

HasPercentOfTransactionsGreaterThanOneMillionNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsLessThan10ThousandNaira() bool

HasPercentOfTransactionsLessThan10ThousandNaira returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofCreditTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofCreditTransactions() bool

HasPercentofCreditTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofDebitTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofDebitTransactions() bool

HasPercentofDebitTransactions returns a boolean if a field has been set.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasTotalAmountOfTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasTotalAmountOfTransactions() bool

HasTotalAmountOfTransactions returns a boolean if a field has been set.

func (GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastCreditReceived

SetLastCreditReceived gets a reference to the given string and assigns it to the LastCreditReceived field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastDebitMade

SetLastDebitMade gets a reference to the given string and assigns it to the LastDebitMade field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMaximumExpense

SetMaximumExpense gets a reference to the given float32 and assigns it to the MaximumExpense field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentBalanceRange

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentBalanceRange(v string)

SetMostFrequentBalanceRange gets a reference to the given string and assigns it to the MostFrequentBalanceRange field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentTransactionRange

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentTransactionRange(v string)

SetMostFrequentTransactionRange gets a reference to the given string and assigns it to the MostFrequentTransactionRange field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetNumberOfCardRequests

SetNumberOfCardRequests gets a reference to the given float32 and assigns it to the NumberOfCardRequests field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira(v float32)

SetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira gets a reference to the given float32 and assigns it to the PercentNumberOfDaysBalanceWasLessThan10ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira(v float32)

SetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira gets a reference to the given float32 and assigns it to the PercentNumberOfDaysTransactionsWasLessThan10ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween100ThousandTo500ThousandNaira(v float32)

SetPercentOfBalancesBetween100ThousandTo500ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfBalancesBetween100ThousandTo500ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween10ThousandTo100ThousandNaira(v float32)

SetPercentOfBalancesBetween10ThousandTo100ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfBalancesBetween10ThousandTo100ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween500ThousandToOneMillionNaira(v float32)

SetPercentOfBalancesBetween500ThousandToOneMillionNaira gets a reference to the given float32 and assigns it to the PercentOfBalancesBetween500ThousandToOneMillionNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesGreaterThanOneMillionNaira(v float32)

SetPercentOfBalancesGreaterThanOneMillionNaira gets a reference to the given float32 and assigns it to the PercentOfBalancesGreaterThanOneMillionNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesLessThan10ThousandNaira(v float32)

SetPercentOfBalancesLessThan10ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfBalancesLessThan10ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween100ThousandTo500ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween100ThousandTo500ThousandNaira(v float32)

SetPercentOfTransactionsBetween100ThousandTo500ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfTransactionsBetween100ThousandTo500ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween10ThousandTo100ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween10ThousandTo100ThousandNaira(v float32)

SetPercentOfTransactionsBetween10ThousandTo100ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfTransactionsBetween10ThousandTo100ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween500ThousandToOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween500ThousandToOneMillionNaira(v float32)

SetPercentOfTransactionsBetween500ThousandToOneMillionNaira gets a reference to the given float32 and assigns it to the PercentOfTransactionsBetween500ThousandToOneMillionNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsGreaterThanOneMillionNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsGreaterThanOneMillionNaira(v float32)

SetPercentOfTransactionsGreaterThanOneMillionNaira gets a reference to the given float32 and assigns it to the PercentOfTransactionsGreaterThanOneMillionNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsLessThan10ThousandNaira

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsLessThan10ThousandNaira(v float32)

SetPercentOfTransactionsLessThan10ThousandNaira gets a reference to the given float32 and assigns it to the PercentOfTransactionsLessThan10ThousandNaira field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofCreditTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofCreditTransactions(v float32)

SetPercentofCreditTransactions gets a reference to the given float32 and assigns it to the PercentofCreditTransactions field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofDebitTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofDebitTransactions(v float32)

SetPercentofDebitTransactions gets a reference to the given float32 and assigns it to the PercentofDebitTransactions field.

func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetTotalAmountOfTransactions

func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetTotalAmountOfTransactions(v float32)

SetTotalAmountOfTransactions gets a reference to the given float32 and assigns it to the TotalAmountOfTransactions field.

type GetAccountResponse

type GetAccountResponse struct {
	Name          *string `json:"name,omitempty"`
	AccountNumber *string `json:"account_number,omitempty"`
	Bvn           *string `json:"bvn,omitempty"`
	AccountType   *string `json:"account_type,omitempty"`
	Currency      *string `json:"currency,omitempty"`
	AccountStatus *string `json:"account_status,omitempty"`
	Balance       *string `json:"balance,omitempty"`
}

GetAccountResponse struct for GetAccountResponse

func NewGetAccountResponse

func NewGetAccountResponse() *GetAccountResponse

NewGetAccountResponse instantiates a new GetAccountResponse 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 NewGetAccountResponseWithDefaults

func NewGetAccountResponseWithDefaults() *GetAccountResponse

NewGetAccountResponseWithDefaults instantiates a new GetAccountResponse 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 (*GetAccountResponse) GetAccountNumber

func (o *GetAccountResponse) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*GetAccountResponse) GetAccountNumberOk

func (o *GetAccountResponse) 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 (*GetAccountResponse) GetAccountStatus

func (o *GetAccountResponse) GetAccountStatus() string

GetAccountStatus returns the AccountStatus field value if set, zero value otherwise.

func (*GetAccountResponse) GetAccountStatusOk

func (o *GetAccountResponse) GetAccountStatusOk() (*string, bool)

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

func (*GetAccountResponse) GetAccountType

func (o *GetAccountResponse) GetAccountType() string

GetAccountType returns the AccountType field value if set, zero value otherwise.

func (*GetAccountResponse) GetAccountTypeOk

func (o *GetAccountResponse) 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 (*GetAccountResponse) GetBalance

func (o *GetAccountResponse) GetBalance() string

GetBalance returns the Balance field value if set, zero value otherwise.

func (*GetAccountResponse) GetBalanceOk

func (o *GetAccountResponse) GetBalanceOk() (*string, bool)

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

func (*GetAccountResponse) GetBvn

func (o *GetAccountResponse) GetBvn() string

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*GetAccountResponse) GetBvnOk

func (o *GetAccountResponse) 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 (*GetAccountResponse) GetCurrency

func (o *GetAccountResponse) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*GetAccountResponse) GetCurrencyOk

func (o *GetAccountResponse) 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 (*GetAccountResponse) GetName

func (o *GetAccountResponse) GetName() string

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

func (*GetAccountResponse) GetNameOk

func (o *GetAccountResponse) 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 (*GetAccountResponse) HasAccountNumber

func (o *GetAccountResponse) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*GetAccountResponse) HasAccountStatus

func (o *GetAccountResponse) HasAccountStatus() bool

HasAccountStatus returns a boolean if a field has been set.

func (*GetAccountResponse) HasAccountType

func (o *GetAccountResponse) HasAccountType() bool

HasAccountType returns a boolean if a field has been set.

func (*GetAccountResponse) HasBalance

func (o *GetAccountResponse) HasBalance() bool

HasBalance returns a boolean if a field has been set.

func (*GetAccountResponse) HasBvn

func (o *GetAccountResponse) HasBvn() bool

HasBvn returns a boolean if a field has been set.

func (*GetAccountResponse) HasCurrency

func (o *GetAccountResponse) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*GetAccountResponse) HasName

func (o *GetAccountResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (GetAccountResponse) MarshalJSON

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

func (*GetAccountResponse) SetAccountNumber

func (o *GetAccountResponse) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*GetAccountResponse) SetAccountStatus

func (o *GetAccountResponse) SetAccountStatus(v string)

SetAccountStatus gets a reference to the given string and assigns it to the AccountStatus field.

func (*GetAccountResponse) SetAccountType

func (o *GetAccountResponse) SetAccountType(v string)

SetAccountType gets a reference to the given string and assigns it to the AccountType field.

func (*GetAccountResponse) SetBalance

func (o *GetAccountResponse) SetBalance(v string)

SetBalance gets a reference to the given string and assigns it to the Balance field.

func (*GetAccountResponse) SetBvn

func (o *GetAccountResponse) SetBvn(v string)

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*GetAccountResponse) SetCurrency

func (o *GetAccountResponse) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*GetAccountResponse) SetName

func (o *GetAccountResponse) SetName(v string)

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

type GetAccountSubscriptionsResponse

type GetAccountSubscriptionsResponse struct {
	Entity *GetAccountSubscriptionsResponseEntity `json:"entity,omitempty"`
}

GetAccountSubscriptionsResponse struct for GetAccountSubscriptionsResponse

func NewGetAccountSubscriptionsResponse

func NewGetAccountSubscriptionsResponse() *GetAccountSubscriptionsResponse

NewGetAccountSubscriptionsResponse instantiates a new GetAccountSubscriptionsResponse 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 NewGetAccountSubscriptionsResponseWithDefaults

func NewGetAccountSubscriptionsResponseWithDefaults() *GetAccountSubscriptionsResponse

NewGetAccountSubscriptionsResponseWithDefaults instantiates a new GetAccountSubscriptionsResponse 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 (*GetAccountSubscriptionsResponse) GetEntity

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

func (*GetAccountSubscriptionsResponse) 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 (*GetAccountSubscriptionsResponse) HasEntity

func (o *GetAccountSubscriptionsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetAccountSubscriptionsResponse) MarshalJSON

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

func (*GetAccountSubscriptionsResponse) SetEntity

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

type GetAccountSubscriptionsResponseEntity

type GetAccountSubscriptionsResponseEntity struct {
	Subscriptions []string `json:"subscriptions,omitempty"`
	Total         *float32 `json:"total,omitempty"`
	PreviousPage  *string  `json:"previous_page,omitempty"`
	NextPage      *string  `json:"next_page,omitempty"`
	TotalPages    *float32 `json:"total_pages,omitempty"`
	CurrentPage   *float32 `json:"current_page,omitempty"`
}

GetAccountSubscriptionsResponseEntity struct for GetAccountSubscriptionsResponseEntity

func NewGetAccountSubscriptionsResponseEntity

func NewGetAccountSubscriptionsResponseEntity() *GetAccountSubscriptionsResponseEntity

NewGetAccountSubscriptionsResponseEntity instantiates a new GetAccountSubscriptionsResponseEntity 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 NewGetAccountSubscriptionsResponseEntityWithDefaults

func NewGetAccountSubscriptionsResponseEntityWithDefaults() *GetAccountSubscriptionsResponseEntity

NewGetAccountSubscriptionsResponseEntityWithDefaults instantiates a new GetAccountSubscriptionsResponseEntity 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 (*GetAccountSubscriptionsResponseEntity) GetCurrentPage

func (o *GetAccountSubscriptionsResponseEntity) GetCurrentPage() float32

GetCurrentPage returns the CurrentPage field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetCurrentPageOk

func (o *GetAccountSubscriptionsResponseEntity) GetCurrentPageOk() (*float32, bool)

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

func (*GetAccountSubscriptionsResponseEntity) GetNextPage

GetNextPage returns the NextPage field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetNextPageOk

func (o *GetAccountSubscriptionsResponseEntity) GetNextPageOk() (*string, bool)

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

func (*GetAccountSubscriptionsResponseEntity) GetPreviousPage

func (o *GetAccountSubscriptionsResponseEntity) GetPreviousPage() string

GetPreviousPage returns the PreviousPage field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetPreviousPageOk

func (o *GetAccountSubscriptionsResponseEntity) GetPreviousPageOk() (*string, bool)

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

func (*GetAccountSubscriptionsResponseEntity) GetSubscriptions

func (o *GetAccountSubscriptionsResponseEntity) GetSubscriptions() []string

GetSubscriptions returns the Subscriptions field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetSubscriptionsOk

func (o *GetAccountSubscriptionsResponseEntity) GetSubscriptionsOk() ([]string, bool)

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

func (*GetAccountSubscriptionsResponseEntity) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetTotalOk

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

func (*GetAccountSubscriptionsResponseEntity) GetTotalPages

GetTotalPages returns the TotalPages field value if set, zero value otherwise.

func (*GetAccountSubscriptionsResponseEntity) GetTotalPagesOk

func (o *GetAccountSubscriptionsResponseEntity) GetTotalPagesOk() (*float32, bool)

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

func (*GetAccountSubscriptionsResponseEntity) HasCurrentPage

func (o *GetAccountSubscriptionsResponseEntity) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

func (*GetAccountSubscriptionsResponseEntity) HasNextPage

HasNextPage returns a boolean if a field has been set.

func (*GetAccountSubscriptionsResponseEntity) HasPreviousPage

func (o *GetAccountSubscriptionsResponseEntity) HasPreviousPage() bool

HasPreviousPage returns a boolean if a field has been set.

func (*GetAccountSubscriptionsResponseEntity) HasSubscriptions

func (o *GetAccountSubscriptionsResponseEntity) HasSubscriptions() bool

HasSubscriptions returns a boolean if a field has been set.

func (*GetAccountSubscriptionsResponseEntity) HasTotal

HasTotal returns a boolean if a field has been set.

func (*GetAccountSubscriptionsResponseEntity) HasTotalPages

func (o *GetAccountSubscriptionsResponseEntity) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

func (GetAccountSubscriptionsResponseEntity) MarshalJSON

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

func (*GetAccountSubscriptionsResponseEntity) SetCurrentPage

func (o *GetAccountSubscriptionsResponseEntity) SetCurrentPage(v float32)

SetCurrentPage gets a reference to the given float32 and assigns it to the CurrentPage field.

func (*GetAccountSubscriptionsResponseEntity) SetNextPage

SetNextPage gets a reference to the given string and assigns it to the NextPage field.

func (*GetAccountSubscriptionsResponseEntity) SetPreviousPage

func (o *GetAccountSubscriptionsResponseEntity) SetPreviousPage(v string)

SetPreviousPage gets a reference to the given string and assigns it to the PreviousPage field.

func (*GetAccountSubscriptionsResponseEntity) SetSubscriptions

func (o *GetAccountSubscriptionsResponseEntity) SetSubscriptions(v []string)

SetSubscriptions gets a reference to the given []string and assigns it to the Subscriptions field.

func (*GetAccountSubscriptionsResponseEntity) SetTotal

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*GetAccountSubscriptionsResponseEntity) SetTotalPages

func (o *GetAccountSubscriptionsResponseEntity) SetTotalPages(v float32)

SetTotalPages gets a reference to the given float32 and assigns it to the TotalPages field.

type GetAccountTransactionsResponse

type GetAccountTransactionsResponse struct {
	Entity *GetAccountTransactionsResponseEntity `json:"entity,omitempty"`
}

GetAccountTransactionsResponse struct for GetAccountTransactionsResponse

func NewGetAccountTransactionsResponse

func NewGetAccountTransactionsResponse() *GetAccountTransactionsResponse

NewGetAccountTransactionsResponse instantiates a new GetAccountTransactionsResponse 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 NewGetAccountTransactionsResponseWithDefaults

func NewGetAccountTransactionsResponseWithDefaults() *GetAccountTransactionsResponse

NewGetAccountTransactionsResponseWithDefaults instantiates a new GetAccountTransactionsResponse 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 (*GetAccountTransactionsResponse) GetEntity

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

func (*GetAccountTransactionsResponse) 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 (*GetAccountTransactionsResponse) HasEntity

func (o *GetAccountTransactionsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetAccountTransactionsResponse) MarshalJSON

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

func (*GetAccountTransactionsResponse) SetEntity

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

type GetAccountTransactionsResponseEntity

type GetAccountTransactionsResponseEntity struct {
	Transactions []GetAccountTransactionsResponseEntityTransactionsInner `json:"transactions,omitempty"`
	Total        *float32                                                `json:"total,omitempty"`
	PreviousPage *string                                                 `json:"previous_page,omitempty"`
	NextPage     *float32                                                `json:"next_page,omitempty"`
	TotalPages   *float32                                                `json:"total_pages,omitempty"`
	CurrentPage  *float32                                                `json:"current_page,omitempty"`
}

GetAccountTransactionsResponseEntity struct for GetAccountTransactionsResponseEntity

func NewGetAccountTransactionsResponseEntity

func NewGetAccountTransactionsResponseEntity() *GetAccountTransactionsResponseEntity

NewGetAccountTransactionsResponseEntity instantiates a new GetAccountTransactionsResponseEntity 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 NewGetAccountTransactionsResponseEntityWithDefaults

func NewGetAccountTransactionsResponseEntityWithDefaults() *GetAccountTransactionsResponseEntity

NewGetAccountTransactionsResponseEntityWithDefaults instantiates a new GetAccountTransactionsResponseEntity 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 (*GetAccountTransactionsResponseEntity) GetCurrentPage

func (o *GetAccountTransactionsResponseEntity) GetCurrentPage() float32

GetCurrentPage returns the CurrentPage field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetCurrentPageOk

func (o *GetAccountTransactionsResponseEntity) GetCurrentPageOk() (*float32, bool)

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

func (*GetAccountTransactionsResponseEntity) GetNextPage

GetNextPage returns the NextPage field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetNextPageOk

func (o *GetAccountTransactionsResponseEntity) GetNextPageOk() (*float32, bool)

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

func (*GetAccountTransactionsResponseEntity) GetPreviousPage

func (o *GetAccountTransactionsResponseEntity) GetPreviousPage() string

GetPreviousPage returns the PreviousPage field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetPreviousPageOk

func (o *GetAccountTransactionsResponseEntity) GetPreviousPageOk() (*string, bool)

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

func (*GetAccountTransactionsResponseEntity) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetTotalOk

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

func (*GetAccountTransactionsResponseEntity) GetTotalPages

func (o *GetAccountTransactionsResponseEntity) GetTotalPages() float32

GetTotalPages returns the TotalPages field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetTotalPagesOk

func (o *GetAccountTransactionsResponseEntity) GetTotalPagesOk() (*float32, bool)

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

func (*GetAccountTransactionsResponseEntity) GetTransactions

GetTransactions returns the Transactions field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntity) GetTransactionsOk

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

func (*GetAccountTransactionsResponseEntity) HasCurrentPage

func (o *GetAccountTransactionsResponseEntity) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntity) HasNextPage

func (o *GetAccountTransactionsResponseEntity) HasNextPage() bool

HasNextPage returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntity) HasPreviousPage

func (o *GetAccountTransactionsResponseEntity) HasPreviousPage() bool

HasPreviousPage returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntity) HasTotal

HasTotal returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntity) HasTotalPages

func (o *GetAccountTransactionsResponseEntity) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntity) HasTransactions

func (o *GetAccountTransactionsResponseEntity) HasTransactions() bool

HasTransactions returns a boolean if a field has been set.

func (GetAccountTransactionsResponseEntity) MarshalJSON

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

func (*GetAccountTransactionsResponseEntity) SetCurrentPage

func (o *GetAccountTransactionsResponseEntity) SetCurrentPage(v float32)

SetCurrentPage gets a reference to the given float32 and assigns it to the CurrentPage field.

func (*GetAccountTransactionsResponseEntity) SetNextPage

SetNextPage gets a reference to the given float32 and assigns it to the NextPage field.

func (*GetAccountTransactionsResponseEntity) SetPreviousPage

func (o *GetAccountTransactionsResponseEntity) SetPreviousPage(v string)

SetPreviousPage gets a reference to the given string and assigns it to the PreviousPage field.

func (*GetAccountTransactionsResponseEntity) SetTotal

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*GetAccountTransactionsResponseEntity) SetTotalPages

func (o *GetAccountTransactionsResponseEntity) SetTotalPages(v float32)

SetTotalPages gets a reference to the given float32 and assigns it to the TotalPages field.

func (*GetAccountTransactionsResponseEntity) SetTransactions

SetTransactions gets a reference to the given []GetAccountTransactionsResponseEntityTransactionsInner and assigns it to the Transactions field.

type GetAccountTransactionsResponseEntityTransactionsInner

type GetAccountTransactionsResponseEntityTransactionsInner struct {
	Id              *float32 `json:"id,omitempty"`
	TransactionDate *string  `json:"transaction_date,omitempty"`
	ValueDate       *string  `json:"value_date,omitempty"`
	TransType       *string  `json:"trans_type,omitempty"`
	BankName        *string  `json:"bank_name,omitempty"`
	Amount          *string  `json:"amount,omitempty"`
	Reference       *string  `json:"reference,omitempty"`
	Narration       *string  `json:"narration,omitempty"`
}

GetAccountTransactionsResponseEntityTransactionsInner struct for GetAccountTransactionsResponseEntityTransactionsInner

func NewGetAccountTransactionsResponseEntityTransactionsInner

func NewGetAccountTransactionsResponseEntityTransactionsInner() *GetAccountTransactionsResponseEntityTransactionsInner

NewGetAccountTransactionsResponseEntityTransactionsInner instantiates a new GetAccountTransactionsResponseEntityTransactionsInner 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 NewGetAccountTransactionsResponseEntityTransactionsInnerWithDefaults

func NewGetAccountTransactionsResponseEntityTransactionsInnerWithDefaults() *GetAccountTransactionsResponseEntityTransactionsInner

NewGetAccountTransactionsResponseEntityTransactionsInnerWithDefaults instantiates a new GetAccountTransactionsResponseEntityTransactionsInner 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetAmount

GetAmount returns the Amount field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetAmountOk

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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetBankName

GetBankName returns the BankName field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetBankNameOk

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

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetIdOk

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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetNarration

GetNarration returns the Narration field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetNarrationOk

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

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetReference

GetReference returns the Reference field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetReferenceOk

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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransType

GetTransType returns the TransType field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransTypeOk

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

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDate

GetTransactionDate returns the TransactionDate field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDateOk

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

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetValueDate

GetValueDate returns the ValueDate field value if set, zero value otherwise.

func (*GetAccountTransactionsResponseEntityTransactionsInner) GetValueDateOk

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

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasAmount

HasAmount returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasBankName

HasBankName returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasId

HasId returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasNarration

HasNarration returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasReference

HasReference returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasTransType

HasTransType returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasTransactionDate

HasTransactionDate returns a boolean if a field has been set.

func (*GetAccountTransactionsResponseEntityTransactionsInner) HasValueDate

HasValueDate returns a boolean if a field has been set.

func (GetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetAmount

SetAmount gets a reference to the given string and assigns it to the Amount field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetBankName

SetBankName gets a reference to the given string and assigns it to the BankName field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetId

SetId gets a reference to the given float32 and assigns it to the Id field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetNarration

SetNarration gets a reference to the given string and assigns it to the Narration field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetReference

SetReference gets a reference to the given string and assigns it to the Reference field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetTransType

SetTransType gets a reference to the given string and assigns it to the TransType field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetTransactionDate

SetTransactionDate gets a reference to the given string and assigns it to the TransactionDate field.

func (*GetAccountTransactionsResponseEntityTransactionsInner) SetValueDate

SetValueDate gets a reference to the given string and assigns it to the ValueDate field.

type GetAdvancedCacResponse

type GetAdvancedCacResponse struct {
	Entity *GetBasicCacResponseEntity `json:"entity,omitempty"`
}

GetAdvancedCacResponse struct for GetAdvancedCacResponse

func NewGetAdvancedCacResponse

func NewGetAdvancedCacResponse() *GetAdvancedCacResponse

NewGetAdvancedCacResponse instantiates a new GetAdvancedCacResponse 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 NewGetAdvancedCacResponseWithDefaults

func NewGetAdvancedCacResponseWithDefaults() *GetAdvancedCacResponse

NewGetAdvancedCacResponseWithDefaults instantiates a new GetAdvancedCacResponse 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 (*GetAdvancedCacResponse) GetEntity

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

func (*GetAdvancedCacResponse) 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 (*GetAdvancedCacResponse) HasEntity

func (o *GetAdvancedCacResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetAdvancedCacResponse) MarshalJSON

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

func (*GetAdvancedCacResponse) SetEntity

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

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 {
	FirstName    *string `json:"first_name,omitempty"`
	LastName     *string `json:"last_name,omitempty"`
	Dob          *string `json:"dob,omitempty"`
	FormattedDob *string `json:"formatted_dob,omitempty"`
	Mobile       *string `json:"mobile,omitempty"`
	Bvn          *string `json:"bvn,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 GetBasicCacResponse

type GetBasicCacResponse struct {
	Entity *GetBasicCacResponseEntity `json:"entity,omitempty"`
}

GetBasicCacResponse struct for GetBasicCacResponse

func NewGetBasicCacResponse

func NewGetBasicCacResponse() *GetBasicCacResponse

NewGetBasicCacResponse instantiates a new GetBasicCacResponse 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 NewGetBasicCacResponseWithDefaults

func NewGetBasicCacResponseWithDefaults() *GetBasicCacResponse

NewGetBasicCacResponseWithDefaults instantiates a new GetBasicCacResponse 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 (*GetBasicCacResponse) GetEntity

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

func (*GetBasicCacResponse) GetEntityOk

func (o *GetBasicCacResponse) GetEntityOk() (*GetBasicCacResponseEntity, 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 (*GetBasicCacResponse) HasEntity

func (o *GetBasicCacResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetBasicCacResponse) MarshalJSON

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

func (*GetBasicCacResponse) SetEntity

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

type GetBasicCacResponseEntity

type GetBasicCacResponseEntity 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"`
	TypeOfCompany      *string `json:"type_of_company,omitempty"`
}

GetBasicCacResponseEntity struct for GetBasicCacResponseEntity

func NewGetBasicCacResponseEntity

func NewGetBasicCacResponseEntity() *GetBasicCacResponseEntity

NewGetBasicCacResponseEntity instantiates a new GetBasicCacResponseEntity 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 NewGetBasicCacResponseEntityWithDefaults

func NewGetBasicCacResponseEntityWithDefaults() *GetBasicCacResponseEntity

NewGetBasicCacResponseEntityWithDefaults instantiates a new GetBasicCacResponseEntity 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 (*GetBasicCacResponseEntity) GetAddress

func (o *GetBasicCacResponseEntity) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*GetBasicCacResponseEntity) GetAddressOk

func (o *GetBasicCacResponseEntity) 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 (*GetBasicCacResponseEntity) GetCompanyName

func (o *GetBasicCacResponseEntity) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*GetBasicCacResponseEntity) GetCompanyNameOk

func (o *GetBasicCacResponseEntity) 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 (*GetBasicCacResponseEntity) GetDateOfRegistration

func (o *GetBasicCacResponseEntity) GetDateOfRegistration() string

GetDateOfRegistration returns the DateOfRegistration field value if set, zero value otherwise.

func (*GetBasicCacResponseEntity) GetDateOfRegistrationOk

func (o *GetBasicCacResponseEntity) 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 (*GetBasicCacResponseEntity) GetRcNumber

func (o *GetBasicCacResponseEntity) GetRcNumber() string

GetRcNumber returns the RcNumber field value if set, zero value otherwise.

func (*GetBasicCacResponseEntity) GetRcNumberOk

func (o *GetBasicCacResponseEntity) 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 (*GetBasicCacResponseEntity) GetTypeOfCompany

func (o *GetBasicCacResponseEntity) GetTypeOfCompany() string

GetTypeOfCompany returns the TypeOfCompany field value if set, zero value otherwise.

func (*GetBasicCacResponseEntity) GetTypeOfCompanyOk

func (o *GetBasicCacResponseEntity) GetTypeOfCompanyOk() (*string, bool)

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

func (*GetBasicCacResponseEntity) HasAddress

func (o *GetBasicCacResponseEntity) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*GetBasicCacResponseEntity) HasCompanyName

func (o *GetBasicCacResponseEntity) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*GetBasicCacResponseEntity) HasDateOfRegistration

func (o *GetBasicCacResponseEntity) HasDateOfRegistration() bool

HasDateOfRegistration returns a boolean if a field has been set.

func (*GetBasicCacResponseEntity) HasRcNumber

func (o *GetBasicCacResponseEntity) HasRcNumber() bool

HasRcNumber returns a boolean if a field has been set.

func (*GetBasicCacResponseEntity) HasTypeOfCompany

func (o *GetBasicCacResponseEntity) HasTypeOfCompany() bool

HasTypeOfCompany returns a boolean if a field has been set.

func (GetBasicCacResponseEntity) MarshalJSON

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

func (*GetBasicCacResponseEntity) SetAddress

func (o *GetBasicCacResponseEntity) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*GetBasicCacResponseEntity) SetCompanyName

func (o *GetBasicCacResponseEntity) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*GetBasicCacResponseEntity) SetDateOfRegistration

func (o *GetBasicCacResponseEntity) SetDateOfRegistration(v string)

SetDateOfRegistration gets a reference to the given string and assigns it to the DateOfRegistration field.

func (*GetBasicCacResponseEntity) SetRcNumber

func (o *GetBasicCacResponseEntity) SetRcNumber(v string)

SetRcNumber gets a reference to the given string and assigns it to the RcNumber field.

func (*GetBasicCacResponseEntity) SetTypeOfCompany

func (o *GetBasicCacResponseEntity) SetTypeOfCompany(v string)

SetTypeOfCompany gets a reference to the given string and assigns it to the TypeOfCompany field.

type GetBasicPhoneNumberResponse

type GetBasicPhoneNumberResponse struct {
	Entity *GetBasicPhoneNumberResponseEntity `json:"entity,omitempty"`
}

GetBasicPhoneNumberResponse struct for GetBasicPhoneNumberResponse

func NewGetBasicPhoneNumberResponse

func NewGetBasicPhoneNumberResponse() *GetBasicPhoneNumberResponse

NewGetBasicPhoneNumberResponse instantiates a new GetBasicPhoneNumberResponse 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 NewGetBasicPhoneNumberResponseWithDefaults

func NewGetBasicPhoneNumberResponseWithDefaults() *GetBasicPhoneNumberResponse

NewGetBasicPhoneNumberResponseWithDefaults instantiates a new GetBasicPhoneNumberResponse 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 (*GetBasicPhoneNumberResponse) GetEntity

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

func (*GetBasicPhoneNumberResponse) 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 (*GetBasicPhoneNumberResponse) HasEntity

func (o *GetBasicPhoneNumberResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetBasicPhoneNumberResponse) MarshalJSON

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

func (*GetBasicPhoneNumberResponse) SetEntity

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

type GetBasicPhoneNumberResponseEntity

type GetBasicPhoneNumberResponseEntity struct {
	Msisdn        *string `json:"msisdn,omitempty"`
	FirstName     *string `json:"firstName,omitempty"`
	LastName      *string `json:"lastName,omitempty"`
	Email         *string `json:"email,omitempty"`
	EncryptedPan  *string `json:"encryptedPan,omitempty"`
	DateOfBirth   *string `json:"dateOfBirth,omitempty"`
	Bvn           *string `json:"bvn,omitempty"`
	Address       *string `json:"address,omitempty"`
	AddressCity   *string `json:"address_city,omitempty"`
	AddressState  *string `json:"address_state,omitempty"`
	AccountNumber *string `json:"account_number,omitempty"`
	BankCode      *string `json:"bank_code,omitempty"`
	Gender        *string `json:"gender,omitempty"`
}

GetBasicPhoneNumberResponseEntity struct for GetBasicPhoneNumberResponseEntity

func NewGetBasicPhoneNumberResponseEntity

func NewGetBasicPhoneNumberResponseEntity() *GetBasicPhoneNumberResponseEntity

NewGetBasicPhoneNumberResponseEntity instantiates a new GetBasicPhoneNumberResponseEntity 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 NewGetBasicPhoneNumberResponseEntityWithDefaults

func NewGetBasicPhoneNumberResponseEntityWithDefaults() *GetBasicPhoneNumberResponseEntity

NewGetBasicPhoneNumberResponseEntityWithDefaults instantiates a new GetBasicPhoneNumberResponseEntity 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 (*GetBasicPhoneNumberResponseEntity) GetAccountNumber

func (o *GetBasicPhoneNumberResponseEntity) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetAccountNumberOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetAddress

func (o *GetBasicPhoneNumberResponseEntity) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetAddressCity

func (o *GetBasicPhoneNumberResponseEntity) GetAddressCity() string

GetAddressCity returns the AddressCity field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetAddressCityOk

func (o *GetBasicPhoneNumberResponseEntity) GetAddressCityOk() (*string, bool)

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

func (*GetBasicPhoneNumberResponseEntity) GetAddressOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetAddressState

func (o *GetBasicPhoneNumberResponseEntity) GetAddressState() string

GetAddressState returns the AddressState field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetAddressStateOk

func (o *GetBasicPhoneNumberResponseEntity) GetAddressStateOk() (*string, bool)

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

func (*GetBasicPhoneNumberResponseEntity) GetBankCode

func (o *GetBasicPhoneNumberResponseEntity) GetBankCode() string

GetBankCode returns the BankCode field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetBankCodeOk

func (o *GetBasicPhoneNumberResponseEntity) GetBankCodeOk() (*string, bool)

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

func (*GetBasicPhoneNumberResponseEntity) GetBvn

GetBvn returns the Bvn field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetBvnOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetDateOfBirth

func (o *GetBasicPhoneNumberResponseEntity) GetDateOfBirth() string

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

func (*GetBasicPhoneNumberResponseEntity) GetDateOfBirthOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetEmail

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

func (*GetBasicPhoneNumberResponseEntity) GetEmailOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetEncryptedPan

func (o *GetBasicPhoneNumberResponseEntity) GetEncryptedPan() string

GetEncryptedPan returns the EncryptedPan field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetEncryptedPanOk

func (o *GetBasicPhoneNumberResponseEntity) GetEncryptedPanOk() (*string, bool)

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

func (*GetBasicPhoneNumberResponseEntity) GetFirstName

func (o *GetBasicPhoneNumberResponseEntity) GetFirstName() string

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

func (*GetBasicPhoneNumberResponseEntity) GetFirstNameOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetGender

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetGenderOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetLastName

func (o *GetBasicPhoneNumberResponseEntity) GetLastName() string

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

func (*GetBasicPhoneNumberResponseEntity) GetLastNameOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) GetMsisdn

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*GetBasicPhoneNumberResponseEntity) GetMsisdnOk

func (o *GetBasicPhoneNumberResponseEntity) 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 (*GetBasicPhoneNumberResponseEntity) HasAccountNumber

func (o *GetBasicPhoneNumberResponseEntity) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasAddress

func (o *GetBasicPhoneNumberResponseEntity) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasAddressCity

func (o *GetBasicPhoneNumberResponseEntity) HasAddressCity() bool

HasAddressCity returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasAddressState

func (o *GetBasicPhoneNumberResponseEntity) HasAddressState() bool

HasAddressState returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasBankCode

func (o *GetBasicPhoneNumberResponseEntity) HasBankCode() bool

HasBankCode returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasBvn

HasBvn returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasDateOfBirth

func (o *GetBasicPhoneNumberResponseEntity) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasEmail

HasEmail returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasEncryptedPan

func (o *GetBasicPhoneNumberResponseEntity) HasEncryptedPan() bool

HasEncryptedPan returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasFirstName

func (o *GetBasicPhoneNumberResponseEntity) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasGender

func (o *GetBasicPhoneNumberResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasLastName

func (o *GetBasicPhoneNumberResponseEntity) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetBasicPhoneNumberResponseEntity) HasMsisdn

func (o *GetBasicPhoneNumberResponseEntity) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (GetBasicPhoneNumberResponseEntity) MarshalJSON

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

func (*GetBasicPhoneNumberResponseEntity) SetAccountNumber

func (o *GetBasicPhoneNumberResponseEntity) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*GetBasicPhoneNumberResponseEntity) SetAddress

func (o *GetBasicPhoneNumberResponseEntity) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*GetBasicPhoneNumberResponseEntity) SetAddressCity

func (o *GetBasicPhoneNumberResponseEntity) SetAddressCity(v string)

SetAddressCity gets a reference to the given string and assigns it to the AddressCity field.

func (*GetBasicPhoneNumberResponseEntity) SetAddressState

func (o *GetBasicPhoneNumberResponseEntity) SetAddressState(v string)

SetAddressState gets a reference to the given string and assigns it to the AddressState field.

func (*GetBasicPhoneNumberResponseEntity) SetBankCode

func (o *GetBasicPhoneNumberResponseEntity) SetBankCode(v string)

SetBankCode gets a reference to the given string and assigns it to the BankCode field.

func (*GetBasicPhoneNumberResponseEntity) SetBvn

SetBvn gets a reference to the given string and assigns it to the Bvn field.

func (*GetBasicPhoneNumberResponseEntity) SetDateOfBirth

func (o *GetBasicPhoneNumberResponseEntity) SetDateOfBirth(v string)

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

func (*GetBasicPhoneNumberResponseEntity) SetEmail

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

func (*GetBasicPhoneNumberResponseEntity) SetEncryptedPan

func (o *GetBasicPhoneNumberResponseEntity) SetEncryptedPan(v string)

SetEncryptedPan gets a reference to the given string and assigns it to the EncryptedPan field.

func (*GetBasicPhoneNumberResponseEntity) SetFirstName

func (o *GetBasicPhoneNumberResponseEntity) SetFirstName(v string)

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

func (*GetBasicPhoneNumberResponseEntity) SetGender

func (o *GetBasicPhoneNumberResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetBasicPhoneNumberResponseEntity) SetLastName

func (o *GetBasicPhoneNumberResponseEntity) SetLastName(v string)

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

func (*GetBasicPhoneNumberResponseEntity) SetMsisdn

func (o *GetBasicPhoneNumberResponseEntity) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn 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 GetCacResponse

type GetCacResponse struct {
	Entity *GetCacResponseEntity `json:"entity,omitempty"`
}

GetCacResponse struct for GetCacResponse

func NewGetCacResponse

func NewGetCacResponse() *GetCacResponse

NewGetCacResponse instantiates a new GetCacResponse 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 NewGetCacResponseWithDefaults

func NewGetCacResponseWithDefaults() *GetCacResponse

NewGetCacResponseWithDefaults instantiates a new GetCacResponse 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 (*GetCacResponse) GetEntity

func (o *GetCacResponse) GetEntity() GetCacResponseEntity

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

func (*GetCacResponse) GetEntityOk

func (o *GetCacResponse) GetEntityOk() (*GetCacResponseEntity, 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 (*GetCacResponse) HasEntity

func (o *GetCacResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetCacResponse) MarshalJSON

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

func (*GetCacResponse) SetEntity

func (o *GetCacResponse) SetEntity(v GetCacResponseEntity)

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

type GetCacResponseEntity

type GetCacResponseEntity 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"`
}

GetCacResponseEntity struct for GetCacResponseEntity

func NewGetCacResponseEntity

func NewGetCacResponseEntity() *GetCacResponseEntity

NewGetCacResponseEntity instantiates a new GetCacResponseEntity 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 NewGetCacResponseEntityWithDefaults

func NewGetCacResponseEntityWithDefaults() *GetCacResponseEntity

NewGetCacResponseEntityWithDefaults instantiates a new GetCacResponseEntity 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 (*GetCacResponseEntity) GetAddress

func (o *GetCacResponseEntity) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*GetCacResponseEntity) GetAddressOk

func (o *GetCacResponseEntity) 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 (*GetCacResponseEntity) GetCompanyName

func (o *GetCacResponseEntity) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*GetCacResponseEntity) GetCompanyNameOk

func (o *GetCacResponseEntity) 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 (*GetCacResponseEntity) GetDateOfRegistration

func (o *GetCacResponseEntity) GetDateOfRegistration() string

GetDateOfRegistration returns the DateOfRegistration field value if set, zero value otherwise.

func (*GetCacResponseEntity) GetDateOfRegistrationOk

func (o *GetCacResponseEntity) 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 (*GetCacResponseEntity) GetRcNumber

func (o *GetCacResponseEntity) GetRcNumber() string

GetRcNumber returns the RcNumber field value if set, zero value otherwise.

func (*GetCacResponseEntity) GetRcNumberOk

func (o *GetCacResponseEntity) 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 (*GetCacResponseEntity) HasAddress

func (o *GetCacResponseEntity) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*GetCacResponseEntity) HasCompanyName

func (o *GetCacResponseEntity) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*GetCacResponseEntity) HasDateOfRegistration

func (o *GetCacResponseEntity) HasDateOfRegistration() bool

HasDateOfRegistration returns a boolean if a field has been set.

func (*GetCacResponseEntity) HasRcNumber

func (o *GetCacResponseEntity) HasRcNumber() bool

HasRcNumber returns a boolean if a field has been set.

func (GetCacResponseEntity) MarshalJSON

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

func (*GetCacResponseEntity) SetAddress

func (o *GetCacResponseEntity) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*GetCacResponseEntity) SetCompanyName

func (o *GetCacResponseEntity) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*GetCacResponseEntity) SetDateOfRegistration

func (o *GetCacResponseEntity) SetDateOfRegistration(v string)

SetDateOfRegistration gets a reference to the given string and assigns it to the DateOfRegistration field.

func (*GetCacResponseEntity) SetRcNumber

func (o *GetCacResponseEntity) SetRcNumber(v string)

SetRcNumber gets a reference to the given string and assigns it to the RcNumber field.

type GetDataPlansResponse

type GetDataPlansResponse struct {
	Entity []PurchaseDataResponseEntityInner `json:"entity,omitempty"`
}

GetDataPlansResponse struct for GetDataPlansResponse

func NewGetDataPlansResponse

func NewGetDataPlansResponse() *GetDataPlansResponse

NewGetDataPlansResponse instantiates a new GetDataPlansResponse 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 NewGetDataPlansResponseWithDefaults

func NewGetDataPlansResponseWithDefaults() *GetDataPlansResponse

NewGetDataPlansResponseWithDefaults instantiates a new GetDataPlansResponse 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 (*GetDataPlansResponse) GetEntity

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

func (*GetDataPlansResponse) 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 (*GetDataPlansResponse) HasEntity

func (o *GetDataPlansResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetDataPlansResponse) MarshalJSON

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

func (*GetDataPlansResponse) SetEntity

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

type GetDocumentAnalysisRequest

type GetDocumentAnalysisRequest struct {
	Img *string `json:"img,omitempty"`
}

GetDocumentAnalysisRequest struct for GetDocumentAnalysisRequest

func NewGetDocumentAnalysisRequest

func NewGetDocumentAnalysisRequest() *GetDocumentAnalysisRequest

NewGetDocumentAnalysisRequest instantiates a new GetDocumentAnalysisRequest 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 NewGetDocumentAnalysisRequestWithDefaults

func NewGetDocumentAnalysisRequestWithDefaults() *GetDocumentAnalysisRequest

NewGetDocumentAnalysisRequestWithDefaults instantiates a new GetDocumentAnalysisRequest 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 (*GetDocumentAnalysisRequest) GetImg

func (o *GetDocumentAnalysisRequest) GetImg() string

GetImg returns the Img field value if set, zero value otherwise.

func (*GetDocumentAnalysisRequest) GetImgOk

func (o *GetDocumentAnalysisRequest) GetImgOk() (*string, bool)

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

func (*GetDocumentAnalysisRequest) HasImg

func (o *GetDocumentAnalysisRequest) HasImg() bool

HasImg returns a boolean if a field has been set.

func (GetDocumentAnalysisRequest) MarshalJSON

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

func (*GetDocumentAnalysisRequest) SetImg

func (o *GetDocumentAnalysisRequest) SetImg(v string)

SetImg gets a reference to the given string and assigns it to the Img field.

type GetDocumentAnalysisResponse

type GetDocumentAnalysisResponse struct {
	Entity *GetDocumentAnalysisResponseEntity `json:"entity,omitempty"`
}

GetDocumentAnalysisResponse struct for GetDocumentAnalysisResponse

func NewGetDocumentAnalysisResponse

func NewGetDocumentAnalysisResponse() *GetDocumentAnalysisResponse

NewGetDocumentAnalysisResponse instantiates a new GetDocumentAnalysisResponse 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 NewGetDocumentAnalysisResponseWithDefaults

func NewGetDocumentAnalysisResponseWithDefaults() *GetDocumentAnalysisResponse

NewGetDocumentAnalysisResponseWithDefaults instantiates a new GetDocumentAnalysisResponse 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 (*GetDocumentAnalysisResponse) GetEntity

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

func (*GetDocumentAnalysisResponse) 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 (*GetDocumentAnalysisResponse) HasEntity

func (o *GetDocumentAnalysisResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetDocumentAnalysisResponse) MarshalJSON

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

func (*GetDocumentAnalysisResponse) SetEntity

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

type GetDocumentAnalysisResponseEntity

type GetDocumentAnalysisResponseEntity struct {
	Data *GetDocumentAnalysisResponseEntityData `json:"data,omitempty"`
}

GetDocumentAnalysisResponseEntity struct for GetDocumentAnalysisResponseEntity

func NewGetDocumentAnalysisResponseEntity

func NewGetDocumentAnalysisResponseEntity() *GetDocumentAnalysisResponseEntity

NewGetDocumentAnalysisResponseEntity instantiates a new GetDocumentAnalysisResponseEntity 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 NewGetDocumentAnalysisResponseEntityWithDefaults

func NewGetDocumentAnalysisResponseEntityWithDefaults() *GetDocumentAnalysisResponseEntity

NewGetDocumentAnalysisResponseEntityWithDefaults instantiates a new GetDocumentAnalysisResponseEntity 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 (*GetDocumentAnalysisResponseEntity) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntity) 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 (*GetDocumentAnalysisResponseEntity) HasData

HasData returns a boolean if a field has been set.

func (GetDocumentAnalysisResponseEntity) MarshalJSON

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

func (*GetDocumentAnalysisResponseEntity) SetData

SetData gets a reference to the given GetDocumentAnalysisResponseEntityData and assigns it to the Data field.

type GetDocumentAnalysisResponseEntityData

type GetDocumentAnalysisResponseEntityData struct {
	ADDRESS             *string `json:"ADDRESS,omitempty"`
	CITY_IN_ADDRESS     *string `json:"CITY_IN_ADDRESS,omitempty"`
	CLASS               *string `json:"CLASS,omitempty"`
	COUNTY              *string `json:"COUNTY,omitempty"`
	DATE_OF_BIRTH       *string `json:"DATE_OF_BIRTH,omitempty"`
	DATE_OF_ISSUE       *string `json:"DATE_OF_ISSUE,omitempty"`
	DOCUMENT_NUMBER     *string `json:"DOCUMENT_NUMBER,omitempty"`
	ENDORSEMENTS        *string `json:"ENDORSEMENTS,omitempty"`
	EXPIRATION_DATE     *string `json:"EXPIRATION_DATE,omitempty"`
	FIRST_NAME          *string `json:"FIRST_NAME,omitempty"`
	ID_TYPE             *string `json:"ID_TYPE,omitempty"`
	LAST_NAME           *string `json:"LAST_NAME,omitempty"`
	MIDDLE_NAME         *string `json:"MIDDLE_NAME,omitempty"`
	PLACE_OF_BIRTH      *string `json:"PLACE_OF_BIRTH,omitempty"`
	RESTRICTIONS        *string `json:"RESTRICTIONS,omitempty"`
	STATE_IN_ADDRESS    *string `json:"STATE_IN_ADDRESS,omitempty"`
	STATE_NAME          *string `json:"STATE_NAME,omitempty"`
	SUFFIX              *string `json:"SUFFIX,omitempty"`
	VETERAN             *string `json:"VETERAN,omitempty"`
	ZIP_CODE_IN_ADDRESS *string `json:"ZIP_CODE_IN_ADDRESS,omitempty"`
}

GetDocumentAnalysisResponseEntityData struct for GetDocumentAnalysisResponseEntityData

func NewGetDocumentAnalysisResponseEntityData

func NewGetDocumentAnalysisResponseEntityData() *GetDocumentAnalysisResponseEntityData

NewGetDocumentAnalysisResponseEntityData instantiates a new GetDocumentAnalysisResponseEntityData 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 NewGetDocumentAnalysisResponseEntityDataWithDefaults

func NewGetDocumentAnalysisResponseEntityDataWithDefaults() *GetDocumentAnalysisResponseEntityData

NewGetDocumentAnalysisResponseEntityDataWithDefaults instantiates a new GetDocumentAnalysisResponseEntityData 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 (*GetDocumentAnalysisResponseEntityData) GetADDRESS

GetADDRESS returns the ADDRESS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetADDRESSOk

func (o *GetDocumentAnalysisResponseEntityData) 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 (*GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESS() string

GetCITY_IN_ADDRESS returns the CITY_IN_ADDRESS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESSOk

func (o *GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESSOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetCLASS

GetCLASS returns the CLASS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetCLASSOk

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

func (*GetDocumentAnalysisResponseEntityData) GetCOUNTY

GetCOUNTY returns the COUNTY field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetCOUNTYOk

func (o *GetDocumentAnalysisResponseEntityData) GetCOUNTYOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTH() string

GetDATE_OF_BIRTH returns the DATE_OF_BIRTH field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTHOk

func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTHOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUE

func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUE() string

GetDATE_OF_ISSUE returns the DATE_OF_ISSUE field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUEOk

func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBER

func (o *GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBER() string

GetDOCUMENT_NUMBER returns the DOCUMENT_NUMBER field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBEROk

func (o *GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBEROk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetENDORSEMENTS

func (o *GetDocumentAnalysisResponseEntityData) GetENDORSEMENTS() string

GetENDORSEMENTS returns the ENDORSEMENTS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetENDORSEMENTSOk

func (o *GetDocumentAnalysisResponseEntityData) GetENDORSEMENTSOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATE

func (o *GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATE() string

GetEXPIRATION_DATE returns the EXPIRATION_DATE field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATEOk

func (o *GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetFIRST_NAME

func (o *GetDocumentAnalysisResponseEntityData) GetFIRST_NAME() string

GetFIRST_NAME returns the FIRST_NAME field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetFIRST_NAMEOk

func (o *GetDocumentAnalysisResponseEntityData) GetFIRST_NAMEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetID_TYPE

GetID_TYPE returns the ID_TYPE field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetID_TYPEOk

func (o *GetDocumentAnalysisResponseEntityData) GetID_TYPEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetLAST_NAME

GetLAST_NAME returns the LAST_NAME field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetLAST_NAMEOk

func (o *GetDocumentAnalysisResponseEntityData) GetLAST_NAMEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAME

func (o *GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAME() string

GetMIDDLE_NAME returns the MIDDLE_NAME field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAMEOk

func (o *GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAMEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTH() string

GetPLACE_OF_BIRTH returns the PLACE_OF_BIRTH field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTHOk

func (o *GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTHOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetRESTRICTIONS

func (o *GetDocumentAnalysisResponseEntityData) GetRESTRICTIONS() string

GetRESTRICTIONS returns the RESTRICTIONS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetRESTRICTIONSOk

func (o *GetDocumentAnalysisResponseEntityData) GetRESTRICTIONSOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESS() string

GetSTATE_IN_ADDRESS returns the STATE_IN_ADDRESS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESSOk

func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESSOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetSTATE_NAME

func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_NAME() string

GetSTATE_NAME returns the STATE_NAME field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetSTATE_NAMEOk

func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_NAMEOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetSUFFIX

GetSUFFIX returns the SUFFIX field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetSUFFIXOk

func (o *GetDocumentAnalysisResponseEntityData) GetSUFFIXOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetVETERAN

GetVETERAN returns the VETERAN field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetVETERANOk

func (o *GetDocumentAnalysisResponseEntityData) GetVETERANOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESS() string

GetZIP_CODE_IN_ADDRESS returns the ZIP_CODE_IN_ADDRESS field value if set, zero value otherwise.

func (*GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESSOk

func (o *GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESSOk() (*string, bool)

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

func (*GetDocumentAnalysisResponseEntityData) HasADDRESS

HasADDRESS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasCITY_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) HasCITY_IN_ADDRESS() bool

HasCITY_IN_ADDRESS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasCLASS

HasCLASS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasCOUNTY

HasCOUNTY returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasDATE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) HasDATE_OF_BIRTH() bool

HasDATE_OF_BIRTH returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasDATE_OF_ISSUE

func (o *GetDocumentAnalysisResponseEntityData) HasDATE_OF_ISSUE() bool

HasDATE_OF_ISSUE returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasDOCUMENT_NUMBER

func (o *GetDocumentAnalysisResponseEntityData) HasDOCUMENT_NUMBER() bool

HasDOCUMENT_NUMBER returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasENDORSEMENTS

func (o *GetDocumentAnalysisResponseEntityData) HasENDORSEMENTS() bool

HasENDORSEMENTS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasEXPIRATION_DATE

func (o *GetDocumentAnalysisResponseEntityData) HasEXPIRATION_DATE() bool

HasEXPIRATION_DATE returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasFIRST_NAME

func (o *GetDocumentAnalysisResponseEntityData) HasFIRST_NAME() bool

HasFIRST_NAME returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasID_TYPE

HasID_TYPE returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasLAST_NAME

func (o *GetDocumentAnalysisResponseEntityData) HasLAST_NAME() bool

HasLAST_NAME returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasMIDDLE_NAME

func (o *GetDocumentAnalysisResponseEntityData) HasMIDDLE_NAME() bool

HasMIDDLE_NAME returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasPLACE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) HasPLACE_OF_BIRTH() bool

HasPLACE_OF_BIRTH returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasRESTRICTIONS

func (o *GetDocumentAnalysisResponseEntityData) HasRESTRICTIONS() bool

HasRESTRICTIONS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasSTATE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) HasSTATE_IN_ADDRESS() bool

HasSTATE_IN_ADDRESS returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasSTATE_NAME

func (o *GetDocumentAnalysisResponseEntityData) HasSTATE_NAME() bool

HasSTATE_NAME returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasSUFFIX

HasSUFFIX returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasVETERAN

HasVETERAN returns a boolean if a field has been set.

func (*GetDocumentAnalysisResponseEntityData) HasZIP_CODE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) HasZIP_CODE_IN_ADDRESS() bool

HasZIP_CODE_IN_ADDRESS returns a boolean if a field has been set.

func (GetDocumentAnalysisResponseEntityData) MarshalJSON

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

func (*GetDocumentAnalysisResponseEntityData) SetADDRESS

SetADDRESS gets a reference to the given string and assigns it to the ADDRESS field.

func (*GetDocumentAnalysisResponseEntityData) SetCITY_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) SetCITY_IN_ADDRESS(v string)

SetCITY_IN_ADDRESS gets a reference to the given string and assigns it to the CITY_IN_ADDRESS field.

func (*GetDocumentAnalysisResponseEntityData) SetCLASS

SetCLASS gets a reference to the given string and assigns it to the CLASS field.

func (*GetDocumentAnalysisResponseEntityData) SetCOUNTY

SetCOUNTY gets a reference to the given string and assigns it to the COUNTY field.

func (*GetDocumentAnalysisResponseEntityData) SetDATE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) SetDATE_OF_BIRTH(v string)

SetDATE_OF_BIRTH gets a reference to the given string and assigns it to the DATE_OF_BIRTH field.

func (*GetDocumentAnalysisResponseEntityData) SetDATE_OF_ISSUE

func (o *GetDocumentAnalysisResponseEntityData) SetDATE_OF_ISSUE(v string)

SetDATE_OF_ISSUE gets a reference to the given string and assigns it to the DATE_OF_ISSUE field.

func (*GetDocumentAnalysisResponseEntityData) SetDOCUMENT_NUMBER

func (o *GetDocumentAnalysisResponseEntityData) SetDOCUMENT_NUMBER(v string)

SetDOCUMENT_NUMBER gets a reference to the given string and assigns it to the DOCUMENT_NUMBER field.

func (*GetDocumentAnalysisResponseEntityData) SetENDORSEMENTS

func (o *GetDocumentAnalysisResponseEntityData) SetENDORSEMENTS(v string)

SetENDORSEMENTS gets a reference to the given string and assigns it to the ENDORSEMENTS field.

func (*GetDocumentAnalysisResponseEntityData) SetEXPIRATION_DATE

func (o *GetDocumentAnalysisResponseEntityData) SetEXPIRATION_DATE(v string)

SetEXPIRATION_DATE gets a reference to the given string and assigns it to the EXPIRATION_DATE field.

func (*GetDocumentAnalysisResponseEntityData) SetFIRST_NAME

func (o *GetDocumentAnalysisResponseEntityData) SetFIRST_NAME(v string)

SetFIRST_NAME gets a reference to the given string and assigns it to the FIRST_NAME field.

func (*GetDocumentAnalysisResponseEntityData) SetID_TYPE

SetID_TYPE gets a reference to the given string and assigns it to the ID_TYPE field.

func (*GetDocumentAnalysisResponseEntityData) SetLAST_NAME

func (o *GetDocumentAnalysisResponseEntityData) SetLAST_NAME(v string)

SetLAST_NAME gets a reference to the given string and assigns it to the LAST_NAME field.

func (*GetDocumentAnalysisResponseEntityData) SetMIDDLE_NAME

func (o *GetDocumentAnalysisResponseEntityData) SetMIDDLE_NAME(v string)

SetMIDDLE_NAME gets a reference to the given string and assigns it to the MIDDLE_NAME field.

func (*GetDocumentAnalysisResponseEntityData) SetPLACE_OF_BIRTH

func (o *GetDocumentAnalysisResponseEntityData) SetPLACE_OF_BIRTH(v string)

SetPLACE_OF_BIRTH gets a reference to the given string and assigns it to the PLACE_OF_BIRTH field.

func (*GetDocumentAnalysisResponseEntityData) SetRESTRICTIONS

func (o *GetDocumentAnalysisResponseEntityData) SetRESTRICTIONS(v string)

SetRESTRICTIONS gets a reference to the given string and assigns it to the RESTRICTIONS field.

func (*GetDocumentAnalysisResponseEntityData) SetSTATE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) SetSTATE_IN_ADDRESS(v string)

SetSTATE_IN_ADDRESS gets a reference to the given string and assigns it to the STATE_IN_ADDRESS field.

func (*GetDocumentAnalysisResponseEntityData) SetSTATE_NAME

func (o *GetDocumentAnalysisResponseEntityData) SetSTATE_NAME(v string)

SetSTATE_NAME gets a reference to the given string and assigns it to the STATE_NAME field.

func (*GetDocumentAnalysisResponseEntityData) SetSUFFIX

SetSUFFIX gets a reference to the given string and assigns it to the SUFFIX field.

func (*GetDocumentAnalysisResponseEntityData) SetVETERAN

SetVETERAN gets a reference to the given string and assigns it to the VETERAN field.

func (*GetDocumentAnalysisResponseEntityData) SetZIP_CODE_IN_ADDRESS

func (o *GetDocumentAnalysisResponseEntityData) SetZIP_CODE_IN_ADDRESS(v string)

SetZIP_CODE_IN_ADDRESS gets a reference to the given string and assigns it to the ZIP_CODE_IN_ADDRESS 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 GetEarningStructureResponse

type GetEarningStructureResponse struct {
	Entity *GetEarningStructureResponseEntity `json:"entity,omitempty"`
}

GetEarningStructureResponse struct for GetEarningStructureResponse

func NewGetEarningStructureResponse

func NewGetEarningStructureResponse() *GetEarningStructureResponse

NewGetEarningStructureResponse instantiates a new GetEarningStructureResponse 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 NewGetEarningStructureResponseWithDefaults

func NewGetEarningStructureResponseWithDefaults() *GetEarningStructureResponse

NewGetEarningStructureResponseWithDefaults instantiates a new GetEarningStructureResponse 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 (*GetEarningStructureResponse) GetEntity

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

func (*GetEarningStructureResponse) 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 (*GetEarningStructureResponse) HasEntity

func (o *GetEarningStructureResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetEarningStructureResponse) MarshalJSON

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

func (*GetEarningStructureResponse) SetEntity

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

type GetEarningStructureResponseEntity

type GetEarningStructureResponseEntity struct {
	AverageMonthlyIncome *float32 `json:"average_monthly_income,omitempty"`
	SalaryEarner         *bool    `json:"salary_earner,omitempty"`
	Consistent           *bool    `json:"consistent,omitempty"`
	NumberOfDays         *float32 `json:"number_of_days,omitempty"`
}

GetEarningStructureResponseEntity struct for GetEarningStructureResponseEntity

func NewGetEarningStructureResponseEntity

func NewGetEarningStructureResponseEntity() *GetEarningStructureResponseEntity

NewGetEarningStructureResponseEntity instantiates a new GetEarningStructureResponseEntity 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 NewGetEarningStructureResponseEntityWithDefaults

func NewGetEarningStructureResponseEntityWithDefaults() *GetEarningStructureResponseEntity

NewGetEarningStructureResponseEntityWithDefaults instantiates a new GetEarningStructureResponseEntity 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 (*GetEarningStructureResponseEntity) GetAverageMonthlyIncome

func (o *GetEarningStructureResponseEntity) GetAverageMonthlyIncome() float32

GetAverageMonthlyIncome returns the AverageMonthlyIncome field value if set, zero value otherwise.

func (*GetEarningStructureResponseEntity) GetAverageMonthlyIncomeOk

func (o *GetEarningStructureResponseEntity) GetAverageMonthlyIncomeOk() (*float32, bool)

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

func (*GetEarningStructureResponseEntity) GetConsistent

func (o *GetEarningStructureResponseEntity) GetConsistent() bool

GetConsistent returns the Consistent field value if set, zero value otherwise.

func (*GetEarningStructureResponseEntity) GetConsistentOk

func (o *GetEarningStructureResponseEntity) GetConsistentOk() (*bool, bool)

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

func (*GetEarningStructureResponseEntity) GetNumberOfDays

func (o *GetEarningStructureResponseEntity) GetNumberOfDays() float32

GetNumberOfDays returns the NumberOfDays field value if set, zero value otherwise.

func (*GetEarningStructureResponseEntity) GetNumberOfDaysOk

func (o *GetEarningStructureResponseEntity) GetNumberOfDaysOk() (*float32, bool)

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

func (*GetEarningStructureResponseEntity) GetSalaryEarner

func (o *GetEarningStructureResponseEntity) GetSalaryEarner() bool

GetSalaryEarner returns the SalaryEarner field value if set, zero value otherwise.

func (*GetEarningStructureResponseEntity) GetSalaryEarnerOk

func (o *GetEarningStructureResponseEntity) GetSalaryEarnerOk() (*bool, bool)

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

func (*GetEarningStructureResponseEntity) HasAverageMonthlyIncome

func (o *GetEarningStructureResponseEntity) HasAverageMonthlyIncome() bool

HasAverageMonthlyIncome returns a boolean if a field has been set.

func (*GetEarningStructureResponseEntity) HasConsistent

func (o *GetEarningStructureResponseEntity) HasConsistent() bool

HasConsistent returns a boolean if a field has been set.

func (*GetEarningStructureResponseEntity) HasNumberOfDays

func (o *GetEarningStructureResponseEntity) HasNumberOfDays() bool

HasNumberOfDays returns a boolean if a field has been set.

func (*GetEarningStructureResponseEntity) HasSalaryEarner

func (o *GetEarningStructureResponseEntity) HasSalaryEarner() bool

HasSalaryEarner returns a boolean if a field has been set.

func (GetEarningStructureResponseEntity) MarshalJSON

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

func (*GetEarningStructureResponseEntity) SetAverageMonthlyIncome

func (o *GetEarningStructureResponseEntity) SetAverageMonthlyIncome(v float32)

SetAverageMonthlyIncome gets a reference to the given float32 and assigns it to the AverageMonthlyIncome field.

func (*GetEarningStructureResponseEntity) SetConsistent

func (o *GetEarningStructureResponseEntity) SetConsistent(v bool)

SetConsistent gets a reference to the given bool and assigns it to the Consistent field.

func (*GetEarningStructureResponseEntity) SetNumberOfDays

func (o *GetEarningStructureResponseEntity) SetNumberOfDays(v float32)

SetNumberOfDays gets a reference to the given float32 and assigns it to the NumberOfDays field.

func (*GetEarningStructureResponseEntity) SetSalaryEarner

func (o *GetEarningStructureResponseEntity) SetSalaryEarner(v bool)

SetSalaryEarner gets a reference to the given bool and assigns it to the SalaryEarner field.

type GetEmailReputationResponse

type GetEmailReputationResponse struct {
	Entity *GetEmailReputationResponseEntity `json:"entity,omitempty"`
}

GetEmailReputationResponse struct for GetEmailReputationResponse

func NewGetEmailReputationResponse

func NewGetEmailReputationResponse() *GetEmailReputationResponse

NewGetEmailReputationResponse instantiates a new GetEmailReputationResponse 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 NewGetEmailReputationResponseWithDefaults

func NewGetEmailReputationResponseWithDefaults() *GetEmailReputationResponse

NewGetEmailReputationResponseWithDefaults instantiates a new GetEmailReputationResponse 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 (*GetEmailReputationResponse) GetEntity

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

func (*GetEmailReputationResponse) 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 (*GetEmailReputationResponse) HasEntity

func (o *GetEmailReputationResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetEmailReputationResponse) MarshalJSON

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

func (*GetEmailReputationResponse) SetEntity

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

type GetEmailReputationResponseEntity

type GetEmailReputationResponseEntity struct {
	Email      *string                                  `json:"email,omitempty"`
	Reputation *string                                  `json:"reputation,omitempty"`
	Suspicious *bool                                    `json:"suspicious,omitempty"`
	References *float32                                 `json:"references,omitempty"`
	Details    *GetEmailReputationResponseEntityDetails `json:"details,omitempty"`
}

GetEmailReputationResponseEntity struct for GetEmailReputationResponseEntity

func NewGetEmailReputationResponseEntity

func NewGetEmailReputationResponseEntity() *GetEmailReputationResponseEntity

NewGetEmailReputationResponseEntity instantiates a new GetEmailReputationResponseEntity 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 NewGetEmailReputationResponseEntityWithDefaults

func NewGetEmailReputationResponseEntityWithDefaults() *GetEmailReputationResponseEntity

NewGetEmailReputationResponseEntityWithDefaults instantiates a new GetEmailReputationResponseEntity 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 (*GetEmailReputationResponseEntity) GetDetails

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

func (*GetEmailReputationResponseEntity) 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 (*GetEmailReputationResponseEntity) GetEmail

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

func (*GetEmailReputationResponseEntity) GetEmailOk

func (o *GetEmailReputationResponseEntity) 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 (*GetEmailReputationResponseEntity) GetReferences

func (o *GetEmailReputationResponseEntity) GetReferences() float32

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

func (*GetEmailReputationResponseEntity) GetReferencesOk

func (o *GetEmailReputationResponseEntity) 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 (*GetEmailReputationResponseEntity) GetReputation

func (o *GetEmailReputationResponseEntity) GetReputation() string

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

func (*GetEmailReputationResponseEntity) GetReputationOk

func (o *GetEmailReputationResponseEntity) 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 (*GetEmailReputationResponseEntity) GetSuspicious

func (o *GetEmailReputationResponseEntity) GetSuspicious() bool

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

func (*GetEmailReputationResponseEntity) GetSuspiciousOk

func (o *GetEmailReputationResponseEntity) 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 (*GetEmailReputationResponseEntity) HasDetails

func (o *GetEmailReputationResponseEntity) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntity) HasEmail

func (o *GetEmailReputationResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntity) HasReferences

func (o *GetEmailReputationResponseEntity) HasReferences() bool

HasReferences returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntity) HasReputation

func (o *GetEmailReputationResponseEntity) HasReputation() bool

HasReputation returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntity) HasSuspicious

func (o *GetEmailReputationResponseEntity) HasSuspicious() bool

HasSuspicious returns a boolean if a field has been set.

func (GetEmailReputationResponseEntity) MarshalJSON

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

func (*GetEmailReputationResponseEntity) SetDetails

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

func (*GetEmailReputationResponseEntity) SetEmail

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

func (*GetEmailReputationResponseEntity) SetReferences

func (o *GetEmailReputationResponseEntity) SetReferences(v float32)

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

func (*GetEmailReputationResponseEntity) SetReputation

func (o *GetEmailReputationResponseEntity) SetReputation(v string)

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

func (*GetEmailReputationResponseEntity) SetSuspicious

func (o *GetEmailReputationResponseEntity) SetSuspicious(v bool)

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

type GetEmailReputationResponseEntityDetails

type GetEmailReputationResponseEntityDetails 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"`
}

GetEmailReputationResponseEntityDetails struct for GetEmailReputationResponseEntityDetails

func NewGetEmailReputationResponseEntityDetails

func NewGetEmailReputationResponseEntityDetails() *GetEmailReputationResponseEntityDetails

NewGetEmailReputationResponseEntityDetails instantiates a new GetEmailReputationResponseEntityDetails 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 NewGetEmailReputationResponseEntityDetailsWithDefaults

func NewGetEmailReputationResponseEntityDetailsWithDefaults() *GetEmailReputationResponseEntityDetails

NewGetEmailReputationResponseEntityDetailsWithDefaults instantiates a new GetEmailReputationResponseEntityDetails 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 (*GetEmailReputationResponseEntityDetails) GetAcceptAll

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

func (*GetEmailReputationResponseEntityDetails) GetAcceptAllOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetBlacklisted

func (o *GetEmailReputationResponseEntityDetails) GetBlacklisted() bool

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

func (*GetEmailReputationResponseEntityDetails) GetBlacklistedOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetCredentialsLeaked

func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeaked() bool

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

func (*GetEmailReputationResponseEntityDetails) GetCredentialsLeakedOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecent

func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecent() bool

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

func (*GetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecentOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDataBreach

func (o *GetEmailReputationResponseEntityDetails) GetDataBreach() bool

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

func (*GetEmailReputationResponseEntityDetails) GetDataBreachOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreation

func (o *GetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreation() float32

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

func (*GetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreationOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDeliverable

func (o *GetEmailReputationResponseEntityDetails) GetDeliverable() bool

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

func (*GetEmailReputationResponseEntityDetails) GetDeliverableOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDisposable

func (o *GetEmailReputationResponseEntityDetails) GetDisposable() bool

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

func (*GetEmailReputationResponseEntityDetails) GetDisposableOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDmarcEnforced

func (o *GetEmailReputationResponseEntityDetails) GetDmarcEnforced() bool

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

func (*GetEmailReputationResponseEntityDetails) GetDmarcEnforcedOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDomainExists

func (o *GetEmailReputationResponseEntityDetails) GetDomainExists() bool

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

func (*GetEmailReputationResponseEntityDetails) GetDomainExistsOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetDomainReputation

func (o *GetEmailReputationResponseEntityDetails) GetDomainReputation() string

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

func (*GetEmailReputationResponseEntityDetails) GetDomainReputationOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetFirstSeen

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

func (*GetEmailReputationResponseEntityDetails) GetFirstSeenOk

func (o *GetEmailReputationResponseEntityDetails) GetFirstSeenOk() (*string, bool)

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 (*GetEmailReputationResponseEntityDetails) GetFreeProvider

func (o *GetEmailReputationResponseEntityDetails) GetFreeProvider() bool

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

func (*GetEmailReputationResponseEntityDetails) GetFreeProviderOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetLastSeen

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

func (*GetEmailReputationResponseEntityDetails) GetLastSeenOk

func (o *GetEmailReputationResponseEntityDetails) GetLastSeenOk() (*string, bool)

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 (*GetEmailReputationResponseEntityDetails) GetMaliciousActivity

func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivity() bool

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

func (*GetEmailReputationResponseEntityDetails) GetMaliciousActivityOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetMaliciousActivityRecent

func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivityRecent() bool

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

func (*GetEmailReputationResponseEntityDetails) GetMaliciousActivityRecentOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetNewDomain

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

func (*GetEmailReputationResponseEntityDetails) GetNewDomainOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetPrimaryMx

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

func (*GetEmailReputationResponseEntityDetails) GetPrimaryMxOk

func (o *GetEmailReputationResponseEntityDetails) GetPrimaryMxOk() (*string, bool)

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 (*GetEmailReputationResponseEntityDetails) GetProfiles

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

func (*GetEmailReputationResponseEntityDetails) GetProfilesOk

func (o *GetEmailReputationResponseEntityDetails) GetProfilesOk() ([]string, bool)

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 (*GetEmailReputationResponseEntityDetails) GetSpam

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

func (*GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetSpfStrict

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

func (*GetEmailReputationResponseEntityDetails) GetSpfStrictOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetSpoofable

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

func (*GetEmailReputationResponseEntityDetails) GetSpoofableOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetSuspiciousTld

func (o *GetEmailReputationResponseEntityDetails) GetSuspiciousTld() bool

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

func (*GetEmailReputationResponseEntityDetails) GetSuspiciousTldOk

func (o *GetEmailReputationResponseEntityDetails) 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 (*GetEmailReputationResponseEntityDetails) GetValidMx

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

func (*GetEmailReputationResponseEntityDetails) GetValidMxOk

func (o *GetEmailReputationResponseEntityDetails) GetValidMxOk() (*bool, bool)

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 (*GetEmailReputationResponseEntityDetails) HasAcceptAll

HasAcceptAll returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasBlacklisted

func (o *GetEmailReputationResponseEntityDetails) HasBlacklisted() bool

HasBlacklisted returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasCredentialsLeaked

func (o *GetEmailReputationResponseEntityDetails) HasCredentialsLeaked() bool

HasCredentialsLeaked returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasCredentialsLeakedRecent

func (o *GetEmailReputationResponseEntityDetails) HasCredentialsLeakedRecent() bool

HasCredentialsLeakedRecent returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDataBreach

func (o *GetEmailReputationResponseEntityDetails) HasDataBreach() bool

HasDataBreach returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDaysSinceDomainCreation

func (o *GetEmailReputationResponseEntityDetails) HasDaysSinceDomainCreation() bool

HasDaysSinceDomainCreation returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDeliverable

func (o *GetEmailReputationResponseEntityDetails) HasDeliverable() bool

HasDeliverable returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDisposable

func (o *GetEmailReputationResponseEntityDetails) HasDisposable() bool

HasDisposable returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDmarcEnforced

func (o *GetEmailReputationResponseEntityDetails) HasDmarcEnforced() bool

HasDmarcEnforced returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDomainExists

func (o *GetEmailReputationResponseEntityDetails) HasDomainExists() bool

HasDomainExists returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasDomainReputation

func (o *GetEmailReputationResponseEntityDetails) HasDomainReputation() bool

HasDomainReputation returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasFirstSeen

HasFirstSeen returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasFreeProvider

func (o *GetEmailReputationResponseEntityDetails) HasFreeProvider() bool

HasFreeProvider returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasLastSeen

HasLastSeen returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasMaliciousActivity

func (o *GetEmailReputationResponseEntityDetails) HasMaliciousActivity() bool

HasMaliciousActivity returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasMaliciousActivityRecent

func (o *GetEmailReputationResponseEntityDetails) HasMaliciousActivityRecent() bool

HasMaliciousActivityRecent returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasNewDomain

HasNewDomain returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasPrimaryMx

HasPrimaryMx returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasProfiles

HasProfiles returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasSpam

HasSpam returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasSpfStrict

HasSpfStrict returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasSpoofable

HasSpoofable returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasSuspiciousTld

func (o *GetEmailReputationResponseEntityDetails) HasSuspiciousTld() bool

HasSuspiciousTld returns a boolean if a field has been set.

func (*GetEmailReputationResponseEntityDetails) HasValidMx

HasValidMx returns a boolean if a field has been set.

func (GetEmailReputationResponseEntityDetails) MarshalJSON

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

func (*GetEmailReputationResponseEntityDetails) SetAcceptAll

func (o *GetEmailReputationResponseEntityDetails) SetAcceptAll(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetBlacklisted

func (o *GetEmailReputationResponseEntityDetails) SetBlacklisted(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetCredentialsLeaked

func (o *GetEmailReputationResponseEntityDetails) SetCredentialsLeaked(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetCredentialsLeakedRecent

func (o *GetEmailReputationResponseEntityDetails) SetCredentialsLeakedRecent(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDataBreach

func (o *GetEmailReputationResponseEntityDetails) SetDataBreach(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDaysSinceDomainCreation

func (o *GetEmailReputationResponseEntityDetails) SetDaysSinceDomainCreation(v float32)

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

func (*GetEmailReputationResponseEntityDetails) SetDeliverable

func (o *GetEmailReputationResponseEntityDetails) SetDeliverable(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDisposable

func (o *GetEmailReputationResponseEntityDetails) SetDisposable(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDmarcEnforced

func (o *GetEmailReputationResponseEntityDetails) SetDmarcEnforced(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDomainExists

func (o *GetEmailReputationResponseEntityDetails) SetDomainExists(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetDomainReputation

func (o *GetEmailReputationResponseEntityDetails) SetDomainReputation(v string)

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

func (*GetEmailReputationResponseEntityDetails) SetFirstSeen

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

func (*GetEmailReputationResponseEntityDetails) SetFreeProvider

func (o *GetEmailReputationResponseEntityDetails) SetFreeProvider(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetLastSeen

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

func (*GetEmailReputationResponseEntityDetails) SetMaliciousActivity

func (o *GetEmailReputationResponseEntityDetails) SetMaliciousActivity(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetMaliciousActivityRecent

func (o *GetEmailReputationResponseEntityDetails) SetMaliciousActivityRecent(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetNewDomain

func (o *GetEmailReputationResponseEntityDetails) SetNewDomain(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetPrimaryMx

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

func (*GetEmailReputationResponseEntityDetails) SetProfiles

func (o *GetEmailReputationResponseEntityDetails) SetProfiles(v []string)

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

func (*GetEmailReputationResponseEntityDetails) SetSpam

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

func (*GetEmailReputationResponseEntityDetails) SetSpfStrict

func (o *GetEmailReputationResponseEntityDetails) SetSpfStrict(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetSpoofable

func (o *GetEmailReputationResponseEntityDetails) SetSpoofable(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetSuspiciousTld

func (o *GetEmailReputationResponseEntityDetails) SetSuspiciousTld(v bool)

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

func (*GetEmailReputationResponseEntityDetails) SetValidMx

SetValidMx gets a reference to the given bool and assigns it to the ValidMx 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 GetGenericOcrTextRequest

type GetGenericOcrTextRequest struct {
	Img *string `json:"img,omitempty"`
}

GetGenericOcrTextRequest struct for GetGenericOcrTextRequest

func NewGetGenericOcrTextRequest

func NewGetGenericOcrTextRequest() *GetGenericOcrTextRequest

NewGetGenericOcrTextRequest instantiates a new GetGenericOcrTextRequest 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 NewGetGenericOcrTextRequestWithDefaults

func NewGetGenericOcrTextRequestWithDefaults() *GetGenericOcrTextRequest

NewGetGenericOcrTextRequestWithDefaults instantiates a new GetGenericOcrTextRequest 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 (*GetGenericOcrTextRequest) GetImg

func (o *GetGenericOcrTextRequest) GetImg() string

GetImg returns the Img field value if set, zero value otherwise.

func (*GetGenericOcrTextRequest) GetImgOk

func (o *GetGenericOcrTextRequest) GetImgOk() (*string, bool)

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

func (*GetGenericOcrTextRequest) HasImg

func (o *GetGenericOcrTextRequest) HasImg() bool

HasImg returns a boolean if a field has been set.

func (GetGenericOcrTextRequest) MarshalJSON

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

func (*GetGenericOcrTextRequest) SetImg

func (o *GetGenericOcrTextRequest) SetImg(v string)

SetImg gets a reference to the given string and assigns it to the Img field.

type GetGenericOcrTextResponse

type GetGenericOcrTextResponse struct {
	Entity *GetOcrTextResponseEntity `json:"entity,omitempty"`
}

GetGenericOcrTextResponse struct for GetGenericOcrTextResponse

func NewGetGenericOcrTextResponse

func NewGetGenericOcrTextResponse() *GetGenericOcrTextResponse

NewGetGenericOcrTextResponse instantiates a new GetGenericOcrTextResponse 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 NewGetGenericOcrTextResponseWithDefaults

func NewGetGenericOcrTextResponseWithDefaults() *GetGenericOcrTextResponse

NewGetGenericOcrTextResponseWithDefaults instantiates a new GetGenericOcrTextResponse 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 (*GetGenericOcrTextResponse) GetEntity

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

func (*GetGenericOcrTextResponse) 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 (*GetGenericOcrTextResponse) HasEntity

func (o *GetGenericOcrTextResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetGenericOcrTextResponse) MarshalJSON

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

func (*GetGenericOcrTextResponse) SetEntity

SetEntity gets a reference to the given GetOcrTextResponseEntity and assigns it to the Entity 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 {
	Firstname                  *string `json:"firstname,omitempty"`
	Othername                  *string `json:"othername,omitempty"`
	Surname                    *string `json:"surname,omitempty"`
	MotherMaidenName           *string `json:"mother_maiden_name,omitempty"`
	Gender                     *string `json:"gender,omitempty"`
	BirthDate                  *string `json:"birth_date,omitempty"`
	BloodGroupId               *string `json:"blood_group_id,omitempty"`
	FacialMark                 *string `json:"facial_mark,omitempty"`
	Glasses                    *string `json:"glasses,omitempty"`
	Height                     *string `json:"height,omitempty"`
	UniversaltaxIdentityNumber *string `json:"universaltax_identity_number,omitempty"`
	NinNumber                  *string `json:"nin_number,omitempty"`
	Country                    *string `json:"country,omitempty"`
	State                      *string `json:"state,omitempty"`
	Lga                        *string `json:"lga,omitempty"`
	IsDisability               *string `json:"is_disability,omitempty"`
	DisabilityReason           *string `json:"disability_reason,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 {
	PassportNumber *string `json:"passport_number,omitempty"`
	DateOfIssue    *string `json:"date_of_issue,omitempty"`
	ExpiryDate     *string `json:"expiry_date,omitempty"`
	DocumentType   *string `json:"document_type,omitempty"`
	IssuePlace     *string `json:"issue_place,omitempty"`
	Surname        *string `json:"surname,omitempty"`
	FirstName      *string `json:"first_name,omitempty"`
	OtherNames     *string `json:"other_names,omitempty"`
	DateOfBirth    *string `json:"date_of_birth,omitempty"`
	Gender         *string `json:"gender,omitempty"`
	Photo          *string `json:"photo,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 GetOcrTextRequest

type GetOcrTextRequest struct {
	Image *string `json:"image,omitempty"`
}

GetOcrTextRequest struct for GetOcrTextRequest

func NewGetOcrTextRequest

func NewGetOcrTextRequest() *GetOcrTextRequest

NewGetOcrTextRequest instantiates a new GetOcrTextRequest 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 NewGetOcrTextRequestWithDefaults

func NewGetOcrTextRequestWithDefaults() *GetOcrTextRequest

NewGetOcrTextRequestWithDefaults instantiates a new GetOcrTextRequest 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 (*GetOcrTextRequest) GetImage

func (o *GetOcrTextRequest) GetImage() string

GetImage returns the Image field value if set, zero value otherwise.

func (*GetOcrTextRequest) GetImageOk

func (o *GetOcrTextRequest) 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 (*GetOcrTextRequest) HasImage

func (o *GetOcrTextRequest) HasImage() bool

HasImage returns a boolean if a field has been set.

func (GetOcrTextRequest) MarshalJSON

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

func (*GetOcrTextRequest) SetImage

func (o *GetOcrTextRequest) SetImage(v string)

SetImage gets a reference to the given string and assigns it to the Image field.

type GetOcrTextResponse

type GetOcrTextResponse struct {
	Entity *GetOcrTextResponseEntity `json:"entity,omitempty"`
}

GetOcrTextResponse struct for GetOcrTextResponse

func NewGetOcrTextResponse

func NewGetOcrTextResponse() *GetOcrTextResponse

NewGetOcrTextResponse instantiates a new GetOcrTextResponse 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 NewGetOcrTextResponseWithDefaults

func NewGetOcrTextResponseWithDefaults() *GetOcrTextResponse

NewGetOcrTextResponseWithDefaults instantiates a new GetOcrTextResponse 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 (*GetOcrTextResponse) GetEntity

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

func (*GetOcrTextResponse) GetEntityOk

func (o *GetOcrTextResponse) GetEntityOk() (*GetOcrTextResponseEntity, 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 (*GetOcrTextResponse) HasEntity

func (o *GetOcrTextResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetOcrTextResponse) MarshalJSON

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

func (*GetOcrTextResponse) SetEntity

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

type GetOcrTextResponseEntity

type GetOcrTextResponseEntity struct {
	Data []string `json:"data,omitempty"`
}

GetOcrTextResponseEntity struct for GetOcrTextResponseEntity

func NewGetOcrTextResponseEntity

func NewGetOcrTextResponseEntity() *GetOcrTextResponseEntity

NewGetOcrTextResponseEntity instantiates a new GetOcrTextResponseEntity 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 NewGetOcrTextResponseEntityWithDefaults

func NewGetOcrTextResponseEntityWithDefaults() *GetOcrTextResponseEntity

NewGetOcrTextResponseEntityWithDefaults instantiates a new GetOcrTextResponseEntity 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 (*GetOcrTextResponseEntity) GetData

func (o *GetOcrTextResponseEntity) GetData() []string

GetData returns the Data field value if set, zero value otherwise.

func (*GetOcrTextResponseEntity) GetDataOk

func (o *GetOcrTextResponseEntity) GetDataOk() ([]string, bool)

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 (*GetOcrTextResponseEntity) HasData

func (o *GetOcrTextResponseEntity) HasData() bool

HasData returns a boolean if a field has been set.

func (GetOcrTextResponseEntity) MarshalJSON

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

func (*GetOcrTextResponseEntity) SetData

func (o *GetOcrTextResponseEntity) SetData(v []string)

SetData gets a reference to the given []string and assigns it to the Data 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 *GetPhoneNumberResponseEntity `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 GetPhoneNumberResponseEntity and assigns it to the Entity 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"`
	Msisdn                *string  `json:"msisdn,omitempty"`
	FirstName             *string  `json:"firstName,omitempty"`
	MiddleName            *string  `json:"middleName,omitempty"`
	LastName              *string  `json:"lastName,omitempty"`
	MaritalStatus         *string  `json:"maritalStatus,omitempty"`
	Gender                *string  `json:"gender,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"`
	NspokenLang           *string  `json:"nspokenLang,omitempty"`
	Ospokenlang           *string  `json:"ospokenlang,omitempty"`
	Profession            *string  `json:"profession,omitempty"`
	Religion              *string  `json:"religion,omitempty"`
	ResidenceAddressLine1 *string  `json:"residenceAddressLine1,omitempty"`
	ResidenceTown         *string  `json:"residenceTown,omitempty"`
	ResidenceLga          *string  `json:"residenceLga,omitempty"`
	ResidenceState        *string  `json:"residenceState,omitempty"`
	ResidenceStatus       *string  `json:"residenceStatus,omitempty"`
	SelfOriginLga         *string  `json:"selfOriginLga,omitempty"`
	SelfOriginPlace       *string  `json:"selfOriginPlace,omitempty"`
	SelfOriginState       *string  `json:"selfOriginState,omitempty"`
	State                 *string  `json:"state,omitempty"`
	Lga                   *string  `json:"lga,omitempty"`
	Nin                   *string  `json:"nin,omitempty"`
	Height                *string  `json:"height,omitempty"`
	Picture               *string  `json:"picture,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"`
	WatchListed        *string  `json:"watch_listed,omitempty"`
	Status             *float32 `json:"status,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 GetScreeningInfoResponse

type GetScreeningInfoResponse struct {
	Entity *GetScreeningInfoResponseEntity `json:"entity,omitempty"`
}

GetScreeningInfoResponse struct for GetScreeningInfoResponse

func NewGetScreeningInfoResponse

func NewGetScreeningInfoResponse() *GetScreeningInfoResponse

NewGetScreeningInfoResponse instantiates a new GetScreeningInfoResponse 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 NewGetScreeningInfoResponseWithDefaults

func NewGetScreeningInfoResponseWithDefaults() *GetScreeningInfoResponse

NewGetScreeningInfoResponseWithDefaults instantiates a new GetScreeningInfoResponse 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 (*GetScreeningInfoResponse) GetEntity

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

func (*GetScreeningInfoResponse) 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 (*GetScreeningInfoResponse) HasEntity

func (o *GetScreeningInfoResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetScreeningInfoResponse) MarshalJSON

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

func (*GetScreeningInfoResponse) SetEntity

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

type GetScreeningInfoResponseEntity

type GetScreeningInfoResponseEntity struct {
	Result *GetScreeningInfoResponseEntityResult `json:"result,omitempty"`
	Uuid   *string                               `json:"uuid,omitempty"`
}

GetScreeningInfoResponseEntity struct for GetScreeningInfoResponseEntity

func NewGetScreeningInfoResponseEntity

func NewGetScreeningInfoResponseEntity() *GetScreeningInfoResponseEntity

NewGetScreeningInfoResponseEntity instantiates a new GetScreeningInfoResponseEntity 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 NewGetScreeningInfoResponseEntityWithDefaults

func NewGetScreeningInfoResponseEntityWithDefaults() *GetScreeningInfoResponseEntity

NewGetScreeningInfoResponseEntityWithDefaults instantiates a new GetScreeningInfoResponseEntity 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 (*GetScreeningInfoResponseEntity) GetResult

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

func (*GetScreeningInfoResponseEntity) 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 (*GetScreeningInfoResponseEntity) GetUuid

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntity) GetUuidOk

func (o *GetScreeningInfoResponseEntity) GetUuidOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntity) HasResult

func (o *GetScreeningInfoResponseEntity) HasResult() bool

HasResult returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntity) HasUuid

func (o *GetScreeningInfoResponseEntity) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (GetScreeningInfoResponseEntity) MarshalJSON

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

func (*GetScreeningInfoResponseEntity) SetResult

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

func (*GetScreeningInfoResponseEntity) SetUuid

func (o *GetScreeningInfoResponseEntity) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

type GetScreeningInfoResponseEntityResult

type GetScreeningInfoResponseEntityResult struct {
	Addresses      []string `json:"addresses,omitempty"`
	Aka            *string  `json:"aka,omitempty"`
	Aliases        []string `json:"aliases,omitempty"`
	CountryName    *string  `json:"countryName,omitempty"`
	Dob            *string  `json:"dob,omitempty"`
	Dob2           *string  `json:"dob2,omitempty"`
	EffectiveDate  *string  `json:"effectiveDate,omitempty"`
	EntryCategory  *string  `json:"entryCategory,omitempty"`
	EntryDesc      *string  `json:"entryDesc,omitempty"`
	FirstName      *string  `json:"firstName,omitempty"`
	GovDesignation *string  `json:"govDesignation,omitempty"`
	LastName       *string  `json:"lastName,omitempty"`
	LevelDesc      *string  `json:"levelDesc,omitempty"`
	MasterId       *float32 `json:"masterId,omitempty"`
	Name           *string  `json:"name,omitempty"`
	NationalId     *string  `json:"nationalId,omitempty"`
	OtherId        *string  `json:"otherId,omitempty"`
	PassportId     *string  `json:"passportId,omitempty"`
	Pob            *string  `json:"pob,omitempty"`
	Positions      *string  `json:"positions,omitempty"`
	Prefix         *string  `json:"prefix,omitempty"`
	PrimaryName    *string  `json:"primaryName,omitempty"`
	RelatedId      *float32 `json:"relatedId,omitempty"`
	Relationships  []string `json:"relationships,omitempty"`
	Remarks        *string  `json:"remarks,omitempty"`
	SourceName     *string  `json:"sourceName,omitempty"`
	SourceWebLinks *string  `json:"sourceWebLinks,omitempty"`
	SubCatDesc     *string  `json:"subCatDesc,omitempty"`
	Suffix         *string  `json:"suffix,omitempty"`
	TouchDate      *string  `json:"touchDate,omitempty"`
	Watch          *bool    `json:"watch,omitempty"`
}

GetScreeningInfoResponseEntityResult struct for GetScreeningInfoResponseEntityResult

func NewGetScreeningInfoResponseEntityResult

func NewGetScreeningInfoResponseEntityResult() *GetScreeningInfoResponseEntityResult

NewGetScreeningInfoResponseEntityResult instantiates a new GetScreeningInfoResponseEntityResult 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 NewGetScreeningInfoResponseEntityResultWithDefaults

func NewGetScreeningInfoResponseEntityResultWithDefaults() *GetScreeningInfoResponseEntityResult

NewGetScreeningInfoResponseEntityResultWithDefaults instantiates a new GetScreeningInfoResponseEntityResult 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 (*GetScreeningInfoResponseEntityResult) GetAddresses

func (o *GetScreeningInfoResponseEntityResult) GetAddresses() []string

GetAddresses returns the Addresses field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetAddressesOk

func (o *GetScreeningInfoResponseEntityResult) GetAddressesOk() ([]string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetAka

GetAka returns the Aka field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetAkaOk

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

func (*GetScreeningInfoResponseEntityResult) GetAliases

func (o *GetScreeningInfoResponseEntityResult) GetAliases() []string

GetAliases returns the Aliases field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetAliasesOk

func (o *GetScreeningInfoResponseEntityResult) GetAliasesOk() ([]string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetCountryName

func (o *GetScreeningInfoResponseEntityResult) GetCountryName() string

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

func (*GetScreeningInfoResponseEntityResult) GetCountryNameOk

func (o *GetScreeningInfoResponseEntityResult) 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 (*GetScreeningInfoResponseEntityResult) GetDob

GetDob returns the Dob field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetDob2

GetDob2 returns the Dob2 field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetDob2Ok

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

func (*GetScreeningInfoResponseEntityResult) GetDobOk

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 (*GetScreeningInfoResponseEntityResult) GetEffectiveDate

func (o *GetScreeningInfoResponseEntityResult) GetEffectiveDate() string

GetEffectiveDate returns the EffectiveDate field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetEffectiveDateOk

func (o *GetScreeningInfoResponseEntityResult) GetEffectiveDateOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetEntryCategory

func (o *GetScreeningInfoResponseEntityResult) GetEntryCategory() string

GetEntryCategory returns the EntryCategory field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetEntryCategoryOk

func (o *GetScreeningInfoResponseEntityResult) GetEntryCategoryOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetEntryDesc

func (o *GetScreeningInfoResponseEntityResult) GetEntryDesc() string

GetEntryDesc returns the EntryDesc field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetEntryDescOk

func (o *GetScreeningInfoResponseEntityResult) GetEntryDescOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetFirstName

func (o *GetScreeningInfoResponseEntityResult) GetFirstName() string

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

func (*GetScreeningInfoResponseEntityResult) GetFirstNameOk

func (o *GetScreeningInfoResponseEntityResult) 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 (*GetScreeningInfoResponseEntityResult) GetGovDesignation

func (o *GetScreeningInfoResponseEntityResult) GetGovDesignation() string

GetGovDesignation returns the GovDesignation field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetGovDesignationOk

func (o *GetScreeningInfoResponseEntityResult) GetGovDesignationOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetLastName

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

func (*GetScreeningInfoResponseEntityResult) GetLastNameOk

func (o *GetScreeningInfoResponseEntityResult) 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 (*GetScreeningInfoResponseEntityResult) GetLevelDesc

func (o *GetScreeningInfoResponseEntityResult) GetLevelDesc() string

GetLevelDesc returns the LevelDesc field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetLevelDescOk

func (o *GetScreeningInfoResponseEntityResult) GetLevelDescOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetMasterId

GetMasterId returns the MasterId field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetMasterIdOk

func (o *GetScreeningInfoResponseEntityResult) GetMasterIdOk() (*float32, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetName

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

func (*GetScreeningInfoResponseEntityResult) 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 (*GetScreeningInfoResponseEntityResult) GetNationalId

func (o *GetScreeningInfoResponseEntityResult) GetNationalId() string

GetNationalId returns the NationalId field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetNationalIdOk

func (o *GetScreeningInfoResponseEntityResult) GetNationalIdOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetOtherId

GetOtherId returns the OtherId field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetOtherIdOk

func (o *GetScreeningInfoResponseEntityResult) GetOtherIdOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetPassportId

func (o *GetScreeningInfoResponseEntityResult) GetPassportId() string

GetPassportId returns the PassportId field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetPassportIdOk

func (o *GetScreeningInfoResponseEntityResult) GetPassportIdOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetPob

GetPob returns the Pob field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetPobOk

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

func (*GetScreeningInfoResponseEntityResult) GetPositions

func (o *GetScreeningInfoResponseEntityResult) GetPositions() string

GetPositions returns the Positions field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetPositionsOk

func (o *GetScreeningInfoResponseEntityResult) GetPositionsOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetPrefix

GetPrefix returns the Prefix field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetPrefixOk

func (o *GetScreeningInfoResponseEntityResult) GetPrefixOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetPrimaryName

func (o *GetScreeningInfoResponseEntityResult) GetPrimaryName() string

GetPrimaryName returns the PrimaryName field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetPrimaryNameOk

func (o *GetScreeningInfoResponseEntityResult) GetPrimaryNameOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetRelatedId

GetRelatedId returns the RelatedId field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetRelatedIdOk

func (o *GetScreeningInfoResponseEntityResult) GetRelatedIdOk() (*float32, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetRelationships

func (o *GetScreeningInfoResponseEntityResult) GetRelationships() []string

GetRelationships returns the Relationships field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetRelationshipsOk

func (o *GetScreeningInfoResponseEntityResult) GetRelationshipsOk() ([]string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetRemarks

GetRemarks returns the Remarks field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetRemarksOk

func (o *GetScreeningInfoResponseEntityResult) GetRemarksOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetSourceName

func (o *GetScreeningInfoResponseEntityResult) GetSourceName() string

GetSourceName returns the SourceName field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetSourceNameOk

func (o *GetScreeningInfoResponseEntityResult) GetSourceNameOk() (*string, bool)

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

func (o *GetScreeningInfoResponseEntityResult) GetSourceWebLinks() string

GetSourceWebLinks returns the SourceWebLinks field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetSourceWebLinksOk

func (o *GetScreeningInfoResponseEntityResult) GetSourceWebLinksOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetSubCatDesc

func (o *GetScreeningInfoResponseEntityResult) GetSubCatDesc() string

GetSubCatDesc returns the SubCatDesc field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetSubCatDescOk

func (o *GetScreeningInfoResponseEntityResult) GetSubCatDescOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetSuffix

GetSuffix returns the Suffix field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetSuffixOk

func (o *GetScreeningInfoResponseEntityResult) GetSuffixOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetTouchDate

func (o *GetScreeningInfoResponseEntityResult) GetTouchDate() string

GetTouchDate returns the TouchDate field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetTouchDateOk

func (o *GetScreeningInfoResponseEntityResult) GetTouchDateOk() (*string, bool)

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

func (*GetScreeningInfoResponseEntityResult) GetWatch

GetWatch returns the Watch field value if set, zero value otherwise.

func (*GetScreeningInfoResponseEntityResult) GetWatchOk

func (o *GetScreeningInfoResponseEntityResult) GetWatchOk() (*bool, bool)

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

func (*GetScreeningInfoResponseEntityResult) HasAddresses

func (o *GetScreeningInfoResponseEntityResult) HasAddresses() bool

HasAddresses returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasAka

HasAka returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasAliases

HasAliases returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasCountryName

func (o *GetScreeningInfoResponseEntityResult) HasCountryName() bool

HasCountryName returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasDob

HasDob returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasDob2

HasDob2 returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasEffectiveDate

func (o *GetScreeningInfoResponseEntityResult) HasEffectiveDate() bool

HasEffectiveDate returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasEntryCategory

func (o *GetScreeningInfoResponseEntityResult) HasEntryCategory() bool

HasEntryCategory returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasEntryDesc

func (o *GetScreeningInfoResponseEntityResult) HasEntryDesc() bool

HasEntryDesc returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasFirstName

func (o *GetScreeningInfoResponseEntityResult) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasGovDesignation

func (o *GetScreeningInfoResponseEntityResult) HasGovDesignation() bool

HasGovDesignation returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasLastName

func (o *GetScreeningInfoResponseEntityResult) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasLevelDesc

func (o *GetScreeningInfoResponseEntityResult) HasLevelDesc() bool

HasLevelDesc returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasMasterId

func (o *GetScreeningInfoResponseEntityResult) HasMasterId() bool

HasMasterId returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasName

HasName returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasNationalId

func (o *GetScreeningInfoResponseEntityResult) HasNationalId() bool

HasNationalId returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasOtherId

HasOtherId returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasPassportId

func (o *GetScreeningInfoResponseEntityResult) HasPassportId() bool

HasPassportId returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasPob

HasPob returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasPositions

func (o *GetScreeningInfoResponseEntityResult) HasPositions() bool

HasPositions returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasPrefix

HasPrefix returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasPrimaryName

func (o *GetScreeningInfoResponseEntityResult) HasPrimaryName() bool

HasPrimaryName returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasRelatedId

func (o *GetScreeningInfoResponseEntityResult) HasRelatedId() bool

HasRelatedId returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasRelationships

func (o *GetScreeningInfoResponseEntityResult) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasRemarks

HasRemarks returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasSourceName

func (o *GetScreeningInfoResponseEntityResult) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

func (o *GetScreeningInfoResponseEntityResult) HasSourceWebLinks() bool

HasSourceWebLinks returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasSubCatDesc

func (o *GetScreeningInfoResponseEntityResult) HasSubCatDesc() bool

HasSubCatDesc returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasSuffix

HasSuffix returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasTouchDate

func (o *GetScreeningInfoResponseEntityResult) HasTouchDate() bool

HasTouchDate returns a boolean if a field has been set.

func (*GetScreeningInfoResponseEntityResult) HasWatch

HasWatch returns a boolean if a field has been set.

func (GetScreeningInfoResponseEntityResult) MarshalJSON

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

func (*GetScreeningInfoResponseEntityResult) SetAddresses

func (o *GetScreeningInfoResponseEntityResult) SetAddresses(v []string)

SetAddresses gets a reference to the given []string and assigns it to the Addresses field.

func (*GetScreeningInfoResponseEntityResult) SetAka

SetAka gets a reference to the given string and assigns it to the Aka field.

func (*GetScreeningInfoResponseEntityResult) SetAliases

func (o *GetScreeningInfoResponseEntityResult) SetAliases(v []string)

SetAliases gets a reference to the given []string and assigns it to the Aliases field.

func (*GetScreeningInfoResponseEntityResult) SetCountryName

func (o *GetScreeningInfoResponseEntityResult) SetCountryName(v string)

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

func (*GetScreeningInfoResponseEntityResult) SetDob

SetDob gets a reference to the given string and assigns it to the Dob field.

func (*GetScreeningInfoResponseEntityResult) SetDob2

SetDob2 gets a reference to the given string and assigns it to the Dob2 field.

func (*GetScreeningInfoResponseEntityResult) SetEffectiveDate

func (o *GetScreeningInfoResponseEntityResult) SetEffectiveDate(v string)

SetEffectiveDate gets a reference to the given string and assigns it to the EffectiveDate field.

func (*GetScreeningInfoResponseEntityResult) SetEntryCategory

func (o *GetScreeningInfoResponseEntityResult) SetEntryCategory(v string)

SetEntryCategory gets a reference to the given string and assigns it to the EntryCategory field.

func (*GetScreeningInfoResponseEntityResult) SetEntryDesc

func (o *GetScreeningInfoResponseEntityResult) SetEntryDesc(v string)

SetEntryDesc gets a reference to the given string and assigns it to the EntryDesc field.

func (*GetScreeningInfoResponseEntityResult) SetFirstName

func (o *GetScreeningInfoResponseEntityResult) SetFirstName(v string)

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

func (*GetScreeningInfoResponseEntityResult) SetGovDesignation

func (o *GetScreeningInfoResponseEntityResult) SetGovDesignation(v string)

SetGovDesignation gets a reference to the given string and assigns it to the GovDesignation field.

func (*GetScreeningInfoResponseEntityResult) SetLastName

func (o *GetScreeningInfoResponseEntityResult) SetLastName(v string)

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

func (*GetScreeningInfoResponseEntityResult) SetLevelDesc

func (o *GetScreeningInfoResponseEntityResult) SetLevelDesc(v string)

SetLevelDesc gets a reference to the given string and assigns it to the LevelDesc field.

func (*GetScreeningInfoResponseEntityResult) SetMasterId

SetMasterId gets a reference to the given float32 and assigns it to the MasterId field.

func (*GetScreeningInfoResponseEntityResult) SetName

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

func (*GetScreeningInfoResponseEntityResult) SetNationalId

func (o *GetScreeningInfoResponseEntityResult) SetNationalId(v string)

SetNationalId gets a reference to the given string and assigns it to the NationalId field.

func (*GetScreeningInfoResponseEntityResult) SetOtherId

SetOtherId gets a reference to the given string and assigns it to the OtherId field.

func (*GetScreeningInfoResponseEntityResult) SetPassportId

func (o *GetScreeningInfoResponseEntityResult) SetPassportId(v string)

SetPassportId gets a reference to the given string and assigns it to the PassportId field.

func (*GetScreeningInfoResponseEntityResult) SetPob

SetPob gets a reference to the given string and assigns it to the Pob field.

func (*GetScreeningInfoResponseEntityResult) SetPositions

func (o *GetScreeningInfoResponseEntityResult) SetPositions(v string)

SetPositions gets a reference to the given string and assigns it to the Positions field.

func (*GetScreeningInfoResponseEntityResult) SetPrefix

SetPrefix gets a reference to the given string and assigns it to the Prefix field.

func (*GetScreeningInfoResponseEntityResult) SetPrimaryName

func (o *GetScreeningInfoResponseEntityResult) SetPrimaryName(v string)

SetPrimaryName gets a reference to the given string and assigns it to the PrimaryName field.

func (*GetScreeningInfoResponseEntityResult) SetRelatedId

func (o *GetScreeningInfoResponseEntityResult) SetRelatedId(v float32)

SetRelatedId gets a reference to the given float32 and assigns it to the RelatedId field.

func (*GetScreeningInfoResponseEntityResult) SetRelationships

func (o *GetScreeningInfoResponseEntityResult) SetRelationships(v []string)

SetRelationships gets a reference to the given []string and assigns it to the Relationships field.

func (*GetScreeningInfoResponseEntityResult) SetRemarks

SetRemarks gets a reference to the given string and assigns it to the Remarks field.

func (*GetScreeningInfoResponseEntityResult) SetSourceName

func (o *GetScreeningInfoResponseEntityResult) SetSourceName(v string)

SetSourceName gets a reference to the given string and assigns it to the SourceName field.

func (o *GetScreeningInfoResponseEntityResult) SetSourceWebLinks(v string)

SetSourceWebLinks gets a reference to the given string and assigns it to the SourceWebLinks field.

func (*GetScreeningInfoResponseEntityResult) SetSubCatDesc

func (o *GetScreeningInfoResponseEntityResult) SetSubCatDesc(v string)

SetSubCatDesc gets a reference to the given string and assigns it to the SubCatDesc field.

func (*GetScreeningInfoResponseEntityResult) SetSuffix

SetSuffix gets a reference to the given string and assigns it to the Suffix field.

func (*GetScreeningInfoResponseEntityResult) SetTouchDate

func (o *GetScreeningInfoResponseEntityResult) SetTouchDate(v string)

SetTouchDate gets a reference to the given string and assigns it to the TouchDate field.

func (*GetScreeningInfoResponseEntityResult) SetWatch

SetWatch gets a reference to the given bool and assigns it to the Watch 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 GetSpendingPatternResponse

type GetSpendingPatternResponse struct {
	Entity *GetSpendingPatternResponseEntity `json:"entity,omitempty"`
}

GetSpendingPatternResponse struct for GetSpendingPatternResponse

func NewGetSpendingPatternResponse

func NewGetSpendingPatternResponse() *GetSpendingPatternResponse

NewGetSpendingPatternResponse instantiates a new GetSpendingPatternResponse 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 NewGetSpendingPatternResponseWithDefaults

func NewGetSpendingPatternResponseWithDefaults() *GetSpendingPatternResponse

NewGetSpendingPatternResponseWithDefaults instantiates a new GetSpendingPatternResponse 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 (*GetSpendingPatternResponse) GetEntity

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

func (*GetSpendingPatternResponse) 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 (*GetSpendingPatternResponse) HasEntity

func (o *GetSpendingPatternResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetSpendingPatternResponse) MarshalJSON

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

func (*GetSpendingPatternResponse) SetEntity

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

type GetSpendingPatternResponseEntity

type GetSpendingPatternResponseEntity struct {
	Pattern *GetSpendingPatternResponseEntityPattern `json:"pattern,omitempty"`
}

GetSpendingPatternResponseEntity struct for GetSpendingPatternResponseEntity

func NewGetSpendingPatternResponseEntity

func NewGetSpendingPatternResponseEntity() *GetSpendingPatternResponseEntity

NewGetSpendingPatternResponseEntity instantiates a new GetSpendingPatternResponseEntity 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 NewGetSpendingPatternResponseEntityWithDefaults

func NewGetSpendingPatternResponseEntityWithDefaults() *GetSpendingPatternResponseEntity

NewGetSpendingPatternResponseEntityWithDefaults instantiates a new GetSpendingPatternResponseEntity 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 (*GetSpendingPatternResponseEntity) GetPattern

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntity) GetPatternOk

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

func (*GetSpendingPatternResponseEntity) HasPattern

func (o *GetSpendingPatternResponseEntity) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntity) MarshalJSON

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

func (*GetSpendingPatternResponseEntity) SetPattern

SetPattern gets a reference to the given GetSpendingPatternResponseEntityPattern and assigns it to the Pattern field.

type GetSpendingPatternResponseEntityPattern

type GetSpendingPatternResponseEntityPattern struct {
	Others       *GetSpendingPatternResponseEntityPatternOthers       `json:"Others,omitempty"`
	Food         *GetSpendingPatternResponseEntityPatternFood         `json:"Food,omitempty"`
	AirtimeData  *GetSpendingPatternResponseEntityPatternAirtimeData  `json:"Airtime/Data,omitempty"`
	BankTransfer *GetSpendingPatternResponseEntityPatternBankTransfer `json:"Bank Transfer,omitempty"`
	Charges      *GetSpendingPatternResponseEntityPatternCharges      `json:"Charges,omitempty"`
}

GetSpendingPatternResponseEntityPattern struct for GetSpendingPatternResponseEntityPattern

func NewGetSpendingPatternResponseEntityPattern

func NewGetSpendingPatternResponseEntityPattern() *GetSpendingPatternResponseEntityPattern

NewGetSpendingPatternResponseEntityPattern instantiates a new GetSpendingPatternResponseEntityPattern 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 NewGetSpendingPatternResponseEntityPatternWithDefaults

func NewGetSpendingPatternResponseEntityPatternWithDefaults() *GetSpendingPatternResponseEntityPattern

NewGetSpendingPatternResponseEntityPatternWithDefaults instantiates a new GetSpendingPatternResponseEntityPattern 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 (*GetSpendingPatternResponseEntityPattern) GetAirtimeData

GetAirtimeData returns the AirtimeData field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPattern) GetAirtimeDataOk

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

func (*GetSpendingPatternResponseEntityPattern) GetBankTransfer

GetBankTransfer returns the BankTransfer field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPattern) GetBankTransferOk

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

func (*GetSpendingPatternResponseEntityPattern) GetCharges

GetCharges returns the Charges field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPattern) GetChargesOk

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

func (*GetSpendingPatternResponseEntityPattern) GetFood

GetFood returns the Food field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPattern) GetFoodOk

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

func (*GetSpendingPatternResponseEntityPattern) GetOthers

GetOthers returns the Others field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPattern) GetOthersOk

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

func (*GetSpendingPatternResponseEntityPattern) HasAirtimeData

func (o *GetSpendingPatternResponseEntityPattern) HasAirtimeData() bool

HasAirtimeData returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPattern) HasBankTransfer

func (o *GetSpendingPatternResponseEntityPattern) HasBankTransfer() bool

HasBankTransfer returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPattern) HasCharges

HasCharges returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPattern) HasFood

HasFood returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPattern) HasOthers

HasOthers returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPattern) MarshalJSON

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

func (*GetSpendingPatternResponseEntityPattern) SetAirtimeData

SetAirtimeData gets a reference to the given GetSpendingPatternResponseEntityPatternAirtimeData and assigns it to the AirtimeData field.

func (*GetSpendingPatternResponseEntityPattern) SetBankTransfer

SetBankTransfer gets a reference to the given GetSpendingPatternResponseEntityPatternBankTransfer and assigns it to the BankTransfer field.

func (*GetSpendingPatternResponseEntityPattern) SetCharges

SetCharges gets a reference to the given GetSpendingPatternResponseEntityPatternCharges and assigns it to the Charges field.

func (*GetSpendingPatternResponseEntityPattern) SetFood

SetFood gets a reference to the given GetSpendingPatternResponseEntityPatternFood and assigns it to the Food field.

func (*GetSpendingPatternResponseEntityPattern) SetOthers

SetOthers gets a reference to the given GetSpendingPatternResponseEntityPatternOthers and assigns it to the Others field.

type GetSpendingPatternResponseEntityPatternAirtimeData

type GetSpendingPatternResponseEntityPatternAirtimeData struct {
	Sum        *float32 `json:"sum,omitempty"`
	Count      *float32 `json:"count,omitempty"`
	Percentage *float32 `json:"percentage,omitempty"`
}

GetSpendingPatternResponseEntityPatternAirtimeData struct for GetSpendingPatternResponseEntityPatternAirtimeData

func NewGetSpendingPatternResponseEntityPatternAirtimeData

func NewGetSpendingPatternResponseEntityPatternAirtimeData() *GetSpendingPatternResponseEntityPatternAirtimeData

NewGetSpendingPatternResponseEntityPatternAirtimeData instantiates a new GetSpendingPatternResponseEntityPatternAirtimeData 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 NewGetSpendingPatternResponseEntityPatternAirtimeDataWithDefaults

func NewGetSpendingPatternResponseEntityPatternAirtimeDataWithDefaults() *GetSpendingPatternResponseEntityPatternAirtimeData

NewGetSpendingPatternResponseEntityPatternAirtimeDataWithDefaults instantiates a new GetSpendingPatternResponseEntityPatternAirtimeData 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 (*GetSpendingPatternResponseEntityPatternAirtimeData) GetCount

GetCount returns the Count field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetCountOk

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

func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentage

GetPercentage returns the Percentage field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentageOk

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

func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetSum

GetSum returns the Sum field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetSumOk

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

func (*GetSpendingPatternResponseEntityPatternAirtimeData) HasCount

HasCount returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) HasPercentage

HasPercentage returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) HasSum

HasSum returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON

func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetCount

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetPercentage

SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.

func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetSum

SetSum gets a reference to the given float32 and assigns it to the Sum field.

type GetSpendingPatternResponseEntityPatternBankTransfer

type GetSpendingPatternResponseEntityPatternBankTransfer struct {
	Sum        *float32 `json:"sum,omitempty"`
	Count      *float32 `json:"count,omitempty"`
	Percentage *float32 `json:"percentage,omitempty"`
}

GetSpendingPatternResponseEntityPatternBankTransfer struct for GetSpendingPatternResponseEntityPatternBankTransfer

func NewGetSpendingPatternResponseEntityPatternBankTransfer

func NewGetSpendingPatternResponseEntityPatternBankTransfer() *GetSpendingPatternResponseEntityPatternBankTransfer

NewGetSpendingPatternResponseEntityPatternBankTransfer instantiates a new GetSpendingPatternResponseEntityPatternBankTransfer 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 NewGetSpendingPatternResponseEntityPatternBankTransferWithDefaults

func NewGetSpendingPatternResponseEntityPatternBankTransferWithDefaults() *GetSpendingPatternResponseEntityPatternBankTransfer

NewGetSpendingPatternResponseEntityPatternBankTransferWithDefaults instantiates a new GetSpendingPatternResponseEntityPatternBankTransfer 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 (*GetSpendingPatternResponseEntityPatternBankTransfer) GetCount

GetCount returns the Count field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetCountOk

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

func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentage

GetPercentage returns the Percentage field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentageOk

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

func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetSum

GetSum returns the Sum field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetSumOk

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

func (*GetSpendingPatternResponseEntityPatternBankTransfer) HasCount

HasCount returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) HasPercentage

HasPercentage returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) HasSum

HasSum returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON

func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetCount

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetPercentage

SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.

func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetSum

SetSum gets a reference to the given float32 and assigns it to the Sum field.

type GetSpendingPatternResponseEntityPatternCharges

type GetSpendingPatternResponseEntityPatternCharges struct {
	Sum        *float32 `json:"sum,omitempty"`
	Count      *float32 `json:"count,omitempty"`
	Percentage *float32 `json:"percentage,omitempty"`
}

GetSpendingPatternResponseEntityPatternCharges struct for GetSpendingPatternResponseEntityPatternCharges

func NewGetSpendingPatternResponseEntityPatternCharges

func NewGetSpendingPatternResponseEntityPatternCharges() *GetSpendingPatternResponseEntityPatternCharges

NewGetSpendingPatternResponseEntityPatternCharges instantiates a new GetSpendingPatternResponseEntityPatternCharges 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 NewGetSpendingPatternResponseEntityPatternChargesWithDefaults

func NewGetSpendingPatternResponseEntityPatternChargesWithDefaults() *GetSpendingPatternResponseEntityPatternCharges

NewGetSpendingPatternResponseEntityPatternChargesWithDefaults instantiates a new GetSpendingPatternResponseEntityPatternCharges 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 (*GetSpendingPatternResponseEntityPatternCharges) GetCount

GetCount returns the Count field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternCharges) GetCountOk

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

func (*GetSpendingPatternResponseEntityPatternCharges) GetPercentage

GetPercentage returns the Percentage field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternCharges) GetPercentageOk

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

func (*GetSpendingPatternResponseEntityPatternCharges) GetSum

GetSum returns the Sum field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternCharges) GetSumOk

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

func (*GetSpendingPatternResponseEntityPatternCharges) HasCount

HasCount returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternCharges) HasPercentage

HasPercentage returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternCharges) HasSum

HasSum returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPatternCharges) MarshalJSON

func (*GetSpendingPatternResponseEntityPatternCharges) SetCount

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetSpendingPatternResponseEntityPatternCharges) SetPercentage

SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.

func (*GetSpendingPatternResponseEntityPatternCharges) SetSum

SetSum gets a reference to the given float32 and assigns it to the Sum field.

type GetSpendingPatternResponseEntityPatternFood

type GetSpendingPatternResponseEntityPatternFood struct {
	Sum        *float32 `json:"sum,omitempty"`
	Count      *float32 `json:"count,omitempty"`
	Percentage *float32 `json:"percentage,omitempty"`
}

GetSpendingPatternResponseEntityPatternFood struct for GetSpendingPatternResponseEntityPatternFood

func NewGetSpendingPatternResponseEntityPatternFood

func NewGetSpendingPatternResponseEntityPatternFood() *GetSpendingPatternResponseEntityPatternFood

NewGetSpendingPatternResponseEntityPatternFood instantiates a new GetSpendingPatternResponseEntityPatternFood 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 NewGetSpendingPatternResponseEntityPatternFoodWithDefaults

func NewGetSpendingPatternResponseEntityPatternFoodWithDefaults() *GetSpendingPatternResponseEntityPatternFood

NewGetSpendingPatternResponseEntityPatternFoodWithDefaults instantiates a new GetSpendingPatternResponseEntityPatternFood 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 (*GetSpendingPatternResponseEntityPatternFood) GetCount

GetCount returns the Count field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternFood) GetCountOk

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

func (*GetSpendingPatternResponseEntityPatternFood) GetPercentage

GetPercentage returns the Percentage field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternFood) GetPercentageOk

func (o *GetSpendingPatternResponseEntityPatternFood) GetPercentageOk() (*float32, bool)

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

func (*GetSpendingPatternResponseEntityPatternFood) GetSum

GetSum returns the Sum field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternFood) GetSumOk

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

func (*GetSpendingPatternResponseEntityPatternFood) HasCount

HasCount returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternFood) HasPercentage

HasPercentage returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternFood) HasSum

HasSum returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPatternFood) MarshalJSON

func (*GetSpendingPatternResponseEntityPatternFood) SetCount

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetSpendingPatternResponseEntityPatternFood) SetPercentage

SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.

func (*GetSpendingPatternResponseEntityPatternFood) SetSum

SetSum gets a reference to the given float32 and assigns it to the Sum field.

type GetSpendingPatternResponseEntityPatternOthers

type GetSpendingPatternResponseEntityPatternOthers struct {
	Sum        *float32 `json:"sum,omitempty"`
	Count      *float32 `json:"count,omitempty"`
	Percentage *float32 `json:"percentage,omitempty"`
}

GetSpendingPatternResponseEntityPatternOthers struct for GetSpendingPatternResponseEntityPatternOthers

func NewGetSpendingPatternResponseEntityPatternOthers

func NewGetSpendingPatternResponseEntityPatternOthers() *GetSpendingPatternResponseEntityPatternOthers

NewGetSpendingPatternResponseEntityPatternOthers instantiates a new GetSpendingPatternResponseEntityPatternOthers 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 NewGetSpendingPatternResponseEntityPatternOthersWithDefaults

func NewGetSpendingPatternResponseEntityPatternOthersWithDefaults() *GetSpendingPatternResponseEntityPatternOthers

NewGetSpendingPatternResponseEntityPatternOthersWithDefaults instantiates a new GetSpendingPatternResponseEntityPatternOthers 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 (*GetSpendingPatternResponseEntityPatternOthers) GetCount

GetCount returns the Count field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternOthers) GetCountOk

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

func (*GetSpendingPatternResponseEntityPatternOthers) GetPercentage

GetPercentage returns the Percentage field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternOthers) GetPercentageOk

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

func (*GetSpendingPatternResponseEntityPatternOthers) GetSum

GetSum returns the Sum field value if set, zero value otherwise.

func (*GetSpendingPatternResponseEntityPatternOthers) GetSumOk

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

func (*GetSpendingPatternResponseEntityPatternOthers) HasCount

HasCount returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternOthers) HasPercentage

HasPercentage returns a boolean if a field has been set.

func (*GetSpendingPatternResponseEntityPatternOthers) HasSum

HasSum returns a boolean if a field has been set.

func (GetSpendingPatternResponseEntityPatternOthers) MarshalJSON

func (*GetSpendingPatternResponseEntityPatternOthers) SetCount

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetSpendingPatternResponseEntityPatternOthers) SetPercentage

SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.

func (*GetSpendingPatternResponseEntityPatternOthers) SetSum

SetSum gets a reference to the given float32 and assigns it to the Sum 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 GetTinResponse

type GetTinResponse struct {
	Entity *GetTinResponseEntity `json:"entity,omitempty"`
}

GetTinResponse struct for GetTinResponse

func NewGetTinResponse

func NewGetTinResponse() *GetTinResponse

NewGetTinResponse instantiates a new GetTinResponse 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 NewGetTinResponseWithDefaults

func NewGetTinResponseWithDefaults() *GetTinResponse

NewGetTinResponseWithDefaults instantiates a new GetTinResponse 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 (*GetTinResponse) GetEntity

func (o *GetTinResponse) GetEntity() GetTinResponseEntity

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

func (*GetTinResponse) GetEntityOk

func (o *GetTinResponse) GetEntityOk() (*GetTinResponseEntity, 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 (*GetTinResponse) HasEntity

func (o *GetTinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetTinResponse) MarshalJSON

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

func (*GetTinResponse) SetEntity

func (o *GetTinResponse) SetEntity(v GetTinResponseEntity)

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

type GetTinResponseEntity

type GetTinResponseEntity 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"`
}

GetTinResponseEntity struct for GetTinResponseEntity

func NewGetTinResponseEntity

func NewGetTinResponseEntity() *GetTinResponseEntity

NewGetTinResponseEntity instantiates a new GetTinResponseEntity 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 NewGetTinResponseEntityWithDefaults

func NewGetTinResponseEntityWithDefaults() *GetTinResponseEntity

NewGetTinResponseEntityWithDefaults instantiates a new GetTinResponseEntity 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 (*GetTinResponseEntity) GetCACRegNo

func (o *GetTinResponseEntity) GetCACRegNo() string

GetCACRegNo returns the CACRegNo field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetCACRegNoOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetEmail

func (o *GetTinResponseEntity) GetEmail() string

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

func (*GetTinResponseEntity) GetEmailOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetFIRSTIN

func (o *GetTinResponseEntity) GetFIRSTIN() string

GetFIRSTIN returns the FIRSTIN field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetFIRSTINOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetJITTIN

func (o *GetTinResponseEntity) GetJITTIN() string

GetJITTIN returns the JITTIN field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetJITTINOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetPhoneNo

func (o *GetTinResponseEntity) GetPhoneNo() string

GetPhoneNo returns the PhoneNo field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetPhoneNoOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetSearch

func (o *GetTinResponseEntity) GetSearch() string

GetSearch returns the Search field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetSearchOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetTaxOffice

func (o *GetTinResponseEntity) GetTaxOffice() string

GetTaxOffice returns the TaxOffice field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetTaxOfficeOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) GetTaxpayerName

func (o *GetTinResponseEntity) GetTaxpayerName() string

GetTaxpayerName returns the TaxpayerName field value if set, zero value otherwise.

func (*GetTinResponseEntity) GetTaxpayerNameOk

func (o *GetTinResponseEntity) 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 (*GetTinResponseEntity) HasCACRegNo

func (o *GetTinResponseEntity) HasCACRegNo() bool

HasCACRegNo returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasEmail

func (o *GetTinResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasFIRSTIN

func (o *GetTinResponseEntity) HasFIRSTIN() bool

HasFIRSTIN returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasJITTIN

func (o *GetTinResponseEntity) HasJITTIN() bool

HasJITTIN returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasPhoneNo

func (o *GetTinResponseEntity) HasPhoneNo() bool

HasPhoneNo returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasSearch

func (o *GetTinResponseEntity) HasSearch() bool

HasSearch returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasTaxOffice

func (o *GetTinResponseEntity) HasTaxOffice() bool

HasTaxOffice returns a boolean if a field has been set.

func (*GetTinResponseEntity) HasTaxpayerName

func (o *GetTinResponseEntity) HasTaxpayerName() bool

HasTaxpayerName returns a boolean if a field has been set.

func (GetTinResponseEntity) MarshalJSON

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

func (*GetTinResponseEntity) SetCACRegNo

func (o *GetTinResponseEntity) SetCACRegNo(v string)

SetCACRegNo gets a reference to the given string and assigns it to the CACRegNo field.

func (*GetTinResponseEntity) SetEmail

func (o *GetTinResponseEntity) SetEmail(v string)

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

func (*GetTinResponseEntity) SetFIRSTIN

func (o *GetTinResponseEntity) SetFIRSTIN(v string)

SetFIRSTIN gets a reference to the given string and assigns it to the FIRSTIN field.

func (*GetTinResponseEntity) SetJITTIN

func (o *GetTinResponseEntity) SetJITTIN(v string)

SetJITTIN gets a reference to the given string and assigns it to the JITTIN field.

func (*GetTinResponseEntity) SetPhoneNo

func (o *GetTinResponseEntity) SetPhoneNo(v string)

SetPhoneNo gets a reference to the given string and assigns it to the PhoneNo field.

func (*GetTinResponseEntity) SetSearch

func (o *GetTinResponseEntity) SetSearch(v string)

SetSearch gets a reference to the given string and assigns it to the Search field.

func (*GetTinResponseEntity) SetTaxOffice

func (o *GetTinResponseEntity) SetTaxOffice(v string)

SetTaxOffice gets a reference to the given string and assigns it to the TaxOffice field.

func (*GetTinResponseEntity) SetTaxpayerName

func (o *GetTinResponseEntity) SetTaxpayerName(v string)

SetTaxpayerName gets a reference to the given string and assigns it to the TaxpayerName field.

type GetTransactionResponse

type GetTransactionResponse struct {
	Entity *GetTransactionResponseEntity `json:"entity,omitempty"`
}

GetTransactionResponse struct for GetTransactionResponse

func NewGetTransactionResponse

func NewGetTransactionResponse() *GetTransactionResponse

NewGetTransactionResponse instantiates a new GetTransactionResponse 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 NewGetTransactionResponseWithDefaults

func NewGetTransactionResponseWithDefaults() *GetTransactionResponse

NewGetTransactionResponseWithDefaults instantiates a new GetTransactionResponse 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 (*GetTransactionResponse) GetEntity

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

func (*GetTransactionResponse) 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 (*GetTransactionResponse) HasEntity

func (o *GetTransactionResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetTransactionResponse) MarshalJSON

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

func (*GetTransactionResponse) SetEntity

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

type GetTransactionResponseEntity

type GetTransactionResponseEntity struct {
	WalletId               *string        `json:"wallet_id,omitempty"`
	TransactionAmount      *float32       `json:"transaction_amount,omitempty"`
	TransactionType        *string        `json:"transaction_type,omitempty"`
	RecipientAccountNumber *string        `json:"recipient_account_number,omitempty"`
	SenderAccountNumber    *string        `json:"sender_account_number,omitempty"`
	TransactionRemarks     *string        `json:"transaction_remarks,omitempty"`
	TransactionReason      NullableString `json:"transaction_reason,omitempty"`
	TransactionId          *string        `json:"transaction_id,omitempty"`
	TransactionStatus      *string        `json:"transaction_status,omitempty"`
	DateCreated            *string        `json:"date_created,omitempty"`
}

GetTransactionResponseEntity struct for GetTransactionResponseEntity

func NewGetTransactionResponseEntity

func NewGetTransactionResponseEntity() *GetTransactionResponseEntity

NewGetTransactionResponseEntity instantiates a new GetTransactionResponseEntity 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 NewGetTransactionResponseEntityWithDefaults

func NewGetTransactionResponseEntityWithDefaults() *GetTransactionResponseEntity

NewGetTransactionResponseEntityWithDefaults instantiates a new GetTransactionResponseEntity 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 (*GetTransactionResponseEntity) GetDateCreated

func (o *GetTransactionResponseEntity) GetDateCreated() string

GetDateCreated returns the DateCreated field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetDateCreatedOk

func (o *GetTransactionResponseEntity) 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 (*GetTransactionResponseEntity) GetRecipientAccountNumber

func (o *GetTransactionResponseEntity) GetRecipientAccountNumber() string

GetRecipientAccountNumber returns the RecipientAccountNumber field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetRecipientAccountNumberOk

func (o *GetTransactionResponseEntity) GetRecipientAccountNumberOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetSenderAccountNumber

func (o *GetTransactionResponseEntity) GetSenderAccountNumber() string

GetSenderAccountNumber returns the SenderAccountNumber field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetSenderAccountNumberOk

func (o *GetTransactionResponseEntity) GetSenderAccountNumberOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetTransactionAmount

func (o *GetTransactionResponseEntity) GetTransactionAmount() float32

GetTransactionAmount returns the TransactionAmount field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetTransactionAmountOk

func (o *GetTransactionResponseEntity) GetTransactionAmountOk() (*float32, bool)

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

func (*GetTransactionResponseEntity) GetTransactionId

func (o *GetTransactionResponseEntity) GetTransactionId() string

GetTransactionId returns the TransactionId field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetTransactionIdOk

func (o *GetTransactionResponseEntity) GetTransactionIdOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetTransactionReason

func (o *GetTransactionResponseEntity) GetTransactionReason() string

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

func (*GetTransactionResponseEntity) GetTransactionReasonOk

func (o *GetTransactionResponseEntity) GetTransactionReasonOk() (*string, bool)

GetTransactionReasonOk returns a tuple with the TransactionReason 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 (*GetTransactionResponseEntity) GetTransactionRemarks

func (o *GetTransactionResponseEntity) GetTransactionRemarks() string

GetTransactionRemarks returns the TransactionRemarks field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetTransactionRemarksOk

func (o *GetTransactionResponseEntity) GetTransactionRemarksOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetTransactionStatus

func (o *GetTransactionResponseEntity) GetTransactionStatus() string

GetTransactionStatus returns the TransactionStatus field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetTransactionStatusOk

func (o *GetTransactionResponseEntity) GetTransactionStatusOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetTransactionType

func (o *GetTransactionResponseEntity) GetTransactionType() string

GetTransactionType returns the TransactionType field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetTransactionTypeOk

func (o *GetTransactionResponseEntity) GetTransactionTypeOk() (*string, bool)

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

func (*GetTransactionResponseEntity) GetWalletId

func (o *GetTransactionResponseEntity) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*GetTransactionResponseEntity) GetWalletIdOk

func (o *GetTransactionResponseEntity) GetWalletIdOk() (*string, bool)

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

func (*GetTransactionResponseEntity) HasDateCreated

func (o *GetTransactionResponseEntity) HasDateCreated() bool

HasDateCreated returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasRecipientAccountNumber

func (o *GetTransactionResponseEntity) HasRecipientAccountNumber() bool

HasRecipientAccountNumber returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasSenderAccountNumber

func (o *GetTransactionResponseEntity) HasSenderAccountNumber() bool

HasSenderAccountNumber returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionAmount

func (o *GetTransactionResponseEntity) HasTransactionAmount() bool

HasTransactionAmount returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionId

func (o *GetTransactionResponseEntity) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionReason

func (o *GetTransactionResponseEntity) HasTransactionReason() bool

HasTransactionReason returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionRemarks

func (o *GetTransactionResponseEntity) HasTransactionRemarks() bool

HasTransactionRemarks returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionStatus

func (o *GetTransactionResponseEntity) HasTransactionStatus() bool

HasTransactionStatus returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasTransactionType

func (o *GetTransactionResponseEntity) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (*GetTransactionResponseEntity) HasWalletId

func (o *GetTransactionResponseEntity) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (GetTransactionResponseEntity) MarshalJSON

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

func (*GetTransactionResponseEntity) SetDateCreated

func (o *GetTransactionResponseEntity) SetDateCreated(v string)

SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.

func (*GetTransactionResponseEntity) SetRecipientAccountNumber

func (o *GetTransactionResponseEntity) SetRecipientAccountNumber(v string)

SetRecipientAccountNumber gets a reference to the given string and assigns it to the RecipientAccountNumber field.

func (*GetTransactionResponseEntity) SetSenderAccountNumber

func (o *GetTransactionResponseEntity) SetSenderAccountNumber(v string)

SetSenderAccountNumber gets a reference to the given string and assigns it to the SenderAccountNumber field.

func (*GetTransactionResponseEntity) SetTransactionAmount

func (o *GetTransactionResponseEntity) SetTransactionAmount(v float32)

SetTransactionAmount gets a reference to the given float32 and assigns it to the TransactionAmount field.

func (*GetTransactionResponseEntity) SetTransactionId

func (o *GetTransactionResponseEntity) SetTransactionId(v string)

SetTransactionId gets a reference to the given string and assigns it to the TransactionId field.

func (*GetTransactionResponseEntity) SetTransactionReason

func (o *GetTransactionResponseEntity) SetTransactionReason(v string)

SetTransactionReason gets a reference to the given NullableString and assigns it to the TransactionReason field.

func (*GetTransactionResponseEntity) SetTransactionReasonNil

func (o *GetTransactionResponseEntity) SetTransactionReasonNil()

SetTransactionReasonNil sets the value for TransactionReason to be an explicit nil

func (*GetTransactionResponseEntity) SetTransactionRemarks

func (o *GetTransactionResponseEntity) SetTransactionRemarks(v string)

SetTransactionRemarks gets a reference to the given string and assigns it to the TransactionRemarks field.

func (*GetTransactionResponseEntity) SetTransactionStatus

func (o *GetTransactionResponseEntity) SetTransactionStatus(v string)

SetTransactionStatus gets a reference to the given string and assigns it to the TransactionStatus field.

func (*GetTransactionResponseEntity) SetTransactionType

func (o *GetTransactionResponseEntity) SetTransactionType(v string)

SetTransactionType gets a reference to the given string and assigns it to the TransactionType field.

func (*GetTransactionResponseEntity) SetWalletId

func (o *GetTransactionResponseEntity) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

func (*GetTransactionResponseEntity) UnsetTransactionReason

func (o *GetTransactionResponseEntity) UnsetTransactionReason()

UnsetTransactionReason ensures that no value is present for TransactionReason, not even an explicit nil

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 {
	Vnin        *string `json:"vnin,omitempty"`
	Firstname   *string `json:"firstname,omitempty"`
	Middlename  *string `json:"middlename,omitempty"`
	Surname     *string `json:"surname,omitempty"`
	UserId      *string `json:"user_id,omitempty"`
	Gender      *string `json:"gender,omitempty"`
	Mobile      *string `json:"mobile,omitempty"`
	DateOfBirth *string `json:"dateOfBirth,omitempty"`
	Photo       *string `json:"photo,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 GetVoterResponse

type GetVoterResponse struct {
	Entity GetVoterResponseEntity `json:"entity"`
}

GetVoterResponse struct for GetVoterResponse

func NewGetVoterResponse

func NewGetVoterResponse(entity GetVoterResponseEntity) *GetVoterResponse

NewGetVoterResponse instantiates a new GetVoterResponse 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 NewGetVoterResponseWithDefaults

func NewGetVoterResponseWithDefaults() *GetVoterResponse

NewGetVoterResponseWithDefaults instantiates a new GetVoterResponse 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 (*GetVoterResponse) GetEntity

GetEntity returns the Entity field value

func (*GetVoterResponse) GetEntityOk

func (o *GetVoterResponse) GetEntityOk() (*GetVoterResponseEntity, bool)

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

func (GetVoterResponse) MarshalJSON

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

func (*GetVoterResponse) SetEntity

func (o *GetVoterResponse) SetEntity(v GetVoterResponseEntity)

SetEntity sets field value

type GetVoterResponseEntity

type GetVoterResponseEntity struct {
	VoterNumber      string `json:"voter_number"`
	FirstName        string `json:"first_name"`
	LastName         string `json:"last_name"`
	Gender           string `json:"gender"`
	Village          string `json:"village"`
	District         string `json:"district"`
	Constituency     string `json:"constituency"`
	SubCounty        string `json:"sub_county"`
	Parish           string `json:"parish"`
	PollingStation   string `json:"polling_station"`
	IsFirstNameMatch bool   `json:"is_first_name_match"`
	IsLastNameMatch  bool   `json:"is_last_name_match"`
}

GetVoterResponseEntity struct for GetVoterResponseEntity

func NewGetVoterResponseEntity

func NewGetVoterResponseEntity(voterNumber string, firstName string, lastName string, gender string, village string, district string, constituency string, subCounty string, parish string, pollingStation string, isFirstNameMatch bool, isLastNameMatch bool) *GetVoterResponseEntity

NewGetVoterResponseEntity instantiates a new GetVoterResponseEntity 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 NewGetVoterResponseEntityWithDefaults

func NewGetVoterResponseEntityWithDefaults() *GetVoterResponseEntity

NewGetVoterResponseEntityWithDefaults instantiates a new GetVoterResponseEntity 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 (*GetVoterResponseEntity) GetConstituency

func (o *GetVoterResponseEntity) GetConstituency() string

GetConstituency returns the Constituency field value

func (*GetVoterResponseEntity) GetConstituencyOk

func (o *GetVoterResponseEntity) GetConstituencyOk() (*string, bool)

GetConstituencyOk returns a tuple with the Constituency field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetDistrict

func (o *GetVoterResponseEntity) GetDistrict() string

GetDistrict returns the District field value

func (*GetVoterResponseEntity) GetDistrictOk

func (o *GetVoterResponseEntity) GetDistrictOk() (*string, bool)

GetDistrictOk returns a tuple with the District field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetFirstName

func (o *GetVoterResponseEntity) GetFirstName() string

GetFirstName returns the FirstName field value

func (*GetVoterResponseEntity) GetFirstNameOk

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

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

func (*GetVoterResponseEntity) GetGender

func (o *GetVoterResponseEntity) GetGender() string

GetGender returns the Gender field value

func (*GetVoterResponseEntity) GetGenderOk

func (o *GetVoterResponseEntity) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetIsFirstNameMatch

func (o *GetVoterResponseEntity) GetIsFirstNameMatch() bool

GetIsFirstNameMatch returns the IsFirstNameMatch field value

func (*GetVoterResponseEntity) GetIsFirstNameMatchOk

func (o *GetVoterResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)

GetIsFirstNameMatchOk returns a tuple with the IsFirstNameMatch field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetIsLastNameMatch

func (o *GetVoterResponseEntity) GetIsLastNameMatch() bool

GetIsLastNameMatch returns the IsLastNameMatch field value

func (*GetVoterResponseEntity) GetIsLastNameMatchOk

func (o *GetVoterResponseEntity) GetIsLastNameMatchOk() (*bool, bool)

GetIsLastNameMatchOk returns a tuple with the IsLastNameMatch field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetLastName

func (o *GetVoterResponseEntity) GetLastName() string

GetLastName returns the LastName field value

func (*GetVoterResponseEntity) GetLastNameOk

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

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

func (*GetVoterResponseEntity) GetParish

func (o *GetVoterResponseEntity) GetParish() string

GetParish returns the Parish field value

func (*GetVoterResponseEntity) GetParishOk

func (o *GetVoterResponseEntity) GetParishOk() (*string, bool)

GetParishOk returns a tuple with the Parish field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetPollingStation

func (o *GetVoterResponseEntity) GetPollingStation() string

GetPollingStation returns the PollingStation field value

func (*GetVoterResponseEntity) GetPollingStationOk

func (o *GetVoterResponseEntity) GetPollingStationOk() (*string, bool)

GetPollingStationOk returns a tuple with the PollingStation field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetSubCounty

func (o *GetVoterResponseEntity) GetSubCounty() string

GetSubCounty returns the SubCounty field value

func (*GetVoterResponseEntity) GetSubCountyOk

func (o *GetVoterResponseEntity) GetSubCountyOk() (*string, bool)

GetSubCountyOk returns a tuple with the SubCounty field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetVillage

func (o *GetVoterResponseEntity) GetVillage() string

GetVillage returns the Village field value

func (*GetVoterResponseEntity) GetVillageOk

func (o *GetVoterResponseEntity) GetVillageOk() (*string, bool)

GetVillageOk returns a tuple with the Village field value and a boolean to check if the value has been set.

func (*GetVoterResponseEntity) GetVoterNumber

func (o *GetVoterResponseEntity) GetVoterNumber() string

GetVoterNumber returns the VoterNumber field value

func (*GetVoterResponseEntity) GetVoterNumberOk

func (o *GetVoterResponseEntity) GetVoterNumberOk() (*string, bool)

GetVoterNumberOk returns a tuple with the VoterNumber field value and a boolean to check if the value has been set.

func (GetVoterResponseEntity) MarshalJSON

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

func (*GetVoterResponseEntity) SetConstituency

func (o *GetVoterResponseEntity) SetConstituency(v string)

SetConstituency sets field value

func (*GetVoterResponseEntity) SetDistrict

func (o *GetVoterResponseEntity) SetDistrict(v string)

SetDistrict sets field value

func (*GetVoterResponseEntity) SetFirstName

func (o *GetVoterResponseEntity) SetFirstName(v string)

SetFirstName sets field value

func (*GetVoterResponseEntity) SetGender

func (o *GetVoterResponseEntity) SetGender(v string)

SetGender sets field value

func (*GetVoterResponseEntity) SetIsFirstNameMatch

func (o *GetVoterResponseEntity) SetIsFirstNameMatch(v bool)

SetIsFirstNameMatch sets field value

func (*GetVoterResponseEntity) SetIsLastNameMatch

func (o *GetVoterResponseEntity) SetIsLastNameMatch(v bool)

SetIsLastNameMatch sets field value

func (*GetVoterResponseEntity) SetLastName

func (o *GetVoterResponseEntity) SetLastName(v string)

SetLastName sets field value

func (*GetVoterResponseEntity) SetParish

func (o *GetVoterResponseEntity) SetParish(v string)

SetParish sets field value

func (*GetVoterResponseEntity) SetPollingStation

func (o *GetVoterResponseEntity) SetPollingStation(v string)

SetPollingStation sets field value

func (*GetVoterResponseEntity) SetSubCounty

func (o *GetVoterResponseEntity) SetSubCounty(v string)

SetSubCounty sets field value

func (*GetVoterResponseEntity) SetVillage

func (o *GetVoterResponseEntity) SetVillage(v string)

SetVillage sets field value

func (*GetVoterResponseEntity) SetVoterNumber

func (o *GetVoterResponseEntity) SetVoterNumber(v string)

SetVoterNumber sets field value

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 GetWalletResponse

type GetWalletResponse struct {
	Entity *GetWalletResponseEntity `json:"entity,omitempty"`
}

GetWalletResponse struct for GetWalletResponse

func NewGetWalletResponse

func NewGetWalletResponse() *GetWalletResponse

NewGetWalletResponse instantiates a new GetWalletResponse 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 NewGetWalletResponseWithDefaults

func NewGetWalletResponseWithDefaults() *GetWalletResponse

NewGetWalletResponseWithDefaults instantiates a new GetWalletResponse 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 (*GetWalletResponse) GetEntity

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

func (*GetWalletResponse) GetEntityOk

func (o *GetWalletResponse) GetEntityOk() (*GetWalletResponseEntity, 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 (*GetWalletResponse) HasEntity

func (o *GetWalletResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetWalletResponse) MarshalJSON

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

func (*GetWalletResponse) SetEntity

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

type GetWalletResponseEntity

type GetWalletResponseEntity struct {
	WalletId      *string  `json:"wallet_id,omitempty"`
	WalletAmount  *float32 `json:"wallet_amount,omitempty"`
	AccountNumber *string  `json:"account_number,omitempty"`
	PhoneNumber   *string  `json:"phone_number,omitempty"`
	BankName      *string  `json:"bank_name,omitempty"`
}

GetWalletResponseEntity struct for GetWalletResponseEntity

func NewGetWalletResponseEntity

func NewGetWalletResponseEntity() *GetWalletResponseEntity

NewGetWalletResponseEntity instantiates a new GetWalletResponseEntity 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 NewGetWalletResponseEntityWithDefaults

func NewGetWalletResponseEntityWithDefaults() *GetWalletResponseEntity

NewGetWalletResponseEntityWithDefaults instantiates a new GetWalletResponseEntity 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 (*GetWalletResponseEntity) GetAccountNumber

func (o *GetWalletResponseEntity) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*GetWalletResponseEntity) GetAccountNumberOk

func (o *GetWalletResponseEntity) 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 (*GetWalletResponseEntity) GetBankName

func (o *GetWalletResponseEntity) GetBankName() string

GetBankName returns the BankName field value if set, zero value otherwise.

func (*GetWalletResponseEntity) GetBankNameOk

func (o *GetWalletResponseEntity) GetBankNameOk() (*string, bool)

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

func (*GetWalletResponseEntity) GetPhoneNumber

func (o *GetWalletResponseEntity) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*GetWalletResponseEntity) GetPhoneNumberOk

func (o *GetWalletResponseEntity) GetPhoneNumberOk() (*string, bool)

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

func (*GetWalletResponseEntity) GetWalletAmount

func (o *GetWalletResponseEntity) GetWalletAmount() float32

GetWalletAmount returns the WalletAmount field value if set, zero value otherwise.

func (*GetWalletResponseEntity) GetWalletAmountOk

func (o *GetWalletResponseEntity) GetWalletAmountOk() (*float32, bool)

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

func (*GetWalletResponseEntity) GetWalletId

func (o *GetWalletResponseEntity) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*GetWalletResponseEntity) GetWalletIdOk

func (o *GetWalletResponseEntity) GetWalletIdOk() (*string, bool)

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

func (*GetWalletResponseEntity) HasAccountNumber

func (o *GetWalletResponseEntity) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*GetWalletResponseEntity) HasBankName

func (o *GetWalletResponseEntity) HasBankName() bool

HasBankName returns a boolean if a field has been set.

func (*GetWalletResponseEntity) HasPhoneNumber

func (o *GetWalletResponseEntity) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*GetWalletResponseEntity) HasWalletAmount

func (o *GetWalletResponseEntity) HasWalletAmount() bool

HasWalletAmount returns a boolean if a field has been set.

func (*GetWalletResponseEntity) HasWalletId

func (o *GetWalletResponseEntity) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (GetWalletResponseEntity) MarshalJSON

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

func (*GetWalletResponseEntity) SetAccountNumber

func (o *GetWalletResponseEntity) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*GetWalletResponseEntity) SetBankName

func (o *GetWalletResponseEntity) SetBankName(v string)

SetBankName gets a reference to the given string and assigns it to the BankName field.

func (*GetWalletResponseEntity) SetPhoneNumber

func (o *GetWalletResponseEntity) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*GetWalletResponseEntity) SetWalletAmount

func (o *GetWalletResponseEntity) SetWalletAmount(v float32)

SetWalletAmount gets a reference to the given float32 and assigns it to the WalletAmount field.

func (*GetWalletResponseEntity) SetWalletId

func (o *GetWalletResponseEntity) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

type GetWalletsResponse

type GetWalletsResponse struct {
	Entity *GetWalletsResponseEntity `json:"entity,omitempty"`
}

GetWalletsResponse struct for GetWalletsResponse

func NewGetWalletsResponse

func NewGetWalletsResponse() *GetWalletsResponse

NewGetWalletsResponse instantiates a new GetWalletsResponse 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 NewGetWalletsResponseWithDefaults

func NewGetWalletsResponseWithDefaults() *GetWalletsResponse

NewGetWalletsResponseWithDefaults instantiates a new GetWalletsResponse 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 (*GetWalletsResponse) GetEntity

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

func (*GetWalletsResponse) GetEntityOk

func (o *GetWalletsResponse) GetEntityOk() (*GetWalletsResponseEntity, 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 (*GetWalletsResponse) HasEntity

func (o *GetWalletsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (GetWalletsResponse) MarshalJSON

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

func (*GetWalletsResponse) SetEntity

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

type GetWalletsResponseEntity

type GetWalletsResponseEntity struct {
	AppId         *string                   `json:"app_id,omitempty"`
	TotalAmount   *float32                  `json:"total_amount,omitempty"`
	ClientWallets []GetWalletResponseEntity `json:"client_wallets,omitempty"`
}

GetWalletsResponseEntity struct for GetWalletsResponseEntity

func NewGetWalletsResponseEntity

func NewGetWalletsResponseEntity() *GetWalletsResponseEntity

NewGetWalletsResponseEntity instantiates a new GetWalletsResponseEntity 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 NewGetWalletsResponseEntityWithDefaults

func NewGetWalletsResponseEntityWithDefaults() *GetWalletsResponseEntity

NewGetWalletsResponseEntityWithDefaults instantiates a new GetWalletsResponseEntity 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 (*GetWalletsResponseEntity) GetAppId

func (o *GetWalletsResponseEntity) GetAppId() string

GetAppId returns the AppId field value if set, zero value otherwise.

func (*GetWalletsResponseEntity) GetAppIdOk

func (o *GetWalletsResponseEntity) 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 (*GetWalletsResponseEntity) GetClientWallets

func (o *GetWalletsResponseEntity) GetClientWallets() []GetWalletResponseEntity

GetClientWallets returns the ClientWallets field value if set, zero value otherwise.

func (*GetWalletsResponseEntity) GetClientWalletsOk

func (o *GetWalletsResponseEntity) GetClientWalletsOk() ([]GetWalletResponseEntity, bool)

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

func (*GetWalletsResponseEntity) GetTotalAmount

func (o *GetWalletsResponseEntity) GetTotalAmount() float32

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*GetWalletsResponseEntity) GetTotalAmountOk

func (o *GetWalletsResponseEntity) GetTotalAmountOk() (*float32, bool)

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

func (*GetWalletsResponseEntity) HasAppId

func (o *GetWalletsResponseEntity) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*GetWalletsResponseEntity) HasClientWallets

func (o *GetWalletsResponseEntity) HasClientWallets() bool

HasClientWallets returns a boolean if a field has been set.

func (*GetWalletsResponseEntity) HasTotalAmount

func (o *GetWalletsResponseEntity) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (GetWalletsResponseEntity) MarshalJSON

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

func (*GetWalletsResponseEntity) SetAppId

func (o *GetWalletsResponseEntity) SetAppId(v string)

SetAppId gets a reference to the given string and assigns it to the AppId field.

func (*GetWalletsResponseEntity) SetClientWallets

func (o *GetWalletsResponseEntity) SetClientWallets(v []GetWalletResponseEntity)

SetClientWallets gets a reference to the given []GetWalletResponseEntity and assigns it to the ClientWallets field.

func (*GetWalletsResponseEntity) SetTotalAmount

func (o *GetWalletsResponseEntity) SetTotalAmount(v float32)

SetTotalAmount gets a reference to the given float32 and assigns it to the TotalAmount 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 KEKYCApiGetNationalIdRequest

type KEKYCApiGetNationalIdRequest struct {
	ApiService *KEKYCApiService
	// contains filtered or unexported fields
}

func (KEKYCApiGetNationalIdRequest) DateOfBirth

func (KEKYCApiGetNationalIdRequest) Execute

func (KEKYCApiGetNationalIdRequest) FirstName

func (KEKYCApiGetNationalIdRequest) Gender

func (KEKYCApiGetNationalIdRequest) Id

func (KEKYCApiGetNationalIdRequest) LastName

func (KEKYCApiGetNationalIdRequest) MiddleName

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

type KYBApiGetAdvancedCacRequest

type KYBApiGetAdvancedCacRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiGetAdvancedCacRequest) Class

func (KYBApiGetAdvancedCacRequest) Execute

func (KYBApiGetAdvancedCacRequest) Rc

func (KYBApiGetAdvancedCacRequest) Type_

type KYBApiGetBasicCacRequest

type KYBApiGetBasicCacRequest struct {
	ApiService *KYBApiService
	// contains filtered or unexported fields
}

func (KYBApiGetBasicCacRequest) Execute

func (KYBApiGetBasicCacRequest) Rc

func (KYBApiGetBasicCacRequest) Type_

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) GetAdvancedCac

func (a *KYBApiService) GetAdvancedCac() KYBApiGetAdvancedCacRequest

GetAdvancedCac KYC - Get CAC Advanced

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

func (*KYBApiService) GetAdvancedCacExecute

Execute executes the request

@return GetAdvancedCacResponse

func (*KYBApiService) GetBasicCac

func (a *KYBApiService) GetBasicCac() KYBApiGetBasicCacRequest

GetBasicCac KYB - Get CAC 2

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

func (*KYBApiService) GetBasicCacExecute

Execute executes the request

@return GetBasicCacResponse

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 GetCacResponse

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 GetTinResponse

type KYCApiAnalyzeDocumentRequest

type KYCApiAnalyzeDocumentRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiAnalyzeDocumentRequest) Execute

type KYCApiGetBasicBvnRequest

type KYCApiGetBasicBvnRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetBasicBvnRequest) Bvn

func (KYCApiGetBasicBvnRequest) Execute

type KYCApiGetBasicPhoneNumberRequest

type KYCApiGetBasicPhoneNumberRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetBasicPhoneNumberRequest) Execute

func (KYCApiGetBasicPhoneNumberRequest) PhoneNumber

type KYCApiGetDriversLicenseRequest

type KYCApiGetDriversLicenseRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetDriversLicenseRequest) Execute

func (KYCApiGetDriversLicenseRequest) LicenseNumber

type KYCApiGetEmailReputationRequest

type KYCApiGetEmailReputationRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetEmailReputationRequest) Email

func (KYCApiGetEmailReputationRequest) Execute

type KYCApiGetFullBvnRequest

type KYCApiGetFullBvnRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetFullBvnRequest) Bvn

func (KYCApiGetFullBvnRequest) Execute

type KYCApiGetNubanRequest

type KYCApiGetNubanRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetNubanRequest) AccountNumber

func (r KYCApiGetNubanRequest) AccountNumber(accountNumber int32) KYCApiGetNubanRequest

func (KYCApiGetNubanRequest) BankCode

func (r KYCApiGetNubanRequest) BankCode(bankCode int32) KYCApiGetNubanRequest

func (KYCApiGetNubanRequest) Execute

type KYCApiGetPassportRequest

type KYCApiGetPassportRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetPassportRequest) Execute

func (KYCApiGetPassportRequest) PassportNumber

func (r KYCApiGetPassportRequest) PassportNumber(passportNumber int32) KYCApiGetPassportRequest

func (KYCApiGetPassportRequest) Surname

type KYCApiGetPhoneNumberRequest

type KYCApiGetPhoneNumberRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetPhoneNumberRequest) Execute

func (KYCApiGetPhoneNumberRequest) PhoneNumber

type KYCApiGetPremiumBvnRequest

type KYCApiGetPremiumBvnRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetPremiumBvnRequest) Bvn

func (KYCApiGetPremiumBvnRequest) Execute

type KYCApiGetVINRequest

type KYCApiGetVINRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetVINRequest) Execute

func (KYCApiGetVINRequest) Firstname

func (r KYCApiGetVINRequest) Firstname(firstname string) KYCApiGetVINRequest

func (KYCApiGetVINRequest) Lastname

func (r KYCApiGetVINRequest) Lastname(lastname string) KYCApiGetVINRequest

func (KYCApiGetVINRequest) Mode

func (KYCApiGetVINRequest) State

func (KYCApiGetVINRequest) Vin

type KYCApiGetVninRequest

type KYCApiGetVninRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiGetVninRequest) Execute

func (KYCApiGetVninRequest) Vnin

type KYCApiService

type KYCApiService service

KYCApiService KYCApi service

func (*KYCApiService) AnalyzeDocument

func (a *KYCApiService) AnalyzeDocument() KYCApiAnalyzeDocumentRequest

AnalyzeDocument KYC - Document Analysis

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

func (*KYCApiService) AnalyzeDocumentExecute

Execute executes the request

@return AnalyzeDocumentResponse

func (*KYCApiService) GetBasicBvn

func (a *KYCApiService) GetBasicBvn() KYCApiGetBasicBvnRequest

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 KYCApiGetBasicBvnRequest

func (*KYCApiService) GetBasicBvnExecute

Execute executes the request

@return GetBasicBvnResponse

func (*KYCApiService) GetBasicPhoneNumber

func (a *KYCApiService) GetBasicPhoneNumber() KYCApiGetBasicPhoneNumberRequest

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 KYCApiGetBasicPhoneNumberRequest

func (*KYCApiService) GetBasicPhoneNumberExecute

Execute executes the request

@return GetBasicPhoneNumberResponse

func (*KYCApiService) GetDriversLicense

func (a *KYCApiService) GetDriversLicense() KYCApiGetDriversLicenseRequest

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 KYCApiGetDriversLicenseRequest

func (*KYCApiService) GetDriversLicenseExecute

Execute executes the request

@return GetKycDriversLicenseResponse

func (*KYCApiService) GetEmailReputation

func (a *KYCApiService) GetEmailReputation() KYCApiGetEmailReputationRequest

GetEmailReputation KYC - Get Email Reputation

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

func (*KYCApiService) GetEmailReputationExecute

Execute executes the request

@return GetEmailReputationResponse

func (*KYCApiService) GetFullBvn

func (a *KYCApiService) GetFullBvn() KYCApiGetFullBvnRequest

GetFullBvn KYC - Lookup BVN Basic

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

func (*KYCApiService) GetFullBvnExecute

Execute executes the request

@return GetFullBvnResponse

func (*KYCApiService) GetNuban

func (a *KYCApiService) GetNuban() KYCApiGetNubanRequest

GetNuban KYC - Get NUBAN Information

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

func (*KYCApiService) GetNubanExecute

Execute executes the request

@return GetNubanResponse

func (*KYCApiService) GetPassport

func (a *KYCApiService) GetPassport() KYCApiGetPassportRequest

GetPassport KYC - Passport

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

func (*KYCApiService) GetPassportExecute

Execute executes the request

@return GetKycPassportResponse

func (*KYCApiService) GetPhoneNumber

func (a *KYCApiService) GetPhoneNumber() KYCApiGetPhoneNumberRequest

GetPhoneNumber KYC - Lookup Phone Number

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

func (*KYCApiService) GetPhoneNumberExecute

Execute executes the request

@return GetPhoneNumberResponse

func (*KYCApiService) GetPremiumBvn

func (a *KYCApiService) GetPremiumBvn() KYCApiGetPremiumBvnRequest

GetPremiumBvn KYC - Lookup BVN Premium

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

func (*KYCApiService) GetPremiumBvnExecute

Execute executes the request

@return GetPremiumBvnResponse

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) GetVnin

func (a *KYCApiService) GetVnin() KYCApiGetVninRequest

GetVnin Lookup VNIN

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

func (*KYCApiService) GetVninExecute

Execute executes the request

@return GetVninResponse

func (*KYCApiService) ValidateBvn

func (a *KYCApiService) ValidateBvn() KYCApiValidateBvnRequest

ValidateBvn KYC - Validate BVN

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

func (*KYCApiService) ValidateBvnExecute

Execute executes the request

@return ValidateBvnResponse

func (*KYCApiService) VerifyAge

func (a *KYCApiService) VerifyAge() KYCApiVerifyAgeRequest

VerifyAge KYC - Age Verification

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

func (*KYCApiService) VerifyAgeExecute

Execute executes the request

@return VerifyAgeResponse

func (*KYCApiService) VerifySelfieBvn

func (a *KYCApiService) VerifySelfieBvn() KYCApiVerifySelfieBvnRequest

VerifySelfieBvn KYC - Selfie BVN Verificatoin

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

func (*KYCApiService) VerifySelfieBvnExecute

Execute executes the request

@return VerifySelfieBvnResponse

func (*KYCApiService) VerifySelfieNin

func (a *KYCApiService) VerifySelfieNin() KYCApiVerifySelfieNinRequest

VerifySelfieNin KYC - Selfie NIN Verification

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

func (*KYCApiService) VerifySelfieNinExecute

Execute executes the request

@return VerifySelfieNinResponse

type KYCApiValidateBvnRequest

type KYCApiValidateBvnRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiValidateBvnRequest) Bvn

func (KYCApiValidateBvnRequest) Dob

func (KYCApiValidateBvnRequest) Execute

func (KYCApiValidateBvnRequest) FirstName

type KYCApiVerifyAgeRequest

type KYCApiVerifyAgeRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiVerifyAgeRequest) AccountNumber

func (r KYCApiVerifyAgeRequest) AccountNumber(accountNumber int32) KYCApiVerifyAgeRequest

func (KYCApiVerifyAgeRequest) BankCode

func (KYCApiVerifyAgeRequest) Dob

func (KYCApiVerifyAgeRequest) Execute

func (KYCApiVerifyAgeRequest) FirstName

func (r KYCApiVerifyAgeRequest) FirstName(firstName string) KYCApiVerifyAgeRequest

func (KYCApiVerifyAgeRequest) LastName

func (KYCApiVerifyAgeRequest) Mode

type KYCApiVerifySelfieBvnRequest

type KYCApiVerifySelfieBvnRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiVerifySelfieBvnRequest) Execute

func (KYCApiVerifySelfieBvnRequest) VerifySelfieBvnRequest

func (r KYCApiVerifySelfieBvnRequest) VerifySelfieBvnRequest(verifySelfieBvnRequest VerifySelfieBvnRequest) KYCApiVerifySelfieBvnRequest

type KYCApiVerifySelfieNinRequest

type KYCApiVerifySelfieNinRequest struct {
	ApiService *KYCApiService
	// contains filtered or unexported fields
}

func (KYCApiVerifySelfieNinRequest) Execute

func (KYCApiVerifySelfieNinRequest) VerifySelfieNinRequest

func (r KYCApiVerifySelfieNinRequest) VerifySelfieNinRequest(verifySelfieNinRequest VerifySelfieNinRequest) KYCApiVerifySelfieNinRequest

type MLApiGetDocumentAnalysisRequest

type MLApiGetDocumentAnalysisRequest struct {
	ApiService *MLApiService
	// contains filtered or unexported fields
}

func (MLApiGetDocumentAnalysisRequest) Execute

func (MLApiGetDocumentAnalysisRequest) GetDocumentAnalysisRequest

func (r MLApiGetDocumentAnalysisRequest) GetDocumentAnalysisRequest(getDocumentAnalysisRequest GetDocumentAnalysisRequest) MLApiGetDocumentAnalysisRequest

type MLApiGetGenericOcrTextRequest

type MLApiGetGenericOcrTextRequest struct {
	ApiService *MLApiService
	// contains filtered or unexported fields
}

func (MLApiGetGenericOcrTextRequest) Execute

func (MLApiGetGenericOcrTextRequest) GetGenericOcrTextRequest

func (r MLApiGetGenericOcrTextRequest) GetGenericOcrTextRequest(getGenericOcrTextRequest GetGenericOcrTextRequest) MLApiGetGenericOcrTextRequest

type MLApiGetOcrTextRequest

type MLApiGetOcrTextRequest struct {
	ApiService *MLApiService
	// contains filtered or unexported fields
}

func (MLApiGetOcrTextRequest) Execute

func (MLApiGetOcrTextRequest) GetOcrTextRequest

func (r MLApiGetOcrTextRequest) GetOcrTextRequest(getOcrTextRequest GetOcrTextRequest) MLApiGetOcrTextRequest

type MLApiService

type MLApiService service

MLApiService MLApi service

func (*MLApiService) GetDocumentAnalysis

func (a *MLApiService) GetDocumentAnalysis() MLApiGetDocumentAnalysisRequest

GetDocumentAnalysis Document Analysis Drivers License

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

func (*MLApiService) GetDocumentAnalysisExecute

Execute executes the request

@return GetDocumentAnalysisResponse

func (*MLApiService) GetGenericOcrText

func (a *MLApiService) GetGenericOcrText() MLApiGetGenericOcrTextRequest

GetGenericOcrText Generic OCR Service

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

func (*MLApiService) GetGenericOcrTextExecute

Execute executes the request

@return GetGenericOcrTextResponse

func (*MLApiService) GetOcrText

func (a *MLApiService) GetOcrText() MLApiGetOcrTextRequest

GetOcrText BVN Ocr

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

func (*MLApiService) GetOcrTextExecute

Execute executes the request

@return GetOcrTextResponse

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

Execute executes the request

@return VerifyPhotoIdWithSelfieResponse

type MLApiVerifyPhotoIdWithSelfieRequest

type MLApiVerifyPhotoIdWithSelfieRequest struct {
	ApiService *MLApiService
	// contains filtered or unexported fields
}

func (MLApiVerifyPhotoIdWithSelfieRequest) Execute

func (MLApiVerifyPhotoIdWithSelfieRequest) VerifyPhotoIdWithSelfieRequest

func (r MLApiVerifyPhotoIdWithSelfieRequest) VerifyPhotoIdWithSelfieRequest(verifyPhotoIdWithSelfieRequest VerifyPhotoIdWithSelfieRequest) MLApiVerifyPhotoIdWithSelfieRequest

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 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 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 NullableCategorizeTransactionsRequest

type NullableCategorizeTransactionsRequest struct {
	// contains filtered or unexported fields
}

func (NullableCategorizeTransactionsRequest) Get

func (NullableCategorizeTransactionsRequest) IsSet

func (NullableCategorizeTransactionsRequest) MarshalJSON

func (v NullableCategorizeTransactionsRequest) MarshalJSON() ([]byte, error)

func (*NullableCategorizeTransactionsRequest) Set

func (*NullableCategorizeTransactionsRequest) UnmarshalJSON

func (v *NullableCategorizeTransactionsRequest) UnmarshalJSON(src []byte) error

func (*NullableCategorizeTransactionsRequest) Unset

type NullableCategorizeTransactionsResponse

type NullableCategorizeTransactionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableCategorizeTransactionsResponse) Get

func (NullableCategorizeTransactionsResponse) IsSet

func (NullableCategorizeTransactionsResponse) MarshalJSON

func (v NullableCategorizeTransactionsResponse) MarshalJSON() ([]byte, error)

func (*NullableCategorizeTransactionsResponse) Set

func (*NullableCategorizeTransactionsResponse) UnmarshalJSON

func (v *NullableCategorizeTransactionsResponse) UnmarshalJSON(src []byte) error

func (*NullableCategorizeTransactionsResponse) Unset

type NullableCategorizeTransactionsResponseEntity

type NullableCategorizeTransactionsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableCategorizeTransactionsResponseEntity) Get

func (NullableCategorizeTransactionsResponseEntity) IsSet

func (NullableCategorizeTransactionsResponseEntity) MarshalJSON

func (*NullableCategorizeTransactionsResponseEntity) Set

func (*NullableCategorizeTransactionsResponseEntity) UnmarshalJSON

func (*NullableCategorizeTransactionsResponseEntity) Unset

type NullableCollectStatusFromPdfRequest

type NullableCollectStatusFromPdfRequest struct {
	// contains filtered or unexported fields
}

func (NullableCollectStatusFromPdfRequest) Get

func (NullableCollectStatusFromPdfRequest) IsSet

func (NullableCollectStatusFromPdfRequest) MarshalJSON

func (v NullableCollectStatusFromPdfRequest) MarshalJSON() ([]byte, error)

func (*NullableCollectStatusFromPdfRequest) Set

func (*NullableCollectStatusFromPdfRequest) UnmarshalJSON

func (v *NullableCollectStatusFromPdfRequest) UnmarshalJSON(src []byte) error

func (*NullableCollectStatusFromPdfRequest) Unset

type NullableCollectStatusFromPdfResponse

type NullableCollectStatusFromPdfResponse struct {
	// contains filtered or unexported fields
}

func (NullableCollectStatusFromPdfResponse) Get

func (NullableCollectStatusFromPdfResponse) IsSet

func (NullableCollectStatusFromPdfResponse) MarshalJSON

func (v NullableCollectStatusFromPdfResponse) MarshalJSON() ([]byte, error)

func (*NullableCollectStatusFromPdfResponse) Set

func (*NullableCollectStatusFromPdfResponse) UnmarshalJSON

func (v *NullableCollectStatusFromPdfResponse) UnmarshalJSON(src []byte) error

func (*NullableCollectStatusFromPdfResponse) Unset

type NullableCollectTransactionsRequest

type NullableCollectTransactionsRequest struct {
	// contains filtered or unexported fields
}

func (NullableCollectTransactionsRequest) Get

func (NullableCollectTransactionsRequest) IsSet

func (NullableCollectTransactionsRequest) MarshalJSON

func (v NullableCollectTransactionsRequest) MarshalJSON() ([]byte, error)

func (*NullableCollectTransactionsRequest) Set

func (*NullableCollectTransactionsRequest) UnmarshalJSON

func (v *NullableCollectTransactionsRequest) UnmarshalJSON(src []byte) error

func (*NullableCollectTransactionsRequest) Unset

type NullableCollectTransactionsRequestTransactionsInner

type NullableCollectTransactionsRequestTransactionsInner struct {
	// contains filtered or unexported fields
}

func (NullableCollectTransactionsRequestTransactionsInner) Get

func (NullableCollectTransactionsRequestTransactionsInner) IsSet

func (NullableCollectTransactionsRequestTransactionsInner) MarshalJSON

func (*NullableCollectTransactionsRequestTransactionsInner) Set

func (*NullableCollectTransactionsRequestTransactionsInner) UnmarshalJSON

func (*NullableCollectTransactionsRequestTransactionsInner) Unset

type NullableCollectTransactionsResponse

type NullableCollectTransactionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableCollectTransactionsResponse) Get

func (NullableCollectTransactionsResponse) IsSet

func (NullableCollectTransactionsResponse) MarshalJSON

func (v NullableCollectTransactionsResponse) MarshalJSON() ([]byte, error)

func (*NullableCollectTransactionsResponse) Set

func (*NullableCollectTransactionsResponse) UnmarshalJSON

func (v *NullableCollectTransactionsResponse) UnmarshalJSON(src []byte) error

func (*NullableCollectTransactionsResponse) Unset

type NullableCollectTransactionsResponseEntity

type NullableCollectTransactionsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableCollectTransactionsResponseEntity) Get

func (NullableCollectTransactionsResponseEntity) IsSet

func (NullableCollectTransactionsResponseEntity) MarshalJSON

func (*NullableCollectTransactionsResponseEntity) Set

func (*NullableCollectTransactionsResponseEntity) UnmarshalJSON

func (v *NullableCollectTransactionsResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableCollectTransactionsResponseEntity) Unset

type NullableCreateWalletRequest

type NullableCreateWalletRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateWalletRequest

func NewNullableCreateWalletRequest(val *CreateWalletRequest) *NullableCreateWalletRequest

func (NullableCreateWalletRequest) Get

func (NullableCreateWalletRequest) IsSet

func (NullableCreateWalletRequest) MarshalJSON

func (v NullableCreateWalletRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateWalletRequest) Set

func (*NullableCreateWalletRequest) UnmarshalJSON

func (v *NullableCreateWalletRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateWalletRequest) Unset

func (v *NullableCreateWalletRequest) Unset()

type NullableCreateWalletResponse

type NullableCreateWalletResponse struct {
	// contains filtered or unexported fields
}

func NewNullableCreateWalletResponse

func NewNullableCreateWalletResponse(val *CreateWalletResponse) *NullableCreateWalletResponse

func (NullableCreateWalletResponse) Get

func (NullableCreateWalletResponse) IsSet

func (NullableCreateWalletResponse) MarshalJSON

func (v NullableCreateWalletResponse) MarshalJSON() ([]byte, error)

func (*NullableCreateWalletResponse) Set

func (*NullableCreateWalletResponse) UnmarshalJSON

func (v *NullableCreateWalletResponse) UnmarshalJSON(src []byte) error

func (*NullableCreateWalletResponse) Unset

func (v *NullableCreateWalletResponse) Unset()

type NullableCreateWalletResponseEntity

type NullableCreateWalletResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableCreateWalletResponseEntity) Get

func (NullableCreateWalletResponseEntity) IsSet

func (NullableCreateWalletResponseEntity) MarshalJSON

func (v NullableCreateWalletResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableCreateWalletResponseEntity) Set

func (*NullableCreateWalletResponseEntity) UnmarshalJSON

func (v *NullableCreateWalletResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableCreateWalletResponseEntity) Unset

type NullableCreditSubwalletRequest

type NullableCreditSubwalletRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreditSubwalletRequest) Get

func (NullableCreditSubwalletRequest) IsSet

func (NullableCreditSubwalletRequest) MarshalJSON

func (v NullableCreditSubwalletRequest) MarshalJSON() ([]byte, error)

func (*NullableCreditSubwalletRequest) Set

func (*NullableCreditSubwalletRequest) UnmarshalJSON

func (v *NullableCreditSubwalletRequest) UnmarshalJSON(src []byte) error

func (*NullableCreditSubwalletRequest) Unset

func (v *NullableCreditSubwalletRequest) Unset()

type NullableCreditSubwalletResponse

type NullableCreditSubwalletResponse struct {
	// contains filtered or unexported fields
}

func (NullableCreditSubwalletResponse) Get

func (NullableCreditSubwalletResponse) IsSet

func (NullableCreditSubwalletResponse) MarshalJSON

func (v NullableCreditSubwalletResponse) MarshalJSON() ([]byte, error)

func (*NullableCreditSubwalletResponse) Set

func (*NullableCreditSubwalletResponse) UnmarshalJSON

func (v *NullableCreditSubwalletResponse) UnmarshalJSON(src []byte) error

func (*NullableCreditSubwalletResponse) Unset

type NullableCreditSubwalletResponseEntity

type NullableCreditSubwalletResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableCreditSubwalletResponseEntity) Get

func (NullableCreditSubwalletResponseEntity) IsSet

func (NullableCreditSubwalletResponseEntity) MarshalJSON

func (v NullableCreditSubwalletResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableCreditSubwalletResponseEntity) Set

func (*NullableCreditSubwalletResponseEntity) UnmarshalJSON

func (v *NullableCreditSubwalletResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableCreditSubwalletResponseEntity) 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 NullableFinancialGetBasicBvnResponse

type NullableFinancialGetBasicBvnResponse struct {
	// contains filtered or unexported fields
}

func (NullableFinancialGetBasicBvnResponse) Get

func (NullableFinancialGetBasicBvnResponse) IsSet

func (NullableFinancialGetBasicBvnResponse) MarshalJSON

func (v NullableFinancialGetBasicBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableFinancialGetBasicBvnResponse) Set

func (*NullableFinancialGetBasicBvnResponse) UnmarshalJSON

func (v *NullableFinancialGetBasicBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableFinancialGetBasicBvnResponse) Unset

type NullableFinancialGetBasicBvnResponseEntity

type NullableFinancialGetBasicBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFinancialGetBasicBvnResponseEntity) Get

func (NullableFinancialGetBasicBvnResponseEntity) IsSet

func (NullableFinancialGetBasicBvnResponseEntity) MarshalJSON

func (*NullableFinancialGetBasicBvnResponseEntity) Set

func (*NullableFinancialGetBasicBvnResponseEntity) UnmarshalJSON

func (v *NullableFinancialGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableFinancialGetBasicBvnResponseEntity) Unset

type NullableFinancialGetFullBvnResponse

type NullableFinancialGetFullBvnResponse struct {
	// contains filtered or unexported fields
}

func (NullableFinancialGetFullBvnResponse) Get

func (NullableFinancialGetFullBvnResponse) IsSet

func (NullableFinancialGetFullBvnResponse) MarshalJSON

func (v NullableFinancialGetFullBvnResponse) MarshalJSON() ([]byte, error)

func (*NullableFinancialGetFullBvnResponse) Set

func (*NullableFinancialGetFullBvnResponse) UnmarshalJSON

func (v *NullableFinancialGetFullBvnResponse) UnmarshalJSON(src []byte) error

func (*NullableFinancialGetFullBvnResponse) Unset

type NullableFinancialGetFullBvnResponseEntity

type NullableFinancialGetFullBvnResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableFinancialGetFullBvnResponseEntity) Get

func (NullableFinancialGetFullBvnResponseEntity) IsSet

func (NullableFinancialGetFullBvnResponseEntity) MarshalJSON

func (*NullableFinancialGetFullBvnResponseEntity) Set

func (*NullableFinancialGetFullBvnResponseEntity) UnmarshalJSON

func (v *NullableFinancialGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableFinancialGetFullBvnResponseEntity) 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 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 NullableGeneralGetWalletBalanceResponse

type NullableGeneralGetWalletBalanceResponse struct {
	// contains filtered or unexported fields
}

func (NullableGeneralGetWalletBalanceResponse) Get

func (NullableGeneralGetWalletBalanceResponse) IsSet

func (NullableGeneralGetWalletBalanceResponse) MarshalJSON

func (v NullableGeneralGetWalletBalanceResponse) MarshalJSON() ([]byte, error)

func (*NullableGeneralGetWalletBalanceResponse) Set

func (*NullableGeneralGetWalletBalanceResponse) UnmarshalJSON

func (v *NullableGeneralGetWalletBalanceResponse) UnmarshalJSON(src []byte) error

func (*NullableGeneralGetWalletBalanceResponse) Unset

type NullableGetAccountAnalysisResponse

type NullableGetAccountAnalysisResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponse) Get

func (NullableGetAccountAnalysisResponse) IsSet

func (NullableGetAccountAnalysisResponse) MarshalJSON

func (v NullableGetAccountAnalysisResponse) MarshalJSON() ([]byte, error)

func (*NullableGetAccountAnalysisResponse) Set

func (*NullableGetAccountAnalysisResponse) UnmarshalJSON

func (v *NullableGetAccountAnalysisResponse) UnmarshalJSON(src []byte) error

func (*NullableGetAccountAnalysisResponse) Unset

type NullableGetAccountAnalysisResponseEntity

type NullableGetAccountAnalysisResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntity) Get

func (NullableGetAccountAnalysisResponseEntity) IsSet

func (NullableGetAccountAnalysisResponseEntity) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntity) Set

func (*NullableGetAccountAnalysisResponseEntity) UnmarshalJSON

func (v *NullableGetAccountAnalysisResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetAccountAnalysisResponseEntity) Unset

type NullableGetAccountAnalysisResponseEntityAccountBreakdown

type NullableGetAccountAnalysisResponseEntityAccountBreakdown struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntityAccountBreakdown) Get

func (NullableGetAccountAnalysisResponseEntityAccountBreakdown) IsSet

func (NullableGetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntityAccountBreakdown) Set

func (*NullableGetAccountAnalysisResponseEntityAccountBreakdown) UnmarshalJSON

func (*NullableGetAccountAnalysisResponseEntityAccountBreakdown) Unset

type NullableGetAccountAnalysisResponseEntityExpenseBreakdown

type NullableGetAccountAnalysisResponseEntityExpenseBreakdown struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Get

func (NullableGetAccountAnalysisResponseEntityExpenseBreakdown) IsSet

func (NullableGetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Set

func (*NullableGetAccountAnalysisResponseEntityExpenseBreakdown) UnmarshalJSON

func (*NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Unset

type NullableGetAccountAnalysisResponseEntityFundsManagement

type NullableGetAccountAnalysisResponseEntityFundsManagement struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntityFundsManagement) Get

func (NullableGetAccountAnalysisResponseEntityFundsManagement) IsSet

func (NullableGetAccountAnalysisResponseEntityFundsManagement) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntityFundsManagement) Set

func (*NullableGetAccountAnalysisResponseEntityFundsManagement) UnmarshalJSON

func (*NullableGetAccountAnalysisResponseEntityFundsManagement) Unset

type NullableGetAccountAnalysisResponseEntityInflowBreakdown

type NullableGetAccountAnalysisResponseEntityInflowBreakdown struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntityInflowBreakdown) Get

func (NullableGetAccountAnalysisResponseEntityInflowBreakdown) IsSet

func (NullableGetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntityInflowBreakdown) Set

func (*NullableGetAccountAnalysisResponseEntityInflowBreakdown) UnmarshalJSON

func (*NullableGetAccountAnalysisResponseEntityInflowBreakdown) Unset

type NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown

type NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Get

func (NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) IsSet

func (NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON

func (*NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Set

func (*NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) UnmarshalJSON

func (*NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Unset

type NullableGetAccountResponse

type NullableGetAccountResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetAccountResponse

func NewNullableGetAccountResponse(val *GetAccountResponse) *NullableGetAccountResponse

func (NullableGetAccountResponse) Get

func (NullableGetAccountResponse) IsSet

func (v NullableGetAccountResponse) IsSet() bool

func (NullableGetAccountResponse) MarshalJSON

func (v NullableGetAccountResponse) MarshalJSON() ([]byte, error)

func (*NullableGetAccountResponse) Set

func (*NullableGetAccountResponse) UnmarshalJSON

func (v *NullableGetAccountResponse) UnmarshalJSON(src []byte) error

func (*NullableGetAccountResponse) Unset

func (v *NullableGetAccountResponse) Unset()

type NullableGetAccountSubscriptionsResponse

type NullableGetAccountSubscriptionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountSubscriptionsResponse) Get

func (NullableGetAccountSubscriptionsResponse) IsSet

func (NullableGetAccountSubscriptionsResponse) MarshalJSON

func (v NullableGetAccountSubscriptionsResponse) MarshalJSON() ([]byte, error)

func (*NullableGetAccountSubscriptionsResponse) Set

func (*NullableGetAccountSubscriptionsResponse) UnmarshalJSON

func (v *NullableGetAccountSubscriptionsResponse) UnmarshalJSON(src []byte) error

func (*NullableGetAccountSubscriptionsResponse) Unset

type NullableGetAccountSubscriptionsResponseEntity

type NullableGetAccountSubscriptionsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountSubscriptionsResponseEntity) Get

func (NullableGetAccountSubscriptionsResponseEntity) IsSet

func (NullableGetAccountSubscriptionsResponseEntity) MarshalJSON

func (*NullableGetAccountSubscriptionsResponseEntity) Set

func (*NullableGetAccountSubscriptionsResponseEntity) UnmarshalJSON

func (*NullableGetAccountSubscriptionsResponseEntity) Unset

type NullableGetAccountTransactionsResponse

type NullableGetAccountTransactionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountTransactionsResponse) Get

func (NullableGetAccountTransactionsResponse) IsSet

func (NullableGetAccountTransactionsResponse) MarshalJSON

func (v NullableGetAccountTransactionsResponse) MarshalJSON() ([]byte, error)

func (*NullableGetAccountTransactionsResponse) Set

func (*NullableGetAccountTransactionsResponse) UnmarshalJSON

func (v *NullableGetAccountTransactionsResponse) UnmarshalJSON(src []byte) error

func (*NullableGetAccountTransactionsResponse) Unset

type NullableGetAccountTransactionsResponseEntity

type NullableGetAccountTransactionsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountTransactionsResponseEntity) Get

func (NullableGetAccountTransactionsResponseEntity) IsSet

func (NullableGetAccountTransactionsResponseEntity) MarshalJSON

func (*NullableGetAccountTransactionsResponseEntity) Set

func (*NullableGetAccountTransactionsResponseEntity) UnmarshalJSON

func (*NullableGetAccountTransactionsResponseEntity) Unset

type NullableGetAccountTransactionsResponseEntityTransactionsInner

type NullableGetAccountTransactionsResponseEntityTransactionsInner struct {
	// contains filtered or unexported fields
}

func (NullableGetAccountTransactionsResponseEntityTransactionsInner) Get

func (NullableGetAccountTransactionsResponseEntityTransactionsInner) IsSet

func (NullableGetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON

func (*NullableGetAccountTransactionsResponseEntityTransactionsInner) Set

func (*NullableGetAccountTransactionsResponseEntityTransactionsInner) UnmarshalJSON

func (*NullableGetAccountTransactionsResponseEntityTransactionsInner) Unset

type NullableGetAdvancedCacResponse

type NullableGetAdvancedCacResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetAdvancedCacResponse) Get

func (NullableGetAdvancedCacResponse) IsSet

func (NullableGetAdvancedCacResponse) MarshalJSON

func (v NullableGetAdvancedCacResponse) MarshalJSON() ([]byte, error)

func (*NullableGetAdvancedCacResponse) Set

func (*NullableGetAdvancedCacResponse) UnmarshalJSON

func (v *NullableGetAdvancedCacResponse) UnmarshalJSON(src []byte) error

func (*NullableGetAdvancedCacResponse) Unset

func (v *NullableGetAdvancedCacResponse) 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 NullableGetBasicCacResponse

type NullableGetBasicCacResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetBasicCacResponse

func NewNullableGetBasicCacResponse(val *GetBasicCacResponse) *NullableGetBasicCacResponse

func (NullableGetBasicCacResponse) Get

func (NullableGetBasicCacResponse) IsSet

func (NullableGetBasicCacResponse) MarshalJSON

func (v NullableGetBasicCacResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBasicCacResponse) Set

func (*NullableGetBasicCacResponse) UnmarshalJSON

func (v *NullableGetBasicCacResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBasicCacResponse) Unset

func (v *NullableGetBasicCacResponse) Unset()

type NullableGetBasicCacResponseEntity

type NullableGetBasicCacResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetBasicCacResponseEntity) Get

func (NullableGetBasicCacResponseEntity) IsSet

func (NullableGetBasicCacResponseEntity) MarshalJSON

func (v NullableGetBasicCacResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetBasicCacResponseEntity) Set

func (*NullableGetBasicCacResponseEntity) UnmarshalJSON

func (v *NullableGetBasicCacResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetBasicCacResponseEntity) Unset

type NullableGetBasicPhoneNumberResponse

type NullableGetBasicPhoneNumberResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetBasicPhoneNumberResponse) Get

func (NullableGetBasicPhoneNumberResponse) IsSet

func (NullableGetBasicPhoneNumberResponse) MarshalJSON

func (v NullableGetBasicPhoneNumberResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBasicPhoneNumberResponse) Set

func (*NullableGetBasicPhoneNumberResponse) UnmarshalJSON

func (v *NullableGetBasicPhoneNumberResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBasicPhoneNumberResponse) Unset

type NullableGetBasicPhoneNumberResponseEntity

type NullableGetBasicPhoneNumberResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetBasicPhoneNumberResponseEntity) Get

func (NullableGetBasicPhoneNumberResponseEntity) IsSet

func (NullableGetBasicPhoneNumberResponseEntity) MarshalJSON

func (*NullableGetBasicPhoneNumberResponseEntity) Set

func (*NullableGetBasicPhoneNumberResponseEntity) UnmarshalJSON

func (v *NullableGetBasicPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetBasicPhoneNumberResponseEntity) 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 NullableGetCacResponse

type NullableGetCacResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetCacResponse

func NewNullableGetCacResponse(val *GetCacResponse) *NullableGetCacResponse

func (NullableGetCacResponse) Get

func (NullableGetCacResponse) IsSet

func (v NullableGetCacResponse) IsSet() bool

func (NullableGetCacResponse) MarshalJSON

func (v NullableGetCacResponse) MarshalJSON() ([]byte, error)

func (*NullableGetCacResponse) Set

func (*NullableGetCacResponse) UnmarshalJSON

func (v *NullableGetCacResponse) UnmarshalJSON(src []byte) error

func (*NullableGetCacResponse) Unset

func (v *NullableGetCacResponse) Unset()

type NullableGetCacResponseEntity

type NullableGetCacResponseEntity struct {
	// contains filtered or unexported fields
}

func NewNullableGetCacResponseEntity

func NewNullableGetCacResponseEntity(val *GetCacResponseEntity) *NullableGetCacResponseEntity

func (NullableGetCacResponseEntity) Get

func (NullableGetCacResponseEntity) IsSet

func (NullableGetCacResponseEntity) MarshalJSON

func (v NullableGetCacResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetCacResponseEntity) Set

func (*NullableGetCacResponseEntity) UnmarshalJSON

func (v *NullableGetCacResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetCacResponseEntity) Unset

func (v *NullableGetCacResponseEntity) Unset()

type NullableGetDataPlansResponse

type NullableGetDataPlansResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetDataPlansResponse

func NewNullableGetDataPlansResponse(val *GetDataPlansResponse) *NullableGetDataPlansResponse

func (NullableGetDataPlansResponse) Get

func (NullableGetDataPlansResponse) IsSet

func (NullableGetDataPlansResponse) MarshalJSON

func (v NullableGetDataPlansResponse) MarshalJSON() ([]byte, error)

func (*NullableGetDataPlansResponse) Set

func (*NullableGetDataPlansResponse) UnmarshalJSON

func (v *NullableGetDataPlansResponse) UnmarshalJSON(src []byte) error

func (*NullableGetDataPlansResponse) Unset

func (v *NullableGetDataPlansResponse) Unset()

type NullableGetDocumentAnalysisRequest

type NullableGetDocumentAnalysisRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetDocumentAnalysisRequest) Get

func (NullableGetDocumentAnalysisRequest) IsSet

func (NullableGetDocumentAnalysisRequest) MarshalJSON

func (v NullableGetDocumentAnalysisRequest) MarshalJSON() ([]byte, error)

func (*NullableGetDocumentAnalysisRequest) Set

func (*NullableGetDocumentAnalysisRequest) UnmarshalJSON

func (v *NullableGetDocumentAnalysisRequest) UnmarshalJSON(src []byte) error

func (*NullableGetDocumentAnalysisRequest) Unset

type NullableGetDocumentAnalysisResponse

type NullableGetDocumentAnalysisResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetDocumentAnalysisResponse) Get

func (NullableGetDocumentAnalysisResponse) IsSet

func (NullableGetDocumentAnalysisResponse) MarshalJSON

func (v NullableGetDocumentAnalysisResponse) MarshalJSON() ([]byte, error)

func (*NullableGetDocumentAnalysisResponse) Set

func (*NullableGetDocumentAnalysisResponse) UnmarshalJSON

func (v *NullableGetDocumentAnalysisResponse) UnmarshalJSON(src []byte) error

func (*NullableGetDocumentAnalysisResponse) Unset

type NullableGetDocumentAnalysisResponseEntity

type NullableGetDocumentAnalysisResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetDocumentAnalysisResponseEntity) Get

func (NullableGetDocumentAnalysisResponseEntity) IsSet

func (NullableGetDocumentAnalysisResponseEntity) MarshalJSON

func (*NullableGetDocumentAnalysisResponseEntity) Set

func (*NullableGetDocumentAnalysisResponseEntity) UnmarshalJSON

func (v *NullableGetDocumentAnalysisResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetDocumentAnalysisResponseEntity) Unset

type NullableGetDocumentAnalysisResponseEntityData

type NullableGetDocumentAnalysisResponseEntityData struct {
	// contains filtered or unexported fields
}

func (NullableGetDocumentAnalysisResponseEntityData) Get

func (NullableGetDocumentAnalysisResponseEntityData) IsSet

func (NullableGetDocumentAnalysisResponseEntityData) MarshalJSON

func (*NullableGetDocumentAnalysisResponseEntityData) Set

func (*NullableGetDocumentAnalysisResponseEntityData) UnmarshalJSON

func (*NullableGetDocumentAnalysisResponseEntityData) 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 NullableGetEarningStructureResponse

type NullableGetEarningStructureResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetEarningStructureResponse) Get

func (NullableGetEarningStructureResponse) IsSet

func (NullableGetEarningStructureResponse) MarshalJSON

func (v NullableGetEarningStructureResponse) MarshalJSON() ([]byte, error)

func (*NullableGetEarningStructureResponse) Set

func (*NullableGetEarningStructureResponse) UnmarshalJSON

func (v *NullableGetEarningStructureResponse) UnmarshalJSON(src []byte) error

func (*NullableGetEarningStructureResponse) Unset

type NullableGetEarningStructureResponseEntity

type NullableGetEarningStructureResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetEarningStructureResponseEntity) Get

func (NullableGetEarningStructureResponseEntity) IsSet

func (NullableGetEarningStructureResponseEntity) MarshalJSON

func (*NullableGetEarningStructureResponseEntity) Set

func (*NullableGetEarningStructureResponseEntity) UnmarshalJSON

func (v *NullableGetEarningStructureResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetEarningStructureResponseEntity) Unset

type NullableGetEmailReputationResponse

type NullableGetEmailReputationResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetEmailReputationResponse) Get

func (NullableGetEmailReputationResponse) IsSet

func (NullableGetEmailReputationResponse) MarshalJSON

func (v NullableGetEmailReputationResponse) MarshalJSON() ([]byte, error)

func (*NullableGetEmailReputationResponse) Set

func (*NullableGetEmailReputationResponse) UnmarshalJSON

func (v *NullableGetEmailReputationResponse) UnmarshalJSON(src []byte) error

func (*NullableGetEmailReputationResponse) Unset

type NullableGetEmailReputationResponseEntity

type NullableGetEmailReputationResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetEmailReputationResponseEntity) Get

func (NullableGetEmailReputationResponseEntity) IsSet

func (NullableGetEmailReputationResponseEntity) MarshalJSON

func (*NullableGetEmailReputationResponseEntity) Set

func (*NullableGetEmailReputationResponseEntity) UnmarshalJSON

func (v *NullableGetEmailReputationResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetEmailReputationResponseEntity) Unset

type NullableGetEmailReputationResponseEntityDetails

type NullableGetEmailReputationResponseEntityDetails struct {
	// contains filtered or unexported fields
}

func (NullableGetEmailReputationResponseEntityDetails) Get

func (NullableGetEmailReputationResponseEntityDetails) IsSet

func (NullableGetEmailReputationResponseEntityDetails) MarshalJSON

func (*NullableGetEmailReputationResponseEntityDetails) Set

func (*NullableGetEmailReputationResponseEntityDetails) UnmarshalJSON

func (*NullableGetEmailReputationResponseEntityDetails) 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 NullableGetGenericOcrTextRequest

type NullableGetGenericOcrTextRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetGenericOcrTextRequest) Get

func (NullableGetGenericOcrTextRequest) IsSet

func (NullableGetGenericOcrTextRequest) MarshalJSON

func (v NullableGetGenericOcrTextRequest) MarshalJSON() ([]byte, error)

func (*NullableGetGenericOcrTextRequest) Set

func (*NullableGetGenericOcrTextRequest) UnmarshalJSON

func (v *NullableGetGenericOcrTextRequest) UnmarshalJSON(src []byte) error

func (*NullableGetGenericOcrTextRequest) Unset

type NullableGetGenericOcrTextResponse

type NullableGetGenericOcrTextResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetGenericOcrTextResponse) Get

func (NullableGetGenericOcrTextResponse) IsSet

func (NullableGetGenericOcrTextResponse) MarshalJSON

func (v NullableGetGenericOcrTextResponse) MarshalJSON() ([]byte, error)

func (*NullableGetGenericOcrTextResponse) Set

func (*NullableGetGenericOcrTextResponse) UnmarshalJSON

func (v *NullableGetGenericOcrTextResponse) UnmarshalJSON(src []byte) error

func (*NullableGetGenericOcrTextResponse) 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 NullableGetOcrTextRequest

type NullableGetOcrTextRequest struct {
	// contains filtered or unexported fields
}

func NewNullableGetOcrTextRequest

func NewNullableGetOcrTextRequest(val *GetOcrTextRequest) *NullableGetOcrTextRequest

func (NullableGetOcrTextRequest) Get

func (NullableGetOcrTextRequest) IsSet

func (v NullableGetOcrTextRequest) IsSet() bool

func (NullableGetOcrTextRequest) MarshalJSON

func (v NullableGetOcrTextRequest) MarshalJSON() ([]byte, error)

func (*NullableGetOcrTextRequest) Set

func (*NullableGetOcrTextRequest) UnmarshalJSON

func (v *NullableGetOcrTextRequest) UnmarshalJSON(src []byte) error

func (*NullableGetOcrTextRequest) Unset

func (v *NullableGetOcrTextRequest) Unset()

type NullableGetOcrTextResponse

type NullableGetOcrTextResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetOcrTextResponse

func NewNullableGetOcrTextResponse(val *GetOcrTextResponse) *NullableGetOcrTextResponse

func (NullableGetOcrTextResponse) Get

func (NullableGetOcrTextResponse) IsSet

func (v NullableGetOcrTextResponse) IsSet() bool

func (NullableGetOcrTextResponse) MarshalJSON

func (v NullableGetOcrTextResponse) MarshalJSON() ([]byte, error)

func (*NullableGetOcrTextResponse) Set

func (*NullableGetOcrTextResponse) UnmarshalJSON

func (v *NullableGetOcrTextResponse) UnmarshalJSON(src []byte) error

func (*NullableGetOcrTextResponse) Unset

func (v *NullableGetOcrTextResponse) Unset()

type NullableGetOcrTextResponseEntity

type NullableGetOcrTextResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetOcrTextResponseEntity) Get

func (NullableGetOcrTextResponseEntity) IsSet

func (NullableGetOcrTextResponseEntity) MarshalJSON

func (v NullableGetOcrTextResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetOcrTextResponseEntity) Set

func (*NullableGetOcrTextResponseEntity) UnmarshalJSON

func (v *NullableGetOcrTextResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetOcrTextResponseEntity) 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 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 NullableGetScreeningInfoResponse

type NullableGetScreeningInfoResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetScreeningInfoResponse) Get

func (NullableGetScreeningInfoResponse) IsSet

func (NullableGetScreeningInfoResponse) MarshalJSON

func (v NullableGetScreeningInfoResponse) MarshalJSON() ([]byte, error)

func (*NullableGetScreeningInfoResponse) Set

func (*NullableGetScreeningInfoResponse) UnmarshalJSON

func (v *NullableGetScreeningInfoResponse) UnmarshalJSON(src []byte) error

func (*NullableGetScreeningInfoResponse) Unset

type NullableGetScreeningInfoResponseEntity

type NullableGetScreeningInfoResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetScreeningInfoResponseEntity) Get

func (NullableGetScreeningInfoResponseEntity) IsSet

func (NullableGetScreeningInfoResponseEntity) MarshalJSON

func (v NullableGetScreeningInfoResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetScreeningInfoResponseEntity) Set

func (*NullableGetScreeningInfoResponseEntity) UnmarshalJSON

func (v *NullableGetScreeningInfoResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetScreeningInfoResponseEntity) Unset

type NullableGetScreeningInfoResponseEntityResult

type NullableGetScreeningInfoResponseEntityResult struct {
	// contains filtered or unexported fields
}

func (NullableGetScreeningInfoResponseEntityResult) Get

func (NullableGetScreeningInfoResponseEntityResult) IsSet

func (NullableGetScreeningInfoResponseEntityResult) MarshalJSON

func (*NullableGetScreeningInfoResponseEntityResult) Set

func (*NullableGetScreeningInfoResponseEntityResult) UnmarshalJSON

func (*NullableGetScreeningInfoResponseEntityResult) 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 NullableGetSpendingPatternResponse

type NullableGetSpendingPatternResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponse) Get

func (NullableGetSpendingPatternResponse) IsSet

func (NullableGetSpendingPatternResponse) MarshalJSON

func (v NullableGetSpendingPatternResponse) MarshalJSON() ([]byte, error)

func (*NullableGetSpendingPatternResponse) Set

func (*NullableGetSpendingPatternResponse) UnmarshalJSON

func (v *NullableGetSpendingPatternResponse) UnmarshalJSON(src []byte) error

func (*NullableGetSpendingPatternResponse) Unset

type NullableGetSpendingPatternResponseEntity

type NullableGetSpendingPatternResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntity) Get

func (NullableGetSpendingPatternResponseEntity) IsSet

func (NullableGetSpendingPatternResponseEntity) MarshalJSON

func (*NullableGetSpendingPatternResponseEntity) Set

func (*NullableGetSpendingPatternResponseEntity) UnmarshalJSON

func (v *NullableGetSpendingPatternResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetSpendingPatternResponseEntity) Unset

type NullableGetSpendingPatternResponseEntityPattern

type NullableGetSpendingPatternResponseEntityPattern struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPattern) Get

func (NullableGetSpendingPatternResponseEntityPattern) IsSet

func (NullableGetSpendingPatternResponseEntityPattern) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPattern) Set

func (*NullableGetSpendingPatternResponseEntityPattern) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPattern) Unset

type NullableGetSpendingPatternResponseEntityPatternAirtimeData

type NullableGetSpendingPatternResponseEntityPatternAirtimeData struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPatternAirtimeData) Get

func (NullableGetSpendingPatternResponseEntityPatternAirtimeData) IsSet

func (NullableGetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternAirtimeData) Set

func (*NullableGetSpendingPatternResponseEntityPatternAirtimeData) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternAirtimeData) Unset

type NullableGetSpendingPatternResponseEntityPatternBankTransfer

type NullableGetSpendingPatternResponseEntityPatternBankTransfer struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPatternBankTransfer) Get

func (NullableGetSpendingPatternResponseEntityPatternBankTransfer) IsSet

func (NullableGetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternBankTransfer) Set

func (*NullableGetSpendingPatternResponseEntityPatternBankTransfer) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternBankTransfer) Unset

type NullableGetSpendingPatternResponseEntityPatternCharges

type NullableGetSpendingPatternResponseEntityPatternCharges struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPatternCharges) Get

func (NullableGetSpendingPatternResponseEntityPatternCharges) IsSet

func (NullableGetSpendingPatternResponseEntityPatternCharges) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternCharges) Set

func (*NullableGetSpendingPatternResponseEntityPatternCharges) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternCharges) Unset

type NullableGetSpendingPatternResponseEntityPatternFood

type NullableGetSpendingPatternResponseEntityPatternFood struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPatternFood) Get

func (NullableGetSpendingPatternResponseEntityPatternFood) IsSet

func (NullableGetSpendingPatternResponseEntityPatternFood) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternFood) Set

func (*NullableGetSpendingPatternResponseEntityPatternFood) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternFood) Unset

type NullableGetSpendingPatternResponseEntityPatternOthers

type NullableGetSpendingPatternResponseEntityPatternOthers struct {
	// contains filtered or unexported fields
}

func (NullableGetSpendingPatternResponseEntityPatternOthers) Get

func (NullableGetSpendingPatternResponseEntityPatternOthers) IsSet

func (NullableGetSpendingPatternResponseEntityPatternOthers) MarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternOthers) Set

func (*NullableGetSpendingPatternResponseEntityPatternOthers) UnmarshalJSON

func (*NullableGetSpendingPatternResponseEntityPatternOthers) 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 NullableGetTinResponse

type NullableGetTinResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetTinResponse

func NewNullableGetTinResponse(val *GetTinResponse) *NullableGetTinResponse

func (NullableGetTinResponse) Get

func (NullableGetTinResponse) IsSet

func (v NullableGetTinResponse) IsSet() bool

func (NullableGetTinResponse) MarshalJSON

func (v NullableGetTinResponse) MarshalJSON() ([]byte, error)

func (*NullableGetTinResponse) Set

func (*NullableGetTinResponse) UnmarshalJSON

func (v *NullableGetTinResponse) UnmarshalJSON(src []byte) error

func (*NullableGetTinResponse) Unset

func (v *NullableGetTinResponse) Unset()

type NullableGetTinResponseEntity

type NullableGetTinResponseEntity struct {
	// contains filtered or unexported fields
}

func NewNullableGetTinResponseEntity

func NewNullableGetTinResponseEntity(val *GetTinResponseEntity) *NullableGetTinResponseEntity

func (NullableGetTinResponseEntity) Get

func (NullableGetTinResponseEntity) IsSet

func (NullableGetTinResponseEntity) MarshalJSON

func (v NullableGetTinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetTinResponseEntity) Set

func (*NullableGetTinResponseEntity) UnmarshalJSON

func (v *NullableGetTinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetTinResponseEntity) Unset

func (v *NullableGetTinResponseEntity) Unset()

type NullableGetTransactionResponse

type NullableGetTransactionResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetTransactionResponse) Get

func (NullableGetTransactionResponse) IsSet

func (NullableGetTransactionResponse) MarshalJSON

func (v NullableGetTransactionResponse) MarshalJSON() ([]byte, error)

func (*NullableGetTransactionResponse) Set

func (*NullableGetTransactionResponse) UnmarshalJSON

func (v *NullableGetTransactionResponse) UnmarshalJSON(src []byte) error

func (*NullableGetTransactionResponse) Unset

func (v *NullableGetTransactionResponse) Unset()

type NullableGetTransactionResponseEntity

type NullableGetTransactionResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetTransactionResponseEntity) Get

func (NullableGetTransactionResponseEntity) IsSet

func (NullableGetTransactionResponseEntity) MarshalJSON

func (v NullableGetTransactionResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetTransactionResponseEntity) Set

func (*NullableGetTransactionResponseEntity) UnmarshalJSON

func (v *NullableGetTransactionResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetTransactionResponseEntity) 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 NullableGetVoterResponse

type NullableGetVoterResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetVoterResponse

func NewNullableGetVoterResponse(val *GetVoterResponse) *NullableGetVoterResponse

func (NullableGetVoterResponse) Get

func (NullableGetVoterResponse) IsSet

func (v NullableGetVoterResponse) IsSet() bool

func (NullableGetVoterResponse) MarshalJSON

func (v NullableGetVoterResponse) MarshalJSON() ([]byte, error)

func (*NullableGetVoterResponse) Set

func (*NullableGetVoterResponse) UnmarshalJSON

func (v *NullableGetVoterResponse) UnmarshalJSON(src []byte) error

func (*NullableGetVoterResponse) Unset

func (v *NullableGetVoterResponse) Unset()

type NullableGetVoterResponseEntity

type NullableGetVoterResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetVoterResponseEntity) Get

func (NullableGetVoterResponseEntity) IsSet

func (NullableGetVoterResponseEntity) MarshalJSON

func (v NullableGetVoterResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetVoterResponseEntity) Set

func (*NullableGetVoterResponseEntity) UnmarshalJSON

func (v *NullableGetVoterResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetVoterResponseEntity) Unset

func (v *NullableGetVoterResponseEntity) 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 NullableGetWalletResponse

type NullableGetWalletResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetWalletResponse

func NewNullableGetWalletResponse(val *GetWalletResponse) *NullableGetWalletResponse

func (NullableGetWalletResponse) Get

func (NullableGetWalletResponse) IsSet

func (v NullableGetWalletResponse) IsSet() bool

func (NullableGetWalletResponse) MarshalJSON

func (v NullableGetWalletResponse) MarshalJSON() ([]byte, error)

func (*NullableGetWalletResponse) Set

func (*NullableGetWalletResponse) UnmarshalJSON

func (v *NullableGetWalletResponse) UnmarshalJSON(src []byte) error

func (*NullableGetWalletResponse) Unset

func (v *NullableGetWalletResponse) Unset()

type NullableGetWalletResponseEntity

type NullableGetWalletResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetWalletResponseEntity) Get

func (NullableGetWalletResponseEntity) IsSet

func (NullableGetWalletResponseEntity) MarshalJSON

func (v NullableGetWalletResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetWalletResponseEntity) Set

func (*NullableGetWalletResponseEntity) UnmarshalJSON

func (v *NullableGetWalletResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetWalletResponseEntity) Unset

type NullableGetWalletsResponse

type NullableGetWalletsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetWalletsResponse

func NewNullableGetWalletsResponse(val *GetWalletsResponse) *NullableGetWalletsResponse

func (NullableGetWalletsResponse) Get

func (NullableGetWalletsResponse) IsSet

func (v NullableGetWalletsResponse) IsSet() bool

func (NullableGetWalletsResponse) MarshalJSON

func (v NullableGetWalletsResponse) MarshalJSON() ([]byte, error)

func (*NullableGetWalletsResponse) Set

func (*NullableGetWalletsResponse) UnmarshalJSON

func (v *NullableGetWalletsResponse) UnmarshalJSON(src []byte) error

func (*NullableGetWalletsResponse) Unset

func (v *NullableGetWalletsResponse) Unset()

type NullableGetWalletsResponseEntity

type NullableGetWalletsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableGetWalletsResponseEntity) Get

func (NullableGetWalletsResponseEntity) IsSet

func (NullableGetWalletsResponseEntity) MarshalJSON

func (v NullableGetWalletsResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableGetWalletsResponseEntity) Set

func (*NullableGetWalletsResponseEntity) UnmarshalJSON

func (v *NullableGetWalletsResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableGetWalletsResponseEntity) 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 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 NullablePurchaseDataRequest

type NullablePurchaseDataRequest struct {
	// contains filtered or unexported fields
}

func NewNullablePurchaseDataRequest

func NewNullablePurchaseDataRequest(val *PurchaseDataRequest) *NullablePurchaseDataRequest

func (NullablePurchaseDataRequest) Get

func (NullablePurchaseDataRequest) IsSet

func (NullablePurchaseDataRequest) MarshalJSON

func (v NullablePurchaseDataRequest) MarshalJSON() ([]byte, error)

func (*NullablePurchaseDataRequest) Set

func (*NullablePurchaseDataRequest) UnmarshalJSON

func (v *NullablePurchaseDataRequest) UnmarshalJSON(src []byte) error

func (*NullablePurchaseDataRequest) Unset

func (v *NullablePurchaseDataRequest) Unset()

type NullablePurchaseDataResponse

type NullablePurchaseDataResponse struct {
	// contains filtered or unexported fields
}

func NewNullablePurchaseDataResponse

func NewNullablePurchaseDataResponse(val *PurchaseDataResponse) *NullablePurchaseDataResponse

func (NullablePurchaseDataResponse) Get

func (NullablePurchaseDataResponse) IsSet

func (NullablePurchaseDataResponse) MarshalJSON

func (v NullablePurchaseDataResponse) MarshalJSON() ([]byte, error)

func (*NullablePurchaseDataResponse) Set

func (*NullablePurchaseDataResponse) UnmarshalJSON

func (v *NullablePurchaseDataResponse) UnmarshalJSON(src []byte) error

func (*NullablePurchaseDataResponse) Unset

func (v *NullablePurchaseDataResponse) Unset()

type NullablePurchaseDataResponseEntityInner

type NullablePurchaseDataResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullablePurchaseDataResponseEntityInner) Get

func (NullablePurchaseDataResponseEntityInner) IsSet

func (NullablePurchaseDataResponseEntityInner) MarshalJSON

func (v NullablePurchaseDataResponseEntityInner) MarshalJSON() ([]byte, error)

func (*NullablePurchaseDataResponseEntityInner) Set

func (*NullablePurchaseDataResponseEntityInner) UnmarshalJSON

func (v *NullablePurchaseDataResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullablePurchaseDataResponseEntityInner) 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 NullableScreenAmlRequest

type NullableScreenAmlRequest struct {
	// contains filtered or unexported fields
}

func NewNullableScreenAmlRequest

func NewNullableScreenAmlRequest(val *ScreenAmlRequest) *NullableScreenAmlRequest

func (NullableScreenAmlRequest) Get

func (NullableScreenAmlRequest) IsSet

func (v NullableScreenAmlRequest) IsSet() bool

func (NullableScreenAmlRequest) MarshalJSON

func (v NullableScreenAmlRequest) MarshalJSON() ([]byte, error)

func (*NullableScreenAmlRequest) Set

func (*NullableScreenAmlRequest) UnmarshalJSON

func (v *NullableScreenAmlRequest) UnmarshalJSON(src []byte) error

func (*NullableScreenAmlRequest) Unset

func (v *NullableScreenAmlRequest) Unset()

type NullableScreenAmlResponse

type NullableScreenAmlResponse struct {
	// contains filtered or unexported fields
}

func NewNullableScreenAmlResponse

func NewNullableScreenAmlResponse(val *ScreenAmlResponse) *NullableScreenAmlResponse

func (NullableScreenAmlResponse) Get

func (NullableScreenAmlResponse) IsSet

func (v NullableScreenAmlResponse) IsSet() bool

func (NullableScreenAmlResponse) MarshalJSON

func (v NullableScreenAmlResponse) MarshalJSON() ([]byte, error)

func (*NullableScreenAmlResponse) Set

func (*NullableScreenAmlResponse) UnmarshalJSON

func (v *NullableScreenAmlResponse) UnmarshalJSON(src []byte) error

func (*NullableScreenAmlResponse) Unset

func (v *NullableScreenAmlResponse) Unset()

type NullableScreenAmlResponseEntity

type NullableScreenAmlResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableScreenAmlResponseEntity) Get

func (NullableScreenAmlResponseEntity) IsSet

func (NullableScreenAmlResponseEntity) MarshalJSON

func (v NullableScreenAmlResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableScreenAmlResponseEntity) Set

func (*NullableScreenAmlResponseEntity) UnmarshalJSON

func (v *NullableScreenAmlResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableScreenAmlResponseEntity) Unset

type NullableSendOtpRequest

type NullableSendOtpRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSendOtpRequest

func NewNullableSendOtpRequest(val *SendOtpRequest) *NullableSendOtpRequest

func (NullableSendOtpRequest) Get

func (NullableSendOtpRequest) IsSet

func (v NullableSendOtpRequest) IsSet() bool

func (NullableSendOtpRequest) MarshalJSON

func (v NullableSendOtpRequest) MarshalJSON() ([]byte, error)

func (*NullableSendOtpRequest) Set

func (*NullableSendOtpRequest) UnmarshalJSON

func (v *NullableSendOtpRequest) UnmarshalJSON(src []byte) error

func (*NullableSendOtpRequest) Unset

func (v *NullableSendOtpRequest) Unset()

type NullableSendOtpResponse

type NullableSendOtpResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSendOtpResponse

func NewNullableSendOtpResponse(val *SendOtpResponse) *NullableSendOtpResponse

func (NullableSendOtpResponse) Get

func (NullableSendOtpResponse) IsSet

func (v NullableSendOtpResponse) IsSet() bool

func (NullableSendOtpResponse) MarshalJSON

func (v NullableSendOtpResponse) MarshalJSON() ([]byte, error)

func (*NullableSendOtpResponse) Set

func (*NullableSendOtpResponse) UnmarshalJSON

func (v *NullableSendOtpResponse) UnmarshalJSON(src []byte) error

func (*NullableSendOtpResponse) Unset

func (v *NullableSendOtpResponse) Unset()

type NullableSendOtpResponseEntityInner

type NullableSendOtpResponseEntityInner struct {
	// contains filtered or unexported fields
}

func (NullableSendOtpResponseEntityInner) Get

func (NullableSendOtpResponseEntityInner) IsSet

func (NullableSendOtpResponseEntityInner) MarshalJSON

func (v NullableSendOtpResponseEntityInner) MarshalJSON() ([]byte, error)

func (*NullableSendOtpResponseEntityInner) Set

func (*NullableSendOtpResponseEntityInner) UnmarshalJSON

func (v *NullableSendOtpResponseEntityInner) UnmarshalJSON(src []byte) error

func (*NullableSendOtpResponseEntityInner) 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 NullableTransferFundsRequest

type NullableTransferFundsRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTransferFundsRequest

func NewNullableTransferFundsRequest(val *TransferFundsRequest) *NullableTransferFundsRequest

func (NullableTransferFundsRequest) Get

func (NullableTransferFundsRequest) IsSet

func (NullableTransferFundsRequest) MarshalJSON

func (v NullableTransferFundsRequest) MarshalJSON() ([]byte, error)

func (*NullableTransferFundsRequest) Set

func (*NullableTransferFundsRequest) UnmarshalJSON

func (v *NullableTransferFundsRequest) UnmarshalJSON(src []byte) error

func (*NullableTransferFundsRequest) Unset

func (v *NullableTransferFundsRequest) Unset()

type NullableTransferFundsResponse

type NullableTransferFundsResponse struct {
	// contains filtered or unexported fields
}

func (NullableTransferFundsResponse) Get

func (NullableTransferFundsResponse) IsSet

func (NullableTransferFundsResponse) MarshalJSON

func (v NullableTransferFundsResponse) MarshalJSON() ([]byte, error)

func (*NullableTransferFundsResponse) Set

func (*NullableTransferFundsResponse) UnmarshalJSON

func (v *NullableTransferFundsResponse) UnmarshalJSON(src []byte) error

func (*NullableTransferFundsResponse) Unset

func (v *NullableTransferFundsResponse) Unset()

type NullableTransferFundsResponseEntity

type NullableTransferFundsResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableTransferFundsResponseEntity) Get

func (NullableTransferFundsResponseEntity) IsSet

func (NullableTransferFundsResponseEntity) MarshalJSON

func (v NullableTransferFundsResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableTransferFundsResponseEntity) Set

func (*NullableTransferFundsResponseEntity) UnmarshalJSON

func (v *NullableTransferFundsResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableTransferFundsResponseEntity) 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 NullableValidateOtpResponse

type NullableValidateOtpResponse struct {
	// contains filtered or unexported fields
}

func NewNullableValidateOtpResponse

func NewNullableValidateOtpResponse(val *ValidateOtpResponse) *NullableValidateOtpResponse

func (NullableValidateOtpResponse) Get

func (NullableValidateOtpResponse) IsSet

func (NullableValidateOtpResponse) MarshalJSON

func (v NullableValidateOtpResponse) MarshalJSON() ([]byte, error)

func (*NullableValidateOtpResponse) Set

func (*NullableValidateOtpResponse) UnmarshalJSON

func (v *NullableValidateOtpResponse) UnmarshalJSON(src []byte) error

func (*NullableValidateOtpResponse) Unset

func (v *NullableValidateOtpResponse) Unset()

type NullableValidateOtpResponseEntity

type NullableValidateOtpResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableValidateOtpResponseEntity) Get

func (NullableValidateOtpResponseEntity) IsSet

func (NullableValidateOtpResponseEntity) MarshalJSON

func (v NullableValidateOtpResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableValidateOtpResponseEntity) Set

func (*NullableValidateOtpResponseEntity) UnmarshalJSON

func (v *NullableValidateOtpResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableValidateOtpResponseEntity) 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 NullableVerifyPhotoIdWithSelfieRequest

type NullableVerifyPhotoIdWithSelfieRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyPhotoIdWithSelfieRequest) Get

func (NullableVerifyPhotoIdWithSelfieRequest) IsSet

func (NullableVerifyPhotoIdWithSelfieRequest) MarshalJSON

func (v NullableVerifyPhotoIdWithSelfieRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyPhotoIdWithSelfieRequest) Set

func (*NullableVerifyPhotoIdWithSelfieRequest) UnmarshalJSON

func (v *NullableVerifyPhotoIdWithSelfieRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyPhotoIdWithSelfieRequest) Unset

type NullableVerifyPhotoIdWithSelfieResponse

type NullableVerifyPhotoIdWithSelfieResponse struct {
	// contains filtered or unexported fields
}

func (NullableVerifyPhotoIdWithSelfieResponse) Get

func (NullableVerifyPhotoIdWithSelfieResponse) IsSet

func (NullableVerifyPhotoIdWithSelfieResponse) MarshalJSON

func (v NullableVerifyPhotoIdWithSelfieResponse) MarshalJSON() ([]byte, error)

func (*NullableVerifyPhotoIdWithSelfieResponse) Set

func (*NullableVerifyPhotoIdWithSelfieResponse) UnmarshalJSON

func (v *NullableVerifyPhotoIdWithSelfieResponse) UnmarshalJSON(src []byte) error

func (*NullableVerifyPhotoIdWithSelfieResponse) Unset

type NullableVerifyPhotoIdWithSelfieResponseEntity

type NullableVerifyPhotoIdWithSelfieResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableVerifyPhotoIdWithSelfieResponseEntity) Get

func (NullableVerifyPhotoIdWithSelfieResponseEntity) IsSet

func (NullableVerifyPhotoIdWithSelfieResponseEntity) MarshalJSON

func (*NullableVerifyPhotoIdWithSelfieResponseEntity) Set

func (*NullableVerifyPhotoIdWithSelfieResponseEntity) UnmarshalJSON

func (*NullableVerifyPhotoIdWithSelfieResponseEntity) Unset

type NullableVerifyPhotoIdWithSelfieResponseEntitySelfie

type NullableVerifyPhotoIdWithSelfieResponseEntitySelfie struct {
	// contains filtered or unexported fields
}

func (NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Get

func (NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) IsSet

func (NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON

func (*NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Set

func (*NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) UnmarshalJSON

func (*NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) 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 NullableVerifySelfieNinRequest

type NullableVerifySelfieNinRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieNinRequest) Get

func (NullableVerifySelfieNinRequest) IsSet

func (NullableVerifySelfieNinRequest) MarshalJSON

func (v NullableVerifySelfieNinRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieNinRequest) Set

func (*NullableVerifySelfieNinRequest) UnmarshalJSON

func (v *NullableVerifySelfieNinRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieNinRequest) Unset

func (v *NullableVerifySelfieNinRequest) Unset()

type NullableVerifySelfieNinResponse

type NullableVerifySelfieNinResponse struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieNinResponse) Get

func (NullableVerifySelfieNinResponse) IsSet

func (NullableVerifySelfieNinResponse) MarshalJSON

func (v NullableVerifySelfieNinResponse) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieNinResponse) Set

func (*NullableVerifySelfieNinResponse) UnmarshalJSON

func (v *NullableVerifySelfieNinResponse) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieNinResponse) Unset

type NullableVerifySelfieNinResponseEntity

type NullableVerifySelfieNinResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieNinResponseEntity) Get

func (NullableVerifySelfieNinResponseEntity) IsSet

func (NullableVerifySelfieNinResponseEntity) MarshalJSON

func (v NullableVerifySelfieNinResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableVerifySelfieNinResponseEntity) Set

func (*NullableVerifySelfieNinResponseEntity) UnmarshalJSON

func (v *NullableVerifySelfieNinResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableVerifySelfieNinResponseEntity) Unset

type NullableVerifySelfieNinResponseEntitySelfieVerification

type NullableVerifySelfieNinResponseEntitySelfieVerification struct {
	// contains filtered or unexported fields
}

func (NullableVerifySelfieNinResponseEntitySelfieVerification) Get

func (NullableVerifySelfieNinResponseEntitySelfieVerification) IsSet

func (NullableVerifySelfieNinResponseEntitySelfieVerification) MarshalJSON

func (*NullableVerifySelfieNinResponseEntitySelfieVerification) Set

func (*NullableVerifySelfieNinResponseEntitySelfieVerification) UnmarshalJSON

func (*NullableVerifySelfieNinResponseEntitySelfieVerification) 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 PurchaseDataRequest

type PurchaseDataRequest struct {
	Plan        *string `json:"plan,omitempty"`
	Destination *string `json:"destination,omitempty"`
}

PurchaseDataRequest struct for PurchaseDataRequest

func NewPurchaseDataRequest

func NewPurchaseDataRequest() *PurchaseDataRequest

NewPurchaseDataRequest instantiates a new PurchaseDataRequest 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 NewPurchaseDataRequestWithDefaults

func NewPurchaseDataRequestWithDefaults() *PurchaseDataRequest

NewPurchaseDataRequestWithDefaults instantiates a new PurchaseDataRequest 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 (*PurchaseDataRequest) GetDestination

func (o *PurchaseDataRequest) GetDestination() string

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

func (*PurchaseDataRequest) GetDestinationOk

func (o *PurchaseDataRequest) 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 (*PurchaseDataRequest) GetPlan

func (o *PurchaseDataRequest) GetPlan() string

GetPlan returns the Plan field value if set, zero value otherwise.

func (*PurchaseDataRequest) GetPlanOk

func (o *PurchaseDataRequest) GetPlanOk() (*string, bool)

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

func (*PurchaseDataRequest) HasDestination

func (o *PurchaseDataRequest) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*PurchaseDataRequest) HasPlan

func (o *PurchaseDataRequest) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (PurchaseDataRequest) MarshalJSON

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

func (*PurchaseDataRequest) SetDestination

func (o *PurchaseDataRequest) SetDestination(v string)

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

func (*PurchaseDataRequest) SetPlan

func (o *PurchaseDataRequest) SetPlan(v string)

SetPlan gets a reference to the given string and assigns it to the Plan field.

type PurchaseDataResponse

type PurchaseDataResponse struct {
	Entity []PurchaseDataResponseEntityInner `json:"entity,omitempty"`
}

PurchaseDataResponse struct for PurchaseDataResponse

func NewPurchaseDataResponse

func NewPurchaseDataResponse() *PurchaseDataResponse

NewPurchaseDataResponse instantiates a new PurchaseDataResponse 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 NewPurchaseDataResponseWithDefaults

func NewPurchaseDataResponseWithDefaults() *PurchaseDataResponse

NewPurchaseDataResponseWithDefaults instantiates a new PurchaseDataResponse 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 (*PurchaseDataResponse) GetEntity

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

func (*PurchaseDataResponse) 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 (*PurchaseDataResponse) HasEntity

func (o *PurchaseDataResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (PurchaseDataResponse) MarshalJSON

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

func (*PurchaseDataResponse) SetEntity

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

type PurchaseDataResponseEntityInner

type PurchaseDataResponseEntityInner struct {
	Description *string  `json:"description,omitempty"`
	Amount      *float32 `json:"amount,omitempty"`
	Plan        *string  `json:"plan,omitempty"`
}

PurchaseDataResponseEntityInner struct for PurchaseDataResponseEntityInner

func NewPurchaseDataResponseEntityInner

func NewPurchaseDataResponseEntityInner() *PurchaseDataResponseEntityInner

NewPurchaseDataResponseEntityInner instantiates a new PurchaseDataResponseEntityInner 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 NewPurchaseDataResponseEntityInnerWithDefaults

func NewPurchaseDataResponseEntityInnerWithDefaults() *PurchaseDataResponseEntityInner

NewPurchaseDataResponseEntityInnerWithDefaults instantiates a new PurchaseDataResponseEntityInner 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 (*PurchaseDataResponseEntityInner) GetAmount

GetAmount returns the Amount field value if set, zero value otherwise.

func (*PurchaseDataResponseEntityInner) GetAmountOk

func (o *PurchaseDataResponseEntityInner) GetAmountOk() (*float32, 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 (*PurchaseDataResponseEntityInner) GetDescription

func (o *PurchaseDataResponseEntityInner) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PurchaseDataResponseEntityInner) GetDescriptionOk

func (o *PurchaseDataResponseEntityInner) GetDescriptionOk() (*string, bool)

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

func (*PurchaseDataResponseEntityInner) GetPlan

GetPlan returns the Plan field value if set, zero value otherwise.

func (*PurchaseDataResponseEntityInner) GetPlanOk

func (o *PurchaseDataResponseEntityInner) GetPlanOk() (*string, bool)

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

func (*PurchaseDataResponseEntityInner) HasAmount

func (o *PurchaseDataResponseEntityInner) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*PurchaseDataResponseEntityInner) HasDescription

func (o *PurchaseDataResponseEntityInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PurchaseDataResponseEntityInner) HasPlan

HasPlan returns a boolean if a field has been set.

func (PurchaseDataResponseEntityInner) MarshalJSON

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

func (*PurchaseDataResponseEntityInner) SetAmount

func (o *PurchaseDataResponseEntityInner) SetAmount(v float32)

SetAmount gets a reference to the given float32 and assigns it to the Amount field.

func (*PurchaseDataResponseEntityInner) SetDescription

func (o *PurchaseDataResponseEntityInner) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PurchaseDataResponseEntityInner) SetPlan

SetPlan gets a reference to the given string and assigns it to the Plan field.

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 {
	SenderId  *string `json:"sender_id,omitempty"`
	Activated *bool   `json:"activated,omitempty"`
	CreatedAt *string `json:"createdAt,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 ScreenAmlRequest

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

ScreenAmlRequest struct for ScreenAmlRequest

func NewScreenAmlRequest

func NewScreenAmlRequest() *ScreenAmlRequest

NewScreenAmlRequest instantiates a new ScreenAmlRequest 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 NewScreenAmlRequestWithDefaults

func NewScreenAmlRequestWithDefaults() *ScreenAmlRequest

NewScreenAmlRequestWithDefaults instantiates a new ScreenAmlRequest 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 (*ScreenAmlRequest) GetDateOfBirth

func (o *ScreenAmlRequest) GetDateOfBirth() string

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

func (*ScreenAmlRequest) GetDateOfBirthOk

func (o *ScreenAmlRequest) 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 (*ScreenAmlRequest) GetFirstName

func (o *ScreenAmlRequest) GetFirstName() string

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

func (*ScreenAmlRequest) GetFirstNameOk

func (o *ScreenAmlRequest) 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 (*ScreenAmlRequest) GetLastName

func (o *ScreenAmlRequest) GetLastName() string

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

func (*ScreenAmlRequest) GetLastNameOk

func (o *ScreenAmlRequest) 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 (*ScreenAmlRequest) HasDateOfBirth

func (o *ScreenAmlRequest) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*ScreenAmlRequest) HasFirstName

func (o *ScreenAmlRequest) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*ScreenAmlRequest) HasLastName

func (o *ScreenAmlRequest) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (ScreenAmlRequest) MarshalJSON

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

func (*ScreenAmlRequest) SetDateOfBirth

func (o *ScreenAmlRequest) SetDateOfBirth(v string)

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

func (*ScreenAmlRequest) SetFirstName

func (o *ScreenAmlRequest) SetFirstName(v string)

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

func (*ScreenAmlRequest) SetLastName

func (o *ScreenAmlRequest) SetLastName(v string)

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

type ScreenAmlResponse

type ScreenAmlResponse struct {
	Entity *ScreenAmlResponseEntity `json:"entity,omitempty"`
}

ScreenAmlResponse struct for ScreenAmlResponse

func NewScreenAmlResponse

func NewScreenAmlResponse() *ScreenAmlResponse

NewScreenAmlResponse instantiates a new ScreenAmlResponse 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 NewScreenAmlResponseWithDefaults

func NewScreenAmlResponseWithDefaults() *ScreenAmlResponse

NewScreenAmlResponseWithDefaults instantiates a new ScreenAmlResponse 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 (*ScreenAmlResponse) GetEntity

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

func (*ScreenAmlResponse) GetEntityOk

func (o *ScreenAmlResponse) GetEntityOk() (*ScreenAmlResponseEntity, 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 (*ScreenAmlResponse) HasEntity

func (o *ScreenAmlResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ScreenAmlResponse) MarshalJSON

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

func (*ScreenAmlResponse) SetEntity

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

type ScreenAmlResponseEntity

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

ScreenAmlResponseEntity struct for ScreenAmlResponseEntity

func NewScreenAmlResponseEntity

func NewScreenAmlResponseEntity() *ScreenAmlResponseEntity

NewScreenAmlResponseEntity instantiates a new ScreenAmlResponseEntity 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 NewScreenAmlResponseEntityWithDefaults

func NewScreenAmlResponseEntityWithDefaults() *ScreenAmlResponseEntity

NewScreenAmlResponseEntityWithDefaults instantiates a new ScreenAmlResponseEntity 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 (*ScreenAmlResponseEntity) GetReferenceId

func (o *ScreenAmlResponseEntity) GetReferenceId() string

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

func (*ScreenAmlResponseEntity) GetReferenceIdOk

func (o *ScreenAmlResponseEntity) 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 (*ScreenAmlResponseEntity) GetStatus

func (o *ScreenAmlResponseEntity) GetStatus() string

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

func (*ScreenAmlResponseEntity) GetStatusOk

func (o *ScreenAmlResponseEntity) 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 (*ScreenAmlResponseEntity) HasReferenceId

func (o *ScreenAmlResponseEntity) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*ScreenAmlResponseEntity) HasStatus

func (o *ScreenAmlResponseEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ScreenAmlResponseEntity) MarshalJSON

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

func (*ScreenAmlResponseEntity) SetReferenceId

func (o *ScreenAmlResponseEntity) SetReferenceId(v string)

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

func (*ScreenAmlResponseEntity) SetStatus

func (o *ScreenAmlResponseEntity) SetStatus(v string)

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

type SendOtpRequest

type SendOtpRequest 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"`
}

SendOtpRequest struct for SendOtpRequest

func NewSendOtpRequest

func NewSendOtpRequest() *SendOtpRequest

NewSendOtpRequest instantiates a new SendOtpRequest 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 NewSendOtpRequestWithDefaults

func NewSendOtpRequestWithDefaults() *SendOtpRequest

NewSendOtpRequestWithDefaults instantiates a new SendOtpRequest 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 (*SendOtpRequest) GetChannel

func (o *SendOtpRequest) GetChannel() string

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

func (*SendOtpRequest) GetChannelOk

func (o *SendOtpRequest) 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 (*SendOtpRequest) GetDestination

func (o *SendOtpRequest) GetDestination() string

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

func (*SendOtpRequest) GetDestinationOk

func (o *SendOtpRequest) 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 (*SendOtpRequest) GetLength

func (o *SendOtpRequest) GetLength() float32

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

func (*SendOtpRequest) GetLengthOk

func (o *SendOtpRequest) 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 (*SendOtpRequest) GetPriority

func (o *SendOtpRequest) GetPriority() bool

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

func (*SendOtpRequest) GetPriorityOk

func (o *SendOtpRequest) 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 (*SendOtpRequest) GetSenderId

func (o *SendOtpRequest) GetSenderId() string

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

func (*SendOtpRequest) GetSenderIdOk

func (o *SendOtpRequest) 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 (*SendOtpRequest) HasChannel

func (o *SendOtpRequest) HasChannel() bool

HasChannel returns a boolean if a field has been set.

func (*SendOtpRequest) HasDestination

func (o *SendOtpRequest) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*SendOtpRequest) HasLength

func (o *SendOtpRequest) HasLength() bool

HasLength returns a boolean if a field has been set.

func (*SendOtpRequest) HasPriority

func (o *SendOtpRequest) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*SendOtpRequest) HasSenderId

func (o *SendOtpRequest) HasSenderId() bool

HasSenderId returns a boolean if a field has been set.

func (SendOtpRequest) MarshalJSON

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

func (*SendOtpRequest) SetChannel

func (o *SendOtpRequest) SetChannel(v string)

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

func (*SendOtpRequest) SetDestination

func (o *SendOtpRequest) SetDestination(v string)

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

func (*SendOtpRequest) SetLength

func (o *SendOtpRequest) SetLength(v float32)

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

func (*SendOtpRequest) SetPriority

func (o *SendOtpRequest) SetPriority(v bool)

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

func (*SendOtpRequest) SetSenderId

func (o *SendOtpRequest) SetSenderId(v string)

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

type SendOtpResponse

type SendOtpResponse struct {
	Entity []SendOtpResponseEntityInner `json:"entity,omitempty"`
}

SendOtpResponse struct for SendOtpResponse

func NewSendOtpResponse

func NewSendOtpResponse() *SendOtpResponse

NewSendOtpResponse instantiates a new SendOtpResponse 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 NewSendOtpResponseWithDefaults

func NewSendOtpResponseWithDefaults() *SendOtpResponse

NewSendOtpResponseWithDefaults instantiates a new SendOtpResponse 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 (*SendOtpResponse) GetEntity

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

func (*SendOtpResponse) GetEntityOk

func (o *SendOtpResponse) GetEntityOk() ([]SendOtpResponseEntityInner, 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 (*SendOtpResponse) HasEntity

func (o *SendOtpResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (SendOtpResponse) MarshalJSON

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

func (*SendOtpResponse) SetEntity

func (o *SendOtpResponse) SetEntity(v []SendOtpResponseEntityInner)

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

type SendOtpResponseEntityInner

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

SendOtpResponseEntityInner struct for SendOtpResponseEntityInner

func NewSendOtpResponseEntityInner

func NewSendOtpResponseEntityInner() *SendOtpResponseEntityInner

NewSendOtpResponseEntityInner instantiates a new SendOtpResponseEntityInner 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 NewSendOtpResponseEntityInnerWithDefaults

func NewSendOtpResponseEntityInnerWithDefaults() *SendOtpResponseEntityInner

NewSendOtpResponseEntityInnerWithDefaults instantiates a new SendOtpResponseEntityInner 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 (*SendOtpResponseEntityInner) GetDestination

func (o *SendOtpResponseEntityInner) GetDestination() string

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

func (*SendOtpResponseEntityInner) GetDestinationOk

func (o *SendOtpResponseEntityInner) 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 (*SendOtpResponseEntityInner) GetReferenceId

func (o *SendOtpResponseEntityInner) GetReferenceId() string

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

func (*SendOtpResponseEntityInner) GetReferenceIdOk

func (o *SendOtpResponseEntityInner) 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 (*SendOtpResponseEntityInner) GetStatus

func (o *SendOtpResponseEntityInner) GetStatus() string

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

func (*SendOtpResponseEntityInner) GetStatusId

func (o *SendOtpResponseEntityInner) GetStatusId() string

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

func (*SendOtpResponseEntityInner) GetStatusIdOk

func (o *SendOtpResponseEntityInner) 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 (*SendOtpResponseEntityInner) GetStatusOk

func (o *SendOtpResponseEntityInner) 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 (*SendOtpResponseEntityInner) HasDestination

func (o *SendOtpResponseEntityInner) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*SendOtpResponseEntityInner) HasReferenceId

func (o *SendOtpResponseEntityInner) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*SendOtpResponseEntityInner) HasStatus

func (o *SendOtpResponseEntityInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SendOtpResponseEntityInner) HasStatusId

func (o *SendOtpResponseEntityInner) HasStatusId() bool

HasStatusId returns a boolean if a field has been set.

func (SendOtpResponseEntityInner) MarshalJSON

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

func (*SendOtpResponseEntityInner) SetDestination

func (o *SendOtpResponseEntityInner) SetDestination(v string)

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

func (*SendOtpResponseEntityInner) SetReferenceId

func (o *SendOtpResponseEntityInner) SetReferenceId(v string)

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

func (*SendOtpResponseEntityInner) SetStatus

func (o *SendOtpResponseEntityInner) SetStatus(v string)

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

func (*SendOtpResponseEntityInner) SetStatusId

func (o *SendOtpResponseEntityInner) SetStatusId(v string)

SetStatusId gets a reference to the given string and assigns it to the StatusId 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 ServicesApiCategorizeTransactionsRequest

type ServicesApiCategorizeTransactionsRequest struct {
	ApiService *ServicesApiService
	// contains filtered or unexported fields
}

func (ServicesApiCategorizeTransactionsRequest) CategorizeTransactionsRequest

func (r ServicesApiCategorizeTransactionsRequest) CategorizeTransactionsRequest(categorizeTransactionsRequest CategorizeTransactionsRequest) ServicesApiCategorizeTransactionsRequest

func (ServicesApiCategorizeTransactionsRequest) Execute

type ServicesApiService

type ServicesApiService service

ServicesApiService ServicesApi service

func (*ServicesApiService) CategorizeTransactions

CategorizeTransactions Categorize Transactions

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

func (*ServicesApiService) CategorizeTransactionsExecute

Execute executes the request

@return CategorizeTransactionsResponse

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 TransferFundsRequest

type TransferFundsRequest struct {
	Amount                 *string `json:"amount,omitempty"`
	RecipientBankCode      *string `json:"recipient_bank_code,omitempty"`
	RecipientAccountNumber *string `json:"recipient_account_number,omitempty"`
	WalletId               *string `json:"wallet_id,omitempty"`
}

TransferFundsRequest struct for TransferFundsRequest

func NewTransferFundsRequest

func NewTransferFundsRequest() *TransferFundsRequest

NewTransferFundsRequest instantiates a new TransferFundsRequest 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 NewTransferFundsRequestWithDefaults

func NewTransferFundsRequestWithDefaults() *TransferFundsRequest

NewTransferFundsRequestWithDefaults instantiates a new TransferFundsRequest 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 (*TransferFundsRequest) GetAmount

func (o *TransferFundsRequest) GetAmount() string

GetAmount returns the Amount field value if set, zero value otherwise.

func (*TransferFundsRequest) GetAmountOk

func (o *TransferFundsRequest) 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 (*TransferFundsRequest) GetRecipientAccountNumber

func (o *TransferFundsRequest) GetRecipientAccountNumber() string

GetRecipientAccountNumber returns the RecipientAccountNumber field value if set, zero value otherwise.

func (*TransferFundsRequest) GetRecipientAccountNumberOk

func (o *TransferFundsRequest) GetRecipientAccountNumberOk() (*string, bool)

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

func (*TransferFundsRequest) GetRecipientBankCode

func (o *TransferFundsRequest) GetRecipientBankCode() string

GetRecipientBankCode returns the RecipientBankCode field value if set, zero value otherwise.

func (*TransferFundsRequest) GetRecipientBankCodeOk

func (o *TransferFundsRequest) GetRecipientBankCodeOk() (*string, bool)

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

func (*TransferFundsRequest) GetWalletId

func (o *TransferFundsRequest) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*TransferFundsRequest) GetWalletIdOk

func (o *TransferFundsRequest) GetWalletIdOk() (*string, bool)

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

func (*TransferFundsRequest) HasAmount

func (o *TransferFundsRequest) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*TransferFundsRequest) HasRecipientAccountNumber

func (o *TransferFundsRequest) HasRecipientAccountNumber() bool

HasRecipientAccountNumber returns a boolean if a field has been set.

func (*TransferFundsRequest) HasRecipientBankCode

func (o *TransferFundsRequest) HasRecipientBankCode() bool

HasRecipientBankCode returns a boolean if a field has been set.

func (*TransferFundsRequest) HasWalletId

func (o *TransferFundsRequest) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (TransferFundsRequest) MarshalJSON

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

func (*TransferFundsRequest) SetAmount

func (o *TransferFundsRequest) SetAmount(v string)

SetAmount gets a reference to the given string and assigns it to the Amount field.

func (*TransferFundsRequest) SetRecipientAccountNumber

func (o *TransferFundsRequest) SetRecipientAccountNumber(v string)

SetRecipientAccountNumber gets a reference to the given string and assigns it to the RecipientAccountNumber field.

func (*TransferFundsRequest) SetRecipientBankCode

func (o *TransferFundsRequest) SetRecipientBankCode(v string)

SetRecipientBankCode gets a reference to the given string and assigns it to the RecipientBankCode field.

func (*TransferFundsRequest) SetWalletId

func (o *TransferFundsRequest) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

type TransferFundsResponse

type TransferFundsResponse struct {
	Entity *TransferFundsResponseEntity `json:"entity,omitempty"`
}

TransferFundsResponse struct for TransferFundsResponse

func NewTransferFundsResponse

func NewTransferFundsResponse() *TransferFundsResponse

NewTransferFundsResponse instantiates a new TransferFundsResponse 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 NewTransferFundsResponseWithDefaults

func NewTransferFundsResponseWithDefaults() *TransferFundsResponse

NewTransferFundsResponseWithDefaults instantiates a new TransferFundsResponse 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 (*TransferFundsResponse) GetEntity

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

func (*TransferFundsResponse) 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 (*TransferFundsResponse) HasEntity

func (o *TransferFundsResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (TransferFundsResponse) MarshalJSON

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

func (*TransferFundsResponse) SetEntity

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

type TransferFundsResponseEntity

type TransferFundsResponseEntity struct {
	WalletId               *string        `json:"wallet_id,omitempty"`
	TransactionAmount      *float32       `json:"transaction_amount,omitempty"`
	TransactionType        *string        `json:"transaction_type,omitempty"`
	RecipientAccountNumber *string        `json:"recipient_account_number,omitempty"`
	SenderAccountNumber    *string        `json:"sender_account_number,omitempty"`
	TransactionRemarks     *string        `json:"transaction_remarks,omitempty"`
	TransactionReason      NullableString `json:"transaction_reason,omitempty"`
	TransactionId          *string        `json:"transaction_id,omitempty"`
	TransactionStatus      *string        `json:"transaction_status,omitempty"`
	DateCreated            *string        `json:"date_created,omitempty"`
}

TransferFundsResponseEntity struct for TransferFundsResponseEntity

func NewTransferFundsResponseEntity

func NewTransferFundsResponseEntity() *TransferFundsResponseEntity

NewTransferFundsResponseEntity instantiates a new TransferFundsResponseEntity 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 NewTransferFundsResponseEntityWithDefaults

func NewTransferFundsResponseEntityWithDefaults() *TransferFundsResponseEntity

NewTransferFundsResponseEntityWithDefaults instantiates a new TransferFundsResponseEntity 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 (*TransferFundsResponseEntity) GetDateCreated

func (o *TransferFundsResponseEntity) GetDateCreated() string

GetDateCreated returns the DateCreated field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetDateCreatedOk

func (o *TransferFundsResponseEntity) 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 (*TransferFundsResponseEntity) GetRecipientAccountNumber

func (o *TransferFundsResponseEntity) GetRecipientAccountNumber() string

GetRecipientAccountNumber returns the RecipientAccountNumber field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetRecipientAccountNumberOk

func (o *TransferFundsResponseEntity) GetRecipientAccountNumberOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetSenderAccountNumber

func (o *TransferFundsResponseEntity) GetSenderAccountNumber() string

GetSenderAccountNumber returns the SenderAccountNumber field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetSenderAccountNumberOk

func (o *TransferFundsResponseEntity) GetSenderAccountNumberOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetTransactionAmount

func (o *TransferFundsResponseEntity) GetTransactionAmount() float32

GetTransactionAmount returns the TransactionAmount field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetTransactionAmountOk

func (o *TransferFundsResponseEntity) GetTransactionAmountOk() (*float32, bool)

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

func (*TransferFundsResponseEntity) GetTransactionId

func (o *TransferFundsResponseEntity) GetTransactionId() string

GetTransactionId returns the TransactionId field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetTransactionIdOk

func (o *TransferFundsResponseEntity) GetTransactionIdOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetTransactionReason

func (o *TransferFundsResponseEntity) GetTransactionReason() string

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

func (*TransferFundsResponseEntity) GetTransactionReasonOk

func (o *TransferFundsResponseEntity) GetTransactionReasonOk() (*string, bool)

GetTransactionReasonOk returns a tuple with the TransactionReason 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 (*TransferFundsResponseEntity) GetTransactionRemarks

func (o *TransferFundsResponseEntity) GetTransactionRemarks() string

GetTransactionRemarks returns the TransactionRemarks field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetTransactionRemarksOk

func (o *TransferFundsResponseEntity) GetTransactionRemarksOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetTransactionStatus

func (o *TransferFundsResponseEntity) GetTransactionStatus() string

GetTransactionStatus returns the TransactionStatus field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetTransactionStatusOk

func (o *TransferFundsResponseEntity) GetTransactionStatusOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetTransactionType

func (o *TransferFundsResponseEntity) GetTransactionType() string

GetTransactionType returns the TransactionType field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetTransactionTypeOk

func (o *TransferFundsResponseEntity) GetTransactionTypeOk() (*string, bool)

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

func (*TransferFundsResponseEntity) GetWalletId

func (o *TransferFundsResponseEntity) GetWalletId() string

GetWalletId returns the WalletId field value if set, zero value otherwise.

func (*TransferFundsResponseEntity) GetWalletIdOk

func (o *TransferFundsResponseEntity) GetWalletIdOk() (*string, bool)

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

func (*TransferFundsResponseEntity) HasDateCreated

func (o *TransferFundsResponseEntity) HasDateCreated() bool

HasDateCreated returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasRecipientAccountNumber

func (o *TransferFundsResponseEntity) HasRecipientAccountNumber() bool

HasRecipientAccountNumber returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasSenderAccountNumber

func (o *TransferFundsResponseEntity) HasSenderAccountNumber() bool

HasSenderAccountNumber returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionAmount

func (o *TransferFundsResponseEntity) HasTransactionAmount() bool

HasTransactionAmount returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionId

func (o *TransferFundsResponseEntity) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionReason

func (o *TransferFundsResponseEntity) HasTransactionReason() bool

HasTransactionReason returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionRemarks

func (o *TransferFundsResponseEntity) HasTransactionRemarks() bool

HasTransactionRemarks returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionStatus

func (o *TransferFundsResponseEntity) HasTransactionStatus() bool

HasTransactionStatus returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasTransactionType

func (o *TransferFundsResponseEntity) HasTransactionType() bool

HasTransactionType returns a boolean if a field has been set.

func (*TransferFundsResponseEntity) HasWalletId

func (o *TransferFundsResponseEntity) HasWalletId() bool

HasWalletId returns a boolean if a field has been set.

func (TransferFundsResponseEntity) MarshalJSON

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

func (*TransferFundsResponseEntity) SetDateCreated

func (o *TransferFundsResponseEntity) SetDateCreated(v string)

SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.

func (*TransferFundsResponseEntity) SetRecipientAccountNumber

func (o *TransferFundsResponseEntity) SetRecipientAccountNumber(v string)

SetRecipientAccountNumber gets a reference to the given string and assigns it to the RecipientAccountNumber field.

func (*TransferFundsResponseEntity) SetSenderAccountNumber

func (o *TransferFundsResponseEntity) SetSenderAccountNumber(v string)

SetSenderAccountNumber gets a reference to the given string and assigns it to the SenderAccountNumber field.

func (*TransferFundsResponseEntity) SetTransactionAmount

func (o *TransferFundsResponseEntity) SetTransactionAmount(v float32)

SetTransactionAmount gets a reference to the given float32 and assigns it to the TransactionAmount field.

func (*TransferFundsResponseEntity) SetTransactionId

func (o *TransferFundsResponseEntity) SetTransactionId(v string)

SetTransactionId gets a reference to the given string and assigns it to the TransactionId field.

func (*TransferFundsResponseEntity) SetTransactionReason

func (o *TransferFundsResponseEntity) SetTransactionReason(v string)

SetTransactionReason gets a reference to the given NullableString and assigns it to the TransactionReason field.

func (*TransferFundsResponseEntity) SetTransactionReasonNil

func (o *TransferFundsResponseEntity) SetTransactionReasonNil()

SetTransactionReasonNil sets the value for TransactionReason to be an explicit nil

func (*TransferFundsResponseEntity) SetTransactionRemarks

func (o *TransferFundsResponseEntity) SetTransactionRemarks(v string)

SetTransactionRemarks gets a reference to the given string and assigns it to the TransactionRemarks field.

func (*TransferFundsResponseEntity) SetTransactionStatus

func (o *TransferFundsResponseEntity) SetTransactionStatus(v string)

SetTransactionStatus gets a reference to the given string and assigns it to the TransactionStatus field.

func (*TransferFundsResponseEntity) SetTransactionType

func (o *TransferFundsResponseEntity) SetTransactionType(v string)

SetTransactionType gets a reference to the given string and assigns it to the TransactionType field.

func (*TransferFundsResponseEntity) SetWalletId

func (o *TransferFundsResponseEntity) SetWalletId(v string)

SetWalletId gets a reference to the given string and assigns it to the WalletId field.

func (*TransferFundsResponseEntity) UnsetTransactionReason

func (o *TransferFundsResponseEntity) UnsetTransactionReason()

UnsetTransactionReason ensures that no value is present for TransactionReason, not even an explicit nil

type UGKYCApiGetVoterRequest

type UGKYCApiGetVoterRequest struct {
	ApiService *UGKYCApiService
	// contains filtered or unexported fields
}

func (UGKYCApiGetVoterRequest) Execute

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

Execute executes the request

@return GetVoterResponse

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 {
	Value  *string `json:"value,omitempty"`
	Status *bool   `json:"status,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 ValidateOtpResponse

type ValidateOtpResponse struct {
	Entity *ValidateOtpResponseEntity `json:"entity,omitempty"`
}

ValidateOtpResponse struct for ValidateOtpResponse

func NewValidateOtpResponse

func NewValidateOtpResponse() *ValidateOtpResponse

NewValidateOtpResponse instantiates a new ValidateOtpResponse 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 NewValidateOtpResponseWithDefaults

func NewValidateOtpResponseWithDefaults() *ValidateOtpResponse

NewValidateOtpResponseWithDefaults instantiates a new ValidateOtpResponse 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 (*ValidateOtpResponse) GetEntity

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

func (*ValidateOtpResponse) GetEntityOk

func (o *ValidateOtpResponse) GetEntityOk() (*ValidateOtpResponseEntity, 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 (*ValidateOtpResponse) HasEntity

func (o *ValidateOtpResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (ValidateOtpResponse) MarshalJSON

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

func (*ValidateOtpResponse) SetEntity

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

type ValidateOtpResponseEntity

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

ValidateOtpResponseEntity struct for ValidateOtpResponseEntity

func NewValidateOtpResponseEntity

func NewValidateOtpResponseEntity() *ValidateOtpResponseEntity

NewValidateOtpResponseEntity instantiates a new ValidateOtpResponseEntity 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 NewValidateOtpResponseEntityWithDefaults

func NewValidateOtpResponseEntityWithDefaults() *ValidateOtpResponseEntity

NewValidateOtpResponseEntityWithDefaults instantiates a new ValidateOtpResponseEntity 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 (*ValidateOtpResponseEntity) GetValid

func (o *ValidateOtpResponseEntity) GetValid() bool

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

func (*ValidateOtpResponseEntity) GetValidOk

func (o *ValidateOtpResponseEntity) 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 (*ValidateOtpResponseEntity) HasValid

func (o *ValidateOtpResponseEntity) HasValid() bool

HasValid returns a boolean if a field has been set.

func (ValidateOtpResponseEntity) MarshalJSON

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

func (*ValidateOtpResponseEntity) SetValid

func (o *ValidateOtpResponseEntity) SetValid(v bool)

SetValid gets a reference to the given bool and assigns it to the Valid 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 VerifyPhotoIdWithSelfieRequest

type VerifyPhotoIdWithSelfieRequest struct {
	SelfieImage  *string `json:"selfie_image,omitempty"`
	PhotoidImage *string `json:"photoid_image,omitempty"`
}

VerifyPhotoIdWithSelfieRequest struct for VerifyPhotoIdWithSelfieRequest

func NewVerifyPhotoIdWithSelfieRequest

func NewVerifyPhotoIdWithSelfieRequest() *VerifyPhotoIdWithSelfieRequest

NewVerifyPhotoIdWithSelfieRequest instantiates a new VerifyPhotoIdWithSelfieRequest 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 NewVerifyPhotoIdWithSelfieRequestWithDefaults

func NewVerifyPhotoIdWithSelfieRequestWithDefaults() *VerifyPhotoIdWithSelfieRequest

NewVerifyPhotoIdWithSelfieRequestWithDefaults instantiates a new VerifyPhotoIdWithSelfieRequest 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 (*VerifyPhotoIdWithSelfieRequest) GetPhotoidImage

func (o *VerifyPhotoIdWithSelfieRequest) GetPhotoidImage() string

GetPhotoidImage returns the PhotoidImage field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieRequest) GetPhotoidImageOk

func (o *VerifyPhotoIdWithSelfieRequest) 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 (*VerifyPhotoIdWithSelfieRequest) GetSelfieImage

func (o *VerifyPhotoIdWithSelfieRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieRequest) GetSelfieImageOk

func (o *VerifyPhotoIdWithSelfieRequest) 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 (*VerifyPhotoIdWithSelfieRequest) HasPhotoidImage

func (o *VerifyPhotoIdWithSelfieRequest) HasPhotoidImage() bool

HasPhotoidImage returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieRequest) HasSelfieImage

func (o *VerifyPhotoIdWithSelfieRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (VerifyPhotoIdWithSelfieRequest) MarshalJSON

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

func (*VerifyPhotoIdWithSelfieRequest) SetPhotoidImage

func (o *VerifyPhotoIdWithSelfieRequest) SetPhotoidImage(v string)

SetPhotoidImage gets a reference to the given string and assigns it to the PhotoidImage field.

func (*VerifyPhotoIdWithSelfieRequest) SetSelfieImage

func (o *VerifyPhotoIdWithSelfieRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

type VerifyPhotoIdWithSelfieResponse

type VerifyPhotoIdWithSelfieResponse struct {
	Entity *VerifyPhotoIdWithSelfieResponseEntity `json:"entity,omitempty"`
}

VerifyPhotoIdWithSelfieResponse struct for VerifyPhotoIdWithSelfieResponse

func NewVerifyPhotoIdWithSelfieResponse

func NewVerifyPhotoIdWithSelfieResponse() *VerifyPhotoIdWithSelfieResponse

NewVerifyPhotoIdWithSelfieResponse instantiates a new VerifyPhotoIdWithSelfieResponse 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 NewVerifyPhotoIdWithSelfieResponseWithDefaults

func NewVerifyPhotoIdWithSelfieResponseWithDefaults() *VerifyPhotoIdWithSelfieResponse

NewVerifyPhotoIdWithSelfieResponseWithDefaults instantiates a new VerifyPhotoIdWithSelfieResponse 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 (*VerifyPhotoIdWithSelfieResponse) GetEntity

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

func (*VerifyPhotoIdWithSelfieResponse) 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 (*VerifyPhotoIdWithSelfieResponse) HasEntity

func (o *VerifyPhotoIdWithSelfieResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (VerifyPhotoIdWithSelfieResponse) MarshalJSON

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

func (*VerifyPhotoIdWithSelfieResponse) SetEntity

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

type VerifyPhotoIdWithSelfieResponseEntity

type VerifyPhotoIdWithSelfieResponseEntity struct {
	Selfie *VerifyPhotoIdWithSelfieResponseEntitySelfie `json:"selfie,omitempty"`
}

VerifyPhotoIdWithSelfieResponseEntity struct for VerifyPhotoIdWithSelfieResponseEntity

func NewVerifyPhotoIdWithSelfieResponseEntity

func NewVerifyPhotoIdWithSelfieResponseEntity() *VerifyPhotoIdWithSelfieResponseEntity

NewVerifyPhotoIdWithSelfieResponseEntity instantiates a new VerifyPhotoIdWithSelfieResponseEntity 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 NewVerifyPhotoIdWithSelfieResponseEntityWithDefaults

func NewVerifyPhotoIdWithSelfieResponseEntityWithDefaults() *VerifyPhotoIdWithSelfieResponseEntity

NewVerifyPhotoIdWithSelfieResponseEntityWithDefaults instantiates a new VerifyPhotoIdWithSelfieResponseEntity 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 (*VerifyPhotoIdWithSelfieResponseEntity) GetSelfie

GetSelfie returns the Selfie field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntity) GetSelfieOk

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

func (*VerifyPhotoIdWithSelfieResponseEntity) HasSelfie

HasSelfie returns a boolean if a field has been set.

func (VerifyPhotoIdWithSelfieResponseEntity) MarshalJSON

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

func (*VerifyPhotoIdWithSelfieResponseEntity) SetSelfie

SetSelfie gets a reference to the given VerifyPhotoIdWithSelfieResponseEntitySelfie and assigns it to the Selfie field.

type VerifyPhotoIdWithSelfieResponseEntitySelfie

type VerifyPhotoIdWithSelfieResponseEntitySelfie struct {
	ConfidenceValue    *float32 `json:"confidence_value,omitempty"`
	Match              *bool    `json:"match,omitempty"`
	PhotoIdImageBlurry *bool    `json:"photoId_image_blurry,omitempty"`
	SelfieImageBlurry  *bool    `json:"selfie_image_blurry,omitempty"`
	SelfieGlare        *bool    `json:"selfie_glare,omitempty"`
	PhotoIdGlare       *bool    `json:"photoId_glare,omitempty"`
	AgeRange           *string  `json:"age_range,omitempty"`
	Sunglasses         *bool    `json:"sunglasses,omitempty"`
}

VerifyPhotoIdWithSelfieResponseEntitySelfie struct for VerifyPhotoIdWithSelfieResponseEntitySelfie

func NewVerifyPhotoIdWithSelfieResponseEntitySelfie

func NewVerifyPhotoIdWithSelfieResponseEntitySelfie() *VerifyPhotoIdWithSelfieResponseEntitySelfie

NewVerifyPhotoIdWithSelfieResponseEntitySelfie instantiates a new VerifyPhotoIdWithSelfieResponseEntitySelfie 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 NewVerifyPhotoIdWithSelfieResponseEntitySelfieWithDefaults

func NewVerifyPhotoIdWithSelfieResponseEntitySelfieWithDefaults() *VerifyPhotoIdWithSelfieResponseEntitySelfie

NewVerifyPhotoIdWithSelfieResponseEntitySelfieWithDefaults instantiates a new VerifyPhotoIdWithSelfieResponseEntitySelfie 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 (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRange

GetAgeRange returns the AgeRange field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRangeOk

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetConfidenceValue

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetConfidenceValue() float32

GetConfidenceValue returns the ConfidenceValue field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetConfidenceValueOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) 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 (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatch

GetMatch returns the Match field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) 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 (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlare

GetPhotoIdGlare returns the PhotoIdGlare field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlareOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlareOk() (*bool, bool)

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurry() bool

GetPhotoIdImageBlurry returns the PhotoIdImageBlurry field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurryOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurryOk() (*bool, bool)

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlare

GetSelfieGlare returns the SelfieGlare field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlareOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlareOk() (*bool, bool)

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurry() bool

GetSelfieImageBlurry returns the SelfieImageBlurry field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurryOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurryOk() (*bool, bool)

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglasses

GetSunglasses returns the Sunglasses field value if set, zero value otherwise.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglassesOk

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglassesOk() (*bool, bool)

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

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasAgeRange

HasAgeRange returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasConfidenceValue

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasConfidenceValue() bool

HasConfidenceValue returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasMatch

HasMatch returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdGlare

HasPhotoIdGlare returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdImageBlurry() bool

HasPhotoIdImageBlurry returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieGlare

HasSelfieGlare returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieImageBlurry() bool

HasSelfieImageBlurry returns a boolean if a field has been set.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSunglasses

HasSunglasses returns a boolean if a field has been set.

func (VerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetAgeRange

SetAgeRange gets a reference to the given string and assigns it to the AgeRange field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetConfidenceValue

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetConfidenceValue(v float32)

SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetMatch

SetMatch gets a reference to the given bool and assigns it to the Match field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdGlare

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdGlare(v bool)

SetPhotoIdGlare gets a reference to the given bool and assigns it to the PhotoIdGlare field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdImageBlurry(v bool)

SetPhotoIdImageBlurry gets a reference to the given bool and assigns it to the PhotoIdImageBlurry field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieGlare

SetSelfieGlare gets a reference to the given bool and assigns it to the SelfieGlare field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieImageBlurry

func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieImageBlurry(v bool)

SetSelfieImageBlurry gets a reference to the given bool and assigns it to the SelfieImageBlurry field.

func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSunglasses

SetSunglasses gets a reference to the given bool and assigns it to the Sunglasses 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"`
	FirstName          *string                                          `json:"first_name,omitempty"`
	MiddleName         *string                                          `json:"middle_name,omitempty"`
	LastName           *string                                          `json:"last_name,omitempty"`
	DateOfBirth        *string                                          `json:"date_of_birth,omitempty"`
	PhoneNumber1       *string                                          `json:"phone_number1,omitempty"`
	PhoneNumber2       *string                                          `json:"phone_number2,omitempty"`
	Gender             *string                                          `json:"gender,omitempty"`
	EnrollmentBank     *string                                          `json:"enrollment_bank,omitempty"`
	EnrollmentBranch   *string                                          `json:"enrollment_branch,omitempty"`
	Email              *string                                          `json:"email,omitempty"`
	LgaOfOrigin        *string                                          `json:"lga_of_origin,omitempty"`
	LgaOfResidence     *string                                          `json:"lga_of_residence,omitempty"`
	MaritalStatus      *string                                          `json:"marital_status,omitempty"`
	Nin                *string                                          `json:"nin,omitempty"`
	NameOnCard         *string                                          `json:"name_on_card,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"`
	LevelOfAccount     *string                                          `json:"level_of_account,omitempty"`
	RegistrationDate   *string                                          `json:"registration_date,omitempty"`
	Image              *string                                          `json:"image,omitempty"`
	SelfieVerification *VerifySelfieBvnResponseEntitySelfieVerification `json:"selfie_verification,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 VerifySelfieNinRequest

type VerifySelfieNinRequest struct {
	Nin         *string `json:"nin,omitempty"`
	SelfieImage *string `json:"selfie_image,omitempty"`
}

VerifySelfieNinRequest struct for VerifySelfieNinRequest

func NewVerifySelfieNinRequest

func NewVerifySelfieNinRequest() *VerifySelfieNinRequest

NewVerifySelfieNinRequest instantiates a new VerifySelfieNinRequest 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 NewVerifySelfieNinRequestWithDefaults

func NewVerifySelfieNinRequestWithDefaults() *VerifySelfieNinRequest

NewVerifySelfieNinRequestWithDefaults instantiates a new VerifySelfieNinRequest 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 (*VerifySelfieNinRequest) GetNin

func (o *VerifySelfieNinRequest) GetNin() string

GetNin returns the Nin field value if set, zero value otherwise.

func (*VerifySelfieNinRequest) GetNinOk

func (o *VerifySelfieNinRequest) 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 (*VerifySelfieNinRequest) GetSelfieImage

func (o *VerifySelfieNinRequest) GetSelfieImage() string

GetSelfieImage returns the SelfieImage field value if set, zero value otherwise.

func (*VerifySelfieNinRequest) GetSelfieImageOk

func (o *VerifySelfieNinRequest) 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 (*VerifySelfieNinRequest) HasNin

func (o *VerifySelfieNinRequest) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*VerifySelfieNinRequest) HasSelfieImage

func (o *VerifySelfieNinRequest) HasSelfieImage() bool

HasSelfieImage returns a boolean if a field has been set.

func (VerifySelfieNinRequest) MarshalJSON

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

func (*VerifySelfieNinRequest) SetNin

func (o *VerifySelfieNinRequest) SetNin(v string)

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*VerifySelfieNinRequest) SetSelfieImage

func (o *VerifySelfieNinRequest) SetSelfieImage(v string)

SetSelfieImage gets a reference to the given string and assigns it to the SelfieImage field.

type VerifySelfieNinResponse

type VerifySelfieNinResponse struct {
	Entity *VerifySelfieNinResponseEntity `json:"entity,omitempty"`
}

VerifySelfieNinResponse struct for VerifySelfieNinResponse

func NewVerifySelfieNinResponse

func NewVerifySelfieNinResponse() *VerifySelfieNinResponse

NewVerifySelfieNinResponse instantiates a new VerifySelfieNinResponse 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 NewVerifySelfieNinResponseWithDefaults

func NewVerifySelfieNinResponseWithDefaults() *VerifySelfieNinResponse

NewVerifySelfieNinResponseWithDefaults instantiates a new VerifySelfieNinResponse 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 (*VerifySelfieNinResponse) GetEntity

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

func (*VerifySelfieNinResponse) 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 (*VerifySelfieNinResponse) HasEntity

func (o *VerifySelfieNinResponse) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (VerifySelfieNinResponse) MarshalJSON

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

func (*VerifySelfieNinResponse) SetEntity

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

type VerifySelfieNinResponseEntity

type VerifySelfieNinResponseEntity struct {
	Title                 *string                                          `json:"title,omitempty"`
	Nin                   *string                                          `json:"nin,omitempty"`
	Firstname             *string                                          `json:"firstname,omitempty"`
	Middlename            *string                                          `json:"middlename,omitempty"`
	Surname               *string                                          `json:"surname,omitempty"`
	Maidenname            *string                                          `json:"maidenname,omitempty"`
	Telephoneno           *string                                          `json:"telephoneno,omitempty"`
	State                 *string                                          `json:"state,omitempty"`
	Place                 *string                                          `json:"place,omitempty"`
	Profession            *string                                          `json:"profession,omitempty"`
	Height                *string                                          `json:"height,omitempty"`
	Email                 *string                                          `json:"email,omitempty"`
	Birthdate             *string                                          `json:"birthdate,omitempty"`
	Birthstate            *string                                          `json:"birthstate,omitempty"`
	Birthcountry          *string                                          `json:"birthcountry,omitempty"`
	CentralID             *string                                          `json:"centralID,omitempty"`
	Documentno            *string                                          `json:"documentno,omitempty"`
	Educationallevel      *string                                          `json:"educationallevel,omitempty"`
	Employmentstatus      *string                                          `json:"employmentstatus,omitempty"`
	NokFirstname          *string                                          `json:"nok_firstname,omitempty"`
	NokLastname           *string                                          `json:"nok_lastname,omitempty"`
	NokMiddlename         *string                                          `json:"nok_middlename,omitempty"`
	NokAddress1           *string                                          `json:"nok_address1,omitempty"`
	NokAddress2           *string                                          `json:"nok_address2,omitempty"`
	NokLga                *string                                          `json:"nok_lga,omitempty"`
	NokState              *string                                          `json:"nok_state,omitempty"`
	NokTown               *string                                          `json:"nok_town,omitempty"`
	NokPostalcode         *string                                          `json:"nok_postalcode,omitempty"`
	Othername             *string                                          `json:"othername,omitempty"`
	Pfirstname            *string                                          `json:"pfirstname,omitempty"`
	Photo                 *string                                          `json:"photo,omitempty"`
	Pmiddlename           *string                                          `json:"pmiddlename,omitempty"`
	Psurname              *string                                          `json:"psurname,omitempty"`
	Nspokenlang           *string                                          `json:"nspokenlang,omitempty"`
	Ospokenlang           *string                                          `json:"ospokenlang,omitempty"`
	Religion              *string                                          `json:"religion,omitempty"`
	ResidenceTown         *string                                          `json:"residence_Town,omitempty"`
	ResidenceLga          *string                                          `json:"residence_lga,omitempty"`
	ResidenceState        *string                                          `json:"residence_state,omitempty"`
	Residencestatus       *string                                          `json:"residencestatus,omitempty"`
	ResidenceAddressLine1 *string                                          `json:"residence_AddressLine1,omitempty"`
	ResidenceAddressLine2 *string                                          `json:"residence_AddressLine2,omitempty"`
	SelfOriginLga         *string                                          `json:"self_origin_lga,omitempty"`
	SelfOriginPlace       *string                                          `json:"self_origin_place,omitempty"`
	SelfOriginState       *string                                          `json:"self_origin_state,omitempty"`
	Signature             *string                                          `json:"signature,omitempty"`
	Nationality           *string                                          `json:"nationality,omitempty"`
	Gender                *string                                          `json:"gender,omitempty"`
	TrackingId            *string                                          `json:"trackingId,omitempty"`
	SelfieVerification    *VerifySelfieNinResponseEntitySelfieVerification `json:"selfie_verification,omitempty"`
}

VerifySelfieNinResponseEntity struct for VerifySelfieNinResponseEntity

func NewVerifySelfieNinResponseEntity

func NewVerifySelfieNinResponseEntity() *VerifySelfieNinResponseEntity

NewVerifySelfieNinResponseEntity instantiates a new VerifySelfieNinResponseEntity 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 NewVerifySelfieNinResponseEntityWithDefaults

func NewVerifySelfieNinResponseEntityWithDefaults() *VerifySelfieNinResponseEntity

NewVerifySelfieNinResponseEntityWithDefaults instantiates a new VerifySelfieNinResponseEntity 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 (*VerifySelfieNinResponseEntity) GetBirthcountry

func (o *VerifySelfieNinResponseEntity) GetBirthcountry() string

GetBirthcountry returns the Birthcountry field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetBirthcountryOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetBirthdate

func (o *VerifySelfieNinResponseEntity) GetBirthdate() string

GetBirthdate returns the Birthdate field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetBirthdateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetBirthstate

func (o *VerifySelfieNinResponseEntity) GetBirthstate() string

GetBirthstate returns the Birthstate field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetBirthstateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetCentralID

func (o *VerifySelfieNinResponseEntity) GetCentralID() string

GetCentralID returns the CentralID field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetCentralIDOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetDocumentno

func (o *VerifySelfieNinResponseEntity) GetDocumentno() string

GetDocumentno returns the Documentno field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetDocumentnoOk

func (o *VerifySelfieNinResponseEntity) GetDocumentnoOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetEducationallevel

func (o *VerifySelfieNinResponseEntity) GetEducationallevel() string

GetEducationallevel returns the Educationallevel field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetEducationallevelOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetEmail

func (o *VerifySelfieNinResponseEntity) GetEmail() string

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

func (*VerifySelfieNinResponseEntity) GetEmailOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetEmploymentstatus

func (o *VerifySelfieNinResponseEntity) GetEmploymentstatus() string

GetEmploymentstatus returns the Employmentstatus field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetEmploymentstatusOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetFirstname

func (o *VerifySelfieNinResponseEntity) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetFirstnameOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetGender

func (o *VerifySelfieNinResponseEntity) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetGenderOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetHeight

func (o *VerifySelfieNinResponseEntity) GetHeight() string

GetHeight returns the Height field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetHeightOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetMaidenname

func (o *VerifySelfieNinResponseEntity) GetMaidenname() string

GetMaidenname returns the Maidenname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetMaidennameOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetMiddlename

func (o *VerifySelfieNinResponseEntity) GetMiddlename() string

GetMiddlename returns the Middlename field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetMiddlenameOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNationality

func (o *VerifySelfieNinResponseEntity) GetNationality() string

GetNationality returns the Nationality field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNationalityOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNin

GetNin returns the Nin field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNinOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokAddress1

func (o *VerifySelfieNinResponseEntity) GetNokAddress1() string

GetNokAddress1 returns the NokAddress1 field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokAddress1Ok

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokAddress2

func (o *VerifySelfieNinResponseEntity) GetNokAddress2() string

GetNokAddress2 returns the NokAddress2 field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokAddress2Ok

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokFirstname

func (o *VerifySelfieNinResponseEntity) GetNokFirstname() string

GetNokFirstname returns the NokFirstname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokFirstnameOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokLastname

func (o *VerifySelfieNinResponseEntity) GetNokLastname() string

GetNokLastname returns the NokLastname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokLastnameOk

func (o *VerifySelfieNinResponseEntity) GetNokLastnameOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetNokLga

func (o *VerifySelfieNinResponseEntity) GetNokLga() string

GetNokLga returns the NokLga field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokLgaOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokMiddlename

func (o *VerifySelfieNinResponseEntity) GetNokMiddlename() string

GetNokMiddlename returns the NokMiddlename field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokMiddlenameOk

func (o *VerifySelfieNinResponseEntity) GetNokMiddlenameOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetNokPostalcode

func (o *VerifySelfieNinResponseEntity) GetNokPostalcode() string

GetNokPostalcode returns the NokPostalcode field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokPostalcodeOk

func (o *VerifySelfieNinResponseEntity) GetNokPostalcodeOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetNokState

func (o *VerifySelfieNinResponseEntity) GetNokState() string

GetNokState returns the NokState field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokStateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNokTown

func (o *VerifySelfieNinResponseEntity) GetNokTown() string

GetNokTown returns the NokTown field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNokTownOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetNspokenlang

func (o *VerifySelfieNinResponseEntity) GetNspokenlang() string

GetNspokenlang returns the Nspokenlang field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetNspokenlangOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetOspokenlang

func (o *VerifySelfieNinResponseEntity) GetOspokenlang() string

GetOspokenlang returns the Ospokenlang field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetOspokenlangOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetOthername

func (o *VerifySelfieNinResponseEntity) GetOthername() string

GetOthername returns the Othername field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetOthernameOk

func (o *VerifySelfieNinResponseEntity) GetOthernameOk() (*string, bool)

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 (*VerifySelfieNinResponseEntity) GetPfirstname

func (o *VerifySelfieNinResponseEntity) GetPfirstname() string

GetPfirstname returns the Pfirstname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetPfirstnameOk

func (o *VerifySelfieNinResponseEntity) GetPfirstnameOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetPhoto

func (o *VerifySelfieNinResponseEntity) GetPhoto() string

GetPhoto returns the Photo field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetPhotoOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetPlace

func (o *VerifySelfieNinResponseEntity) GetPlace() string

GetPlace returns the Place field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetPlaceOk

func (o *VerifySelfieNinResponseEntity) GetPlaceOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetPmiddlename

func (o *VerifySelfieNinResponseEntity) GetPmiddlename() string

GetPmiddlename returns the Pmiddlename field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetPmiddlenameOk

func (o *VerifySelfieNinResponseEntity) GetPmiddlenameOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetProfession

func (o *VerifySelfieNinResponseEntity) GetProfession() string

GetProfession returns the Profession field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetProfessionOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetPsurname

func (o *VerifySelfieNinResponseEntity) GetPsurname() string

GetPsurname returns the Psurname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetPsurnameOk

func (o *VerifySelfieNinResponseEntity) GetPsurnameOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetReligion

func (o *VerifySelfieNinResponseEntity) GetReligion() string

GetReligion returns the Religion field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetReligionOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetResidenceAddressLine1

func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine1() string

GetResidenceAddressLine1 returns the ResidenceAddressLine1 field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidenceAddressLine1Ok

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetResidenceAddressLine2

func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine2() string

GetResidenceAddressLine2 returns the ResidenceAddressLine2 field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidenceAddressLine2Ok

func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine2Ok() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetResidenceLga

func (o *VerifySelfieNinResponseEntity) GetResidenceLga() string

GetResidenceLga returns the ResidenceLga field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidenceLgaOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetResidenceState

func (o *VerifySelfieNinResponseEntity) GetResidenceState() string

GetResidenceState returns the ResidenceState field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidenceStateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetResidenceTown

func (o *VerifySelfieNinResponseEntity) GetResidenceTown() string

GetResidenceTown returns the ResidenceTown field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidenceTownOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetResidencestatus

func (o *VerifySelfieNinResponseEntity) GetResidencestatus() string

GetResidencestatus returns the Residencestatus field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetResidencestatusOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSelfOriginLga

func (o *VerifySelfieNinResponseEntity) GetSelfOriginLga() string

GetSelfOriginLga returns the SelfOriginLga field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetSelfOriginLgaOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSelfOriginPlace

func (o *VerifySelfieNinResponseEntity) GetSelfOriginPlace() string

GetSelfOriginPlace returns the SelfOriginPlace field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetSelfOriginPlaceOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSelfOriginState

func (o *VerifySelfieNinResponseEntity) GetSelfOriginState() string

GetSelfOriginState returns the SelfOriginState field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetSelfOriginStateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSelfieVerification

GetSelfieVerification returns the SelfieVerification field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSignature

func (o *VerifySelfieNinResponseEntity) GetSignature() string

GetSignature returns the Signature field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetSignatureOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetState

func (o *VerifySelfieNinResponseEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetStateOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetSurname

func (o *VerifySelfieNinResponseEntity) GetSurname() string

GetSurname returns the Surname field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetSurnameOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetTelephoneno

func (o *VerifySelfieNinResponseEntity) GetTelephoneno() string

GetTelephoneno returns the Telephoneno field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetTelephonenoOk

func (o *VerifySelfieNinResponseEntity) GetTelephonenoOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) GetTitle

func (o *VerifySelfieNinResponseEntity) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetTitleOk

func (o *VerifySelfieNinResponseEntity) 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 (*VerifySelfieNinResponseEntity) GetTrackingId

func (o *VerifySelfieNinResponseEntity) GetTrackingId() string

GetTrackingId returns the TrackingId field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntity) GetTrackingIdOk

func (o *VerifySelfieNinResponseEntity) GetTrackingIdOk() (*string, bool)

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

func (*VerifySelfieNinResponseEntity) HasBirthcountry

func (o *VerifySelfieNinResponseEntity) HasBirthcountry() bool

HasBirthcountry returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasBirthdate

func (o *VerifySelfieNinResponseEntity) HasBirthdate() bool

HasBirthdate returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasBirthstate

func (o *VerifySelfieNinResponseEntity) HasBirthstate() bool

HasBirthstate returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasCentralID

func (o *VerifySelfieNinResponseEntity) HasCentralID() bool

HasCentralID returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasDocumentno

func (o *VerifySelfieNinResponseEntity) HasDocumentno() bool

HasDocumentno returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasEducationallevel

func (o *VerifySelfieNinResponseEntity) HasEducationallevel() bool

HasEducationallevel returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasEmail

func (o *VerifySelfieNinResponseEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasEmploymentstatus

func (o *VerifySelfieNinResponseEntity) HasEmploymentstatus() bool

HasEmploymentstatus returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasFirstname

func (o *VerifySelfieNinResponseEntity) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasGender

func (o *VerifySelfieNinResponseEntity) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasHeight

func (o *VerifySelfieNinResponseEntity) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasMaidenname

func (o *VerifySelfieNinResponseEntity) HasMaidenname() bool

HasMaidenname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasMiddlename

func (o *VerifySelfieNinResponseEntity) HasMiddlename() bool

HasMiddlename returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNationality

func (o *VerifySelfieNinResponseEntity) HasNationality() bool

HasNationality returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNin

func (o *VerifySelfieNinResponseEntity) HasNin() bool

HasNin returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokAddress1

func (o *VerifySelfieNinResponseEntity) HasNokAddress1() bool

HasNokAddress1 returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokAddress2

func (o *VerifySelfieNinResponseEntity) HasNokAddress2() bool

HasNokAddress2 returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokFirstname

func (o *VerifySelfieNinResponseEntity) HasNokFirstname() bool

HasNokFirstname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokLastname

func (o *VerifySelfieNinResponseEntity) HasNokLastname() bool

HasNokLastname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokLga

func (o *VerifySelfieNinResponseEntity) HasNokLga() bool

HasNokLga returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokMiddlename

func (o *VerifySelfieNinResponseEntity) HasNokMiddlename() bool

HasNokMiddlename returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokPostalcode

func (o *VerifySelfieNinResponseEntity) HasNokPostalcode() bool

HasNokPostalcode returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokState

func (o *VerifySelfieNinResponseEntity) HasNokState() bool

HasNokState returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNokTown

func (o *VerifySelfieNinResponseEntity) HasNokTown() bool

HasNokTown returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasNspokenlang

func (o *VerifySelfieNinResponseEntity) HasNspokenlang() bool

HasNspokenlang returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasOspokenlang

func (o *VerifySelfieNinResponseEntity) HasOspokenlang() bool

HasOspokenlang returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasOthername

func (o *VerifySelfieNinResponseEntity) HasOthername() bool

HasOthername returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasPfirstname

func (o *VerifySelfieNinResponseEntity) HasPfirstname() bool

HasPfirstname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasPhoto

func (o *VerifySelfieNinResponseEntity) HasPhoto() bool

HasPhoto returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasPlace

func (o *VerifySelfieNinResponseEntity) HasPlace() bool

HasPlace returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasPmiddlename

func (o *VerifySelfieNinResponseEntity) HasPmiddlename() bool

HasPmiddlename returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasProfession

func (o *VerifySelfieNinResponseEntity) HasProfession() bool

HasProfession returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasPsurname

func (o *VerifySelfieNinResponseEntity) HasPsurname() bool

HasPsurname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasReligion

func (o *VerifySelfieNinResponseEntity) HasReligion() bool

HasReligion returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidenceAddressLine1

func (o *VerifySelfieNinResponseEntity) HasResidenceAddressLine1() bool

HasResidenceAddressLine1 returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidenceAddressLine2

func (o *VerifySelfieNinResponseEntity) HasResidenceAddressLine2() bool

HasResidenceAddressLine2 returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidenceLga

func (o *VerifySelfieNinResponseEntity) HasResidenceLga() bool

HasResidenceLga returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidenceState

func (o *VerifySelfieNinResponseEntity) HasResidenceState() bool

HasResidenceState returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidenceTown

func (o *VerifySelfieNinResponseEntity) HasResidenceTown() bool

HasResidenceTown returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasResidencestatus

func (o *VerifySelfieNinResponseEntity) HasResidencestatus() bool

HasResidencestatus returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSelfOriginLga

func (o *VerifySelfieNinResponseEntity) HasSelfOriginLga() bool

HasSelfOriginLga returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSelfOriginPlace

func (o *VerifySelfieNinResponseEntity) HasSelfOriginPlace() bool

HasSelfOriginPlace returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSelfOriginState

func (o *VerifySelfieNinResponseEntity) HasSelfOriginState() bool

HasSelfOriginState returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSelfieVerification

func (o *VerifySelfieNinResponseEntity) HasSelfieVerification() bool

HasSelfieVerification returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSignature

func (o *VerifySelfieNinResponseEntity) HasSignature() bool

HasSignature returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasState

func (o *VerifySelfieNinResponseEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasSurname

func (o *VerifySelfieNinResponseEntity) HasSurname() bool

HasSurname returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasTelephoneno

func (o *VerifySelfieNinResponseEntity) HasTelephoneno() bool

HasTelephoneno returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasTitle

func (o *VerifySelfieNinResponseEntity) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntity) HasTrackingId

func (o *VerifySelfieNinResponseEntity) HasTrackingId() bool

HasTrackingId returns a boolean if a field has been set.

func (VerifySelfieNinResponseEntity) MarshalJSON

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

func (*VerifySelfieNinResponseEntity) SetBirthcountry

func (o *VerifySelfieNinResponseEntity) SetBirthcountry(v string)

SetBirthcountry gets a reference to the given string and assigns it to the Birthcountry field.

func (*VerifySelfieNinResponseEntity) SetBirthdate

func (o *VerifySelfieNinResponseEntity) SetBirthdate(v string)

SetBirthdate gets a reference to the given string and assigns it to the Birthdate field.

func (*VerifySelfieNinResponseEntity) SetBirthstate

func (o *VerifySelfieNinResponseEntity) SetBirthstate(v string)

SetBirthstate gets a reference to the given string and assigns it to the Birthstate field.

func (*VerifySelfieNinResponseEntity) SetCentralID

func (o *VerifySelfieNinResponseEntity) SetCentralID(v string)

SetCentralID gets a reference to the given string and assigns it to the CentralID field.

func (*VerifySelfieNinResponseEntity) SetDocumentno

func (o *VerifySelfieNinResponseEntity) SetDocumentno(v string)

SetDocumentno gets a reference to the given string and assigns it to the Documentno field.

func (*VerifySelfieNinResponseEntity) SetEducationallevel

func (o *VerifySelfieNinResponseEntity) SetEducationallevel(v string)

SetEducationallevel gets a reference to the given string and assigns it to the Educationallevel field.

func (*VerifySelfieNinResponseEntity) SetEmail

func (o *VerifySelfieNinResponseEntity) SetEmail(v string)

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

func (*VerifySelfieNinResponseEntity) SetEmploymentstatus

func (o *VerifySelfieNinResponseEntity) SetEmploymentstatus(v string)

SetEmploymentstatus gets a reference to the given string and assigns it to the Employmentstatus field.

func (*VerifySelfieNinResponseEntity) SetFirstname

func (o *VerifySelfieNinResponseEntity) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*VerifySelfieNinResponseEntity) SetGender

func (o *VerifySelfieNinResponseEntity) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*VerifySelfieNinResponseEntity) SetHeight

func (o *VerifySelfieNinResponseEntity) SetHeight(v string)

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*VerifySelfieNinResponseEntity) SetMaidenname

func (o *VerifySelfieNinResponseEntity) SetMaidenname(v string)

SetMaidenname gets a reference to the given string and assigns it to the Maidenname field.

func (*VerifySelfieNinResponseEntity) SetMiddlename

func (o *VerifySelfieNinResponseEntity) SetMiddlename(v string)

SetMiddlename gets a reference to the given string and assigns it to the Middlename field.

func (*VerifySelfieNinResponseEntity) SetNationality

func (o *VerifySelfieNinResponseEntity) SetNationality(v string)

SetNationality gets a reference to the given string and assigns it to the Nationality field.

func (*VerifySelfieNinResponseEntity) SetNin

SetNin gets a reference to the given string and assigns it to the Nin field.

func (*VerifySelfieNinResponseEntity) SetNokAddress1

func (o *VerifySelfieNinResponseEntity) SetNokAddress1(v string)

SetNokAddress1 gets a reference to the given string and assigns it to the NokAddress1 field.

func (*VerifySelfieNinResponseEntity) SetNokAddress2

func (o *VerifySelfieNinResponseEntity) SetNokAddress2(v string)

SetNokAddress2 gets a reference to the given string and assigns it to the NokAddress2 field.

func (*VerifySelfieNinResponseEntity) SetNokFirstname

func (o *VerifySelfieNinResponseEntity) SetNokFirstname(v string)

SetNokFirstname gets a reference to the given string and assigns it to the NokFirstname field.

func (*VerifySelfieNinResponseEntity) SetNokLastname

func (o *VerifySelfieNinResponseEntity) SetNokLastname(v string)

SetNokLastname gets a reference to the given string and assigns it to the NokLastname field.

func (*VerifySelfieNinResponseEntity) SetNokLga

func (o *VerifySelfieNinResponseEntity) SetNokLga(v string)

SetNokLga gets a reference to the given string and assigns it to the NokLga field.

func (*VerifySelfieNinResponseEntity) SetNokMiddlename

func (o *VerifySelfieNinResponseEntity) SetNokMiddlename(v string)

SetNokMiddlename gets a reference to the given string and assigns it to the NokMiddlename field.

func (*VerifySelfieNinResponseEntity) SetNokPostalcode

func (o *VerifySelfieNinResponseEntity) SetNokPostalcode(v string)

SetNokPostalcode gets a reference to the given string and assigns it to the NokPostalcode field.

func (*VerifySelfieNinResponseEntity) SetNokState

func (o *VerifySelfieNinResponseEntity) SetNokState(v string)

SetNokState gets a reference to the given string and assigns it to the NokState field.

func (*VerifySelfieNinResponseEntity) SetNokTown

func (o *VerifySelfieNinResponseEntity) SetNokTown(v string)

SetNokTown gets a reference to the given string and assigns it to the NokTown field.

func (*VerifySelfieNinResponseEntity) SetNspokenlang

func (o *VerifySelfieNinResponseEntity) SetNspokenlang(v string)

SetNspokenlang gets a reference to the given string and assigns it to the Nspokenlang field.

func (*VerifySelfieNinResponseEntity) SetOspokenlang

func (o *VerifySelfieNinResponseEntity) SetOspokenlang(v string)

SetOspokenlang gets a reference to the given string and assigns it to the Ospokenlang field.

func (*VerifySelfieNinResponseEntity) SetOthername

func (o *VerifySelfieNinResponseEntity) SetOthername(v string)

SetOthername gets a reference to the given string and assigns it to the Othername field.

func (*VerifySelfieNinResponseEntity) SetPfirstname

func (o *VerifySelfieNinResponseEntity) SetPfirstname(v string)

SetPfirstname gets a reference to the given string and assigns it to the Pfirstname field.

func (*VerifySelfieNinResponseEntity) SetPhoto

func (o *VerifySelfieNinResponseEntity) SetPhoto(v string)

SetPhoto gets a reference to the given string and assigns it to the Photo field.

func (*VerifySelfieNinResponseEntity) SetPlace

func (o *VerifySelfieNinResponseEntity) SetPlace(v string)

SetPlace gets a reference to the given string and assigns it to the Place field.

func (*VerifySelfieNinResponseEntity) SetPmiddlename

func (o *VerifySelfieNinResponseEntity) SetPmiddlename(v string)

SetPmiddlename gets a reference to the given string and assigns it to the Pmiddlename field.

func (*VerifySelfieNinResponseEntity) SetProfession

func (o *VerifySelfieNinResponseEntity) SetProfession(v string)

SetProfession gets a reference to the given string and assigns it to the Profession field.

func (*VerifySelfieNinResponseEntity) SetPsurname

func (o *VerifySelfieNinResponseEntity) SetPsurname(v string)

SetPsurname gets a reference to the given string and assigns it to the Psurname field.

func (*VerifySelfieNinResponseEntity) SetReligion

func (o *VerifySelfieNinResponseEntity) SetReligion(v string)

SetReligion gets a reference to the given string and assigns it to the Religion field.

func (*VerifySelfieNinResponseEntity) SetResidenceAddressLine1

func (o *VerifySelfieNinResponseEntity) SetResidenceAddressLine1(v string)

SetResidenceAddressLine1 gets a reference to the given string and assigns it to the ResidenceAddressLine1 field.

func (*VerifySelfieNinResponseEntity) SetResidenceAddressLine2

func (o *VerifySelfieNinResponseEntity) SetResidenceAddressLine2(v string)

SetResidenceAddressLine2 gets a reference to the given string and assigns it to the ResidenceAddressLine2 field.

func (*VerifySelfieNinResponseEntity) SetResidenceLga

func (o *VerifySelfieNinResponseEntity) SetResidenceLga(v string)

SetResidenceLga gets a reference to the given string and assigns it to the ResidenceLga field.

func (*VerifySelfieNinResponseEntity) SetResidenceState

func (o *VerifySelfieNinResponseEntity) SetResidenceState(v string)

SetResidenceState gets a reference to the given string and assigns it to the ResidenceState field.

func (*VerifySelfieNinResponseEntity) SetResidenceTown

func (o *VerifySelfieNinResponseEntity) SetResidenceTown(v string)

SetResidenceTown gets a reference to the given string and assigns it to the ResidenceTown field.

func (*VerifySelfieNinResponseEntity) SetResidencestatus

func (o *VerifySelfieNinResponseEntity) SetResidencestatus(v string)

SetResidencestatus gets a reference to the given string and assigns it to the Residencestatus field.

func (*VerifySelfieNinResponseEntity) SetSelfOriginLga

func (o *VerifySelfieNinResponseEntity) SetSelfOriginLga(v string)

SetSelfOriginLga gets a reference to the given string and assigns it to the SelfOriginLga field.

func (*VerifySelfieNinResponseEntity) SetSelfOriginPlace

func (o *VerifySelfieNinResponseEntity) SetSelfOriginPlace(v string)

SetSelfOriginPlace gets a reference to the given string and assigns it to the SelfOriginPlace field.

func (*VerifySelfieNinResponseEntity) SetSelfOriginState

func (o *VerifySelfieNinResponseEntity) SetSelfOriginState(v string)

SetSelfOriginState gets a reference to the given string and assigns it to the SelfOriginState field.

func (*VerifySelfieNinResponseEntity) SetSelfieVerification

SetSelfieVerification gets a reference to the given VerifySelfieNinResponseEntitySelfieVerification and assigns it to the SelfieVerification field.

func (*VerifySelfieNinResponseEntity) SetSignature

func (o *VerifySelfieNinResponseEntity) SetSignature(v string)

SetSignature gets a reference to the given string and assigns it to the Signature field.

func (*VerifySelfieNinResponseEntity) SetState

func (o *VerifySelfieNinResponseEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*VerifySelfieNinResponseEntity) SetSurname

func (o *VerifySelfieNinResponseEntity) SetSurname(v string)

SetSurname gets a reference to the given string and assigns it to the Surname field.

func (*VerifySelfieNinResponseEntity) SetTelephoneno

func (o *VerifySelfieNinResponseEntity) SetTelephoneno(v string)

SetTelephoneno gets a reference to the given string and assigns it to the Telephoneno field.

func (*VerifySelfieNinResponseEntity) SetTitle

func (o *VerifySelfieNinResponseEntity) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*VerifySelfieNinResponseEntity) SetTrackingId

func (o *VerifySelfieNinResponseEntity) SetTrackingId(v string)

SetTrackingId gets a reference to the given string and assigns it to the TrackingId field.

type VerifySelfieNinResponseEntitySelfieVerification

type VerifySelfieNinResponseEntitySelfieVerification struct {
	ConfidenceValue *float32 `json:"confidence_value,omitempty"`
	Match           *bool    `json:"match,omitempty"`
}

VerifySelfieNinResponseEntitySelfieVerification struct for VerifySelfieNinResponseEntitySelfieVerification

func NewVerifySelfieNinResponseEntitySelfieVerification

func NewVerifySelfieNinResponseEntitySelfieVerification() *VerifySelfieNinResponseEntitySelfieVerification

NewVerifySelfieNinResponseEntitySelfieVerification instantiates a new VerifySelfieNinResponseEntitySelfieVerification 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 NewVerifySelfieNinResponseEntitySelfieVerificationWithDefaults

func NewVerifySelfieNinResponseEntitySelfieVerificationWithDefaults() *VerifySelfieNinResponseEntitySelfieVerification

NewVerifySelfieNinResponseEntitySelfieVerificationWithDefaults instantiates a new VerifySelfieNinResponseEntitySelfieVerification 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 (*VerifySelfieNinResponseEntitySelfieVerification) GetConfidenceValue

GetConfidenceValue returns the ConfidenceValue field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntitySelfieVerification) GetConfidenceValueOk

func (o *VerifySelfieNinResponseEntitySelfieVerification) 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 (*VerifySelfieNinResponseEntitySelfieVerification) GetMatch

GetMatch returns the Match field value if set, zero value otherwise.

func (*VerifySelfieNinResponseEntitySelfieVerification) 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 (*VerifySelfieNinResponseEntitySelfieVerification) HasConfidenceValue

func (o *VerifySelfieNinResponseEntitySelfieVerification) HasConfidenceValue() bool

HasConfidenceValue returns a boolean if a field has been set.

func (*VerifySelfieNinResponseEntitySelfieVerification) HasMatch

HasMatch returns a boolean if a field has been set.

func (VerifySelfieNinResponseEntitySelfieVerification) MarshalJSON

func (*VerifySelfieNinResponseEntitySelfieVerification) SetConfidenceValue

SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.

func (*VerifySelfieNinResponseEntitySelfieVerification) SetMatch

SetMatch gets a reference to the given bool and assigns it to the Match field.

type WalletApiCreateWalletRequest

type WalletApiCreateWalletRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiCreateWalletRequest) CreateWalletRequest

func (r WalletApiCreateWalletRequest) CreateWalletRequest(createWalletRequest CreateWalletRequest) WalletApiCreateWalletRequest

func (WalletApiCreateWalletRequest) Execute

type WalletApiCreditSubwalletRequest

type WalletApiCreditSubwalletRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiCreditSubwalletRequest) CreditSubwalletRequest

func (r WalletApiCreditSubwalletRequest) CreditSubwalletRequest(creditSubwalletRequest CreditSubwalletRequest) WalletApiCreditSubwalletRequest

func (WalletApiCreditSubwalletRequest) Execute

type WalletApiGetTransactionRequest

type WalletApiGetTransactionRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiGetTransactionRequest) Execute

func (WalletApiGetTransactionRequest) TransactionId

type WalletApiGetWalletRequest

type WalletApiGetWalletRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiGetWalletRequest) Execute

func (WalletApiGetWalletRequest) WalletId

type WalletApiGetWalletsRequest

type WalletApiGetWalletsRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiGetWalletsRequest) AppId

func (WalletApiGetWalletsRequest) Execute

type WalletApiService

type WalletApiService service

WalletApiService WalletApi service

func (*WalletApiService) CreateWallet

CreateWallet Create NGN Wallet

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

func (*WalletApiService) CreateWalletExecute

Execute executes the request

@return CreateWalletResponse

func (*WalletApiService) CreditSubwallet

CreditSubwallet Credit Sub-wallet

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

func (*WalletApiService) CreditSubwalletExecute

Execute executes the request

@return CreditSubwalletResponse

func (*WalletApiService) GetTransaction

GetTransaction Retrieve Transaction Details

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

func (*WalletApiService) GetTransactionExecute

Execute executes the request

@return GetTransactionResponse

func (*WalletApiService) GetWallet

GetWallet Retrieve Wallet Details

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

func (*WalletApiService) GetWalletExecute

Execute executes the request

@return GetWalletResponse

func (*WalletApiService) GetWallets

GetWallets Get Wallets

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

func (*WalletApiService) GetWalletsExecute

Execute executes the request

@return GetWalletsResponse

func (*WalletApiService) TransferFunds

TransferFunds Transfer Funds

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

func (*WalletApiService) TransferFundsExecute

Execute executes the request

@return TransferFundsResponse

type WalletApiTransferFundsRequest

type WalletApiTransferFundsRequest struct {
	ApiService *WalletApiService
	// contains filtered or unexported fields
}

func (WalletApiTransferFundsRequest) Execute

func (WalletApiTransferFundsRequest) TransferFundsRequest

func (r WalletApiTransferFundsRequest) TransferFundsRequest(transferFundsRequest TransferFundsRequest) WalletApiTransferFundsRequest

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL