Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type AMLApiGetScreeningInfoRequest
- type AMLApiScreenAmlRequest
- type AMLApiService
- func (a *AMLApiService) GetScreeningInfo() AMLApiGetScreeningInfoRequest
- func (a *AMLApiService) GetScreeningInfoExecute(r AMLApiGetScreeningInfoRequest) (*GetScreeningInfoResponse, *http.Response, error)
- func (a *AMLApiService) ScreenAml() AMLApiScreenAmlRequest
- func (a *AMLApiService) ScreenAmlExecute(r AMLApiScreenAmlRequest) (*ScreenAmlResponse, *http.Response, error)
- type APIClient
- type APIKey
- type APIResponse
- type AnalyzeDocumentResponse
- func (o *AnalyzeDocumentResponse) GetEntity() AnalyzeDocumentResponseEntity
- func (o *AnalyzeDocumentResponse) GetEntityOk() (*AnalyzeDocumentResponseEntity, bool)
- func (o *AnalyzeDocumentResponse) HasEntity() bool
- func (o AnalyzeDocumentResponse) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponse) SetEntity(v AnalyzeDocumentResponseEntity)
- type AnalyzeDocumentResponseEntity
- func (o *AnalyzeDocumentResponseEntity) GetDocumentImages() AnalyzeDocumentResponseEntityDocumentImages
- func (o *AnalyzeDocumentResponseEntity) GetDocumentImagesOk() (*AnalyzeDocumentResponseEntityDocumentImages, bool)
- func (o *AnalyzeDocumentResponseEntity) GetDocumentType() AnalyzeDocumentResponseEntityDocumentType
- func (o *AnalyzeDocumentResponseEntity) GetDocumentTypeOk() (*AnalyzeDocumentResponseEntityDocumentType, bool)
- func (o *AnalyzeDocumentResponseEntity) GetStatus() AnalyzeDocumentResponseEntityStatus
- func (o *AnalyzeDocumentResponseEntity) GetStatusOk() (*AnalyzeDocumentResponseEntityStatus, bool)
- func (o *AnalyzeDocumentResponseEntity) GetTextData() []AnalyzeDocumentResponseEntityTextDataInner
- func (o *AnalyzeDocumentResponseEntity) GetTextDataOk() ([]AnalyzeDocumentResponseEntityTextDataInner, bool)
- func (o *AnalyzeDocumentResponseEntity) HasDocumentImages() bool
- func (o *AnalyzeDocumentResponseEntity) HasDocumentType() bool
- func (o *AnalyzeDocumentResponseEntity) HasStatus() bool
- func (o *AnalyzeDocumentResponseEntity) HasTextData() bool
- func (o AnalyzeDocumentResponseEntity) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponseEntity) SetDocumentImages(v AnalyzeDocumentResponseEntityDocumentImages)
- func (o *AnalyzeDocumentResponseEntity) SetDocumentType(v AnalyzeDocumentResponseEntityDocumentType)
- func (o *AnalyzeDocumentResponseEntity) SetStatus(v AnalyzeDocumentResponseEntityStatus)
- func (o *AnalyzeDocumentResponseEntity) SetTextData(v []AnalyzeDocumentResponseEntityTextDataInner)
- type AnalyzeDocumentResponseEntityDocumentImages
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSide() string
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetDocumentFrontSideOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetFingerprint() string
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetFingerprintOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetPortrait() string
- func (o *AnalyzeDocumentResponseEntityDocumentImages) GetPortraitOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) HasDocumentFrontSide() bool
- func (o *AnalyzeDocumentResponseEntityDocumentImages) HasFingerprint() bool
- func (o *AnalyzeDocumentResponseEntityDocumentImages) HasPortrait() bool
- func (o AnalyzeDocumentResponseEntityDocumentImages) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) SetDocumentFrontSide(v string)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) SetFingerprint(v string)
- func (o *AnalyzeDocumentResponseEntityDocumentImages) SetPortrait(v string)
- type AnalyzeDocumentResponseEntityDocumentType
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCode() string
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryCodeOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryName() string
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentCountryNameOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentName() string
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentNameOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeId() float32
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentTypeIdOk() (*float32, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentYear() string
- func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentYearOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryCode() bool
- func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentCountryName() bool
- func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentName() bool
- func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentTypeId() bool
- func (o *AnalyzeDocumentResponseEntityDocumentType) HasDocumentYear() bool
- func (o AnalyzeDocumentResponseEntityDocumentType) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryCode(v string)
- func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentCountryName(v string)
- func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentName(v string)
- func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentTypeId(v float32)
- func (o *AnalyzeDocumentResponseEntityDocumentType) SetDocumentYear(v string)
- type AnalyzeDocumentResponseEntityStatus
- func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentImages() string
- func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentImagesOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentType() string
- func (o *AnalyzeDocumentResponseEntityStatus) GetDocumentTypeOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityStatus) GetExpiry() string
- func (o *AnalyzeDocumentResponseEntityStatus) GetExpiryOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityStatus) GetOverallStatus() float32
- func (o *AnalyzeDocumentResponseEntityStatus) GetOverallStatusOk() (*float32, bool)
- func (o *AnalyzeDocumentResponseEntityStatus) GetText() string
- func (o *AnalyzeDocumentResponseEntityStatus) GetTextOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityStatus) HasDocumentImages() bool
- func (o *AnalyzeDocumentResponseEntityStatus) HasDocumentType() bool
- func (o *AnalyzeDocumentResponseEntityStatus) HasExpiry() bool
- func (o *AnalyzeDocumentResponseEntityStatus) HasOverallStatus() bool
- func (o *AnalyzeDocumentResponseEntityStatus) HasText() bool
- func (o AnalyzeDocumentResponseEntityStatus) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponseEntityStatus) SetDocumentImages(v string)
- func (o *AnalyzeDocumentResponseEntityStatus) SetDocumentType(v string)
- func (o *AnalyzeDocumentResponseEntityStatus) SetExpiry(v string)
- func (o *AnalyzeDocumentResponseEntityStatus) SetOverallStatus(v float32)
- func (o *AnalyzeDocumentResponseEntityStatus) SetText(v string)
- type AnalyzeDocumentResponseEntityTextDataInner
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldName() string
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldNameOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldType() float32
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldTypeOk() (*float32, bool)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetStatus() float32
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetStatusOk() (*float32, bool)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetValue() string
- func (o *AnalyzeDocumentResponseEntityTextDataInner) GetValueOk() (*string, bool)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) HasFieldName() bool
- func (o *AnalyzeDocumentResponseEntityTextDataInner) HasFieldType() bool
- func (o *AnalyzeDocumentResponseEntityTextDataInner) HasStatus() bool
- func (o *AnalyzeDocumentResponseEntityTextDataInner) HasValue() bool
- func (o AnalyzeDocumentResponseEntityTextDataInner) MarshalJSON() ([]byte, error)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) SetFieldName(v string)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) SetFieldType(v float32)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) SetStatus(v float32)
- func (o *AnalyzeDocumentResponseEntityTextDataInner) SetValue(v string)
- type AuthenticationApiGetSenderIdRequest
- type AuthenticationApiGetSmsStatusRequest
- type AuthenticationApiRequestSenderIdRequest
- type AuthenticationApiSendOtpRequest
- type AuthenticationApiSendSmsRequest
- type AuthenticationApiService
- func (a *AuthenticationApiService) GetSenderId() AuthenticationApiGetSenderIdRequest
- func (a *AuthenticationApiService) GetSenderIdExecute(r AuthenticationApiGetSenderIdRequest) (*GetSenderIdResponse, *http.Response, error)
- func (a *AuthenticationApiService) GetSmsStatus() AuthenticationApiGetSmsStatusRequest
- func (a *AuthenticationApiService) GetSmsStatusExecute(r AuthenticationApiGetSmsStatusRequest) (*GetSmsStatusResponse, *http.Response, error)
- func (a *AuthenticationApiService) RequestSenderId() AuthenticationApiRequestSenderIdRequest
- func (a *AuthenticationApiService) RequestSenderIdExecute(r AuthenticationApiRequestSenderIdRequest) (*RequestSenderIdResponse, *http.Response, error)
- func (a *AuthenticationApiService) SendOtp() AuthenticationApiSendOtpRequest
- func (a *AuthenticationApiService) SendOtpExecute(r AuthenticationApiSendOtpRequest) (*SendOtpResponse, *http.Response, error)
- func (a *AuthenticationApiService) SendSms() AuthenticationApiSendSmsRequest
- func (a *AuthenticationApiService) SendSmsExecute(r AuthenticationApiSendSmsRequest) (*SendSmsResponse, *http.Response, error)
- func (a *AuthenticationApiService) ValidateOtp() AuthenticationApiValidateOtpRequest
- func (a *AuthenticationApiService) ValidateOtpExecute(r AuthenticationApiValidateOtpRequest) (*ValidateOtpResponse, *http.Response, error)
- type AuthenticationApiValidateOtpRequest
- func (r AuthenticationApiValidateOtpRequest) Code(code int32) AuthenticationApiValidateOtpRequest
- func (r AuthenticationApiValidateOtpRequest) Execute() (*ValidateOtpResponse, *http.Response, error)
- func (r AuthenticationApiValidateOtpRequest) ReferenceId(referenceId string) AuthenticationApiValidateOtpRequest
- type BasicAuth
- type CategorizeTransactionsRequest
- func (o *CategorizeTransactionsRequest) GetDescription() string
- func (o *CategorizeTransactionsRequest) GetDescriptionOk() (*string, bool)
- func (o *CategorizeTransactionsRequest) GetTransType() string
- func (o *CategorizeTransactionsRequest) GetTransTypeOk() (*string, bool)
- func (o *CategorizeTransactionsRequest) HasDescription() bool
- func (o *CategorizeTransactionsRequest) HasTransType() bool
- func (o CategorizeTransactionsRequest) MarshalJSON() ([]byte, error)
- func (o *CategorizeTransactionsRequest) SetDescription(v string)
- func (o *CategorizeTransactionsRequest) SetTransType(v string)
- type CategorizeTransactionsResponse
- func (o *CategorizeTransactionsResponse) GetEntity() CategorizeTransactionsResponseEntity
- func (o *CategorizeTransactionsResponse) GetEntityOk() (*CategorizeTransactionsResponseEntity, bool)
- func (o *CategorizeTransactionsResponse) HasEntity() bool
- func (o CategorizeTransactionsResponse) MarshalJSON() ([]byte, error)
- func (o *CategorizeTransactionsResponse) SetEntity(v CategorizeTransactionsResponseEntity)
- type CategorizeTransactionsResponseEntity
- func (o *CategorizeTransactionsResponseEntity) GetCategory() string
- func (o *CategorizeTransactionsResponseEntity) GetCategoryOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) GetDuration() string
- func (o *CategorizeTransactionsResponseEntity) GetDurationOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) GetIsSubscription() float32
- func (o *CategorizeTransactionsResponseEntity) GetIsSubscriptionOk() (*float32, bool)
- func (o *CategorizeTransactionsResponseEntity) GetLabel() string
- func (o *CategorizeTransactionsResponseEntity) GetLabelOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) GetModeOfPayment() string
- func (o *CategorizeTransactionsResponseEntity) GetModeOfPaymentOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) GetServiceId() float32
- func (o *CategorizeTransactionsResponseEntity) GetServiceIdOk() (*float32, bool)
- func (o *CategorizeTransactionsResponseEntity) GetServiceName() string
- func (o *CategorizeTransactionsResponseEntity) GetServiceNameOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) GetSubCategory() string
- func (o *CategorizeTransactionsResponseEntity) GetSubCategoryOk() (*string, bool)
- func (o *CategorizeTransactionsResponseEntity) HasCategory() bool
- func (o *CategorizeTransactionsResponseEntity) HasDuration() bool
- func (o *CategorizeTransactionsResponseEntity) HasIsSubscription() bool
- func (o *CategorizeTransactionsResponseEntity) HasLabel() bool
- func (o *CategorizeTransactionsResponseEntity) HasModeOfPayment() bool
- func (o *CategorizeTransactionsResponseEntity) HasServiceId() bool
- func (o *CategorizeTransactionsResponseEntity) HasServiceName() bool
- func (o *CategorizeTransactionsResponseEntity) HasSubCategory() bool
- func (o CategorizeTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *CategorizeTransactionsResponseEntity) SetCategory(v string)
- func (o *CategorizeTransactionsResponseEntity) SetDuration(v string)
- func (o *CategorizeTransactionsResponseEntity) SetIsSubscription(v float32)
- func (o *CategorizeTransactionsResponseEntity) SetLabel(v string)
- func (o *CategorizeTransactionsResponseEntity) SetModeOfPayment(v string)
- func (o *CategorizeTransactionsResponseEntity) SetServiceId(v float32)
- func (o *CategorizeTransactionsResponseEntity) SetServiceName(v string)
- func (o *CategorizeTransactionsResponseEntity) SetSubCategory(v string)
- type CollectStatusFromPdfRequest
- func (o *CollectStatusFromPdfRequest) GetBankCode() int32
- func (o *CollectStatusFromPdfRequest) GetBankCodeOk() (*int32, bool)
- func (o *CollectStatusFromPdfRequest) GetStatement() *os.File
- func (o *CollectStatusFromPdfRequest) GetStatementOk() (**os.File, bool)
- func (o *CollectStatusFromPdfRequest) HasBankCode() bool
- func (o *CollectStatusFromPdfRequest) HasStatement() bool
- func (o CollectStatusFromPdfRequest) MarshalJSON() ([]byte, error)
- func (o *CollectStatusFromPdfRequest) SetBankCode(v int32)
- func (o *CollectStatusFromPdfRequest) SetStatement(v *os.File)
- type CollectStatusFromPdfResponse
- func (o *CollectStatusFromPdfResponse) GetEntity() CollectTransactionsResponseEntity
- func (o *CollectStatusFromPdfResponse) GetEntityOk() (*CollectTransactionsResponseEntity, bool)
- func (o *CollectStatusFromPdfResponse) HasEntity() bool
- func (o CollectStatusFromPdfResponse) MarshalJSON() ([]byte, error)
- func (o *CollectStatusFromPdfResponse) SetEntity(v CollectTransactionsResponseEntity)
- type CollectTransactionsRequest
- func (o *CollectTransactionsRequest) GetAppId() string
- func (o *CollectTransactionsRequest) GetAppIdOk() (*string, bool)
- func (o *CollectTransactionsRequest) GetTransactions() []CollectTransactionsRequestTransactionsInner
- func (o *CollectTransactionsRequest) GetTransactionsOk() ([]CollectTransactionsRequestTransactionsInner, bool)
- func (o *CollectTransactionsRequest) HasAppId() bool
- func (o *CollectTransactionsRequest) HasTransactions() bool
- func (o CollectTransactionsRequest) MarshalJSON() ([]byte, error)
- func (o *CollectTransactionsRequest) SetAppId(v string)
- func (o *CollectTransactionsRequest) SetTransactions(v []CollectTransactionsRequestTransactionsInner)
- type CollectTransactionsRequestTransactionsInner
- func (o *CollectTransactionsRequestTransactionsInner) GetReferenceNumber() string
- func (o *CollectTransactionsRequestTransactionsInner) GetReferenceNumberOk() (*string, bool)
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionAmount() string
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionAmountOk() (*string, bool)
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDate() string
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDateOk() (*string, bool)
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDescription() string
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionDescriptionOk() (*string, bool)
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionType() string
- func (o *CollectTransactionsRequestTransactionsInner) GetTransactionTypeOk() (*string, bool)
- func (o *CollectTransactionsRequestTransactionsInner) HasReferenceNumber() bool
- func (o *CollectTransactionsRequestTransactionsInner) HasTransactionAmount() bool
- func (o *CollectTransactionsRequestTransactionsInner) HasTransactionDate() bool
- func (o *CollectTransactionsRequestTransactionsInner) HasTransactionDescription() bool
- func (o *CollectTransactionsRequestTransactionsInner) HasTransactionType() bool
- func (o CollectTransactionsRequestTransactionsInner) MarshalJSON() ([]byte, error)
- func (o *CollectTransactionsRequestTransactionsInner) SetReferenceNumber(v string)
- func (o *CollectTransactionsRequestTransactionsInner) SetTransactionAmount(v string)
- func (o *CollectTransactionsRequestTransactionsInner) SetTransactionDate(v string)
- func (o *CollectTransactionsRequestTransactionsInner) SetTransactionDescription(v string)
- func (o *CollectTransactionsRequestTransactionsInner) SetTransactionType(v string)
- type CollectTransactionsResponse
- func (o *CollectTransactionsResponse) GetEntity() CollectTransactionsResponseEntity
- func (o *CollectTransactionsResponse) GetEntityOk() (*CollectTransactionsResponseEntity, bool)
- func (o *CollectTransactionsResponse) GetMessage() string
- func (o *CollectTransactionsResponse) GetMessageOk() (*string, bool)
- func (o *CollectTransactionsResponse) HasEntity() bool
- func (o *CollectTransactionsResponse) HasMessage() bool
- func (o CollectTransactionsResponse) MarshalJSON() ([]byte, error)
- func (o *CollectTransactionsResponse) SetEntity(v CollectTransactionsResponseEntity)
- func (o *CollectTransactionsResponse) SetMessage(v string)
- type CollectTransactionsResponseEntity
- func (o *CollectTransactionsResponseEntity) GetAccountId() string
- func (o *CollectTransactionsResponseEntity) GetAccountIdOk() (*string, bool)
- func (o *CollectTransactionsResponseEntity) HasAccountId() bool
- func (o CollectTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *CollectTransactionsResponseEntity) SetAccountId(v string)
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)
- func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)
- func (c *Configuration) SetOAuthClientCredentials(clientId string, clientSecret string)
- type CreateWalletRequest
- func (o *CreateWalletRequest) GetDob() string
- func (o *CreateWalletRequest) GetDobOk() (*string, bool)
- func (o *CreateWalletRequest) GetFirstName() string
- func (o *CreateWalletRequest) GetFirstNameOk() (*string, bool)
- func (o *CreateWalletRequest) GetLastName() string
- func (o *CreateWalletRequest) GetLastNameOk() (*string, bool)
- func (o *CreateWalletRequest) GetPhoneNumber() string
- func (o *CreateWalletRequest) GetPhoneNumberOk() (*string, bool)
- func (o *CreateWalletRequest) GetRoute() string
- func (o *CreateWalletRequest) GetRouteOk() (*string, bool)
- func (o *CreateWalletRequest) HasDob() bool
- func (o *CreateWalletRequest) HasFirstName() bool
- func (o *CreateWalletRequest) HasLastName() bool
- func (o *CreateWalletRequest) HasPhoneNumber() bool
- func (o *CreateWalletRequest) HasRoute() bool
- func (o CreateWalletRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWalletRequest) SetDob(v string)
- func (o *CreateWalletRequest) SetFirstName(v string)
- func (o *CreateWalletRequest) SetLastName(v string)
- func (o *CreateWalletRequest) SetPhoneNumber(v string)
- func (o *CreateWalletRequest) SetRoute(v string)
- type CreateWalletResponse
- func (o *CreateWalletResponse) GetEntity() CreateWalletResponseEntity
- func (o *CreateWalletResponse) GetEntityOk() (*CreateWalletResponseEntity, bool)
- func (o *CreateWalletResponse) HasEntity() bool
- func (o CreateWalletResponse) MarshalJSON() ([]byte, error)
- func (o *CreateWalletResponse) SetEntity(v CreateWalletResponseEntity)
- type CreateWalletResponseEntity
- func (o *CreateWalletResponseEntity) GetAccountNumber() string
- func (o *CreateWalletResponseEntity) GetAccountNumberOk() (*string, bool)
- func (o *CreateWalletResponseEntity) GetPhoneNumber() string
- func (o *CreateWalletResponseEntity) GetPhoneNumberOk() (*string, bool)
- func (o *CreateWalletResponseEntity) GetWalletAmount() float32
- func (o *CreateWalletResponseEntity) GetWalletAmountOk() (*float32, bool)
- func (o *CreateWalletResponseEntity) GetWalletId() string
- func (o *CreateWalletResponseEntity) GetWalletIdOk() (*string, bool)
- func (o *CreateWalletResponseEntity) HasAccountNumber() bool
- func (o *CreateWalletResponseEntity) HasPhoneNumber() bool
- func (o *CreateWalletResponseEntity) HasWalletAmount() bool
- func (o *CreateWalletResponseEntity) HasWalletId() bool
- func (o CreateWalletResponseEntity) MarshalJSON() ([]byte, error)
- func (o *CreateWalletResponseEntity) SetAccountNumber(v string)
- func (o *CreateWalletResponseEntity) SetPhoneNumber(v string)
- func (o *CreateWalletResponseEntity) SetWalletAmount(v float32)
- func (o *CreateWalletResponseEntity) SetWalletId(v string)
- type CreditSubwalletRequest
- func (o *CreditSubwalletRequest) GetAmount() string
- func (o *CreditSubwalletRequest) GetAmountOk() (*string, bool)
- func (o *CreditSubwalletRequest) GetWalletId() string
- func (o *CreditSubwalletRequest) GetWalletIdOk() (*string, bool)
- func (o *CreditSubwalletRequest) HasAmount() bool
- func (o *CreditSubwalletRequest) HasWalletId() bool
- func (o CreditSubwalletRequest) MarshalJSON() ([]byte, error)
- func (o *CreditSubwalletRequest) SetAmount(v string)
- func (o *CreditSubwalletRequest) SetWalletId(v string)
- type CreditSubwalletResponse
- func (o *CreditSubwalletResponse) GetEntity() CreditSubwalletResponseEntity
- func (o *CreditSubwalletResponse) GetEntityOk() (*CreditSubwalletResponseEntity, bool)
- func (o *CreditSubwalletResponse) HasEntity() bool
- func (o CreditSubwalletResponse) MarshalJSON() ([]byte, error)
- func (o *CreditSubwalletResponse) SetEntity(v CreditSubwalletResponseEntity)
- type CreditSubwalletResponseEntity
- func (o *CreditSubwalletResponseEntity) GetDateCreated() string
- func (o *CreditSubwalletResponseEntity) GetDateCreatedOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetRecipientAccountNumber() string
- func (o *CreditSubwalletResponseEntity) GetRecipientAccountNumberOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetSenderAccountNumber() string
- func (o *CreditSubwalletResponseEntity) GetSenderAccountNumberOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionAmount() float32
- func (o *CreditSubwalletResponseEntity) GetTransactionAmountOk() (*float32, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionId() string
- func (o *CreditSubwalletResponseEntity) GetTransactionIdOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionReason() string
- func (o *CreditSubwalletResponseEntity) GetTransactionReasonOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionRemarks() string
- func (o *CreditSubwalletResponseEntity) GetTransactionRemarksOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionStatus() string
- func (o *CreditSubwalletResponseEntity) GetTransactionStatusOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetTransactionType() string
- func (o *CreditSubwalletResponseEntity) GetTransactionTypeOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) GetWalletId() string
- func (o *CreditSubwalletResponseEntity) GetWalletIdOk() (*string, bool)
- func (o *CreditSubwalletResponseEntity) HasDateCreated() bool
- func (o *CreditSubwalletResponseEntity) HasRecipientAccountNumber() bool
- func (o *CreditSubwalletResponseEntity) HasSenderAccountNumber() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionAmount() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionId() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionReason() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionRemarks() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionStatus() bool
- func (o *CreditSubwalletResponseEntity) HasTransactionType() bool
- func (o *CreditSubwalletResponseEntity) HasWalletId() bool
- func (o CreditSubwalletResponseEntity) MarshalJSON() ([]byte, error)
- func (o *CreditSubwalletResponseEntity) SetDateCreated(v string)
- func (o *CreditSubwalletResponseEntity) SetRecipientAccountNumber(v string)
- func (o *CreditSubwalletResponseEntity) SetSenderAccountNumber(v string)
- func (o *CreditSubwalletResponseEntity) SetTransactionAmount(v float32)
- func (o *CreditSubwalletResponseEntity) SetTransactionId(v string)
- func (o *CreditSubwalletResponseEntity) SetTransactionReason(v string)
- func (o *CreditSubwalletResponseEntity) SetTransactionReasonNil()
- func (o *CreditSubwalletResponseEntity) SetTransactionRemarks(v string)
- func (o *CreditSubwalletResponseEntity) SetTransactionStatus(v string)
- func (o *CreditSubwalletResponseEntity) SetTransactionType(v string)
- func (o *CreditSubwalletResponseEntity) SetWalletId(v string)
- func (o *CreditSubwalletResponseEntity) UnsetTransactionReason()
- type DeleteWebhookResponse
- type FinancialApiCollectStatusFromPdfRequest
- func (r FinancialApiCollectStatusFromPdfRequest) BankCode(bankCode int32) FinancialApiCollectStatusFromPdfRequest
- func (r FinancialApiCollectStatusFromPdfRequest) Execute() (*CollectStatusFromPdfResponse, *http.Response, error)
- func (r FinancialApiCollectStatusFromPdfRequest) Statement(statement *os.File) FinancialApiCollectStatusFromPdfRequest
- type FinancialApiCollectTransactionsRequest
- type FinancialApiGetAccountAnalysisRequest
- type FinancialApiGetAccountRequest
- type FinancialApiGetAccountSubscriptionsRequest
- type FinancialApiGetAccountTransactionsRequest
- func (r FinancialApiGetAccountTransactionsRequest) AccountId(accountId string) FinancialApiGetAccountTransactionsRequest
- func (r FinancialApiGetAccountTransactionsRequest) Execute() (*GetAccountTransactionsResponse, *http.Response, error)
- func (r FinancialApiGetAccountTransactionsRequest) Length(length int32) FinancialApiGetAccountTransactionsRequest
- type FinancialApiGetBasicBvnRequest
- type FinancialApiGetEarningStructureRequest
- type FinancialApiGetFullBvnRequest
- type FinancialApiGetSpendingPatternRequest
- type FinancialApiService
- func (a *FinancialApiService) CollectStatusFromPdf() FinancialApiCollectStatusFromPdfRequest
- func (a *FinancialApiService) CollectStatusFromPdfExecute(r FinancialApiCollectStatusFromPdfRequest) (*CollectStatusFromPdfResponse, *http.Response, error)
- func (a *FinancialApiService) CollectTransactions() FinancialApiCollectTransactionsRequest
- func (a *FinancialApiService) CollectTransactionsExecute(r FinancialApiCollectTransactionsRequest) (*CollectTransactionsResponse, *http.Response, error)
- func (a *FinancialApiService) GetAccount() FinancialApiGetAccountRequest
- func (a *FinancialApiService) GetAccountAnalysis() FinancialApiGetAccountAnalysisRequest
- func (a *FinancialApiService) GetAccountAnalysisExecute(r FinancialApiGetAccountAnalysisRequest) (*GetAccountAnalysisResponse, *http.Response, error)
- func (a *FinancialApiService) GetAccountExecute(r FinancialApiGetAccountRequest) (*GetAccountResponse, *http.Response, error)
- func (a *FinancialApiService) GetAccountSubscriptions() FinancialApiGetAccountSubscriptionsRequest
- func (a *FinancialApiService) GetAccountSubscriptionsExecute(r FinancialApiGetAccountSubscriptionsRequest) (*GetAccountSubscriptionsResponse, *http.Response, error)
- func (a *FinancialApiService) GetAccountTransactions() FinancialApiGetAccountTransactionsRequest
- func (a *FinancialApiService) GetAccountTransactionsExecute(r FinancialApiGetAccountTransactionsRequest) (*GetAccountTransactionsResponse, *http.Response, error)
- func (a *FinancialApiService) GetBasicBvn() FinancialApiGetBasicBvnRequest
- func (a *FinancialApiService) GetBasicBvnExecute(r FinancialApiGetBasicBvnRequest) (*FinancialGetBasicBvnResponse, *http.Response, error)
- func (a *FinancialApiService) GetEarningStructure() FinancialApiGetEarningStructureRequest
- func (a *FinancialApiService) GetEarningStructureExecute(r FinancialApiGetEarningStructureRequest) (*GetEarningStructureResponse, *http.Response, error)
- func (a *FinancialApiService) GetFullBvn() FinancialApiGetFullBvnRequest
- func (a *FinancialApiService) GetFullBvnExecute(r FinancialApiGetFullBvnRequest) (*FinancialGetFullBvnResponse, *http.Response, error)
- func (a *FinancialApiService) GetSpendingPattern() FinancialApiGetSpendingPatternRequest
- func (a *FinancialApiService) GetSpendingPatternExecute(r FinancialApiGetSpendingPatternRequest) (*GetSpendingPatternResponse, *http.Response, error)
- type FinancialGetBasicBvnResponse
- func (o *FinancialGetBasicBvnResponse) GetEntity() FinancialGetBasicBvnResponseEntity
- func (o *FinancialGetBasicBvnResponse) GetEntityOk() (*FinancialGetBasicBvnResponseEntity, bool)
- func (o *FinancialGetBasicBvnResponse) HasEntity() bool
- func (o FinancialGetBasicBvnResponse) MarshalJSON() ([]byte, error)
- func (o *FinancialGetBasicBvnResponse) SetEntity(v FinancialGetBasicBvnResponseEntity)
- type FinancialGetBasicBvnResponseEntity
- func (o *FinancialGetBasicBvnResponseEntity) GetBvn() string
- func (o *FinancialGetBasicBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) GetDob() string
- func (o *FinancialGetBasicBvnResponseEntity) GetDobOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) GetFirstName() string
- func (o *FinancialGetBasicBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) GetFormattedDob() string
- func (o *FinancialGetBasicBvnResponseEntity) GetFormattedDobOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) GetLastName() string
- func (o *FinancialGetBasicBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) GetMobile() string
- func (o *FinancialGetBasicBvnResponseEntity) GetMobileOk() (*string, bool)
- func (o *FinancialGetBasicBvnResponseEntity) HasBvn() bool
- func (o *FinancialGetBasicBvnResponseEntity) HasDob() bool
- func (o *FinancialGetBasicBvnResponseEntity) HasFirstName() bool
- func (o *FinancialGetBasicBvnResponseEntity) HasFormattedDob() bool
- func (o *FinancialGetBasicBvnResponseEntity) HasLastName() bool
- func (o *FinancialGetBasicBvnResponseEntity) HasMobile() bool
- func (o FinancialGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *FinancialGetBasicBvnResponseEntity) SetBvn(v string)
- func (o *FinancialGetBasicBvnResponseEntity) SetDob(v string)
- func (o *FinancialGetBasicBvnResponseEntity) SetFirstName(v string)
- func (o *FinancialGetBasicBvnResponseEntity) SetFormattedDob(v string)
- func (o *FinancialGetBasicBvnResponseEntity) SetLastName(v string)
- func (o *FinancialGetBasicBvnResponseEntity) SetMobile(v string)
- type FinancialGetFullBvnResponse
- func (o *FinancialGetFullBvnResponse) GetEntity() FinancialGetFullBvnResponseEntity
- func (o *FinancialGetFullBvnResponse) GetEntityOk() (*FinancialGetFullBvnResponseEntity, bool)
- func (o *FinancialGetFullBvnResponse) HasEntity() bool
- func (o FinancialGetFullBvnResponse) MarshalJSON() ([]byte, error)
- func (o *FinancialGetFullBvnResponse) SetEntity(v FinancialGetFullBvnResponseEntity)
- type FinancialGetFullBvnResponseEntity
- func (o *FinancialGetFullBvnResponseEntity) GetBvn() string
- func (o *FinancialGetFullBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetDateOfBirth() string
- func (o *FinancialGetFullBvnResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetEmail() string
- func (o *FinancialGetFullBvnResponseEntity) GetEmailOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBank() string
- func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBranch() string
- func (o *FinancialGetFullBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetFirstName() string
- func (o *FinancialGetFullBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetGender() string
- func (o *FinancialGetFullBvnResponseEntity) GetGenderOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetImage() string
- func (o *FinancialGetFullBvnResponseEntity) GetImageOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetLastName() string
- func (o *FinancialGetFullBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetLevelOfAccount() string
- func (o *FinancialGetFullBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetLgaOfOrigin() string
- func (o *FinancialGetFullBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetLgaOfResidence() string
- func (o *FinancialGetFullBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetMaritalStatus() string
- func (o *FinancialGetFullBvnResponseEntity) GetMaritalStatusOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetMiddleName() string
- func (o *FinancialGetFullBvnResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetNameOnCard() string
- func (o *FinancialGetFullBvnResponseEntity) GetNameOnCardOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetNationality() string
- func (o *FinancialGetFullBvnResponseEntity) GetNationalityOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetNin() string
- func (o *FinancialGetFullBvnResponseEntity) GetNinOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber1() string
- func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber2() string
- func (o *FinancialGetFullBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetRegistrationDate() string
- func (o *FinancialGetFullBvnResponseEntity) GetRegistrationDateOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetResidentialAddress() string
- func (o *FinancialGetFullBvnResponseEntity) GetResidentialAddressOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetStateOfOrigin() string
- func (o *FinancialGetFullBvnResponseEntity) GetStateOfOriginOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetStateOfResidence() string
- func (o *FinancialGetFullBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetTitle() string
- func (o *FinancialGetFullBvnResponseEntity) GetTitleOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) GetWatchListed() string
- func (o *FinancialGetFullBvnResponseEntity) GetWatchListedOk() (*string, bool)
- func (o *FinancialGetFullBvnResponseEntity) HasBvn() bool
- func (o *FinancialGetFullBvnResponseEntity) HasDateOfBirth() bool
- func (o *FinancialGetFullBvnResponseEntity) HasEmail() bool
- func (o *FinancialGetFullBvnResponseEntity) HasEnrollmentBank() bool
- func (o *FinancialGetFullBvnResponseEntity) HasEnrollmentBranch() bool
- func (o *FinancialGetFullBvnResponseEntity) HasFirstName() bool
- func (o *FinancialGetFullBvnResponseEntity) HasGender() bool
- func (o *FinancialGetFullBvnResponseEntity) HasImage() bool
- func (o *FinancialGetFullBvnResponseEntity) HasLastName() bool
- func (o *FinancialGetFullBvnResponseEntity) HasLevelOfAccount() bool
- func (o *FinancialGetFullBvnResponseEntity) HasLgaOfOrigin() bool
- func (o *FinancialGetFullBvnResponseEntity) HasLgaOfResidence() bool
- func (o *FinancialGetFullBvnResponseEntity) HasMaritalStatus() bool
- func (o *FinancialGetFullBvnResponseEntity) HasMiddleName() bool
- func (o *FinancialGetFullBvnResponseEntity) HasNameOnCard() bool
- func (o *FinancialGetFullBvnResponseEntity) HasNationality() bool
- func (o *FinancialGetFullBvnResponseEntity) HasNin() bool
- func (o *FinancialGetFullBvnResponseEntity) HasPhoneNumber1() bool
- func (o *FinancialGetFullBvnResponseEntity) HasPhoneNumber2() bool
- func (o *FinancialGetFullBvnResponseEntity) HasRegistrationDate() bool
- func (o *FinancialGetFullBvnResponseEntity) HasResidentialAddress() bool
- func (o *FinancialGetFullBvnResponseEntity) HasStateOfOrigin() bool
- func (o *FinancialGetFullBvnResponseEntity) HasStateOfResidence() bool
- func (o *FinancialGetFullBvnResponseEntity) HasTitle() bool
- func (o *FinancialGetFullBvnResponseEntity) HasWatchListed() bool
- func (o FinancialGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *FinancialGetFullBvnResponseEntity) SetBvn(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetDateOfBirth(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetEmail(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetEnrollmentBank(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetEnrollmentBranch(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetFirstName(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetGender(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetImage(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetLastName(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetLevelOfAccount(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetLgaOfOrigin(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetLgaOfResidence(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetMaritalStatus(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetMiddleName(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetNameOnCard(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetNationality(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetNin(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetPhoneNumber1(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetPhoneNumber2(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetRegistrationDate(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetResidentialAddress(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetStateOfOrigin(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetStateOfResidence(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetTitle(v string)
- func (o *FinancialGetFullBvnResponseEntity) SetWatchListed(v string)
- type GHKYCApiGetDriversLicenseRequest
- func (r GHKYCApiGetDriversLicenseRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetDriversLicenseRequest
- func (r GHKYCApiGetDriversLicenseRequest) Execute() (*GetDriversLicenseResponse, *http.Response, error)
- func (r GHKYCApiGetDriversLicenseRequest) FullName(fullName string) GHKYCApiGetDriversLicenseRequest
- func (r GHKYCApiGetDriversLicenseRequest) Id(id string) GHKYCApiGetDriversLicenseRequest
- type GHKYCApiGetPassportRequest
- func (r GHKYCApiGetPassportRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetPassportRequest
- func (r GHKYCApiGetPassportRequest) Execute() (*GetPassportResponse, *http.Response, error)
- func (r GHKYCApiGetPassportRequest) FirstName(firstName string) GHKYCApiGetPassportRequest
- func (r GHKYCApiGetPassportRequest) Id(id string) GHKYCApiGetPassportRequest
- func (r GHKYCApiGetPassportRequest) LastName(lastName string) GHKYCApiGetPassportRequest
- func (r GHKYCApiGetPassportRequest) MiddleName(middleName string) GHKYCApiGetPassportRequest
- type GHKYCApiGetSsnitRequest
- func (r GHKYCApiGetSsnitRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetSsnitRequest
- func (r GHKYCApiGetSsnitRequest) Execute() (*GetSsnitResponse, *http.Response, error)
- func (r GHKYCApiGetSsnitRequest) FullName(fullName string) GHKYCApiGetSsnitRequest
- func (r GHKYCApiGetSsnitRequest) Id(id string) GHKYCApiGetSsnitRequest
- type GHKYCApiService
- func (a *GHKYCApiService) GetDriversLicense() GHKYCApiGetDriversLicenseRequest
- func (a *GHKYCApiService) GetDriversLicenseExecute(r GHKYCApiGetDriversLicenseRequest) (*GetDriversLicenseResponse, *http.Response, error)
- func (a *GHKYCApiService) GetPassport() GHKYCApiGetPassportRequest
- func (a *GHKYCApiService) GetPassportExecute(r GHKYCApiGetPassportRequest) (*GetPassportResponse, *http.Response, error)
- func (a *GHKYCApiService) GetSsnit() GHKYCApiGetSsnitRequest
- func (a *GHKYCApiService) GetSsnitExecute(r GHKYCApiGetSsnitRequest) (*GetSsnitResponse, *http.Response, error)
- type GeneralApiGetBanksRequest
- type GeneralApiGetBinRequest
- type GeneralApiGetDataPlansRequest
- type GeneralApiGetNubanRequest
- type GeneralApiGetWalletBalanceRequest
- type GeneralApiPurchaseAirtimeRequest
- type GeneralApiPurchaseDataRequest
- type GeneralApiService
- func (a *GeneralApiService) GetBanks() GeneralApiGetBanksRequest
- func (a *GeneralApiService) GetBanksExecute(r GeneralApiGetBanksRequest) (*GetBanksResponse, *http.Response, error)
- func (a *GeneralApiService) GetBin() GeneralApiGetBinRequest
- func (a *GeneralApiService) GetBinExecute(r GeneralApiGetBinRequest) (*GetBinResponse, *http.Response, error)
- func (a *GeneralApiService) GetDataPlans() GeneralApiGetDataPlansRequest
- func (a *GeneralApiService) GetDataPlansExecute(r GeneralApiGetDataPlansRequest) (*GetDataPlansResponse, *http.Response, error)
- func (a *GeneralApiService) GetNuban() GeneralApiGetNubanRequest
- func (a *GeneralApiService) GetNubanExecute(r GeneralApiGetNubanRequest) (*GeneralGetNubanResponse, *http.Response, error)
- func (a *GeneralApiService) GetWalletBalance() GeneralApiGetWalletBalanceRequest
- func (a *GeneralApiService) GetWalletBalanceExecute(r GeneralApiGetWalletBalanceRequest) (*GetWalletBalanceResponse, *http.Response, error)
- func (a *GeneralApiService) PurchaseAirtime() GeneralApiPurchaseAirtimeRequest
- func (a *GeneralApiService) PurchaseAirtimeExecute(r GeneralApiPurchaseAirtimeRequest) (*PurchaseAirtimeResponse, *http.Response, error)
- func (a *GeneralApiService) PurchaseData() GeneralApiPurchaseDataRequest
- func (a *GeneralApiService) PurchaseDataExecute(r GeneralApiPurchaseDataRequest) (*PurchaseDataResponse, *http.Response, error)
- type GeneralGetNubanResponse
- func (o *GeneralGetNubanResponse) GetEntity() GeneralGetNubanResponseEntity
- func (o *GeneralGetNubanResponse) GetEntityOk() (*GeneralGetNubanResponseEntity, bool)
- func (o *GeneralGetNubanResponse) HasEntity() bool
- func (o GeneralGetNubanResponse) MarshalJSON() ([]byte, error)
- func (o *GeneralGetNubanResponse) SetEntity(v GeneralGetNubanResponseEntity)
- type GeneralGetNubanResponseEntity
- func (o *GeneralGetNubanResponseEntity) GetAccountName() string
- func (o *GeneralGetNubanResponseEntity) GetAccountNameOk() (*string, bool)
- func (o *GeneralGetNubanResponseEntity) GetAccountNumber() string
- func (o *GeneralGetNubanResponseEntity) GetAccountNumberOk() (*string, bool)
- func (o *GeneralGetNubanResponseEntity) HasAccountName() bool
- func (o *GeneralGetNubanResponseEntity) HasAccountNumber() bool
- func (o GeneralGetNubanResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GeneralGetNubanResponseEntity) SetAccountName(v string)
- func (o *GeneralGetNubanResponseEntity) SetAccountNumber(v string)
- type GeneralGetWalletBalanceResponse
- func (o *GeneralGetWalletBalanceResponse) GetEntity() GetWalletBalanceResponseEntity
- func (o *GeneralGetWalletBalanceResponse) GetEntityOk() (*GetWalletBalanceResponseEntity, bool)
- func (o *GeneralGetWalletBalanceResponse) HasEntity() bool
- func (o GeneralGetWalletBalanceResponse) MarshalJSON() ([]byte, error)
- func (o *GeneralGetWalletBalanceResponse) SetEntity(v GetWalletBalanceResponseEntity)
- type GenericOpenAPIError
- type GetAccountAnalysisResponse
- func (o *GetAccountAnalysisResponse) GetEntity() GetAccountAnalysisResponseEntity
- func (o *GetAccountAnalysisResponse) GetEntityOk() (*GetAccountAnalysisResponseEntity, bool)
- func (o *GetAccountAnalysisResponse) HasEntity() bool
- func (o GetAccountAnalysisResponse) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponse) SetEntity(v GetAccountAnalysisResponseEntity)
- type GetAccountAnalysisResponseEntity
- func (o *GetAccountAnalysisResponseEntity) GetAccountBreakdown() GetAccountAnalysisResponseEntityAccountBreakdown
- func (o *GetAccountAnalysisResponseEntity) GetAccountBreakdownOk() (*GetAccountAnalysisResponseEntityAccountBreakdown, bool)
- func (o *GetAccountAnalysisResponseEntity) GetExpenseBreakdown() GetAccountAnalysisResponseEntityExpenseBreakdown
- func (o *GetAccountAnalysisResponseEntity) GetExpenseBreakdownOk() (*GetAccountAnalysisResponseEntityExpenseBreakdown, bool)
- func (o *GetAccountAnalysisResponseEntity) GetFundsManagement() GetAccountAnalysisResponseEntityFundsManagement
- func (o *GetAccountAnalysisResponseEntity) GetFundsManagementOk() (*GetAccountAnalysisResponseEntityFundsManagement, bool)
- func (o *GetAccountAnalysisResponseEntity) GetInflowBreakdown() GetAccountAnalysisResponseEntityInflowBreakdown
- func (o *GetAccountAnalysisResponseEntity) GetInflowBreakdownOk() (*GetAccountAnalysisResponseEntityInflowBreakdown, bool)
- func (o *GetAccountAnalysisResponseEntity) GetStatus() float32
- func (o *GetAccountAnalysisResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdown() GetAccountAnalysisResponseEntityTransactionRoutineBreakdown
- func (o *GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdownOk() (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown, bool)
- func (o *GetAccountAnalysisResponseEntity) HasAccountBreakdown() bool
- func (o *GetAccountAnalysisResponseEntity) HasExpenseBreakdown() bool
- func (o *GetAccountAnalysisResponseEntity) HasFundsManagement() bool
- func (o *GetAccountAnalysisResponseEntity) HasInflowBreakdown() bool
- func (o *GetAccountAnalysisResponseEntity) HasStatus() bool
- func (o *GetAccountAnalysisResponseEntity) HasTransactionRoutineBreakdown() bool
- func (o GetAccountAnalysisResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntity) SetAccountBreakdown(v GetAccountAnalysisResponseEntityAccountBreakdown)
- func (o *GetAccountAnalysisResponseEntity) SetExpenseBreakdown(v GetAccountAnalysisResponseEntityExpenseBreakdown)
- func (o *GetAccountAnalysisResponseEntity) SetFundsManagement(v GetAccountAnalysisResponseEntityFundsManagement)
- func (o *GetAccountAnalysisResponseEntity) SetInflowBreakdown(v GetAccountAnalysisResponseEntityInflowBreakdown)
- func (o *GetAccountAnalysisResponseEntity) SetStatus(v float32)
- func (o *GetAccountAnalysisResponseEntity) SetTransactionRoutineBreakdown(v GetAccountAnalysisResponseEntityTransactionRoutineBreakdown)
- type GetAccountAnalysisResponseEntityAccountBreakdown
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalance() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyBalanceOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCredits() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyCreditsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebits() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageMonthlyDebitsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalance() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyBalanceOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCredits() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyCreditsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebits() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetAverageWeeklyDebitsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalance() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalanceOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatement() string
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetFirstDateInStatementOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatement() string
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetLastDateInStatementOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonths() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetNumberOfTransactingMonthsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatement() string
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetPeriodInStatementOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntry() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntryOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMade() float32
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMadeOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatement() string
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatementOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyBalance() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyCredits() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageMonthlyDebits() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyBalance() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyCredits() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasAverageWeeklyDebits() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasClosingBalance() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasFirstDateInStatement() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasLastDateInStatement() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasNumberOfTransactingMonths() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasPeriodInStatement() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalCreditEntry() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalDebitMade() bool
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasYearInStatement() bool
- func (o GetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyBalance(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyCredits(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageMonthlyDebits(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyBalance(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyCredits(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetAverageWeeklyDebits(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetClosingBalance(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetFirstDateInStatement(v string)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetLastDateInStatement(v string)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetNumberOfTransactingMonths(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetPeriodInStatement(v string)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalCreditEntry(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalDebitMade(v float32)
- func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetYearInStatement(v string)
- type GetAccountAnalysisResponseEntityExpenseBreakdown
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocations() []string
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocationsOk() ([]string, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandData() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAirtimeandDataOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOS() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnAtmAndPOSOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDuty() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnChargesAndStampDutyOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainment() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnEntertainmentOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGambling() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnGamblingOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealth() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHealthOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFood() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnHospitalityandFoodOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsurance() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInsuranceOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactions() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnInternationalTransactionsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWeb() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnOnlineandWebOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRent() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnRentOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestments() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnSavingsAndInvestmentsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransfer() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransferOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportation() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnTransportationOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSD() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUSSDOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilities() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseOnUtilitiesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravel() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyExpenseonTravelOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpenses() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyRecurringExpensesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpenses() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAverageMonthlyTotalExpensesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpense() string
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpenseOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalary() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalaryOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpense() string
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMonthWithmaximumExpenseOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpense() string
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategory() string
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseCategoryOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMostFrequentExpenseOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndData() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnAirtimeAndDataOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactions() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnInternationalTransactionsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestments() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnSavingsAndInvestmentsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransfer() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransferOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportation() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTransportationOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravel() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnTravelOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSD() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUSSDOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilities() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseOnUtilitiesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDuty() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonChargesAndStampDutyOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainment() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonEntertainmentOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGambling() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonGamblingOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealth() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHealthOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFood() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonHospitalityandFoodOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsurance() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonInsuranceOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWeb() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalExpenseonOnlineandWebOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpenses() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalMonthlyExpensesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpenses() float32
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetTotalRecurringExpensesOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAtmLocations() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAirtimeandData() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnAtmAndPOS() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnChargesAndStampDuty() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnEntertainment() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnGambling() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHealth() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnHospitalityandFood() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInsurance() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnInternationalTransactions() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnOnlineandWeb() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnRent() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnSavingsAndInvestments() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransfer() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnTransportation() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUSSD() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseOnUtilities() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyExpenseonTravel() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyRecurringExpenses() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAverageMonthlyTotalExpenses() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMaximumExpense() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMinimumSalary() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMonthWithmaximumExpense() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpense() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMostFrequentExpenseCategory() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnAirtimeAndData() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnInternationalTransactions() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnSavingsAndInvestments() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransfer() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTransportation() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnTravel() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUSSD() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseOnUtilities() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonChargesAndStampDuty() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonEntertainment() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonGambling() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHealth() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonHospitalityandFood() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonInsurance() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalExpenseonOnlineandWeb() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalMonthlyExpenses() bool
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasTotalRecurringExpenses() bool
- func (o GetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAtmLocations(v []string)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAirtimeandData(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnAtmAndPOS(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnChargesAndStampDuty(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnEntertainment(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnGambling(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHealth(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnHospitalityandFood(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInsurance(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnInternationalTransactions(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnOnlineandWeb(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnRent(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnSavingsAndInvestments(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransfer(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnTransportation(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUSSD(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseOnUtilities(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyExpenseonTravel(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyRecurringExpenses(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAverageMonthlyTotalExpenses(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMaximumExpense(v string)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMinimumSalary(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMonthWithmaximumExpense(v string)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpense(v string)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMostFrequentExpenseCategory(v string)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnAirtimeAndData(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnInternationalTransactions(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnSavingsAndInvestments(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransfer(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTransportation(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnTravel(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUSSD(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseOnUtilities(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonChargesAndStampDuty(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonEntertainment(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonGambling(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHealth(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonHospitalityandFood(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonInsurance(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalExpenseonOnlineandWeb(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalMonthlyExpenses(v float32)
- func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetTotalRecurringExpenses(v float32)
- type GetAccountAnalysisResponseEntityFundsManagement
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivity() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivityOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweep() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweepOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmount() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanAmountOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmount() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAverageMonthlyLoanRepaymentAmountOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRate() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRateOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatus() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatusOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmount() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmountOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmount() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanRepaymentToInflowAmountOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmount() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetMonthToMonthInflowToOutflowAmountOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactions() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfCreditLoanTransactionsOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactions() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetNumberOfDebitRepaymentTransactionsOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmount() string
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetOverallInflowToOutflowAmountOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularity() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetPercentOfInflowIrregularityOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmount() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmountOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmount() float32
- func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanRepaymentAmountOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAccountActivity() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAccountSweep() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAverageMonthlyLoanRepaymentAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasGamblingRate() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasGamblingStatus() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasLoanInflowAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasLoanRepaymentToInflowAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasMonthToMonthInflowToOutflowAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfCreditLoanTransactions() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasNumberOfDebitRepaymentTransactions() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasOverallInflowToOutflowAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasPercentOfInflowIrregularity() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanAmount() bool
- func (o *GetAccountAnalysisResponseEntityFundsManagement) HasTotalLoanRepaymentAmount() bool
- func (o GetAccountAnalysisResponseEntityFundsManagement) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAccountActivity(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAccountSweep(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanAmount(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAverageMonthlyLoanRepaymentAmount(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetGamblingRate(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetGamblingStatus(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmount(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanInflowAmountNil()
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetLoanRepaymentToInflowAmount(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetMonthToMonthInflowToOutflowAmount(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactions(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfCreditLoanTransactionsNil()
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactions(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetNumberOfDebitRepaymentTransactionsNil()
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetOverallInflowToOutflowAmount(v string)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetPercentOfInflowIrregularity(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanAmount(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanRepaymentAmount(v float32)
- func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetLoanInflowAmount()
- func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfCreditLoanTransactions()
- func (o *GetAccountAnalysisResponseEntityFundsManagement) UnsetNumberOfDebitRepaymentTransactions()
- type GetAccountAnalysisResponseEntityInflowBreakdown
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarner() string
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarnerOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncome() string
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncomeOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncome() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageAdditionalIncomeOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalary() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAverageGuaranteedSalaryOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDay() string
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetEstimatedSalaryPaymentDayOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPayment() string
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetLastDateOfSalaryPaymentOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalary() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalaryOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalary() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNetAverageMonthlySalaryOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePayments() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetNumberOfAdditionalIncomePaymentsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPayments() string
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetRecurringSalaryPaymentsOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPayments() float32
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetTotalnumberOfSalaryPaymentsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasASalaryEarner() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAdditionalIncome() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageAdditionalIncome() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasAverageGuaranteedSalary() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasEstimatedSalaryPaymentDay() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasLastDateOfSalaryPayment() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasMinimumSalary() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasNetAverageMonthlySalary() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasNumberOfAdditionalIncomePayments() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasRecurringSalaryPayments() bool
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasTotalnumberOfSalaryPayments() bool
- func (o GetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetASalaryEarner(v string)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAdditionalIncome(v string)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageAdditionalIncome(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetAverageGuaranteedSalary(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDay(v string)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetEstimatedSalaryPaymentDayNil()
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPayment(v string)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetLastDateOfSalaryPaymentNil()
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetMinimumSalary(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetNetAverageMonthlySalary(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetNumberOfAdditionalIncomePayments(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPayments(v string)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetRecurringSalaryPaymentsNil()
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetTotalnumberOfSalaryPayments(v float32)
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetEstimatedSalaryPaymentDay()
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetLastDateOfSalaryPayment()
- func (o *GetAccountAnalysisResponseEntityInflowBreakdown) UnsetRecurringSalaryPayments()
- type GetAccountAnalysisResponseEntityTransactionRoutineBreakdown
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceived() string
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceivedOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMade() string
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMadeOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpense() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpenseOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRange() string
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRangeOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRange() string
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentTransactionRangeOk() (*string, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequests() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequestsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysBalanceWasLessThan10ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentNumberOfDaysTransactionsWasLessThan10ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween100ThousandTo500ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween10ThousandTo100ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesBetween500ThousandToOneMillionNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesGreaterThanOneMillionNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfBalancesLessThan10ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween100ThousandTo500ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween10ThousandTo100ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsBetween500ThousandToOneMillionNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsGreaterThanOneMillionNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNaira() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentOfTransactionsLessThan10ThousandNairaOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactions() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofCreditTransactionsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactions() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetPercentofDebitTransactionsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactions() float32
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetTotalAmountOfTransactionsOk() (*float32, bool)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastCreditReceived() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastDebitMade() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMaximumExpense() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentBalanceRange() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMostFrequentTransactionRange() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasNumberOfCardRequests() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysBalanceWasLessThan10ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween100ThousandTo500ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween10ThousandTo100ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesBetween500ThousandToOneMillionNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesGreaterThanOneMillionNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfBalancesLessThan10ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween100ThousandTo500ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween10ThousandTo100ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsBetween500ThousandToOneMillionNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsGreaterThanOneMillionNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentOfTransactionsLessThan10ThousandNaira() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofCreditTransactions() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasPercentofDebitTransactions() bool
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasTotalAmountOfTransactions() bool
- func (o GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON() ([]byte, error)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastCreditReceived(v string)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastDebitMade(v string)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMaximumExpense(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentBalanceRange(v string)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMostFrequentTransactionRange(v string)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetNumberOfCardRequests(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysBalanceWasLessThan10ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentNumberOfDaysTransactionsWasLessThan10ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween100ThousandTo500ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween10ThousandTo100ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesBetween500ThousandToOneMillionNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesGreaterThanOneMillionNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfBalancesLessThan10ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween100ThousandTo500ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween10ThousandTo100ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsBetween500ThousandToOneMillionNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsGreaterThanOneMillionNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentOfTransactionsLessThan10ThousandNaira(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofCreditTransactions(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetPercentofDebitTransactions(v float32)
- func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetTotalAmountOfTransactions(v float32)
- type GetAccountResponse
- func (o *GetAccountResponse) GetAccountNumber() string
- func (o *GetAccountResponse) GetAccountNumberOk() (*string, bool)
- func (o *GetAccountResponse) GetAccountStatus() string
- func (o *GetAccountResponse) GetAccountStatusOk() (*string, bool)
- func (o *GetAccountResponse) GetAccountType() string
- func (o *GetAccountResponse) GetAccountTypeOk() (*string, bool)
- func (o *GetAccountResponse) GetBalance() string
- func (o *GetAccountResponse) GetBalanceOk() (*string, bool)
- func (o *GetAccountResponse) GetBvn() string
- func (o *GetAccountResponse) GetBvnOk() (*string, bool)
- func (o *GetAccountResponse) GetCurrency() string
- func (o *GetAccountResponse) GetCurrencyOk() (*string, bool)
- func (o *GetAccountResponse) GetName() string
- func (o *GetAccountResponse) GetNameOk() (*string, bool)
- func (o *GetAccountResponse) HasAccountNumber() bool
- func (o *GetAccountResponse) HasAccountStatus() bool
- func (o *GetAccountResponse) HasAccountType() bool
- func (o *GetAccountResponse) HasBalance() bool
- func (o *GetAccountResponse) HasBvn() bool
- func (o *GetAccountResponse) HasCurrency() bool
- func (o *GetAccountResponse) HasName() bool
- func (o GetAccountResponse) MarshalJSON() ([]byte, error)
- func (o *GetAccountResponse) SetAccountNumber(v string)
- func (o *GetAccountResponse) SetAccountStatus(v string)
- func (o *GetAccountResponse) SetAccountType(v string)
- func (o *GetAccountResponse) SetBalance(v string)
- func (o *GetAccountResponse) SetBvn(v string)
- func (o *GetAccountResponse) SetCurrency(v string)
- func (o *GetAccountResponse) SetName(v string)
- type GetAccountSubscriptionsResponse
- func (o *GetAccountSubscriptionsResponse) GetEntity() GetAccountSubscriptionsResponseEntity
- func (o *GetAccountSubscriptionsResponse) GetEntityOk() (*GetAccountSubscriptionsResponseEntity, bool)
- func (o *GetAccountSubscriptionsResponse) HasEntity() bool
- func (o GetAccountSubscriptionsResponse) MarshalJSON() ([]byte, error)
- func (o *GetAccountSubscriptionsResponse) SetEntity(v GetAccountSubscriptionsResponseEntity)
- type GetAccountSubscriptionsResponseEntity
- func (o *GetAccountSubscriptionsResponseEntity) GetCurrentPage() float32
- func (o *GetAccountSubscriptionsResponseEntity) GetCurrentPageOk() (*float32, bool)
- func (o *GetAccountSubscriptionsResponseEntity) GetNextPage() string
- func (o *GetAccountSubscriptionsResponseEntity) GetNextPageOk() (*string, bool)
- func (o *GetAccountSubscriptionsResponseEntity) GetPreviousPage() string
- func (o *GetAccountSubscriptionsResponseEntity) GetPreviousPageOk() (*string, bool)
- func (o *GetAccountSubscriptionsResponseEntity) GetSubscriptions() []string
- func (o *GetAccountSubscriptionsResponseEntity) GetSubscriptionsOk() ([]string, bool)
- func (o *GetAccountSubscriptionsResponseEntity) GetTotal() float32
- func (o *GetAccountSubscriptionsResponseEntity) GetTotalOk() (*float32, bool)
- func (o *GetAccountSubscriptionsResponseEntity) GetTotalPages() float32
- func (o *GetAccountSubscriptionsResponseEntity) GetTotalPagesOk() (*float32, bool)
- func (o *GetAccountSubscriptionsResponseEntity) HasCurrentPage() bool
- func (o *GetAccountSubscriptionsResponseEntity) HasNextPage() bool
- func (o *GetAccountSubscriptionsResponseEntity) HasPreviousPage() bool
- func (o *GetAccountSubscriptionsResponseEntity) HasSubscriptions() bool
- func (o *GetAccountSubscriptionsResponseEntity) HasTotal() bool
- func (o *GetAccountSubscriptionsResponseEntity) HasTotalPages() bool
- func (o GetAccountSubscriptionsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetAccountSubscriptionsResponseEntity) SetCurrentPage(v float32)
- func (o *GetAccountSubscriptionsResponseEntity) SetNextPage(v string)
- func (o *GetAccountSubscriptionsResponseEntity) SetPreviousPage(v string)
- func (o *GetAccountSubscriptionsResponseEntity) SetSubscriptions(v []string)
- func (o *GetAccountSubscriptionsResponseEntity) SetTotal(v float32)
- func (o *GetAccountSubscriptionsResponseEntity) SetTotalPages(v float32)
- type GetAccountTransactionsResponse
- func (o *GetAccountTransactionsResponse) GetEntity() GetAccountTransactionsResponseEntity
- func (o *GetAccountTransactionsResponse) GetEntityOk() (*GetAccountTransactionsResponseEntity, bool)
- func (o *GetAccountTransactionsResponse) HasEntity() bool
- func (o GetAccountTransactionsResponse) MarshalJSON() ([]byte, error)
- func (o *GetAccountTransactionsResponse) SetEntity(v GetAccountTransactionsResponseEntity)
- type GetAccountTransactionsResponseEntity
- func (o *GetAccountTransactionsResponseEntity) GetCurrentPage() float32
- func (o *GetAccountTransactionsResponseEntity) GetCurrentPageOk() (*float32, bool)
- func (o *GetAccountTransactionsResponseEntity) GetNextPage() float32
- func (o *GetAccountTransactionsResponseEntity) GetNextPageOk() (*float32, bool)
- func (o *GetAccountTransactionsResponseEntity) GetPreviousPage() string
- func (o *GetAccountTransactionsResponseEntity) GetPreviousPageOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntity) GetTotal() float32
- func (o *GetAccountTransactionsResponseEntity) GetTotalOk() (*float32, bool)
- func (o *GetAccountTransactionsResponseEntity) GetTotalPages() float32
- func (o *GetAccountTransactionsResponseEntity) GetTotalPagesOk() (*float32, bool)
- func (o *GetAccountTransactionsResponseEntity) GetTransactions() []GetAccountTransactionsResponseEntityTransactionsInner
- func (o *GetAccountTransactionsResponseEntity) GetTransactionsOk() ([]GetAccountTransactionsResponseEntityTransactionsInner, bool)
- func (o *GetAccountTransactionsResponseEntity) HasCurrentPage() bool
- func (o *GetAccountTransactionsResponseEntity) HasNextPage() bool
- func (o *GetAccountTransactionsResponseEntity) HasPreviousPage() bool
- func (o *GetAccountTransactionsResponseEntity) HasTotal() bool
- func (o *GetAccountTransactionsResponseEntity) HasTotalPages() bool
- func (o *GetAccountTransactionsResponseEntity) HasTransactions() bool
- func (o GetAccountTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetAccountTransactionsResponseEntity) SetCurrentPage(v float32)
- func (o *GetAccountTransactionsResponseEntity) SetNextPage(v float32)
- func (o *GetAccountTransactionsResponseEntity) SetPreviousPage(v string)
- func (o *GetAccountTransactionsResponseEntity) SetTotal(v float32)
- func (o *GetAccountTransactionsResponseEntity) SetTotalPages(v float32)
- func (o *GetAccountTransactionsResponseEntity) SetTransactions(v []GetAccountTransactionsResponseEntityTransactionsInner)
- type GetAccountTransactionsResponseEntityTransactionsInner
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetAmount() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetAmountOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetBankName() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetBankNameOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetId() float32
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetIdOk() (*float32, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetNarration() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetNarrationOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetReference() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetReferenceOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransType() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransTypeOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDate() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDateOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetValueDate() string
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetValueDateOk() (*string, bool)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasAmount() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasBankName() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasId() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasNarration() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasReference() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasTransType() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasTransactionDate() bool
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasValueDate() bool
- func (o GetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON() ([]byte, error)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetAmount(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetBankName(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetId(v float32)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetNarration(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetReference(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetTransType(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetTransactionDate(v string)
- func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetValueDate(v string)
- type GetAdvancedCacResponse
- func (o *GetAdvancedCacResponse) GetEntity() GetBasicCacResponseEntity
- func (o *GetAdvancedCacResponse) GetEntityOk() (*GetBasicCacResponseEntity, bool)
- func (o *GetAdvancedCacResponse) HasEntity() bool
- func (o GetAdvancedCacResponse) MarshalJSON() ([]byte, error)
- func (o *GetAdvancedCacResponse) SetEntity(v GetBasicCacResponseEntity)
- type GetBanksResponse
- func (o *GetBanksResponse) GetEntity() []GetBanksResponseEntityInner
- func (o *GetBanksResponse) GetEntityOk() ([]GetBanksResponseEntityInner, bool)
- func (o *GetBanksResponse) HasEntity() bool
- func (o GetBanksResponse) MarshalJSON() ([]byte, error)
- func (o *GetBanksResponse) SetEntity(v []GetBanksResponseEntityInner)
- type GetBanksResponseEntityInner
- func (o *GetBanksResponseEntityInner) GetCode() string
- func (o *GetBanksResponseEntityInner) GetCodeOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetCountry() string
- func (o *GetBanksResponseEntityInner) GetCountryOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetCurrency() string
- func (o *GetBanksResponseEntityInner) GetCurrencyOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetGateway() string
- func (o *GetBanksResponseEntityInner) GetGatewayOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetLongcode() string
- func (o *GetBanksResponseEntityInner) GetLongcodeOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetName() string
- func (o *GetBanksResponseEntityInner) GetNameOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) GetSlug() string
- func (o *GetBanksResponseEntityInner) GetSlugOk() (*string, bool)
- func (o *GetBanksResponseEntityInner) HasCode() bool
- func (o *GetBanksResponseEntityInner) HasCountry() bool
- func (o *GetBanksResponseEntityInner) HasCurrency() bool
- func (o *GetBanksResponseEntityInner) HasGateway() bool
- func (o *GetBanksResponseEntityInner) HasLongcode() bool
- func (o *GetBanksResponseEntityInner) HasName() bool
- func (o *GetBanksResponseEntityInner) HasSlug() bool
- func (o GetBanksResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *GetBanksResponseEntityInner) SetCode(v string)
- func (o *GetBanksResponseEntityInner) SetCountry(v string)
- func (o *GetBanksResponseEntityInner) SetCurrency(v string)
- func (o *GetBanksResponseEntityInner) SetGateway(v string)
- func (o *GetBanksResponseEntityInner) SetGatewayNil()
- func (o *GetBanksResponseEntityInner) SetLongcode(v string)
- func (o *GetBanksResponseEntityInner) SetName(v string)
- func (o *GetBanksResponseEntityInner) SetSlug(v string)
- func (o *GetBanksResponseEntityInner) UnsetGateway()
- type GetBasicBvnResponse
- func (o *GetBasicBvnResponse) GetEntity() GetBasicBvnResponseEntity
- func (o *GetBasicBvnResponse) GetEntityOk() (*GetBasicBvnResponseEntity, bool)
- func (o *GetBasicBvnResponse) HasEntity() bool
- func (o GetBasicBvnResponse) MarshalJSON() ([]byte, error)
- func (o *GetBasicBvnResponse) SetEntity(v GetBasicBvnResponseEntity)
- type GetBasicBvnResponseEntity
- func (o *GetBasicBvnResponseEntity) GetBvn() string
- func (o *GetBasicBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) GetDob() string
- func (o *GetBasicBvnResponseEntity) GetDobOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) GetFirstName() string
- func (o *GetBasicBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) GetFormattedDob() string
- func (o *GetBasicBvnResponseEntity) GetFormattedDobOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) GetLastName() string
- func (o *GetBasicBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) GetMobile() string
- func (o *GetBasicBvnResponseEntity) GetMobileOk() (*string, bool)
- func (o *GetBasicBvnResponseEntity) HasBvn() bool
- func (o *GetBasicBvnResponseEntity) HasDob() bool
- func (o *GetBasicBvnResponseEntity) HasFirstName() bool
- func (o *GetBasicBvnResponseEntity) HasFormattedDob() bool
- func (o *GetBasicBvnResponseEntity) HasLastName() bool
- func (o *GetBasicBvnResponseEntity) HasMobile() bool
- func (o GetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetBasicBvnResponseEntity) SetBvn(v string)
- func (o *GetBasicBvnResponseEntity) SetDob(v string)
- func (o *GetBasicBvnResponseEntity) SetFirstName(v string)
- func (o *GetBasicBvnResponseEntity) SetFormattedDob(v string)
- func (o *GetBasicBvnResponseEntity) SetLastName(v string)
- func (o *GetBasicBvnResponseEntity) SetMobile(v string)
- type GetBasicCacResponse
- func (o *GetBasicCacResponse) GetEntity() GetBasicCacResponseEntity
- func (o *GetBasicCacResponse) GetEntityOk() (*GetBasicCacResponseEntity, bool)
- func (o *GetBasicCacResponse) HasEntity() bool
- func (o GetBasicCacResponse) MarshalJSON() ([]byte, error)
- func (o *GetBasicCacResponse) SetEntity(v GetBasicCacResponseEntity)
- type GetBasicCacResponseEntity
- func (o *GetBasicCacResponseEntity) GetAddress() string
- func (o *GetBasicCacResponseEntity) GetAddressOk() (*string, bool)
- func (o *GetBasicCacResponseEntity) GetCompanyName() string
- func (o *GetBasicCacResponseEntity) GetCompanyNameOk() (*string, bool)
- func (o *GetBasicCacResponseEntity) GetDateOfRegistration() string
- func (o *GetBasicCacResponseEntity) GetDateOfRegistrationOk() (*string, bool)
- func (o *GetBasicCacResponseEntity) GetRcNumber() string
- func (o *GetBasicCacResponseEntity) GetRcNumberOk() (*string, bool)
- func (o *GetBasicCacResponseEntity) GetTypeOfCompany() string
- func (o *GetBasicCacResponseEntity) GetTypeOfCompanyOk() (*string, bool)
- func (o *GetBasicCacResponseEntity) HasAddress() bool
- func (o *GetBasicCacResponseEntity) HasCompanyName() bool
- func (o *GetBasicCacResponseEntity) HasDateOfRegistration() bool
- func (o *GetBasicCacResponseEntity) HasRcNumber() bool
- func (o *GetBasicCacResponseEntity) HasTypeOfCompany() bool
- func (o GetBasicCacResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetBasicCacResponseEntity) SetAddress(v string)
- func (o *GetBasicCacResponseEntity) SetCompanyName(v string)
- func (o *GetBasicCacResponseEntity) SetDateOfRegistration(v string)
- func (o *GetBasicCacResponseEntity) SetRcNumber(v string)
- func (o *GetBasicCacResponseEntity) SetTypeOfCompany(v string)
- type GetBasicPhoneNumberResponse
- func (o *GetBasicPhoneNumberResponse) GetEntity() GetBasicPhoneNumberResponseEntity
- func (o *GetBasicPhoneNumberResponse) GetEntityOk() (*GetBasicPhoneNumberResponseEntity, bool)
- func (o *GetBasicPhoneNumberResponse) HasEntity() bool
- func (o GetBasicPhoneNumberResponse) MarshalJSON() ([]byte, error)
- func (o *GetBasicPhoneNumberResponse) SetEntity(v GetBasicPhoneNumberResponseEntity)
- type GetBasicPhoneNumberResponseEntity
- func (o *GetBasicPhoneNumberResponseEntity) GetAccountNumber() string
- func (o *GetBasicPhoneNumberResponseEntity) GetAccountNumberOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetAddress() string
- func (o *GetBasicPhoneNumberResponseEntity) GetAddressCity() string
- func (o *GetBasicPhoneNumberResponseEntity) GetAddressCityOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetAddressOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetAddressState() string
- func (o *GetBasicPhoneNumberResponseEntity) GetAddressStateOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetBankCode() string
- func (o *GetBasicPhoneNumberResponseEntity) GetBankCodeOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetBvn() string
- func (o *GetBasicPhoneNumberResponseEntity) GetBvnOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetDateOfBirth() string
- func (o *GetBasicPhoneNumberResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetEmail() string
- func (o *GetBasicPhoneNumberResponseEntity) GetEmailOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetEncryptedPan() string
- func (o *GetBasicPhoneNumberResponseEntity) GetEncryptedPanOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetFirstName() string
- func (o *GetBasicPhoneNumberResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetGender() string
- func (o *GetBasicPhoneNumberResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetLastName() string
- func (o *GetBasicPhoneNumberResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) GetMsisdn() string
- func (o *GetBasicPhoneNumberResponseEntity) GetMsisdnOk() (*string, bool)
- func (o *GetBasicPhoneNumberResponseEntity) HasAccountNumber() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasAddress() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasAddressCity() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasAddressState() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasBankCode() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasBvn() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasDateOfBirth() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasEmail() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasEncryptedPan() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasFirstName() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasGender() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasLastName() bool
- func (o *GetBasicPhoneNumberResponseEntity) HasMsisdn() bool
- func (o GetBasicPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetBasicPhoneNumberResponseEntity) SetAccountNumber(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetAddress(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetAddressCity(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetAddressState(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetBankCode(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetBvn(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetDateOfBirth(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetEmail(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetEncryptedPan(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetFirstName(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetGender(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetLastName(v string)
- func (o *GetBasicPhoneNumberResponseEntity) SetMsisdn(v string)
- type GetBinResponse
- type GetBinResponseEntity
- func (o *GetBinResponseEntity) GetBank() string
- func (o *GetBinResponseEntity) GetBankOk() (*string, bool)
- func (o *GetBinResponseEntity) GetBin() string
- func (o *GetBinResponseEntity) GetBinOk() (*string, bool)
- func (o *GetBinResponseEntity) GetBrand() string
- func (o *GetBinResponseEntity) GetBrandOk() (*string, bool)
- func (o *GetBinResponseEntity) GetCardType() string
- func (o *GetBinResponseEntity) GetCardTypeOk() (*string, bool)
- func (o *GetBinResponseEntity) GetCountryCode() string
- func (o *GetBinResponseEntity) GetCountryCodeOk() (*string, bool)
- func (o *GetBinResponseEntity) GetCountryName() string
- func (o *GetBinResponseEntity) GetCountryNameOk() (*string, bool)
- func (o *GetBinResponseEntity) GetSubBrand() string
- func (o *GetBinResponseEntity) GetSubBrandOk() (*string, bool)
- func (o *GetBinResponseEntity) HasBank() bool
- func (o *GetBinResponseEntity) HasBin() bool
- func (o *GetBinResponseEntity) HasBrand() bool
- func (o *GetBinResponseEntity) HasCardType() bool
- func (o *GetBinResponseEntity) HasCountryCode() bool
- func (o *GetBinResponseEntity) HasCountryName() bool
- func (o *GetBinResponseEntity) HasSubBrand() bool
- func (o GetBinResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetBinResponseEntity) SetBank(v string)
- func (o *GetBinResponseEntity) SetBin(v string)
- func (o *GetBinResponseEntity) SetBrand(v string)
- func (o *GetBinResponseEntity) SetCardType(v string)
- func (o *GetBinResponseEntity) SetCountryCode(v string)
- func (o *GetBinResponseEntity) SetCountryName(v string)
- func (o *GetBinResponseEntity) SetSubBrand(v string)
- type GetCacResponse
- type GetCacResponseEntity
- func (o *GetCacResponseEntity) GetAddress() string
- func (o *GetCacResponseEntity) GetAddressOk() (*string, bool)
- func (o *GetCacResponseEntity) GetCompanyName() string
- func (o *GetCacResponseEntity) GetCompanyNameOk() (*string, bool)
- func (o *GetCacResponseEntity) GetDateOfRegistration() string
- func (o *GetCacResponseEntity) GetDateOfRegistrationOk() (*string, bool)
- func (o *GetCacResponseEntity) GetRcNumber() string
- func (o *GetCacResponseEntity) GetRcNumberOk() (*string, bool)
- func (o *GetCacResponseEntity) HasAddress() bool
- func (o *GetCacResponseEntity) HasCompanyName() bool
- func (o *GetCacResponseEntity) HasDateOfRegistration() bool
- func (o *GetCacResponseEntity) HasRcNumber() bool
- func (o GetCacResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetCacResponseEntity) SetAddress(v string)
- func (o *GetCacResponseEntity) SetCompanyName(v string)
- func (o *GetCacResponseEntity) SetDateOfRegistration(v string)
- func (o *GetCacResponseEntity) SetRcNumber(v string)
- type GetDataPlansResponse
- func (o *GetDataPlansResponse) GetEntity() []PurchaseDataResponseEntityInner
- func (o *GetDataPlansResponse) GetEntityOk() ([]PurchaseDataResponseEntityInner, bool)
- func (o *GetDataPlansResponse) HasEntity() bool
- func (o GetDataPlansResponse) MarshalJSON() ([]byte, error)
- func (o *GetDataPlansResponse) SetEntity(v []PurchaseDataResponseEntityInner)
- type GetDocumentAnalysisRequest
- type GetDocumentAnalysisResponse
- func (o *GetDocumentAnalysisResponse) GetEntity() GetDocumentAnalysisResponseEntity
- func (o *GetDocumentAnalysisResponse) GetEntityOk() (*GetDocumentAnalysisResponseEntity, bool)
- func (o *GetDocumentAnalysisResponse) HasEntity() bool
- func (o GetDocumentAnalysisResponse) MarshalJSON() ([]byte, error)
- func (o *GetDocumentAnalysisResponse) SetEntity(v GetDocumentAnalysisResponseEntity)
- type GetDocumentAnalysisResponseEntity
- func (o *GetDocumentAnalysisResponseEntity) GetData() GetDocumentAnalysisResponseEntityData
- func (o *GetDocumentAnalysisResponseEntity) GetDataOk() (*GetDocumentAnalysisResponseEntityData, bool)
- func (o *GetDocumentAnalysisResponseEntity) HasData() bool
- func (o GetDocumentAnalysisResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetDocumentAnalysisResponseEntity) SetData(v GetDocumentAnalysisResponseEntityData)
- type GetDocumentAnalysisResponseEntityData
- func (o *GetDocumentAnalysisResponseEntityData) GetADDRESS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetADDRESSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetCITY_IN_ADDRESSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetCLASS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetCLASSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetCOUNTY() string
- func (o *GetDocumentAnalysisResponseEntityData) GetCOUNTYOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTH() string
- func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_BIRTHOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUE() string
- func (o *GetDocumentAnalysisResponseEntityData) GetDATE_OF_ISSUEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBER() string
- func (o *GetDocumentAnalysisResponseEntityData) GetDOCUMENT_NUMBEROk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetENDORSEMENTS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetENDORSEMENTSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATE() string
- func (o *GetDocumentAnalysisResponseEntityData) GetEXPIRATION_DATEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetFIRST_NAME() string
- func (o *GetDocumentAnalysisResponseEntityData) GetFIRST_NAMEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetID_TYPE() string
- func (o *GetDocumentAnalysisResponseEntityData) GetID_TYPEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetLAST_NAME() string
- func (o *GetDocumentAnalysisResponseEntityData) GetLAST_NAMEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAME() string
- func (o *GetDocumentAnalysisResponseEntityData) GetMIDDLE_NAMEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTH() string
- func (o *GetDocumentAnalysisResponseEntityData) GetPLACE_OF_BIRTHOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetRESTRICTIONS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetRESTRICTIONSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_IN_ADDRESSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_NAME() string
- func (o *GetDocumentAnalysisResponseEntityData) GetSTATE_NAMEOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetSUFFIX() string
- func (o *GetDocumentAnalysisResponseEntityData) GetSUFFIXOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetVETERAN() string
- func (o *GetDocumentAnalysisResponseEntityData) GetVETERANOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESS() string
- func (o *GetDocumentAnalysisResponseEntityData) GetZIP_CODE_IN_ADDRESSOk() (*string, bool)
- func (o *GetDocumentAnalysisResponseEntityData) HasADDRESS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasCITY_IN_ADDRESS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasCLASS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasCOUNTY() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasDATE_OF_BIRTH() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasDATE_OF_ISSUE() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasDOCUMENT_NUMBER() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasENDORSEMENTS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasEXPIRATION_DATE() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasFIRST_NAME() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasID_TYPE() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasLAST_NAME() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasMIDDLE_NAME() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasPLACE_OF_BIRTH() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasRESTRICTIONS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasSTATE_IN_ADDRESS() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasSTATE_NAME() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasSUFFIX() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasVETERAN() bool
- func (o *GetDocumentAnalysisResponseEntityData) HasZIP_CODE_IN_ADDRESS() bool
- func (o GetDocumentAnalysisResponseEntityData) MarshalJSON() ([]byte, error)
- func (o *GetDocumentAnalysisResponseEntityData) SetADDRESS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetCITY_IN_ADDRESS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetCLASS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetCOUNTY(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetDATE_OF_BIRTH(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetDATE_OF_ISSUE(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetDOCUMENT_NUMBER(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetENDORSEMENTS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetEXPIRATION_DATE(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetFIRST_NAME(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetID_TYPE(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetLAST_NAME(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetMIDDLE_NAME(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetPLACE_OF_BIRTH(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetRESTRICTIONS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetSTATE_IN_ADDRESS(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetSTATE_NAME(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetSUFFIX(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetVETERAN(v string)
- func (o *GetDocumentAnalysisResponseEntityData) SetZIP_CODE_IN_ADDRESS(v string)
- type GetDriversLicenseResponse
- func (o *GetDriversLicenseResponse) GetEntity() GetDriversLicenseResponseEntity
- func (o *GetDriversLicenseResponse) GetEntityOk() (*GetDriversLicenseResponseEntity, bool)
- func (o *GetDriversLicenseResponse) HasEntity() bool
- func (o GetDriversLicenseResponse) MarshalJSON() ([]byte, error)
- func (o *GetDriversLicenseResponse) SetEntity(v GetDriversLicenseResponseEntity)
- type GetDriversLicenseResponseEntity
- func (o *GetDriversLicenseResponseEntity) GetCertificateDate() string
- func (o *GetDriversLicenseResponseEntity) GetCertificateDateOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetDateOfBirth() string
- func (o *GetDriversLicenseResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetExpiryDate() string
- func (o *GetDriversLicenseResponseEntity) GetExpiryDateOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetFullName() string
- func (o *GetDriversLicenseResponseEntity) GetFullNameOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetId() string
- func (o *GetDriversLicenseResponseEntity) GetIdOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetIsDateOfBirthMatch() bool
- func (o *GetDriversLicenseResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)
- func (o *GetDriversLicenseResponseEntity) GetIsFullNameMatch() bool
- func (o *GetDriversLicenseResponseEntity) GetIsFullNameMatchOk() (*bool, bool)
- func (o *GetDriversLicenseResponseEntity) GetIssueDate() string
- func (o *GetDriversLicenseResponseEntity) GetIssueDateOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetPicture() string
- func (o *GetDriversLicenseResponseEntity) GetPictureOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetPin() string
- func (o *GetDriversLicenseResponseEntity) GetPinOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetProcessingCenter() string
- func (o *GetDriversLicenseResponseEntity) GetProcessingCenterOk() (*string, bool)
- func (o *GetDriversLicenseResponseEntity) GetStatus() float32
- func (o *GetDriversLicenseResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetDriversLicenseResponseEntity) HasCertificateDate() bool
- func (o *GetDriversLicenseResponseEntity) HasDateOfBirth() bool
- func (o *GetDriversLicenseResponseEntity) HasExpiryDate() bool
- func (o *GetDriversLicenseResponseEntity) HasFullName() bool
- func (o *GetDriversLicenseResponseEntity) HasId() bool
- func (o *GetDriversLicenseResponseEntity) HasIsDateOfBirthMatch() bool
- func (o *GetDriversLicenseResponseEntity) HasIsFullNameMatch() bool
- func (o *GetDriversLicenseResponseEntity) HasIssueDate() bool
- func (o *GetDriversLicenseResponseEntity) HasPicture() bool
- func (o *GetDriversLicenseResponseEntity) HasPin() bool
- func (o *GetDriversLicenseResponseEntity) HasProcessingCenter() bool
- func (o *GetDriversLicenseResponseEntity) HasStatus() bool
- func (o GetDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetDriversLicenseResponseEntity) SetCertificateDate(v string)
- func (o *GetDriversLicenseResponseEntity) SetDateOfBirth(v string)
- func (o *GetDriversLicenseResponseEntity) SetExpiryDate(v string)
- func (o *GetDriversLicenseResponseEntity) SetFullName(v string)
- func (o *GetDriversLicenseResponseEntity) SetId(v string)
- func (o *GetDriversLicenseResponseEntity) SetIsDateOfBirthMatch(v bool)
- func (o *GetDriversLicenseResponseEntity) SetIsFullNameMatch(v bool)
- func (o *GetDriversLicenseResponseEntity) SetIssueDate(v string)
- func (o *GetDriversLicenseResponseEntity) SetPicture(v string)
- func (o *GetDriversLicenseResponseEntity) SetPin(v string)
- func (o *GetDriversLicenseResponseEntity) SetProcessingCenter(v string)
- func (o *GetDriversLicenseResponseEntity) SetStatus(v float32)
- type GetEarningStructureResponse
- func (o *GetEarningStructureResponse) GetEntity() GetEarningStructureResponseEntity
- func (o *GetEarningStructureResponse) GetEntityOk() (*GetEarningStructureResponseEntity, bool)
- func (o *GetEarningStructureResponse) HasEntity() bool
- func (o GetEarningStructureResponse) MarshalJSON() ([]byte, error)
- func (o *GetEarningStructureResponse) SetEntity(v GetEarningStructureResponseEntity)
- type GetEarningStructureResponseEntity
- func (o *GetEarningStructureResponseEntity) GetAverageMonthlyIncome() float32
- func (o *GetEarningStructureResponseEntity) GetAverageMonthlyIncomeOk() (*float32, bool)
- func (o *GetEarningStructureResponseEntity) GetConsistent() bool
- func (o *GetEarningStructureResponseEntity) GetConsistentOk() (*bool, bool)
- func (o *GetEarningStructureResponseEntity) GetNumberOfDays() float32
- func (o *GetEarningStructureResponseEntity) GetNumberOfDaysOk() (*float32, bool)
- func (o *GetEarningStructureResponseEntity) GetSalaryEarner() bool
- func (o *GetEarningStructureResponseEntity) GetSalaryEarnerOk() (*bool, bool)
- func (o *GetEarningStructureResponseEntity) HasAverageMonthlyIncome() bool
- func (o *GetEarningStructureResponseEntity) HasConsistent() bool
- func (o *GetEarningStructureResponseEntity) HasNumberOfDays() bool
- func (o *GetEarningStructureResponseEntity) HasSalaryEarner() bool
- func (o GetEarningStructureResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetEarningStructureResponseEntity) SetAverageMonthlyIncome(v float32)
- func (o *GetEarningStructureResponseEntity) SetConsistent(v bool)
- func (o *GetEarningStructureResponseEntity) SetNumberOfDays(v float32)
- func (o *GetEarningStructureResponseEntity) SetSalaryEarner(v bool)
- type GetEmailReputationResponse
- func (o *GetEmailReputationResponse) GetEntity() GetEmailReputationResponseEntity
- func (o *GetEmailReputationResponse) GetEntityOk() (*GetEmailReputationResponseEntity, bool)
- func (o *GetEmailReputationResponse) HasEntity() bool
- func (o GetEmailReputationResponse) MarshalJSON() ([]byte, error)
- func (o *GetEmailReputationResponse) SetEntity(v GetEmailReputationResponseEntity)
- type GetEmailReputationResponseEntity
- func (o *GetEmailReputationResponseEntity) GetDetails() GetEmailReputationResponseEntityDetails
- func (o *GetEmailReputationResponseEntity) GetDetailsOk() (*GetEmailReputationResponseEntityDetails, bool)
- func (o *GetEmailReputationResponseEntity) GetEmail() string
- func (o *GetEmailReputationResponseEntity) GetEmailOk() (*string, bool)
- func (o *GetEmailReputationResponseEntity) GetReferences() float32
- func (o *GetEmailReputationResponseEntity) GetReferencesOk() (*float32, bool)
- func (o *GetEmailReputationResponseEntity) GetReputation() string
- func (o *GetEmailReputationResponseEntity) GetReputationOk() (*string, bool)
- func (o *GetEmailReputationResponseEntity) GetSuspicious() bool
- func (o *GetEmailReputationResponseEntity) GetSuspiciousOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntity) HasDetails() bool
- func (o *GetEmailReputationResponseEntity) HasEmail() bool
- func (o *GetEmailReputationResponseEntity) HasReferences() bool
- func (o *GetEmailReputationResponseEntity) HasReputation() bool
- func (o *GetEmailReputationResponseEntity) HasSuspicious() bool
- func (o GetEmailReputationResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetEmailReputationResponseEntity) SetDetails(v GetEmailReputationResponseEntityDetails)
- func (o *GetEmailReputationResponseEntity) SetEmail(v string)
- func (o *GetEmailReputationResponseEntity) SetReferences(v float32)
- func (o *GetEmailReputationResponseEntity) SetReputation(v string)
- func (o *GetEmailReputationResponseEntity) SetSuspicious(v bool)
- type GetEmailReputationResponseEntityDetails
- func (o *GetEmailReputationResponseEntityDetails) GetAcceptAll() bool
- func (o *GetEmailReputationResponseEntityDetails) GetAcceptAllOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetBlacklisted() bool
- func (o *GetEmailReputationResponseEntityDetails) GetBlacklistedOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeaked() bool
- func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeakedOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecent() bool
- func (o *GetEmailReputationResponseEntityDetails) GetCredentialsLeakedRecentOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDataBreach() bool
- func (o *GetEmailReputationResponseEntityDetails) GetDataBreachOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreation() float32
- func (o *GetEmailReputationResponseEntityDetails) GetDaysSinceDomainCreationOk() (*float32, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDeliverable() bool
- func (o *GetEmailReputationResponseEntityDetails) GetDeliverableOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDisposable() bool
- func (o *GetEmailReputationResponseEntityDetails) GetDisposableOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDmarcEnforced() bool
- func (o *GetEmailReputationResponseEntityDetails) GetDmarcEnforcedOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDomainExists() bool
- func (o *GetEmailReputationResponseEntityDetails) GetDomainExistsOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetDomainReputation() string
- func (o *GetEmailReputationResponseEntityDetails) GetDomainReputationOk() (*string, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetFirstSeen() string
- func (o *GetEmailReputationResponseEntityDetails) GetFirstSeenOk() (*string, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetFreeProvider() bool
- func (o *GetEmailReputationResponseEntityDetails) GetFreeProviderOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetLastSeen() string
- func (o *GetEmailReputationResponseEntityDetails) GetLastSeenOk() (*string, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivity() bool
- func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivityOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivityRecent() bool
- func (o *GetEmailReputationResponseEntityDetails) GetMaliciousActivityRecentOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetNewDomain() bool
- func (o *GetEmailReputationResponseEntityDetails) GetNewDomainOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetPrimaryMx() string
- func (o *GetEmailReputationResponseEntityDetails) GetPrimaryMxOk() (*string, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetProfiles() []string
- func (o *GetEmailReputationResponseEntityDetails) GetProfilesOk() ([]string, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetSpam() bool
- func (o *GetEmailReputationResponseEntityDetails) GetSpamOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetSpfStrict() bool
- func (o *GetEmailReputationResponseEntityDetails) GetSpfStrictOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetSpoofable() bool
- func (o *GetEmailReputationResponseEntityDetails) GetSpoofableOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetSuspiciousTld() bool
- func (o *GetEmailReputationResponseEntityDetails) GetSuspiciousTldOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) GetValidMx() bool
- func (o *GetEmailReputationResponseEntityDetails) GetValidMxOk() (*bool, bool)
- func (o *GetEmailReputationResponseEntityDetails) HasAcceptAll() bool
- func (o *GetEmailReputationResponseEntityDetails) HasBlacklisted() bool
- func (o *GetEmailReputationResponseEntityDetails) HasCredentialsLeaked() bool
- func (o *GetEmailReputationResponseEntityDetails) HasCredentialsLeakedRecent() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDataBreach() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDaysSinceDomainCreation() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDeliverable() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDisposable() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDmarcEnforced() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDomainExists() bool
- func (o *GetEmailReputationResponseEntityDetails) HasDomainReputation() bool
- func (o *GetEmailReputationResponseEntityDetails) HasFirstSeen() bool
- func (o *GetEmailReputationResponseEntityDetails) HasFreeProvider() bool
- func (o *GetEmailReputationResponseEntityDetails) HasLastSeen() bool
- func (o *GetEmailReputationResponseEntityDetails) HasMaliciousActivity() bool
- func (o *GetEmailReputationResponseEntityDetails) HasMaliciousActivityRecent() bool
- func (o *GetEmailReputationResponseEntityDetails) HasNewDomain() bool
- func (o *GetEmailReputationResponseEntityDetails) HasPrimaryMx() bool
- func (o *GetEmailReputationResponseEntityDetails) HasProfiles() bool
- func (o *GetEmailReputationResponseEntityDetails) HasSpam() bool
- func (o *GetEmailReputationResponseEntityDetails) HasSpfStrict() bool
- func (o *GetEmailReputationResponseEntityDetails) HasSpoofable() bool
- func (o *GetEmailReputationResponseEntityDetails) HasSuspiciousTld() bool
- func (o *GetEmailReputationResponseEntityDetails) HasValidMx() bool
- func (o GetEmailReputationResponseEntityDetails) MarshalJSON() ([]byte, error)
- func (o *GetEmailReputationResponseEntityDetails) SetAcceptAll(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetBlacklisted(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetCredentialsLeaked(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetCredentialsLeakedRecent(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDataBreach(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDaysSinceDomainCreation(v float32)
- func (o *GetEmailReputationResponseEntityDetails) SetDeliverable(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDisposable(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDmarcEnforced(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDomainExists(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetDomainReputation(v string)
- func (o *GetEmailReputationResponseEntityDetails) SetFirstSeen(v string)
- func (o *GetEmailReputationResponseEntityDetails) SetFreeProvider(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetLastSeen(v string)
- func (o *GetEmailReputationResponseEntityDetails) SetMaliciousActivity(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetMaliciousActivityRecent(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetNewDomain(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetPrimaryMx(v string)
- func (o *GetEmailReputationResponseEntityDetails) SetProfiles(v []string)
- func (o *GetEmailReputationResponseEntityDetails) SetSpam(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetSpfStrict(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetSpoofable(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetSuspiciousTld(v bool)
- func (o *GetEmailReputationResponseEntityDetails) SetValidMx(v bool)
- type GetFullBvnResponse
- func (o *GetFullBvnResponse) GetEntity() GetFullBvnResponseEntity
- func (o *GetFullBvnResponse) GetEntityOk() (*GetFullBvnResponseEntity, bool)
- func (o *GetFullBvnResponse) HasEntity() bool
- func (o GetFullBvnResponse) MarshalJSON() ([]byte, error)
- func (o *GetFullBvnResponse) SetEntity(v GetFullBvnResponseEntity)
- type GetFullBvnResponseEntity
- func (o *GetFullBvnResponseEntity) GetBvn() string
- func (o *GetFullBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetDateOfBirth() string
- func (o *GetFullBvnResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetEmail() string
- func (o *GetFullBvnResponseEntity) GetEmailOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetEnrollmentBank() string
- func (o *GetFullBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetEnrollmentBranch() string
- func (o *GetFullBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetFirstName() string
- func (o *GetFullBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetGender() string
- func (o *GetFullBvnResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetImage() string
- func (o *GetFullBvnResponseEntity) GetImageOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetLastName() string
- func (o *GetFullBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetLevelOfAccount() string
- func (o *GetFullBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetLgaOfOrigin() string
- func (o *GetFullBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetLgaOfResidence() string
- func (o *GetFullBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetMaritalStatus() string
- func (o *GetFullBvnResponseEntity) GetMaritalStatusOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetMiddleName() string
- func (o *GetFullBvnResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetNameOnCard() string
- func (o *GetFullBvnResponseEntity) GetNameOnCardOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetNationality() string
- func (o *GetFullBvnResponseEntity) GetNationalityOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetNin() string
- func (o *GetFullBvnResponseEntity) GetNinOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetPhoneNumber1() string
- func (o *GetFullBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetPhoneNumber2() string
- func (o *GetFullBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetReference() string
- func (o *GetFullBvnResponseEntity) GetReferenceOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetRegistrationDate() string
- func (o *GetFullBvnResponseEntity) GetRegistrationDateOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetResidentialAddress() string
- func (o *GetFullBvnResponseEntity) GetResidentialAddressOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetStateOfOrigin() string
- func (o *GetFullBvnResponseEntity) GetStateOfOriginOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetStateOfResidence() string
- func (o *GetFullBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetTitle() string
- func (o *GetFullBvnResponseEntity) GetTitleOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) GetWatchListed() string
- func (o *GetFullBvnResponseEntity) GetWatchListedOk() (*string, bool)
- func (o *GetFullBvnResponseEntity) HasBvn() bool
- func (o *GetFullBvnResponseEntity) HasDateOfBirth() bool
- func (o *GetFullBvnResponseEntity) HasEmail() bool
- func (o *GetFullBvnResponseEntity) HasEnrollmentBank() bool
- func (o *GetFullBvnResponseEntity) HasEnrollmentBranch() bool
- func (o *GetFullBvnResponseEntity) HasFirstName() bool
- func (o *GetFullBvnResponseEntity) HasGender() bool
- func (o *GetFullBvnResponseEntity) HasImage() bool
- func (o *GetFullBvnResponseEntity) HasLastName() bool
- func (o *GetFullBvnResponseEntity) HasLevelOfAccount() bool
- func (o *GetFullBvnResponseEntity) HasLgaOfOrigin() bool
- func (o *GetFullBvnResponseEntity) HasLgaOfResidence() bool
- func (o *GetFullBvnResponseEntity) HasMaritalStatus() bool
- func (o *GetFullBvnResponseEntity) HasMiddleName() bool
- func (o *GetFullBvnResponseEntity) HasNameOnCard() bool
- func (o *GetFullBvnResponseEntity) HasNationality() bool
- func (o *GetFullBvnResponseEntity) HasNin() bool
- func (o *GetFullBvnResponseEntity) HasPhoneNumber1() bool
- func (o *GetFullBvnResponseEntity) HasPhoneNumber2() bool
- func (o *GetFullBvnResponseEntity) HasReference() bool
- func (o *GetFullBvnResponseEntity) HasRegistrationDate() bool
- func (o *GetFullBvnResponseEntity) HasResidentialAddress() bool
- func (o *GetFullBvnResponseEntity) HasStateOfOrigin() bool
- func (o *GetFullBvnResponseEntity) HasStateOfResidence() bool
- func (o *GetFullBvnResponseEntity) HasTitle() bool
- func (o *GetFullBvnResponseEntity) HasWatchListed() bool
- func (o GetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetFullBvnResponseEntity) SetBvn(v string)
- func (o *GetFullBvnResponseEntity) SetDateOfBirth(v string)
- func (o *GetFullBvnResponseEntity) SetEmail(v string)
- func (o *GetFullBvnResponseEntity) SetEnrollmentBank(v string)
- func (o *GetFullBvnResponseEntity) SetEnrollmentBranch(v string)
- func (o *GetFullBvnResponseEntity) SetFirstName(v string)
- func (o *GetFullBvnResponseEntity) SetGender(v string)
- func (o *GetFullBvnResponseEntity) SetImage(v string)
- func (o *GetFullBvnResponseEntity) SetLastName(v string)
- func (o *GetFullBvnResponseEntity) SetLevelOfAccount(v string)
- func (o *GetFullBvnResponseEntity) SetLgaOfOrigin(v string)
- func (o *GetFullBvnResponseEntity) SetLgaOfResidence(v string)
- func (o *GetFullBvnResponseEntity) SetMaritalStatus(v string)
- func (o *GetFullBvnResponseEntity) SetMiddleName(v string)
- func (o *GetFullBvnResponseEntity) SetNameOnCard(v string)
- func (o *GetFullBvnResponseEntity) SetNationality(v string)
- func (o *GetFullBvnResponseEntity) SetNin(v string)
- func (o *GetFullBvnResponseEntity) SetPhoneNumber1(v string)
- func (o *GetFullBvnResponseEntity) SetPhoneNumber2(v string)
- func (o *GetFullBvnResponseEntity) SetReference(v string)
- func (o *GetFullBvnResponseEntity) SetRegistrationDate(v string)
- func (o *GetFullBvnResponseEntity) SetResidentialAddress(v string)
- func (o *GetFullBvnResponseEntity) SetStateOfOrigin(v string)
- func (o *GetFullBvnResponseEntity) SetStateOfResidence(v string)
- func (o *GetFullBvnResponseEntity) SetTitle(v string)
- func (o *GetFullBvnResponseEntity) SetWatchListed(v string)
- type GetGenericOcrTextRequest
- type GetGenericOcrTextResponse
- func (o *GetGenericOcrTextResponse) GetEntity() GetOcrTextResponseEntity
- func (o *GetGenericOcrTextResponse) GetEntityOk() (*GetOcrTextResponseEntity, bool)
- func (o *GetGenericOcrTextResponse) HasEntity() bool
- func (o GetGenericOcrTextResponse) MarshalJSON() ([]byte, error)
- func (o *GetGenericOcrTextResponse) SetEntity(v GetOcrTextResponseEntity)
- type GetKycDriversLicenseResponse
- func (o *GetKycDriversLicenseResponse) GetEntity() GetKycDriversLicenseResponseEntity
- func (o *GetKycDriversLicenseResponse) GetEntityOk() (*GetKycDriversLicenseResponseEntity, bool)
- func (o *GetKycDriversLicenseResponse) HasEntity() bool
- func (o GetKycDriversLicenseResponse) MarshalJSON() ([]byte, error)
- func (o *GetKycDriversLicenseResponse) SetEntity(v GetKycDriversLicenseResponseEntity)
- type GetKycDriversLicenseResponseEntity
- func (o *GetKycDriversLicenseResponseEntity) GetPersonalDetails() GetKycDriversLicenseResponseEntityPersonalDetails
- func (o *GetKycDriversLicenseResponseEntity) GetPersonalDetailsOk() (*GetKycDriversLicenseResponseEntityPersonalDetails, bool)
- func (o *GetKycDriversLicenseResponseEntity) HasPersonalDetails() bool
- func (o GetKycDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetKycDriversLicenseResponseEntity) SetPersonalDetails(v GetKycDriversLicenseResponseEntityPersonalDetails)
- type GetKycDriversLicenseResponseEntityPersonalDetails
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDate() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDateOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupId() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupIdOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetCountry() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetCountryOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReason() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReasonOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMark() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMarkOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstname() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstnameOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGender() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGenderOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGlasses() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGlassesOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetHeight() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetHeightOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisability() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisabilityOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetLga() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetLgaOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenName() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenNameOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumber() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumberOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetOthername() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetOthernameOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetState() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetStateOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetSurname() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetSurnameOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumber() string
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetUniversaltaxIdentityNumberOk() (*string, bool)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasBirthDate() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasBloodGroupId() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasCountry() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasDisabilityReason() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasFacialMark() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasFirstname() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasGender() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasGlasses() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasHeight() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasIsDisability() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasLga() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasMotherMaidenName() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasNinNumber() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasOthername() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasState() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasSurname() bool
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasUniversaltaxIdentityNumber() bool
- func (o GetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON() ([]byte, error)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetBirthDate(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetBloodGroupId(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetCountry(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetDisabilityReason(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetFacialMark(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetFirstname(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetGender(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetGlasses(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetHeight(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetIsDisability(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetLga(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetMotherMaidenName(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetNinNumber(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetOthername(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetState(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetSurname(v string)
- func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetUniversaltaxIdentityNumber(v string)
- type GetKycPassportResponse
- func (o *GetKycPassportResponse) GetEntity() GetKycPassportResponseEntity
- func (o *GetKycPassportResponse) GetEntityOk() (*GetKycPassportResponseEntity, bool)
- func (o *GetKycPassportResponse) HasEntity() bool
- func (o GetKycPassportResponse) MarshalJSON() ([]byte, error)
- func (o *GetKycPassportResponse) SetEntity(v GetKycPassportResponseEntity)
- type GetKycPassportResponseEntity
- func (o *GetKycPassportResponseEntity) GetDateOfBirth() string
- func (o *GetKycPassportResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetDateOfIssue() string
- func (o *GetKycPassportResponseEntity) GetDateOfIssueOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetDocumentType() string
- func (o *GetKycPassportResponseEntity) GetDocumentTypeOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetExpiryDate() string
- func (o *GetKycPassportResponseEntity) GetExpiryDateOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetFirstName() string
- func (o *GetKycPassportResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetGender() string
- func (o *GetKycPassportResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetIssuePlace() string
- func (o *GetKycPassportResponseEntity) GetIssuePlaceOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetOtherNames() string
- func (o *GetKycPassportResponseEntity) GetOtherNamesOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetPassportNumber() string
- func (o *GetKycPassportResponseEntity) GetPassportNumberOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetPhoto() string
- func (o *GetKycPassportResponseEntity) GetPhotoOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) GetSurname() string
- func (o *GetKycPassportResponseEntity) GetSurnameOk() (*string, bool)
- func (o *GetKycPassportResponseEntity) HasDateOfBirth() bool
- func (o *GetKycPassportResponseEntity) HasDateOfIssue() bool
- func (o *GetKycPassportResponseEntity) HasDocumentType() bool
- func (o *GetKycPassportResponseEntity) HasExpiryDate() bool
- func (o *GetKycPassportResponseEntity) HasFirstName() bool
- func (o *GetKycPassportResponseEntity) HasGender() bool
- func (o *GetKycPassportResponseEntity) HasIssuePlace() bool
- func (o *GetKycPassportResponseEntity) HasOtherNames() bool
- func (o *GetKycPassportResponseEntity) HasPassportNumber() bool
- func (o *GetKycPassportResponseEntity) HasPhoto() bool
- func (o *GetKycPassportResponseEntity) HasSurname() bool
- func (o GetKycPassportResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetKycPassportResponseEntity) SetDateOfBirth(v string)
- func (o *GetKycPassportResponseEntity) SetDateOfIssue(v string)
- func (o *GetKycPassportResponseEntity) SetDocumentType(v string)
- func (o *GetKycPassportResponseEntity) SetExpiryDate(v string)
- func (o *GetKycPassportResponseEntity) SetFirstName(v string)
- func (o *GetKycPassportResponseEntity) SetGender(v string)
- func (o *GetKycPassportResponseEntity) SetIssuePlace(v string)
- func (o *GetKycPassportResponseEntity) SetOtherNames(v string)
- func (o *GetKycPassportResponseEntity) SetPassportNumber(v string)
- func (o *GetKycPassportResponseEntity) SetPhoto(v string)
- func (o *GetKycPassportResponseEntity) SetSurname(v string)
- type GetNationalIdResponse
- func (o *GetNationalIdResponse) GetEntity() GetNationalIdResponseEntity
- func (o *GetNationalIdResponse) GetEntityOk() (*GetNationalIdResponseEntity, bool)
- func (o *GetNationalIdResponse) HasEntity() bool
- func (o GetNationalIdResponse) MarshalJSON() ([]byte, error)
- func (o *GetNationalIdResponse) SetEntity(v GetNationalIdResponseEntity)
- type GetNationalIdResponseEntity
- func (o *GetNationalIdResponseEntity) GetDateOfBirth() string
- func (o *GetNationalIdResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) GetFirstName() string
- func (o *GetNationalIdResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) GetGender() string
- func (o *GetNationalIdResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) GetId() string
- func (o *GetNationalIdResponseEntity) GetIdOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) GetIsDateOfBirthMatch() bool
- func (o *GetNationalIdResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)
- func (o *GetNationalIdResponseEntity) GetIsFirstNameMatch() bool
- func (o *GetNationalIdResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)
- func (o *GetNationalIdResponseEntity) GetIsGenderMatch() bool
- func (o *GetNationalIdResponseEntity) GetIsGenderMatchOk() (*bool, bool)
- func (o *GetNationalIdResponseEntity) GetIsLastNameMatch() bool
- func (o *GetNationalIdResponseEntity) GetIsLastNameMatchOk() (*bool, bool)
- func (o *GetNationalIdResponseEntity) GetIsMiddleNameMatch() bool
- func (o *GetNationalIdResponseEntity) GetIsMiddleNameMatchOk() (*bool, bool)
- func (o *GetNationalIdResponseEntity) GetLastName() string
- func (o *GetNationalIdResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) GetMiddleName() string
- func (o *GetNationalIdResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *GetNationalIdResponseEntity) HasDateOfBirth() bool
- func (o *GetNationalIdResponseEntity) HasFirstName() bool
- func (o *GetNationalIdResponseEntity) HasGender() bool
- func (o *GetNationalIdResponseEntity) HasId() bool
- func (o *GetNationalIdResponseEntity) HasIsDateOfBirthMatch() bool
- func (o *GetNationalIdResponseEntity) HasIsFirstNameMatch() bool
- func (o *GetNationalIdResponseEntity) HasIsGenderMatch() bool
- func (o *GetNationalIdResponseEntity) HasIsLastNameMatch() bool
- func (o *GetNationalIdResponseEntity) HasIsMiddleNameMatch() bool
- func (o *GetNationalIdResponseEntity) HasLastName() bool
- func (o *GetNationalIdResponseEntity) HasMiddleName() bool
- func (o GetNationalIdResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetNationalIdResponseEntity) SetDateOfBirth(v string)
- func (o *GetNationalIdResponseEntity) SetFirstName(v string)
- func (o *GetNationalIdResponseEntity) SetGender(v string)
- func (o *GetNationalIdResponseEntity) SetId(v string)
- func (o *GetNationalIdResponseEntity) SetIsDateOfBirthMatch(v bool)
- func (o *GetNationalIdResponseEntity) SetIsFirstNameMatch(v bool)
- func (o *GetNationalIdResponseEntity) SetIsGenderMatch(v bool)
- func (o *GetNationalIdResponseEntity) SetIsLastNameMatch(v bool)
- func (o *GetNationalIdResponseEntity) SetIsMiddleNameMatch(v bool)
- func (o *GetNationalIdResponseEntity) SetLastName(v string)
- func (o *GetNationalIdResponseEntity) SetMiddleName(v string)
- type GetNubanResponse
- type GetNubanResponseEntity
- func (o *GetNubanResponseEntity) GetAccountCurrency() string
- func (o *GetNubanResponseEntity) GetAccountCurrencyOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetAccountName() string
- func (o *GetNubanResponseEntity) GetAccountNameOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetAccountNumber() string
- func (o *GetNubanResponseEntity) GetAccountNumberOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetAccountType() string
- func (o *GetNubanResponseEntity) GetAccountTypeOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetAddress1() string
- func (o *GetNubanResponseEntity) GetAddress1Ok() (*string, bool)
- func (o *GetNubanResponseEntity) GetAddress2() string
- func (o *GetNubanResponseEntity) GetAddress2Ok() (*string, bool)
- func (o *GetNubanResponseEntity) GetCity() string
- func (o *GetNubanResponseEntity) GetCityOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetCountryCode() string
- func (o *GetNubanResponseEntity) GetCountryCodeOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetCountryOfBirth() string
- func (o *GetNubanResponseEntity) GetCountryOfBirthOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetCountryOfIssue() string
- func (o *GetNubanResponseEntity) GetCountryOfIssueOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetDob() string
- func (o *GetNubanResponseEntity) GetDobOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetExpiryDate() string
- func (o *GetNubanResponseEntity) GetExpiryDateOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetFirstName() string
- func (o *GetNubanResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetIdentityNumber() string
- func (o *GetNubanResponseEntity) GetIdentityNumberOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetIdentityType() string
- func (o *GetNubanResponseEntity) GetIdentityTypeOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetLastName() string
- func (o *GetNubanResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetNationality() string
- func (o *GetNubanResponseEntity) GetNationalityOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetOtherNames() string
- func (o *GetNubanResponseEntity) GetOtherNamesOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetPhone() string
- func (o *GetNubanResponseEntity) GetPhoneOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetPostalCode() string
- func (o *GetNubanResponseEntity) GetPostalCodeOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetReference() string
- func (o *GetNubanResponseEntity) GetReferenceOk() (*string, bool)
- func (o *GetNubanResponseEntity) GetStateCode() string
- func (o *GetNubanResponseEntity) GetStateCodeOk() (*string, bool)
- func (o *GetNubanResponseEntity) HasAccountCurrency() bool
- func (o *GetNubanResponseEntity) HasAccountName() bool
- func (o *GetNubanResponseEntity) HasAccountNumber() bool
- func (o *GetNubanResponseEntity) HasAccountType() bool
- func (o *GetNubanResponseEntity) HasAddress1() bool
- func (o *GetNubanResponseEntity) HasAddress2() bool
- func (o *GetNubanResponseEntity) HasCity() bool
- func (o *GetNubanResponseEntity) HasCountryCode() bool
- func (o *GetNubanResponseEntity) HasCountryOfBirth() bool
- func (o *GetNubanResponseEntity) HasCountryOfIssue() bool
- func (o *GetNubanResponseEntity) HasDob() bool
- func (o *GetNubanResponseEntity) HasExpiryDate() bool
- func (o *GetNubanResponseEntity) HasFirstName() bool
- func (o *GetNubanResponseEntity) HasIdentityNumber() bool
- func (o *GetNubanResponseEntity) HasIdentityType() bool
- func (o *GetNubanResponseEntity) HasLastName() bool
- func (o *GetNubanResponseEntity) HasNationality() bool
- func (o *GetNubanResponseEntity) HasOtherNames() bool
- func (o *GetNubanResponseEntity) HasPhone() bool
- func (o *GetNubanResponseEntity) HasPostalCode() bool
- func (o *GetNubanResponseEntity) HasReference() bool
- func (o *GetNubanResponseEntity) HasStateCode() bool
- func (o GetNubanResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetNubanResponseEntity) SetAccountCurrency(v string)
- func (o *GetNubanResponseEntity) SetAccountName(v string)
- func (o *GetNubanResponseEntity) SetAccountNumber(v string)
- func (o *GetNubanResponseEntity) SetAccountType(v string)
- func (o *GetNubanResponseEntity) SetAddress1(v string)
- func (o *GetNubanResponseEntity) SetAddress2(v string)
- func (o *GetNubanResponseEntity) SetCity(v string)
- func (o *GetNubanResponseEntity) SetCountryCode(v string)
- func (o *GetNubanResponseEntity) SetCountryOfBirth(v string)
- func (o *GetNubanResponseEntity) SetCountryOfIssue(v string)
- func (o *GetNubanResponseEntity) SetDob(v string)
- func (o *GetNubanResponseEntity) SetExpiryDate(v string)
- func (o *GetNubanResponseEntity) SetFirstName(v string)
- func (o *GetNubanResponseEntity) SetIdentityNumber(v string)
- func (o *GetNubanResponseEntity) SetIdentityType(v string)
- func (o *GetNubanResponseEntity) SetLastName(v string)
- func (o *GetNubanResponseEntity) SetNationality(v string)
- func (o *GetNubanResponseEntity) SetOtherNames(v string)
- func (o *GetNubanResponseEntity) SetPhone(v string)
- func (o *GetNubanResponseEntity) SetPostalCode(v string)
- func (o *GetNubanResponseEntity) SetReference(v string)
- func (o *GetNubanResponseEntity) SetStateCode(v string)
- type GetOcrTextRequest
- type GetOcrTextResponse
- func (o *GetOcrTextResponse) GetEntity() GetOcrTextResponseEntity
- func (o *GetOcrTextResponse) GetEntityOk() (*GetOcrTextResponseEntity, bool)
- func (o *GetOcrTextResponse) HasEntity() bool
- func (o GetOcrTextResponse) MarshalJSON() ([]byte, error)
- func (o *GetOcrTextResponse) SetEntity(v GetOcrTextResponseEntity)
- type GetOcrTextResponseEntity
- type GetPassportResponse
- func (o *GetPassportResponse) GetEntity() GetPassportResponseEntity
- func (o *GetPassportResponse) GetEntityOk() (*GetPassportResponseEntity, bool)
- func (o *GetPassportResponse) HasEntity() bool
- func (o GetPassportResponse) MarshalJSON() ([]byte, error)
- func (o *GetPassportResponse) SetEntity(v GetPassportResponseEntity)
- type GetPassportResponseEntity
- func (o *GetPassportResponseEntity) GetDateOfBirth() string
- func (o *GetPassportResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetExpiryDate() string
- func (o *GetPassportResponseEntity) GetExpiryDateOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetFirstName() string
- func (o *GetPassportResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetGender() string
- func (o *GetPassportResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetId() string
- func (o *GetPassportResponseEntity) GetIdOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetIsDateOfBirthMatch() bool
- func (o *GetPassportResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)
- func (o *GetPassportResponseEntity) GetIsFirstNameMatch() bool
- func (o *GetPassportResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)
- func (o *GetPassportResponseEntity) GetIsLastNameMatch() bool
- func (o *GetPassportResponseEntity) GetIsLastNameMatchOk() (*bool, bool)
- func (o *GetPassportResponseEntity) GetIsMiddleNameMatch() bool
- func (o *GetPassportResponseEntity) GetIsMiddleNameMatchOk() (*bool, bool)
- func (o *GetPassportResponseEntity) GetIssueDate() string
- func (o *GetPassportResponseEntity) GetIssueDateOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetLastName() string
- func (o *GetPassportResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetMiddleName() string
- func (o *GetPassportResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetPicture() string
- func (o *GetPassportResponseEntity) GetPictureOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetPlaceOfBirth() string
- func (o *GetPassportResponseEntity) GetPlaceOfBirthOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetPlaceOfIssue() string
- func (o *GetPassportResponseEntity) GetPlaceOfIssueOk() (*string, bool)
- func (o *GetPassportResponseEntity) GetStatus() float32
- func (o *GetPassportResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetPassportResponseEntity) HasDateOfBirth() bool
- func (o *GetPassportResponseEntity) HasExpiryDate() bool
- func (o *GetPassportResponseEntity) HasFirstName() bool
- func (o *GetPassportResponseEntity) HasGender() bool
- func (o *GetPassportResponseEntity) HasId() bool
- func (o *GetPassportResponseEntity) HasIsDateOfBirthMatch() bool
- func (o *GetPassportResponseEntity) HasIsFirstNameMatch() bool
- func (o *GetPassportResponseEntity) HasIsLastNameMatch() bool
- func (o *GetPassportResponseEntity) HasIsMiddleNameMatch() bool
- func (o *GetPassportResponseEntity) HasIssueDate() bool
- func (o *GetPassportResponseEntity) HasLastName() bool
- func (o *GetPassportResponseEntity) HasMiddleName() bool
- func (o *GetPassportResponseEntity) HasPicture() bool
- func (o *GetPassportResponseEntity) HasPlaceOfBirth() bool
- func (o *GetPassportResponseEntity) HasPlaceOfIssue() bool
- func (o *GetPassportResponseEntity) HasStatus() bool
- func (o GetPassportResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetPassportResponseEntity) SetDateOfBirth(v string)
- func (o *GetPassportResponseEntity) SetExpiryDate(v string)
- func (o *GetPassportResponseEntity) SetFirstName(v string)
- func (o *GetPassportResponseEntity) SetGender(v string)
- func (o *GetPassportResponseEntity) SetId(v string)
- func (o *GetPassportResponseEntity) SetIsDateOfBirthMatch(v bool)
- func (o *GetPassportResponseEntity) SetIsFirstNameMatch(v bool)
- func (o *GetPassportResponseEntity) SetIsLastNameMatch(v bool)
- func (o *GetPassportResponseEntity) SetIsMiddleNameMatch(v bool)
- func (o *GetPassportResponseEntity) SetIssueDate(v string)
- func (o *GetPassportResponseEntity) SetLastName(v string)
- func (o *GetPassportResponseEntity) SetMiddleName(v string)
- func (o *GetPassportResponseEntity) SetPicture(v string)
- func (o *GetPassportResponseEntity) SetPlaceOfBirth(v string)
- func (o *GetPassportResponseEntity) SetPlaceOfIssue(v string)
- func (o *GetPassportResponseEntity) SetStatus(v float32)
- type GetPhoneNumber404Response
- func (o *GetPhoneNumber404Response) GetEntity() GetPhoneNumberResponseEntity
- func (o *GetPhoneNumber404Response) GetEntityOk() (*GetPhoneNumberResponseEntity, bool)
- func (o *GetPhoneNumber404Response) HasEntity() bool
- func (o GetPhoneNumber404Response) MarshalJSON() ([]byte, error)
- func (o *GetPhoneNumber404Response) SetEntity(v GetPhoneNumberResponseEntity)
- type GetPhoneNumberResponse
- func (o *GetPhoneNumberResponse) GetEntity() GetPhoneNumberResponseEntity
- func (o *GetPhoneNumberResponse) GetEntityOk() (*GetPhoneNumberResponseEntity, bool)
- func (o *GetPhoneNumberResponse) HasEntity() bool
- func (o GetPhoneNumberResponse) MarshalJSON() ([]byte, error)
- func (o *GetPhoneNumberResponse) SetEntity(v GetPhoneNumberResponseEntity)
- type GetPhoneNumberResponseEntity
- func (o *GetPhoneNumberResponseEntity) GetBirthDate() string
- func (o *GetPhoneNumberResponseEntity) GetBirthDateOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetBirthLga() string
- func (o *GetPhoneNumberResponseEntity) GetBirthLgaOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetBirthState() string
- func (o *GetPhoneNumberResponseEntity) GetBirthStateOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetEducationalLevel() string
- func (o *GetPhoneNumberResponseEntity) GetEducationalLevelOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetEmplymentStatus() string
- func (o *GetPhoneNumberResponseEntity) GetEmplymentStatusOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetFirstName() string
- func (o *GetPhoneNumberResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetGender() string
- func (o *GetPhoneNumberResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetHeight() string
- func (o *GetPhoneNumberResponseEntity) GetHeightOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetLastName() string
- func (o *GetPhoneNumberResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetLga() string
- func (o *GetPhoneNumberResponseEntity) GetLgaOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetMaritalStatus() string
- func (o *GetPhoneNumberResponseEntity) GetMaritalStatusOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetMiddleName() string
- func (o *GetPhoneNumberResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetMsisdn() string
- func (o *GetPhoneNumberResponseEntity) GetMsisdnOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetNin() string
- func (o *GetPhoneNumberResponseEntity) GetNinOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetNspokenLang() string
- func (o *GetPhoneNumberResponseEntity) GetNspokenLangOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetOspokenlang() string
- func (o *GetPhoneNumberResponseEntity) GetOspokenlangOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetPicture() string
- func (o *GetPhoneNumberResponseEntity) GetPictureOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetProfession() string
- func (o *GetPhoneNumberResponseEntity) GetProfessionOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetReligion() string
- func (o *GetPhoneNumberResponseEntity) GetReligionOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetResidenceAddressLine1() string
- func (o *GetPhoneNumberResponseEntity) GetResidenceAddressLine1Ok() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetResidenceLga() string
- func (o *GetPhoneNumberResponseEntity) GetResidenceLgaOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetResidenceState() string
- func (o *GetPhoneNumberResponseEntity) GetResidenceStateOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetResidenceStatus() string
- func (o *GetPhoneNumberResponseEntity) GetResidenceStatusOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetResidenceTown() string
- func (o *GetPhoneNumberResponseEntity) GetResidenceTownOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginLga() string
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginLgaOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginPlace() string
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginPlaceOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginState() string
- func (o *GetPhoneNumberResponseEntity) GetSelfOriginStateOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetState() string
- func (o *GetPhoneNumberResponseEntity) GetStateOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) GetStatus() float32
- func (o *GetPhoneNumberResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetPhoneNumberResponseEntity) GetTitle() string
- func (o *GetPhoneNumberResponseEntity) GetTitleOk() (*string, bool)
- func (o *GetPhoneNumberResponseEntity) HasBirthDate() bool
- func (o *GetPhoneNumberResponseEntity) HasBirthLga() bool
- func (o *GetPhoneNumberResponseEntity) HasBirthState() bool
- func (o *GetPhoneNumberResponseEntity) HasEducationalLevel() bool
- func (o *GetPhoneNumberResponseEntity) HasEmplymentStatus() bool
- func (o *GetPhoneNumberResponseEntity) HasFirstName() bool
- func (o *GetPhoneNumberResponseEntity) HasGender() bool
- func (o *GetPhoneNumberResponseEntity) HasHeight() bool
- func (o *GetPhoneNumberResponseEntity) HasLastName() bool
- func (o *GetPhoneNumberResponseEntity) HasLga() bool
- func (o *GetPhoneNumberResponseEntity) HasMaritalStatus() bool
- func (o *GetPhoneNumberResponseEntity) HasMiddleName() bool
- func (o *GetPhoneNumberResponseEntity) HasMsisdn() bool
- func (o *GetPhoneNumberResponseEntity) HasNin() bool
- func (o *GetPhoneNumberResponseEntity) HasNspokenLang() bool
- func (o *GetPhoneNumberResponseEntity) HasOspokenlang() bool
- func (o *GetPhoneNumberResponseEntity) HasPicture() bool
- func (o *GetPhoneNumberResponseEntity) HasProfession() bool
- func (o *GetPhoneNumberResponseEntity) HasReligion() bool
- func (o *GetPhoneNumberResponseEntity) HasResidenceAddressLine1() bool
- func (o *GetPhoneNumberResponseEntity) HasResidenceLga() bool
- func (o *GetPhoneNumberResponseEntity) HasResidenceState() bool
- func (o *GetPhoneNumberResponseEntity) HasResidenceStatus() bool
- func (o *GetPhoneNumberResponseEntity) HasResidenceTown() bool
- func (o *GetPhoneNumberResponseEntity) HasSelfOriginLga() bool
- func (o *GetPhoneNumberResponseEntity) HasSelfOriginPlace() bool
- func (o *GetPhoneNumberResponseEntity) HasSelfOriginState() bool
- func (o *GetPhoneNumberResponseEntity) HasState() bool
- func (o *GetPhoneNumberResponseEntity) HasStatus() bool
- func (o *GetPhoneNumberResponseEntity) HasTitle() bool
- func (o GetPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetPhoneNumberResponseEntity) SetBirthDate(v string)
- func (o *GetPhoneNumberResponseEntity) SetBirthLga(v string)
- func (o *GetPhoneNumberResponseEntity) SetBirthState(v string)
- func (o *GetPhoneNumberResponseEntity) SetEducationalLevel(v string)
- func (o *GetPhoneNumberResponseEntity) SetEmplymentStatus(v string)
- func (o *GetPhoneNumberResponseEntity) SetFirstName(v string)
- func (o *GetPhoneNumberResponseEntity) SetGender(v string)
- func (o *GetPhoneNumberResponseEntity) SetHeight(v string)
- func (o *GetPhoneNumberResponseEntity) SetLastName(v string)
- func (o *GetPhoneNumberResponseEntity) SetLga(v string)
- func (o *GetPhoneNumberResponseEntity) SetMaritalStatus(v string)
- func (o *GetPhoneNumberResponseEntity) SetMiddleName(v string)
- func (o *GetPhoneNumberResponseEntity) SetMsisdn(v string)
- func (o *GetPhoneNumberResponseEntity) SetNin(v string)
- func (o *GetPhoneNumberResponseEntity) SetNspokenLang(v string)
- func (o *GetPhoneNumberResponseEntity) SetOspokenlang(v string)
- func (o *GetPhoneNumberResponseEntity) SetPicture(v string)
- func (o *GetPhoneNumberResponseEntity) SetProfession(v string)
- func (o *GetPhoneNumberResponseEntity) SetReligion(v string)
- func (o *GetPhoneNumberResponseEntity) SetResidenceAddressLine1(v string)
- func (o *GetPhoneNumberResponseEntity) SetResidenceLga(v string)
- func (o *GetPhoneNumberResponseEntity) SetResidenceState(v string)
- func (o *GetPhoneNumberResponseEntity) SetResidenceStatus(v string)
- func (o *GetPhoneNumberResponseEntity) SetResidenceTown(v string)
- func (o *GetPhoneNumberResponseEntity) SetSelfOriginLga(v string)
- func (o *GetPhoneNumberResponseEntity) SetSelfOriginPlace(v string)
- func (o *GetPhoneNumberResponseEntity) SetSelfOriginState(v string)
- func (o *GetPhoneNumberResponseEntity) SetState(v string)
- func (o *GetPhoneNumberResponseEntity) SetStatus(v float32)
- func (o *GetPhoneNumberResponseEntity) SetTitle(v string)
- type GetPremiumBvnResponse
- func (o *GetPremiumBvnResponse) GetEntity() GetPremiumBvnResponseEntity
- func (o *GetPremiumBvnResponse) GetEntityOk() (*GetPremiumBvnResponseEntity, bool)
- func (o *GetPremiumBvnResponse) HasEntity() bool
- func (o GetPremiumBvnResponse) MarshalJSON() ([]byte, error)
- func (o *GetPremiumBvnResponse) SetEntity(v GetPremiumBvnResponseEntity)
- type GetPremiumBvnResponseEntity
- func (o *GetPremiumBvnResponseEntity) GetBvn() string
- func (o *GetPremiumBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetDateOfBirth() string
- func (o *GetPremiumBvnResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetEmail() string
- func (o *GetPremiumBvnResponseEntity) GetEmailOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetEnrollmentBank() string
- func (o *GetPremiumBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetEnrollmentBranch() string
- func (o *GetPremiumBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetFirstName() string
- func (o *GetPremiumBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetGender() string
- func (o *GetPremiumBvnResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetImage() string
- func (o *GetPremiumBvnResponseEntity) GetImageOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetLastName() string
- func (o *GetPremiumBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetLevelOfAccount() string
- func (o *GetPremiumBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetLgaOfOrigin() string
- func (o *GetPremiumBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetLgaOfResidence() string
- func (o *GetPremiumBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetMaritalStatus() string
- func (o *GetPremiumBvnResponseEntity) GetMaritalStatusOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetMiddleName() string
- func (o *GetPremiumBvnResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetNameOnCard() string
- func (o *GetPremiumBvnResponseEntity) GetNameOnCardOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetNationality() string
- func (o *GetPremiumBvnResponseEntity) GetNationalityOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetNin() string
- func (o *GetPremiumBvnResponseEntity) GetNinOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetPhoneNumber1() string
- func (o *GetPremiumBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetPhoneNumber2() string
- func (o *GetPremiumBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetRegistrationDate() string
- func (o *GetPremiumBvnResponseEntity) GetRegistrationDateOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetResidentialAddress() string
- func (o *GetPremiumBvnResponseEntity) GetResidentialAddressOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetStateOfOrigin() string
- func (o *GetPremiumBvnResponseEntity) GetStateOfOriginOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetStateOfResidence() string
- func (o *GetPremiumBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetStatus() float32
- func (o *GetPremiumBvnResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetPremiumBvnResponseEntity) GetTitle() string
- func (o *GetPremiumBvnResponseEntity) GetTitleOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) GetWatchListed() string
- func (o *GetPremiumBvnResponseEntity) GetWatchListedOk() (*string, bool)
- func (o *GetPremiumBvnResponseEntity) HasBvn() bool
- func (o *GetPremiumBvnResponseEntity) HasDateOfBirth() bool
- func (o *GetPremiumBvnResponseEntity) HasEmail() bool
- func (o *GetPremiumBvnResponseEntity) HasEnrollmentBank() bool
- func (o *GetPremiumBvnResponseEntity) HasEnrollmentBranch() bool
- func (o *GetPremiumBvnResponseEntity) HasFirstName() bool
- func (o *GetPremiumBvnResponseEntity) HasGender() bool
- func (o *GetPremiumBvnResponseEntity) HasImage() bool
- func (o *GetPremiumBvnResponseEntity) HasLastName() bool
- func (o *GetPremiumBvnResponseEntity) HasLevelOfAccount() bool
- func (o *GetPremiumBvnResponseEntity) HasLgaOfOrigin() bool
- func (o *GetPremiumBvnResponseEntity) HasLgaOfResidence() bool
- func (o *GetPremiumBvnResponseEntity) HasMaritalStatus() bool
- func (o *GetPremiumBvnResponseEntity) HasMiddleName() bool
- func (o *GetPremiumBvnResponseEntity) HasNameOnCard() bool
- func (o *GetPremiumBvnResponseEntity) HasNationality() bool
- func (o *GetPremiumBvnResponseEntity) HasNin() bool
- func (o *GetPremiumBvnResponseEntity) HasPhoneNumber1() bool
- func (o *GetPremiumBvnResponseEntity) HasPhoneNumber2() bool
- func (o *GetPremiumBvnResponseEntity) HasRegistrationDate() bool
- func (o *GetPremiumBvnResponseEntity) HasResidentialAddress() bool
- func (o *GetPremiumBvnResponseEntity) HasStateOfOrigin() bool
- func (o *GetPremiumBvnResponseEntity) HasStateOfResidence() bool
- func (o *GetPremiumBvnResponseEntity) HasStatus() bool
- func (o *GetPremiumBvnResponseEntity) HasTitle() bool
- func (o *GetPremiumBvnResponseEntity) HasWatchListed() bool
- func (o GetPremiumBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetPremiumBvnResponseEntity) SetBvn(v string)
- func (o *GetPremiumBvnResponseEntity) SetDateOfBirth(v string)
- func (o *GetPremiumBvnResponseEntity) SetEmail(v string)
- func (o *GetPremiumBvnResponseEntity) SetEnrollmentBank(v string)
- func (o *GetPremiumBvnResponseEntity) SetEnrollmentBranch(v string)
- func (o *GetPremiumBvnResponseEntity) SetFirstName(v string)
- func (o *GetPremiumBvnResponseEntity) SetGender(v string)
- func (o *GetPremiumBvnResponseEntity) SetImage(v string)
- func (o *GetPremiumBvnResponseEntity) SetLastName(v string)
- func (o *GetPremiumBvnResponseEntity) SetLevelOfAccount(v string)
- func (o *GetPremiumBvnResponseEntity) SetLgaOfOrigin(v string)
- func (o *GetPremiumBvnResponseEntity) SetLgaOfResidence(v string)
- func (o *GetPremiumBvnResponseEntity) SetMaritalStatus(v string)
- func (o *GetPremiumBvnResponseEntity) SetMiddleName(v string)
- func (o *GetPremiumBvnResponseEntity) SetNameOnCard(v string)
- func (o *GetPremiumBvnResponseEntity) SetNationality(v string)
- func (o *GetPremiumBvnResponseEntity) SetNin(v string)
- func (o *GetPremiumBvnResponseEntity) SetPhoneNumber1(v string)
- func (o *GetPremiumBvnResponseEntity) SetPhoneNumber2(v string)
- func (o *GetPremiumBvnResponseEntity) SetRegistrationDate(v string)
- func (o *GetPremiumBvnResponseEntity) SetResidentialAddress(v string)
- func (o *GetPremiumBvnResponseEntity) SetStateOfOrigin(v string)
- func (o *GetPremiumBvnResponseEntity) SetStateOfResidence(v string)
- func (o *GetPremiumBvnResponseEntity) SetStatus(v float32)
- func (o *GetPremiumBvnResponseEntity) SetTitle(v string)
- func (o *GetPremiumBvnResponseEntity) SetWatchListed(v string)
- type GetScreeningInfoResponse
- func (o *GetScreeningInfoResponse) GetEntity() GetScreeningInfoResponseEntity
- func (o *GetScreeningInfoResponse) GetEntityOk() (*GetScreeningInfoResponseEntity, bool)
- func (o *GetScreeningInfoResponse) HasEntity() bool
- func (o GetScreeningInfoResponse) MarshalJSON() ([]byte, error)
- func (o *GetScreeningInfoResponse) SetEntity(v GetScreeningInfoResponseEntity)
- type GetScreeningInfoResponseEntity
- func (o *GetScreeningInfoResponseEntity) GetResult() GetScreeningInfoResponseEntityResult
- func (o *GetScreeningInfoResponseEntity) GetResultOk() (*GetScreeningInfoResponseEntityResult, bool)
- func (o *GetScreeningInfoResponseEntity) GetUuid() string
- func (o *GetScreeningInfoResponseEntity) GetUuidOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntity) HasResult() bool
- func (o *GetScreeningInfoResponseEntity) HasUuid() bool
- func (o GetScreeningInfoResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetScreeningInfoResponseEntity) SetResult(v GetScreeningInfoResponseEntityResult)
- func (o *GetScreeningInfoResponseEntity) SetUuid(v string)
- type GetScreeningInfoResponseEntityResult
- func (o *GetScreeningInfoResponseEntityResult) GetAddresses() []string
- func (o *GetScreeningInfoResponseEntityResult) GetAddressesOk() ([]string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetAka() string
- func (o *GetScreeningInfoResponseEntityResult) GetAkaOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetAliases() []string
- func (o *GetScreeningInfoResponseEntityResult) GetAliasesOk() ([]string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetCountryName() string
- func (o *GetScreeningInfoResponseEntityResult) GetCountryNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetDob() string
- func (o *GetScreeningInfoResponseEntityResult) GetDob2() string
- func (o *GetScreeningInfoResponseEntityResult) GetDob2Ok() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetDobOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetEffectiveDate() string
- func (o *GetScreeningInfoResponseEntityResult) GetEffectiveDateOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetEntryCategory() string
- func (o *GetScreeningInfoResponseEntityResult) GetEntryCategoryOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetEntryDesc() string
- func (o *GetScreeningInfoResponseEntityResult) GetEntryDescOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetFirstName() string
- func (o *GetScreeningInfoResponseEntityResult) GetFirstNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetGovDesignation() string
- func (o *GetScreeningInfoResponseEntityResult) GetGovDesignationOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetLastName() string
- func (o *GetScreeningInfoResponseEntityResult) GetLastNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetLevelDesc() string
- func (o *GetScreeningInfoResponseEntityResult) GetLevelDescOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetMasterId() float32
- func (o *GetScreeningInfoResponseEntityResult) GetMasterIdOk() (*float32, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetName() string
- func (o *GetScreeningInfoResponseEntityResult) GetNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetNationalId() string
- func (o *GetScreeningInfoResponseEntityResult) GetNationalIdOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetOtherId() string
- func (o *GetScreeningInfoResponseEntityResult) GetOtherIdOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetPassportId() string
- func (o *GetScreeningInfoResponseEntityResult) GetPassportIdOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetPob() string
- func (o *GetScreeningInfoResponseEntityResult) GetPobOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetPositions() string
- func (o *GetScreeningInfoResponseEntityResult) GetPositionsOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetPrefix() string
- func (o *GetScreeningInfoResponseEntityResult) GetPrefixOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetPrimaryName() string
- func (o *GetScreeningInfoResponseEntityResult) GetPrimaryNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetRelatedId() float32
- func (o *GetScreeningInfoResponseEntityResult) GetRelatedIdOk() (*float32, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetRelationships() []string
- func (o *GetScreeningInfoResponseEntityResult) GetRelationshipsOk() ([]string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetRemarks() string
- func (o *GetScreeningInfoResponseEntityResult) GetRemarksOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetSourceName() string
- func (o *GetScreeningInfoResponseEntityResult) GetSourceNameOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetSourceWebLinks() string
- func (o *GetScreeningInfoResponseEntityResult) GetSourceWebLinksOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetSubCatDesc() string
- func (o *GetScreeningInfoResponseEntityResult) GetSubCatDescOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetSuffix() string
- func (o *GetScreeningInfoResponseEntityResult) GetSuffixOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetTouchDate() string
- func (o *GetScreeningInfoResponseEntityResult) GetTouchDateOk() (*string, bool)
- func (o *GetScreeningInfoResponseEntityResult) GetWatch() bool
- func (o *GetScreeningInfoResponseEntityResult) GetWatchOk() (*bool, bool)
- func (o *GetScreeningInfoResponseEntityResult) HasAddresses() bool
- func (o *GetScreeningInfoResponseEntityResult) HasAka() bool
- func (o *GetScreeningInfoResponseEntityResult) HasAliases() bool
- func (o *GetScreeningInfoResponseEntityResult) HasCountryName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasDob() bool
- func (o *GetScreeningInfoResponseEntityResult) HasDob2() bool
- func (o *GetScreeningInfoResponseEntityResult) HasEffectiveDate() bool
- func (o *GetScreeningInfoResponseEntityResult) HasEntryCategory() bool
- func (o *GetScreeningInfoResponseEntityResult) HasEntryDesc() bool
- func (o *GetScreeningInfoResponseEntityResult) HasFirstName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasGovDesignation() bool
- func (o *GetScreeningInfoResponseEntityResult) HasLastName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasLevelDesc() bool
- func (o *GetScreeningInfoResponseEntityResult) HasMasterId() bool
- func (o *GetScreeningInfoResponseEntityResult) HasName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasNationalId() bool
- func (o *GetScreeningInfoResponseEntityResult) HasOtherId() bool
- func (o *GetScreeningInfoResponseEntityResult) HasPassportId() bool
- func (o *GetScreeningInfoResponseEntityResult) HasPob() bool
- func (o *GetScreeningInfoResponseEntityResult) HasPositions() bool
- func (o *GetScreeningInfoResponseEntityResult) HasPrefix() bool
- func (o *GetScreeningInfoResponseEntityResult) HasPrimaryName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasRelatedId() bool
- func (o *GetScreeningInfoResponseEntityResult) HasRelationships() bool
- func (o *GetScreeningInfoResponseEntityResult) HasRemarks() bool
- func (o *GetScreeningInfoResponseEntityResult) HasSourceName() bool
- func (o *GetScreeningInfoResponseEntityResult) HasSourceWebLinks() bool
- func (o *GetScreeningInfoResponseEntityResult) HasSubCatDesc() bool
- func (o *GetScreeningInfoResponseEntityResult) HasSuffix() bool
- func (o *GetScreeningInfoResponseEntityResult) HasTouchDate() bool
- func (o *GetScreeningInfoResponseEntityResult) HasWatch() bool
- func (o GetScreeningInfoResponseEntityResult) MarshalJSON() ([]byte, error)
- func (o *GetScreeningInfoResponseEntityResult) SetAddresses(v []string)
- func (o *GetScreeningInfoResponseEntityResult) SetAka(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetAliases(v []string)
- func (o *GetScreeningInfoResponseEntityResult) SetCountryName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetDob(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetDob2(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetEffectiveDate(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetEntryCategory(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetEntryDesc(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetFirstName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetGovDesignation(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetLastName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetLevelDesc(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetMasterId(v float32)
- func (o *GetScreeningInfoResponseEntityResult) SetName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetNationalId(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetOtherId(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetPassportId(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetPob(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetPositions(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetPrefix(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetPrimaryName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetRelatedId(v float32)
- func (o *GetScreeningInfoResponseEntityResult) SetRelationships(v []string)
- func (o *GetScreeningInfoResponseEntityResult) SetRemarks(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetSourceName(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetSourceWebLinks(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetSubCatDesc(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetSuffix(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetTouchDate(v string)
- func (o *GetScreeningInfoResponseEntityResult) SetWatch(v bool)
- type GetSenderIdResponse
- func (o *GetSenderIdResponse) GetEntity() []GetSenderIdResponseEntityInner
- func (o *GetSenderIdResponse) GetEntityOk() ([]GetSenderIdResponseEntityInner, bool)
- func (o *GetSenderIdResponse) HasEntity() bool
- func (o GetSenderIdResponse) MarshalJSON() ([]byte, error)
- func (o *GetSenderIdResponse) SetEntity(v []GetSenderIdResponseEntityInner)
- type GetSenderIdResponseEntityInner
- func (o *GetSenderIdResponseEntityInner) GetActivated() bool
- func (o *GetSenderIdResponseEntityInner) GetActivatedOk() (*bool, bool)
- func (o *GetSenderIdResponseEntityInner) GetCreatedAt() string
- func (o *GetSenderIdResponseEntityInner) GetCreatedAtOk() (*string, bool)
- func (o *GetSenderIdResponseEntityInner) GetSenderId() string
- func (o *GetSenderIdResponseEntityInner) GetSenderIdOk() (*string, bool)
- func (o *GetSenderIdResponseEntityInner) HasActivated() bool
- func (o *GetSenderIdResponseEntityInner) HasCreatedAt() bool
- func (o *GetSenderIdResponseEntityInner) HasSenderId() bool
- func (o GetSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *GetSenderIdResponseEntityInner) SetActivated(v bool)
- func (o *GetSenderIdResponseEntityInner) SetCreatedAt(v string)
- func (o *GetSenderIdResponseEntityInner) SetSenderId(v string)
- type GetSmsStatusResponse
- func (o *GetSmsStatusResponse) GetEntity() GetSmsStatusResponseEntity
- func (o *GetSmsStatusResponse) GetEntityOk() (*GetSmsStatusResponseEntity, bool)
- func (o *GetSmsStatusResponse) HasEntity() bool
- func (o GetSmsStatusResponse) MarshalJSON() ([]byte, error)
- func (o *GetSmsStatusResponse) SetEntity(v GetSmsStatusResponseEntity)
- type GetSmsStatusResponseEntity
- type GetSpendingPatternResponse
- func (o *GetSpendingPatternResponse) GetEntity() GetSpendingPatternResponseEntity
- func (o *GetSpendingPatternResponse) GetEntityOk() (*GetSpendingPatternResponseEntity, bool)
- func (o *GetSpendingPatternResponse) HasEntity() bool
- func (o GetSpendingPatternResponse) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponse) SetEntity(v GetSpendingPatternResponseEntity)
- type GetSpendingPatternResponseEntity
- func (o *GetSpendingPatternResponseEntity) GetPattern() GetSpendingPatternResponseEntityPattern
- func (o *GetSpendingPatternResponseEntity) GetPatternOk() (*GetSpendingPatternResponseEntityPattern, bool)
- func (o *GetSpendingPatternResponseEntity) HasPattern() bool
- func (o GetSpendingPatternResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntity) SetPattern(v GetSpendingPatternResponseEntityPattern)
- type GetSpendingPatternResponseEntityPattern
- func (o *GetSpendingPatternResponseEntityPattern) GetAirtimeData() GetSpendingPatternResponseEntityPatternAirtimeData
- func (o *GetSpendingPatternResponseEntityPattern) GetAirtimeDataOk() (*GetSpendingPatternResponseEntityPatternAirtimeData, bool)
- func (o *GetSpendingPatternResponseEntityPattern) GetBankTransfer() GetSpendingPatternResponseEntityPatternBankTransfer
- func (o *GetSpendingPatternResponseEntityPattern) GetBankTransferOk() (*GetSpendingPatternResponseEntityPatternBankTransfer, bool)
- func (o *GetSpendingPatternResponseEntityPattern) GetCharges() GetSpendingPatternResponseEntityPatternCharges
- func (o *GetSpendingPatternResponseEntityPattern) GetChargesOk() (*GetSpendingPatternResponseEntityPatternCharges, bool)
- func (o *GetSpendingPatternResponseEntityPattern) GetFood() GetSpendingPatternResponseEntityPatternFood
- func (o *GetSpendingPatternResponseEntityPattern) GetFoodOk() (*GetSpendingPatternResponseEntityPatternFood, bool)
- func (o *GetSpendingPatternResponseEntityPattern) GetOthers() GetSpendingPatternResponseEntityPatternOthers
- func (o *GetSpendingPatternResponseEntityPattern) GetOthersOk() (*GetSpendingPatternResponseEntityPatternOthers, bool)
- func (o *GetSpendingPatternResponseEntityPattern) HasAirtimeData() bool
- func (o *GetSpendingPatternResponseEntityPattern) HasBankTransfer() bool
- func (o *GetSpendingPatternResponseEntityPattern) HasCharges() bool
- func (o *GetSpendingPatternResponseEntityPattern) HasFood() bool
- func (o *GetSpendingPatternResponseEntityPattern) HasOthers() bool
- func (o GetSpendingPatternResponseEntityPattern) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPattern) SetAirtimeData(v GetSpendingPatternResponseEntityPatternAirtimeData)
- func (o *GetSpendingPatternResponseEntityPattern) SetBankTransfer(v GetSpendingPatternResponseEntityPatternBankTransfer)
- func (o *GetSpendingPatternResponseEntityPattern) SetCharges(v GetSpendingPatternResponseEntityPatternCharges)
- func (o *GetSpendingPatternResponseEntityPattern) SetFood(v GetSpendingPatternResponseEntityPatternFood)
- func (o *GetSpendingPatternResponseEntityPattern) SetOthers(v GetSpendingPatternResponseEntityPatternOthers)
- type GetSpendingPatternResponseEntityPatternAirtimeData
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetCount() float32
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetCountOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentage() float32
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentageOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetSum() float32
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetSumOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasCount() bool
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasPercentage() bool
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasSum() bool
- func (o GetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetCount(v float32)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetPercentage(v float32)
- func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetSum(v float32)
- type GetSpendingPatternResponseEntityPatternBankTransfer
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetCount() float32
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetCountOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentage() float32
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentageOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetSum() float32
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetSumOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasCount() bool
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasPercentage() bool
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasSum() bool
- func (o GetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetCount(v float32)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetPercentage(v float32)
- func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetSum(v float32)
- type GetSpendingPatternResponseEntityPatternCharges
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetCount() float32
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetCountOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetPercentage() float32
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetPercentageOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetSum() float32
- func (o *GetSpendingPatternResponseEntityPatternCharges) GetSumOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternCharges) HasCount() bool
- func (o *GetSpendingPatternResponseEntityPatternCharges) HasPercentage() bool
- func (o *GetSpendingPatternResponseEntityPatternCharges) HasSum() bool
- func (o GetSpendingPatternResponseEntityPatternCharges) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPatternCharges) SetCount(v float32)
- func (o *GetSpendingPatternResponseEntityPatternCharges) SetPercentage(v float32)
- func (o *GetSpendingPatternResponseEntityPatternCharges) SetSum(v float32)
- type GetSpendingPatternResponseEntityPatternFood
- func (o *GetSpendingPatternResponseEntityPatternFood) GetCount() float32
- func (o *GetSpendingPatternResponseEntityPatternFood) GetCountOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternFood) GetPercentage() float32
- func (o *GetSpendingPatternResponseEntityPatternFood) GetPercentageOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternFood) GetSum() float32
- func (o *GetSpendingPatternResponseEntityPatternFood) GetSumOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternFood) HasCount() bool
- func (o *GetSpendingPatternResponseEntityPatternFood) HasPercentage() bool
- func (o *GetSpendingPatternResponseEntityPatternFood) HasSum() bool
- func (o GetSpendingPatternResponseEntityPatternFood) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPatternFood) SetCount(v float32)
- func (o *GetSpendingPatternResponseEntityPatternFood) SetPercentage(v float32)
- func (o *GetSpendingPatternResponseEntityPatternFood) SetSum(v float32)
- type GetSpendingPatternResponseEntityPatternOthers
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetCount() float32
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetCountOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetPercentage() float32
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetPercentageOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetSum() float32
- func (o *GetSpendingPatternResponseEntityPatternOthers) GetSumOk() (*float32, bool)
- func (o *GetSpendingPatternResponseEntityPatternOthers) HasCount() bool
- func (o *GetSpendingPatternResponseEntityPatternOthers) HasPercentage() bool
- func (o *GetSpendingPatternResponseEntityPatternOthers) HasSum() bool
- func (o GetSpendingPatternResponseEntityPatternOthers) MarshalJSON() ([]byte, error)
- func (o *GetSpendingPatternResponseEntityPatternOthers) SetCount(v float32)
- func (o *GetSpendingPatternResponseEntityPatternOthers) SetPercentage(v float32)
- func (o *GetSpendingPatternResponseEntityPatternOthers) SetSum(v float32)
- type GetSsnitResponse
- type GetSsnitResponseEntity
- func (o *GetSsnitResponseEntity) GetCardSerial() string
- func (o *GetSsnitResponseEntity) GetCardSerialOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetDateOfBirth() string
- func (o *GetSsnitResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetFullName() string
- func (o *GetSsnitResponseEntity) GetFullNameOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetGender() string
- func (o *GetSsnitResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetId() string
- func (o *GetSsnitResponseEntity) GetIdOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetIsDateOfBirthMatch() bool
- func (o *GetSsnitResponseEntity) GetIsDateOfBirthMatchOk() (*bool, bool)
- func (o *GetSsnitResponseEntity) GetIsFullNameMatch() bool
- func (o *GetSsnitResponseEntity) GetIsFullNameMatchOk() (*bool, bool)
- func (o *GetSsnitResponseEntity) GetPicture() string
- func (o *GetSsnitResponseEntity) GetPictureOk() (*string, bool)
- func (o *GetSsnitResponseEntity) GetStatus() float32
- func (o *GetSsnitResponseEntity) GetStatusOk() (*float32, bool)
- func (o *GetSsnitResponseEntity) HasCardSerial() bool
- func (o *GetSsnitResponseEntity) HasDateOfBirth() bool
- func (o *GetSsnitResponseEntity) HasFullName() bool
- func (o *GetSsnitResponseEntity) HasGender() bool
- func (o *GetSsnitResponseEntity) HasId() bool
- func (o *GetSsnitResponseEntity) HasIsDateOfBirthMatch() bool
- func (o *GetSsnitResponseEntity) HasIsFullNameMatch() bool
- func (o *GetSsnitResponseEntity) HasPicture() bool
- func (o *GetSsnitResponseEntity) HasStatus() bool
- func (o GetSsnitResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetSsnitResponseEntity) SetCardSerial(v string)
- func (o *GetSsnitResponseEntity) SetDateOfBirth(v string)
- func (o *GetSsnitResponseEntity) SetFullName(v string)
- func (o *GetSsnitResponseEntity) SetGender(v string)
- func (o *GetSsnitResponseEntity) SetId(v string)
- func (o *GetSsnitResponseEntity) SetIsDateOfBirthMatch(v bool)
- func (o *GetSsnitResponseEntity) SetIsFullNameMatch(v bool)
- func (o *GetSsnitResponseEntity) SetPicture(v string)
- func (o *GetSsnitResponseEntity) SetStatus(v float32)
- type GetTinResponse
- type GetTinResponseEntity
- func (o *GetTinResponseEntity) GetCACRegNo() string
- func (o *GetTinResponseEntity) GetCACRegNoOk() (*string, bool)
- func (o *GetTinResponseEntity) GetEmail() string
- func (o *GetTinResponseEntity) GetEmailOk() (*string, bool)
- func (o *GetTinResponseEntity) GetFIRSTIN() string
- func (o *GetTinResponseEntity) GetFIRSTINOk() (*string, bool)
- func (o *GetTinResponseEntity) GetJITTIN() string
- func (o *GetTinResponseEntity) GetJITTINOk() (*string, bool)
- func (o *GetTinResponseEntity) GetPhoneNo() string
- func (o *GetTinResponseEntity) GetPhoneNoOk() (*string, bool)
- func (o *GetTinResponseEntity) GetSearch() string
- func (o *GetTinResponseEntity) GetSearchOk() (*string, bool)
- func (o *GetTinResponseEntity) GetTaxOffice() string
- func (o *GetTinResponseEntity) GetTaxOfficeOk() (*string, bool)
- func (o *GetTinResponseEntity) GetTaxpayerName() string
- func (o *GetTinResponseEntity) GetTaxpayerNameOk() (*string, bool)
- func (o *GetTinResponseEntity) HasCACRegNo() bool
- func (o *GetTinResponseEntity) HasEmail() bool
- func (o *GetTinResponseEntity) HasFIRSTIN() bool
- func (o *GetTinResponseEntity) HasJITTIN() bool
- func (o *GetTinResponseEntity) HasPhoneNo() bool
- func (o *GetTinResponseEntity) HasSearch() bool
- func (o *GetTinResponseEntity) HasTaxOffice() bool
- func (o *GetTinResponseEntity) HasTaxpayerName() bool
- func (o GetTinResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetTinResponseEntity) SetCACRegNo(v string)
- func (o *GetTinResponseEntity) SetEmail(v string)
- func (o *GetTinResponseEntity) SetFIRSTIN(v string)
- func (o *GetTinResponseEntity) SetJITTIN(v string)
- func (o *GetTinResponseEntity) SetPhoneNo(v string)
- func (o *GetTinResponseEntity) SetSearch(v string)
- func (o *GetTinResponseEntity) SetTaxOffice(v string)
- func (o *GetTinResponseEntity) SetTaxpayerName(v string)
- type GetTransactionResponse
- func (o *GetTransactionResponse) GetEntity() GetTransactionResponseEntity
- func (o *GetTransactionResponse) GetEntityOk() (*GetTransactionResponseEntity, bool)
- func (o *GetTransactionResponse) HasEntity() bool
- func (o GetTransactionResponse) MarshalJSON() ([]byte, error)
- func (o *GetTransactionResponse) SetEntity(v GetTransactionResponseEntity)
- type GetTransactionResponseEntity
- func (o *GetTransactionResponseEntity) GetDateCreated() string
- func (o *GetTransactionResponseEntity) GetDateCreatedOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetRecipientAccountNumber() string
- func (o *GetTransactionResponseEntity) GetRecipientAccountNumberOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetSenderAccountNumber() string
- func (o *GetTransactionResponseEntity) GetSenderAccountNumberOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetTransactionAmount() float32
- func (o *GetTransactionResponseEntity) GetTransactionAmountOk() (*float32, bool)
- func (o *GetTransactionResponseEntity) GetTransactionId() string
- func (o *GetTransactionResponseEntity) GetTransactionIdOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetTransactionReason() string
- func (o *GetTransactionResponseEntity) GetTransactionReasonOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetTransactionRemarks() string
- func (o *GetTransactionResponseEntity) GetTransactionRemarksOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetTransactionStatus() string
- func (o *GetTransactionResponseEntity) GetTransactionStatusOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetTransactionType() string
- func (o *GetTransactionResponseEntity) GetTransactionTypeOk() (*string, bool)
- func (o *GetTransactionResponseEntity) GetWalletId() string
- func (o *GetTransactionResponseEntity) GetWalletIdOk() (*string, bool)
- func (o *GetTransactionResponseEntity) HasDateCreated() bool
- func (o *GetTransactionResponseEntity) HasRecipientAccountNumber() bool
- func (o *GetTransactionResponseEntity) HasSenderAccountNumber() bool
- func (o *GetTransactionResponseEntity) HasTransactionAmount() bool
- func (o *GetTransactionResponseEntity) HasTransactionId() bool
- func (o *GetTransactionResponseEntity) HasTransactionReason() bool
- func (o *GetTransactionResponseEntity) HasTransactionRemarks() bool
- func (o *GetTransactionResponseEntity) HasTransactionStatus() bool
- func (o *GetTransactionResponseEntity) HasTransactionType() bool
- func (o *GetTransactionResponseEntity) HasWalletId() bool
- func (o GetTransactionResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetTransactionResponseEntity) SetDateCreated(v string)
- func (o *GetTransactionResponseEntity) SetRecipientAccountNumber(v string)
- func (o *GetTransactionResponseEntity) SetSenderAccountNumber(v string)
- func (o *GetTransactionResponseEntity) SetTransactionAmount(v float32)
- func (o *GetTransactionResponseEntity) SetTransactionId(v string)
- func (o *GetTransactionResponseEntity) SetTransactionReason(v string)
- func (o *GetTransactionResponseEntity) SetTransactionReasonNil()
- func (o *GetTransactionResponseEntity) SetTransactionRemarks(v string)
- func (o *GetTransactionResponseEntity) SetTransactionStatus(v string)
- func (o *GetTransactionResponseEntity) SetTransactionType(v string)
- func (o *GetTransactionResponseEntity) SetWalletId(v string)
- func (o *GetTransactionResponseEntity) UnsetTransactionReason()
- type GetVinResponse
- type GetVinResponseEntity
- func (o *GetVinResponseEntity) GetFullName() string
- func (o *GetVinResponseEntity) GetFullNameOk() (*string, bool)
- func (o *GetVinResponseEntity) GetGender() string
- func (o *GetVinResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetVinResponseEntity) GetLocalGovernment() string
- func (o *GetVinResponseEntity) GetLocalGovernmentOk() (*string, bool)
- func (o *GetVinResponseEntity) GetOccupation() string
- func (o *GetVinResponseEntity) GetOccupationOk() (*string, bool)
- func (o *GetVinResponseEntity) GetPollingUnit() string
- func (o *GetVinResponseEntity) GetPollingUnitCode() string
- func (o *GetVinResponseEntity) GetPollingUnitCodeOk() (*string, bool)
- func (o *GetVinResponseEntity) GetPollingUnitOk() (*string, bool)
- func (o *GetVinResponseEntity) GetRegistrationAreaWard() string
- func (o *GetVinResponseEntity) GetRegistrationAreaWardOk() (*string, bool)
- func (o *GetVinResponseEntity) GetState() string
- func (o *GetVinResponseEntity) GetStateOk() (*string, bool)
- func (o *GetVinResponseEntity) GetTimeOfRegistration() string
- func (o *GetVinResponseEntity) GetTimeOfRegistrationOk() (*string, bool)
- func (o *GetVinResponseEntity) GetVoterIdentificationNumber() string
- func (o *GetVinResponseEntity) GetVoterIdentificationNumberOk() (*string, bool)
- func (o *GetVinResponseEntity) HasFullName() bool
- func (o *GetVinResponseEntity) HasGender() bool
- func (o *GetVinResponseEntity) HasLocalGovernment() bool
- func (o *GetVinResponseEntity) HasOccupation() bool
- func (o *GetVinResponseEntity) HasPollingUnit() bool
- func (o *GetVinResponseEntity) HasPollingUnitCode() bool
- func (o *GetVinResponseEntity) HasRegistrationAreaWard() bool
- func (o *GetVinResponseEntity) HasState() bool
- func (o *GetVinResponseEntity) HasTimeOfRegistration() bool
- func (o *GetVinResponseEntity) HasVoterIdentificationNumber() bool
- func (o GetVinResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetVinResponseEntity) SetFullName(v string)
- func (o *GetVinResponseEntity) SetGender(v string)
- func (o *GetVinResponseEntity) SetLocalGovernment(v string)
- func (o *GetVinResponseEntity) SetOccupation(v string)
- func (o *GetVinResponseEntity) SetPollingUnit(v string)
- func (o *GetVinResponseEntity) SetPollingUnitCode(v string)
- func (o *GetVinResponseEntity) SetRegistrationAreaWard(v string)
- func (o *GetVinResponseEntity) SetState(v string)
- func (o *GetVinResponseEntity) SetTimeOfRegistration(v string)
- func (o *GetVinResponseEntity) SetVoterIdentificationNumber(v string)
- type GetVninResponse
- type GetVninResponseEntity
- func (o *GetVninResponseEntity) GetDateOfBirth() string
- func (o *GetVninResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *GetVninResponseEntity) GetFirstname() string
- func (o *GetVninResponseEntity) GetFirstnameOk() (*string, bool)
- func (o *GetVninResponseEntity) GetGender() string
- func (o *GetVninResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetVninResponseEntity) GetMiddlename() string
- func (o *GetVninResponseEntity) GetMiddlenameOk() (*string, bool)
- func (o *GetVninResponseEntity) GetMobile() string
- func (o *GetVninResponseEntity) GetMobileOk() (*string, bool)
- func (o *GetVninResponseEntity) GetPhoto() string
- func (o *GetVninResponseEntity) GetPhotoOk() (*string, bool)
- func (o *GetVninResponseEntity) GetSurname() string
- func (o *GetVninResponseEntity) GetSurnameOk() (*string, bool)
- func (o *GetVninResponseEntity) GetUserId() string
- func (o *GetVninResponseEntity) GetUserIdOk() (*string, bool)
- func (o *GetVninResponseEntity) GetVnin() string
- func (o *GetVninResponseEntity) GetVninOk() (*string, bool)
- func (o *GetVninResponseEntity) HasDateOfBirth() bool
- func (o *GetVninResponseEntity) HasFirstname() bool
- func (o *GetVninResponseEntity) HasGender() bool
- func (o *GetVninResponseEntity) HasMiddlename() bool
- func (o *GetVninResponseEntity) HasMobile() bool
- func (o *GetVninResponseEntity) HasPhoto() bool
- func (o *GetVninResponseEntity) HasSurname() bool
- func (o *GetVninResponseEntity) HasUserId() bool
- func (o *GetVninResponseEntity) HasVnin() bool
- func (o GetVninResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetVninResponseEntity) SetDateOfBirth(v string)
- func (o *GetVninResponseEntity) SetFirstname(v string)
- func (o *GetVninResponseEntity) SetGender(v string)
- func (o *GetVninResponseEntity) SetMiddlename(v string)
- func (o *GetVninResponseEntity) SetMobile(v string)
- func (o *GetVninResponseEntity) SetPhoto(v string)
- func (o *GetVninResponseEntity) SetSurname(v string)
- func (o *GetVninResponseEntity) SetUserId(v string)
- func (o *GetVninResponseEntity) SetVnin(v string)
- type GetVoterResponse
- type GetVoterResponseEntity
- func (o *GetVoterResponseEntity) GetConstituency() string
- func (o *GetVoterResponseEntity) GetConstituencyOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetDistrict() string
- func (o *GetVoterResponseEntity) GetDistrictOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetFirstName() string
- func (o *GetVoterResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetGender() string
- func (o *GetVoterResponseEntity) GetGenderOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetIsFirstNameMatch() bool
- func (o *GetVoterResponseEntity) GetIsFirstNameMatchOk() (*bool, bool)
- func (o *GetVoterResponseEntity) GetIsLastNameMatch() bool
- func (o *GetVoterResponseEntity) GetIsLastNameMatchOk() (*bool, bool)
- func (o *GetVoterResponseEntity) GetLastName() string
- func (o *GetVoterResponseEntity) GetLastNameOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetParish() string
- func (o *GetVoterResponseEntity) GetParishOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetPollingStation() string
- func (o *GetVoterResponseEntity) GetPollingStationOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetSubCounty() string
- func (o *GetVoterResponseEntity) GetSubCountyOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetVillage() string
- func (o *GetVoterResponseEntity) GetVillageOk() (*string, bool)
- func (o *GetVoterResponseEntity) GetVoterNumber() string
- func (o *GetVoterResponseEntity) GetVoterNumberOk() (*string, bool)
- func (o GetVoterResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetVoterResponseEntity) SetConstituency(v string)
- func (o *GetVoterResponseEntity) SetDistrict(v string)
- func (o *GetVoterResponseEntity) SetFirstName(v string)
- func (o *GetVoterResponseEntity) SetGender(v string)
- func (o *GetVoterResponseEntity) SetIsFirstNameMatch(v bool)
- func (o *GetVoterResponseEntity) SetIsLastNameMatch(v bool)
- func (o *GetVoterResponseEntity) SetLastName(v string)
- func (o *GetVoterResponseEntity) SetParish(v string)
- func (o *GetVoterResponseEntity) SetPollingStation(v string)
- func (o *GetVoterResponseEntity) SetSubCounty(v string)
- func (o *GetVoterResponseEntity) SetVillage(v string)
- func (o *GetVoterResponseEntity) SetVoterNumber(v string)
- type GetWalletBalanceResponse
- func (o *GetWalletBalanceResponse) GetEntity() GetWalletBalanceResponseEntity
- func (o *GetWalletBalanceResponse) GetEntityOk() (*GetWalletBalanceResponseEntity, bool)
- func (o *GetWalletBalanceResponse) HasEntity() bool
- func (o GetWalletBalanceResponse) MarshalJSON() ([]byte, error)
- func (o *GetWalletBalanceResponse) SetEntity(v GetWalletBalanceResponseEntity)
- type GetWalletBalanceResponseEntity
- func (o *GetWalletBalanceResponseEntity) GetWalletBalance() string
- func (o *GetWalletBalanceResponseEntity) GetWalletBalanceOk() (*string, bool)
- func (o *GetWalletBalanceResponseEntity) HasWalletBalance() bool
- func (o GetWalletBalanceResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetWalletBalanceResponseEntity) SetWalletBalance(v string)
- type GetWalletResponse
- func (o *GetWalletResponse) GetEntity() GetWalletResponseEntity
- func (o *GetWalletResponse) GetEntityOk() (*GetWalletResponseEntity, bool)
- func (o *GetWalletResponse) HasEntity() bool
- func (o GetWalletResponse) MarshalJSON() ([]byte, error)
- func (o *GetWalletResponse) SetEntity(v GetWalletResponseEntity)
- type GetWalletResponseEntity
- func (o *GetWalletResponseEntity) GetAccountNumber() string
- func (o *GetWalletResponseEntity) GetAccountNumberOk() (*string, bool)
- func (o *GetWalletResponseEntity) GetBankName() string
- func (o *GetWalletResponseEntity) GetBankNameOk() (*string, bool)
- func (o *GetWalletResponseEntity) GetPhoneNumber() string
- func (o *GetWalletResponseEntity) GetPhoneNumberOk() (*string, bool)
- func (o *GetWalletResponseEntity) GetWalletAmount() float32
- func (o *GetWalletResponseEntity) GetWalletAmountOk() (*float32, bool)
- func (o *GetWalletResponseEntity) GetWalletId() string
- func (o *GetWalletResponseEntity) GetWalletIdOk() (*string, bool)
- func (o *GetWalletResponseEntity) HasAccountNumber() bool
- func (o *GetWalletResponseEntity) HasBankName() bool
- func (o *GetWalletResponseEntity) HasPhoneNumber() bool
- func (o *GetWalletResponseEntity) HasWalletAmount() bool
- func (o *GetWalletResponseEntity) HasWalletId() bool
- func (o GetWalletResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetWalletResponseEntity) SetAccountNumber(v string)
- func (o *GetWalletResponseEntity) SetBankName(v string)
- func (o *GetWalletResponseEntity) SetPhoneNumber(v string)
- func (o *GetWalletResponseEntity) SetWalletAmount(v float32)
- func (o *GetWalletResponseEntity) SetWalletId(v string)
- type GetWalletsResponse
- func (o *GetWalletsResponse) GetEntity() GetWalletsResponseEntity
- func (o *GetWalletsResponse) GetEntityOk() (*GetWalletsResponseEntity, bool)
- func (o *GetWalletsResponse) HasEntity() bool
- func (o GetWalletsResponse) MarshalJSON() ([]byte, error)
- func (o *GetWalletsResponse) SetEntity(v GetWalletsResponseEntity)
- type GetWalletsResponseEntity
- func (o *GetWalletsResponseEntity) GetAppId() string
- func (o *GetWalletsResponseEntity) GetAppIdOk() (*string, bool)
- func (o *GetWalletsResponseEntity) GetClientWallets() []GetWalletResponseEntity
- func (o *GetWalletsResponseEntity) GetClientWalletsOk() ([]GetWalletResponseEntity, bool)
- func (o *GetWalletsResponseEntity) GetTotalAmount() float32
- func (o *GetWalletsResponseEntity) GetTotalAmountOk() (*float32, bool)
- func (o *GetWalletsResponseEntity) HasAppId() bool
- func (o *GetWalletsResponseEntity) HasClientWallets() bool
- func (o *GetWalletsResponseEntity) HasTotalAmount() bool
- func (o GetWalletsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *GetWalletsResponseEntity) SetAppId(v string)
- func (o *GetWalletsResponseEntity) SetClientWallets(v []GetWalletResponseEntity)
- func (o *GetWalletsResponseEntity) SetTotalAmount(v float32)
- type GetWebhooksResponse
- func (o *GetWebhooksResponse) GetEntity() []GetWebhooksResponseEntityInner
- func (o *GetWebhooksResponse) GetEntityOk() ([]GetWebhooksResponseEntityInner, bool)
- func (o *GetWebhooksResponse) HasEntity() bool
- func (o GetWebhooksResponse) MarshalJSON() ([]byte, error)
- func (o *GetWebhooksResponse) SetEntity(v []GetWebhooksResponseEntityInner)
- type GetWebhooksResponseEntityInner
- func (o *GetWebhooksResponseEntityInner) GetAppId() string
- func (o *GetWebhooksResponseEntityInner) GetAppIdOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetConfirmationStatus() string
- func (o *GetWebhooksResponseEntityInner) GetConfirmationStatusOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetDateCreated() string
- func (o *GetWebhooksResponseEntityInner) GetDateCreatedOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetDateUpdated() string
- func (o *GetWebhooksResponseEntityInner) GetDateUpdatedOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetEndpoint() string
- func (o *GetWebhooksResponseEntityInner) GetEndpointOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetEnvironment() string
- func (o *GetWebhooksResponseEntityInner) GetEnvironmentOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) GetService() string
- func (o *GetWebhooksResponseEntityInner) GetServiceOk() (*string, bool)
- func (o *GetWebhooksResponseEntityInner) HasAppId() bool
- func (o *GetWebhooksResponseEntityInner) HasConfirmationStatus() bool
- func (o *GetWebhooksResponseEntityInner) HasDateCreated() bool
- func (o *GetWebhooksResponseEntityInner) HasDateUpdated() bool
- func (o *GetWebhooksResponseEntityInner) HasEndpoint() bool
- func (o *GetWebhooksResponseEntityInner) HasEnvironment() bool
- func (o *GetWebhooksResponseEntityInner) HasService() bool
- func (o GetWebhooksResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *GetWebhooksResponseEntityInner) SetAppId(v string)
- func (o *GetWebhooksResponseEntityInner) SetConfirmationStatus(v string)
- func (o *GetWebhooksResponseEntityInner) SetDateCreated(v string)
- func (o *GetWebhooksResponseEntityInner) SetDateUpdated(v string)
- func (o *GetWebhooksResponseEntityInner) SetEndpoint(v string)
- func (o *GetWebhooksResponseEntityInner) SetEnvironment(v string)
- func (o *GetWebhooksResponseEntityInner) SetService(v string)
- type KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) DateOfBirth(dateOfBirth string) KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) Execute() (*GetNationalIdResponse, *http.Response, error)
- func (r KEKYCApiGetNationalIdRequest) FirstName(firstName string) KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) Gender(gender string) KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) Id(id int32) KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) LastName(lastName string) KEKYCApiGetNationalIdRequest
- func (r KEKYCApiGetNationalIdRequest) MiddleName(middleName string) KEKYCApiGetNationalIdRequest
- type KEKYCApiService
- type KYBApiGetAdvancedCacRequest
- func (r KYBApiGetAdvancedCacRequest) Class(class string) KYBApiGetAdvancedCacRequest
- func (r KYBApiGetAdvancedCacRequest) Execute() (*GetAdvancedCacResponse, *http.Response, error)
- func (r KYBApiGetAdvancedCacRequest) Rc(rc int32) KYBApiGetAdvancedCacRequest
- func (r KYBApiGetAdvancedCacRequest) Type_(type_ string) KYBApiGetAdvancedCacRequest
- type KYBApiGetBasicCacRequest
- type KYBApiGetCacRequest
- type KYBApiGetTinRequest
- type KYBApiService
- func (a *KYBApiService) GetAdvancedCac() KYBApiGetAdvancedCacRequest
- func (a *KYBApiService) GetAdvancedCacExecute(r KYBApiGetAdvancedCacRequest) (*GetAdvancedCacResponse, *http.Response, error)
- func (a *KYBApiService) GetBasicCac() KYBApiGetBasicCacRequest
- func (a *KYBApiService) GetBasicCacExecute(r KYBApiGetBasicCacRequest) (*GetBasicCacResponse, *http.Response, error)
- func (a *KYBApiService) GetCac() KYBApiGetCacRequest
- func (a *KYBApiService) GetCacExecute(r KYBApiGetCacRequest) (*GetCacResponse, *http.Response, error)
- func (a *KYBApiService) GetTin() KYBApiGetTinRequest
- func (a *KYBApiService) GetTinExecute(r KYBApiGetTinRequest) (*GetTinResponse, *http.Response, error)
- type KYCApiAnalyzeDocumentRequest
- type KYCApiGetBasicBvnRequest
- type KYCApiGetBasicPhoneNumberRequest
- type KYCApiGetDriversLicenseRequest
- type KYCApiGetEmailReputationRequest
- type KYCApiGetFullBvnRequest
- type KYCApiGetNubanRequest
- type KYCApiGetPassportRequest
- type KYCApiGetPhoneNumberRequest
- type KYCApiGetPremiumBvnRequest
- type KYCApiGetVINRequest
- func (r KYCApiGetVINRequest) Execute() (*GetVinResponse, *http.Response, error)
- func (r KYCApiGetVINRequest) Firstname(firstname string) KYCApiGetVINRequest
- func (r KYCApiGetVINRequest) Lastname(lastname string) KYCApiGetVINRequest
- func (r KYCApiGetVINRequest) Mode(mode string) KYCApiGetVINRequest
- func (r KYCApiGetVINRequest) State(state string) KYCApiGetVINRequest
- func (r KYCApiGetVINRequest) Vin(vin int32) KYCApiGetVINRequest
- type KYCApiGetVninRequest
- type KYCApiService
- func (a *KYCApiService) AnalyzeDocument() KYCApiAnalyzeDocumentRequest
- func (a *KYCApiService) AnalyzeDocumentExecute(r KYCApiAnalyzeDocumentRequest) (*AnalyzeDocumentResponse, *http.Response, error)
- func (a *KYCApiService) GetBasicBvn() KYCApiGetBasicBvnRequest
- func (a *KYCApiService) GetBasicBvnExecute(r KYCApiGetBasicBvnRequest) (*GetBasicBvnResponse, *http.Response, error)
- func (a *KYCApiService) GetBasicPhoneNumber() KYCApiGetBasicPhoneNumberRequest
- func (a *KYCApiService) GetBasicPhoneNumberExecute(r KYCApiGetBasicPhoneNumberRequest) (*GetBasicPhoneNumberResponse, *http.Response, error)
- func (a *KYCApiService) GetDriversLicense() KYCApiGetDriversLicenseRequest
- func (a *KYCApiService) GetDriversLicenseExecute(r KYCApiGetDriversLicenseRequest) (*GetKycDriversLicenseResponse, *http.Response, error)
- func (a *KYCApiService) GetEmailReputation() KYCApiGetEmailReputationRequest
- func (a *KYCApiService) GetEmailReputationExecute(r KYCApiGetEmailReputationRequest) (*GetEmailReputationResponse, *http.Response, error)
- func (a *KYCApiService) GetFullBvn() KYCApiGetFullBvnRequest
- func (a *KYCApiService) GetFullBvnExecute(r KYCApiGetFullBvnRequest) (*GetFullBvnResponse, *http.Response, error)
- func (a *KYCApiService) GetNuban() KYCApiGetNubanRequest
- func (a *KYCApiService) GetNubanExecute(r KYCApiGetNubanRequest) (*GetNubanResponse, *http.Response, error)
- func (a *KYCApiService) GetPassport() KYCApiGetPassportRequest
- func (a *KYCApiService) GetPassportExecute(r KYCApiGetPassportRequest) (*GetKycPassportResponse, *http.Response, error)
- func (a *KYCApiService) GetPhoneNumber() KYCApiGetPhoneNumberRequest
- func (a *KYCApiService) GetPhoneNumberExecute(r KYCApiGetPhoneNumberRequest) (*GetPhoneNumberResponse, *http.Response, error)
- func (a *KYCApiService) GetPremiumBvn() KYCApiGetPremiumBvnRequest
- func (a *KYCApiService) GetPremiumBvnExecute(r KYCApiGetPremiumBvnRequest) (*GetPremiumBvnResponse, *http.Response, error)
- func (a *KYCApiService) GetVIN() KYCApiGetVINRequest
- func (a *KYCApiService) GetVINExecute(r KYCApiGetVINRequest) (*GetVinResponse, *http.Response, error)
- func (a *KYCApiService) GetVnin() KYCApiGetVninRequest
- func (a *KYCApiService) GetVninExecute(r KYCApiGetVninRequest) (*GetVninResponse, *http.Response, error)
- func (a *KYCApiService) ValidateBvn() KYCApiValidateBvnRequest
- func (a *KYCApiService) ValidateBvnExecute(r KYCApiValidateBvnRequest) (*ValidateBvnResponse, *http.Response, error)
- func (a *KYCApiService) VerifyAge() KYCApiVerifyAgeRequest
- func (a *KYCApiService) VerifyAgeExecute(r KYCApiVerifyAgeRequest) (*VerifyAgeResponse, *http.Response, error)
- func (a *KYCApiService) VerifySelfieBvn() KYCApiVerifySelfieBvnRequest
- func (a *KYCApiService) VerifySelfieBvnExecute(r KYCApiVerifySelfieBvnRequest) (*VerifySelfieBvnResponse, *http.Response, error)
- func (a *KYCApiService) VerifySelfieNin() KYCApiVerifySelfieNinRequest
- func (a *KYCApiService) VerifySelfieNinExecute(r KYCApiVerifySelfieNinRequest) (*VerifySelfieNinResponse, *http.Response, error)
- type KYCApiValidateBvnRequest
- func (r KYCApiValidateBvnRequest) Bvn(bvn int32) KYCApiValidateBvnRequest
- func (r KYCApiValidateBvnRequest) Dob(dob string) KYCApiValidateBvnRequest
- func (r KYCApiValidateBvnRequest) Execute() (*ValidateBvnResponse, *http.Response, error)
- func (r KYCApiValidateBvnRequest) FirstName(firstName string) KYCApiValidateBvnRequest
- type KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) AccountNumber(accountNumber int32) KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) BankCode(bankCode int32) KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) Dob(dob string) KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) Execute() (*VerifyAgeResponse, *http.Response, error)
- func (r KYCApiVerifyAgeRequest) FirstName(firstName string) KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) LastName(lastName string) KYCApiVerifyAgeRequest
- func (r KYCApiVerifyAgeRequest) Mode(mode string) KYCApiVerifyAgeRequest
- type KYCApiVerifySelfieBvnRequest
- type KYCApiVerifySelfieNinRequest
- type MLApiGetDocumentAnalysisRequest
- type MLApiGetGenericOcrTextRequest
- type MLApiGetOcrTextRequest
- type MLApiService
- func (a *MLApiService) GetDocumentAnalysis() MLApiGetDocumentAnalysisRequest
- func (a *MLApiService) GetDocumentAnalysisExecute(r MLApiGetDocumentAnalysisRequest) (*GetDocumentAnalysisResponse, *http.Response, error)
- func (a *MLApiService) GetGenericOcrText() MLApiGetGenericOcrTextRequest
- func (a *MLApiService) GetGenericOcrTextExecute(r MLApiGetGenericOcrTextRequest) (*GetGenericOcrTextResponse, *http.Response, error)
- func (a *MLApiService) GetOcrText() MLApiGetOcrTextRequest
- func (a *MLApiService) GetOcrTextExecute(r MLApiGetOcrTextRequest) (*GetOcrTextResponse, *http.Response, error)
- func (a *MLApiService) VerifyPhotoIdWithSelfie() MLApiVerifyPhotoIdWithSelfieRequest
- func (a *MLApiService) VerifyPhotoIdWithSelfieExecute(r MLApiVerifyPhotoIdWithSelfieRequest) (*VerifyPhotoIdWithSelfieResponse, *http.Response, error)
- type MLApiVerifyPhotoIdWithSelfieRequest
- type NotifyWebhookRequest
- func (o *NotifyWebhookRequest) GetData() NotifyWebhookRequestData
- func (o *NotifyWebhookRequest) GetDataOk() (*NotifyWebhookRequestData, bool)
- func (o *NotifyWebhookRequest) GetSubject() string
- func (o *NotifyWebhookRequest) GetSubjectOk() (*string, bool)
- func (o *NotifyWebhookRequest) HasData() bool
- func (o *NotifyWebhookRequest) HasSubject() bool
- func (o NotifyWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *NotifyWebhookRequest) SetData(v NotifyWebhookRequestData)
- func (o *NotifyWebhookRequest) SetSubject(v string)
- type NotifyWebhookRequestData
- type NotifyWebhookResponse
- type NullableAnalyzeDocumentResponse
- func (v NullableAnalyzeDocumentResponse) Get() *AnalyzeDocumentResponse
- func (v NullableAnalyzeDocumentResponse) IsSet() bool
- func (v NullableAnalyzeDocumentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponse) Set(val *AnalyzeDocumentResponse)
- func (v *NullableAnalyzeDocumentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponse) Unset()
- type NullableAnalyzeDocumentResponseEntity
- func (v NullableAnalyzeDocumentResponseEntity) Get() *AnalyzeDocumentResponseEntity
- func (v NullableAnalyzeDocumentResponseEntity) IsSet() bool
- func (v NullableAnalyzeDocumentResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponseEntity) Set(val *AnalyzeDocumentResponseEntity)
- func (v *NullableAnalyzeDocumentResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponseEntity) Unset()
- type NullableAnalyzeDocumentResponseEntityDocumentImages
- func (v NullableAnalyzeDocumentResponseEntityDocumentImages) Get() *AnalyzeDocumentResponseEntityDocumentImages
- func (v NullableAnalyzeDocumentResponseEntityDocumentImages) IsSet() bool
- func (v NullableAnalyzeDocumentResponseEntityDocumentImages) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponseEntityDocumentImages) Set(val *AnalyzeDocumentResponseEntityDocumentImages)
- func (v *NullableAnalyzeDocumentResponseEntityDocumentImages) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponseEntityDocumentImages) Unset()
- type NullableAnalyzeDocumentResponseEntityDocumentType
- func (v NullableAnalyzeDocumentResponseEntityDocumentType) Get() *AnalyzeDocumentResponseEntityDocumentType
- func (v NullableAnalyzeDocumentResponseEntityDocumentType) IsSet() bool
- func (v NullableAnalyzeDocumentResponseEntityDocumentType) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponseEntityDocumentType) Set(val *AnalyzeDocumentResponseEntityDocumentType)
- func (v *NullableAnalyzeDocumentResponseEntityDocumentType) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponseEntityDocumentType) Unset()
- type NullableAnalyzeDocumentResponseEntityStatus
- func (v NullableAnalyzeDocumentResponseEntityStatus) Get() *AnalyzeDocumentResponseEntityStatus
- func (v NullableAnalyzeDocumentResponseEntityStatus) IsSet() bool
- func (v NullableAnalyzeDocumentResponseEntityStatus) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponseEntityStatus) Set(val *AnalyzeDocumentResponseEntityStatus)
- func (v *NullableAnalyzeDocumentResponseEntityStatus) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponseEntityStatus) Unset()
- type NullableAnalyzeDocumentResponseEntityTextDataInner
- func (v NullableAnalyzeDocumentResponseEntityTextDataInner) Get() *AnalyzeDocumentResponseEntityTextDataInner
- func (v NullableAnalyzeDocumentResponseEntityTextDataInner) IsSet() bool
- func (v NullableAnalyzeDocumentResponseEntityTextDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyzeDocumentResponseEntityTextDataInner) Set(val *AnalyzeDocumentResponseEntityTextDataInner)
- func (v *NullableAnalyzeDocumentResponseEntityTextDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyzeDocumentResponseEntityTextDataInner) Unset()
- type NullableBool
- type NullableCategorizeTransactionsRequest
- func (v NullableCategorizeTransactionsRequest) Get() *CategorizeTransactionsRequest
- func (v NullableCategorizeTransactionsRequest) IsSet() bool
- func (v NullableCategorizeTransactionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCategorizeTransactionsRequest) Set(val *CategorizeTransactionsRequest)
- func (v *NullableCategorizeTransactionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCategorizeTransactionsRequest) Unset()
- type NullableCategorizeTransactionsResponse
- func (v NullableCategorizeTransactionsResponse) Get() *CategorizeTransactionsResponse
- func (v NullableCategorizeTransactionsResponse) IsSet() bool
- func (v NullableCategorizeTransactionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCategorizeTransactionsResponse) Set(val *CategorizeTransactionsResponse)
- func (v *NullableCategorizeTransactionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCategorizeTransactionsResponse) Unset()
- type NullableCategorizeTransactionsResponseEntity
- func (v NullableCategorizeTransactionsResponseEntity) Get() *CategorizeTransactionsResponseEntity
- func (v NullableCategorizeTransactionsResponseEntity) IsSet() bool
- func (v NullableCategorizeTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCategorizeTransactionsResponseEntity) Set(val *CategorizeTransactionsResponseEntity)
- func (v *NullableCategorizeTransactionsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCategorizeTransactionsResponseEntity) Unset()
- type NullableCollectStatusFromPdfRequest
- func (v NullableCollectStatusFromPdfRequest) Get() *CollectStatusFromPdfRequest
- func (v NullableCollectStatusFromPdfRequest) IsSet() bool
- func (v NullableCollectStatusFromPdfRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCollectStatusFromPdfRequest) Set(val *CollectStatusFromPdfRequest)
- func (v *NullableCollectStatusFromPdfRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCollectStatusFromPdfRequest) Unset()
- type NullableCollectStatusFromPdfResponse
- func (v NullableCollectStatusFromPdfResponse) Get() *CollectStatusFromPdfResponse
- func (v NullableCollectStatusFromPdfResponse) IsSet() bool
- func (v NullableCollectStatusFromPdfResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCollectStatusFromPdfResponse) Set(val *CollectStatusFromPdfResponse)
- func (v *NullableCollectStatusFromPdfResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCollectStatusFromPdfResponse) Unset()
- type NullableCollectTransactionsRequest
- func (v NullableCollectTransactionsRequest) Get() *CollectTransactionsRequest
- func (v NullableCollectTransactionsRequest) IsSet() bool
- func (v NullableCollectTransactionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCollectTransactionsRequest) Set(val *CollectTransactionsRequest)
- func (v *NullableCollectTransactionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCollectTransactionsRequest) Unset()
- type NullableCollectTransactionsRequestTransactionsInner
- func (v NullableCollectTransactionsRequestTransactionsInner) Get() *CollectTransactionsRequestTransactionsInner
- func (v NullableCollectTransactionsRequestTransactionsInner) IsSet() bool
- func (v NullableCollectTransactionsRequestTransactionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableCollectTransactionsRequestTransactionsInner) Set(val *CollectTransactionsRequestTransactionsInner)
- func (v *NullableCollectTransactionsRequestTransactionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableCollectTransactionsRequestTransactionsInner) Unset()
- type NullableCollectTransactionsResponse
- func (v NullableCollectTransactionsResponse) Get() *CollectTransactionsResponse
- func (v NullableCollectTransactionsResponse) IsSet() bool
- func (v NullableCollectTransactionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCollectTransactionsResponse) Set(val *CollectTransactionsResponse)
- func (v *NullableCollectTransactionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCollectTransactionsResponse) Unset()
- type NullableCollectTransactionsResponseEntity
- func (v NullableCollectTransactionsResponseEntity) Get() *CollectTransactionsResponseEntity
- func (v NullableCollectTransactionsResponseEntity) IsSet() bool
- func (v NullableCollectTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCollectTransactionsResponseEntity) Set(val *CollectTransactionsResponseEntity)
- func (v *NullableCollectTransactionsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCollectTransactionsResponseEntity) Unset()
- type NullableCreateWalletRequest
- func (v NullableCreateWalletRequest) Get() *CreateWalletRequest
- func (v NullableCreateWalletRequest) IsSet() bool
- func (v NullableCreateWalletRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWalletRequest) Set(val *CreateWalletRequest)
- func (v *NullableCreateWalletRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWalletRequest) Unset()
- type NullableCreateWalletResponse
- func (v NullableCreateWalletResponse) Get() *CreateWalletResponse
- func (v NullableCreateWalletResponse) IsSet() bool
- func (v NullableCreateWalletResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWalletResponse) Set(val *CreateWalletResponse)
- func (v *NullableCreateWalletResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWalletResponse) Unset()
- type NullableCreateWalletResponseEntity
- func (v NullableCreateWalletResponseEntity) Get() *CreateWalletResponseEntity
- func (v NullableCreateWalletResponseEntity) IsSet() bool
- func (v NullableCreateWalletResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWalletResponseEntity) Set(val *CreateWalletResponseEntity)
- func (v *NullableCreateWalletResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWalletResponseEntity) Unset()
- type NullableCreditSubwalletRequest
- func (v NullableCreditSubwalletRequest) Get() *CreditSubwalletRequest
- func (v NullableCreditSubwalletRequest) IsSet() bool
- func (v NullableCreditSubwalletRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreditSubwalletRequest) Set(val *CreditSubwalletRequest)
- func (v *NullableCreditSubwalletRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreditSubwalletRequest) Unset()
- type NullableCreditSubwalletResponse
- func (v NullableCreditSubwalletResponse) Get() *CreditSubwalletResponse
- func (v NullableCreditSubwalletResponse) IsSet() bool
- func (v NullableCreditSubwalletResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreditSubwalletResponse) Set(val *CreditSubwalletResponse)
- func (v *NullableCreditSubwalletResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreditSubwalletResponse) Unset()
- type NullableCreditSubwalletResponseEntity
- func (v NullableCreditSubwalletResponseEntity) Get() *CreditSubwalletResponseEntity
- func (v NullableCreditSubwalletResponseEntity) IsSet() bool
- func (v NullableCreditSubwalletResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableCreditSubwalletResponseEntity) Set(val *CreditSubwalletResponseEntity)
- func (v *NullableCreditSubwalletResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableCreditSubwalletResponseEntity) Unset()
- type NullableDeleteWebhookResponse
- func (v NullableDeleteWebhookResponse) Get() *DeleteWebhookResponse
- func (v NullableDeleteWebhookResponse) IsSet() bool
- func (v NullableDeleteWebhookResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteWebhookResponse) Set(val *DeleteWebhookResponse)
- func (v *NullableDeleteWebhookResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteWebhookResponse) Unset()
- type NullableFinancialGetBasicBvnResponse
- func (v NullableFinancialGetBasicBvnResponse) Get() *FinancialGetBasicBvnResponse
- func (v NullableFinancialGetBasicBvnResponse) IsSet() bool
- func (v NullableFinancialGetBasicBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableFinancialGetBasicBvnResponse) Set(val *FinancialGetBasicBvnResponse)
- func (v *NullableFinancialGetBasicBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableFinancialGetBasicBvnResponse) Unset()
- type NullableFinancialGetBasicBvnResponseEntity
- func (v NullableFinancialGetBasicBvnResponseEntity) Get() *FinancialGetBasicBvnResponseEntity
- func (v NullableFinancialGetBasicBvnResponseEntity) IsSet() bool
- func (v NullableFinancialGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableFinancialGetBasicBvnResponseEntity) Set(val *FinancialGetBasicBvnResponseEntity)
- func (v *NullableFinancialGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableFinancialGetBasicBvnResponseEntity) Unset()
- type NullableFinancialGetFullBvnResponse
- func (v NullableFinancialGetFullBvnResponse) Get() *FinancialGetFullBvnResponse
- func (v NullableFinancialGetFullBvnResponse) IsSet() bool
- func (v NullableFinancialGetFullBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableFinancialGetFullBvnResponse) Set(val *FinancialGetFullBvnResponse)
- func (v *NullableFinancialGetFullBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableFinancialGetFullBvnResponse) Unset()
- type NullableFinancialGetFullBvnResponseEntity
- func (v NullableFinancialGetFullBvnResponseEntity) Get() *FinancialGetFullBvnResponseEntity
- func (v NullableFinancialGetFullBvnResponseEntity) IsSet() bool
- func (v NullableFinancialGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableFinancialGetFullBvnResponseEntity) Set(val *FinancialGetFullBvnResponseEntity)
- func (v *NullableFinancialGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableFinancialGetFullBvnResponseEntity) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGeneralGetNubanResponse
- func (v NullableGeneralGetNubanResponse) Get() *GeneralGetNubanResponse
- func (v NullableGeneralGetNubanResponse) IsSet() bool
- func (v NullableGeneralGetNubanResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGeneralGetNubanResponse) Set(val *GeneralGetNubanResponse)
- func (v *NullableGeneralGetNubanResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGeneralGetNubanResponse) Unset()
- type NullableGeneralGetNubanResponseEntity
- func (v NullableGeneralGetNubanResponseEntity) Get() *GeneralGetNubanResponseEntity
- func (v NullableGeneralGetNubanResponseEntity) IsSet() bool
- func (v NullableGeneralGetNubanResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGeneralGetNubanResponseEntity) Set(val *GeneralGetNubanResponseEntity)
- func (v *NullableGeneralGetNubanResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGeneralGetNubanResponseEntity) Unset()
- type NullableGeneralGetWalletBalanceResponse
- func (v NullableGeneralGetWalletBalanceResponse) Get() *GeneralGetWalletBalanceResponse
- func (v NullableGeneralGetWalletBalanceResponse) IsSet() bool
- func (v NullableGeneralGetWalletBalanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGeneralGetWalletBalanceResponse) Set(val *GeneralGetWalletBalanceResponse)
- func (v *NullableGeneralGetWalletBalanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGeneralGetWalletBalanceResponse) Unset()
- type NullableGetAccountAnalysisResponse
- func (v NullableGetAccountAnalysisResponse) Get() *GetAccountAnalysisResponse
- func (v NullableGetAccountAnalysisResponse) IsSet() bool
- func (v NullableGetAccountAnalysisResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponse) Set(val *GetAccountAnalysisResponse)
- func (v *NullableGetAccountAnalysisResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponse) Unset()
- type NullableGetAccountAnalysisResponseEntity
- func (v NullableGetAccountAnalysisResponseEntity) Get() *GetAccountAnalysisResponseEntity
- func (v NullableGetAccountAnalysisResponseEntity) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntity) Set(val *GetAccountAnalysisResponseEntity)
- func (v *NullableGetAccountAnalysisResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntity) Unset()
- type NullableGetAccountAnalysisResponseEntityAccountBreakdown
- func (v NullableGetAccountAnalysisResponseEntityAccountBreakdown) Get() *GetAccountAnalysisResponseEntityAccountBreakdown
- func (v NullableGetAccountAnalysisResponseEntityAccountBreakdown) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntityAccountBreakdown) Set(val *GetAccountAnalysisResponseEntityAccountBreakdown)
- func (v *NullableGetAccountAnalysisResponseEntityAccountBreakdown) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntityAccountBreakdown) Unset()
- type NullableGetAccountAnalysisResponseEntityExpenseBreakdown
- func (v NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Get() *GetAccountAnalysisResponseEntityExpenseBreakdown
- func (v NullableGetAccountAnalysisResponseEntityExpenseBreakdown) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Set(val *GetAccountAnalysisResponseEntityExpenseBreakdown)
- func (v *NullableGetAccountAnalysisResponseEntityExpenseBreakdown) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Unset()
- type NullableGetAccountAnalysisResponseEntityFundsManagement
- func (v NullableGetAccountAnalysisResponseEntityFundsManagement) Get() *GetAccountAnalysisResponseEntityFundsManagement
- func (v NullableGetAccountAnalysisResponseEntityFundsManagement) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntityFundsManagement) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntityFundsManagement) Set(val *GetAccountAnalysisResponseEntityFundsManagement)
- func (v *NullableGetAccountAnalysisResponseEntityFundsManagement) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntityFundsManagement) Unset()
- type NullableGetAccountAnalysisResponseEntityInflowBreakdown
- func (v NullableGetAccountAnalysisResponseEntityInflowBreakdown) Get() *GetAccountAnalysisResponseEntityInflowBreakdown
- func (v NullableGetAccountAnalysisResponseEntityInflowBreakdown) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntityInflowBreakdown) Set(val *GetAccountAnalysisResponseEntityInflowBreakdown)
- func (v *NullableGetAccountAnalysisResponseEntityInflowBreakdown) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntityInflowBreakdown) Unset()
- type NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown
- func (v NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Get() *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown
- func (v NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) IsSet() bool
- func (v NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Set(val *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown)
- func (v *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Unset()
- type NullableGetAccountResponse
- func (v NullableGetAccountResponse) Get() *GetAccountResponse
- func (v NullableGetAccountResponse) IsSet() bool
- func (v NullableGetAccountResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountResponse) Set(val *GetAccountResponse)
- func (v *NullableGetAccountResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountResponse) Unset()
- type NullableGetAccountSubscriptionsResponse
- func (v NullableGetAccountSubscriptionsResponse) Get() *GetAccountSubscriptionsResponse
- func (v NullableGetAccountSubscriptionsResponse) IsSet() bool
- func (v NullableGetAccountSubscriptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountSubscriptionsResponse) Set(val *GetAccountSubscriptionsResponse)
- func (v *NullableGetAccountSubscriptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountSubscriptionsResponse) Unset()
- type NullableGetAccountSubscriptionsResponseEntity
- func (v NullableGetAccountSubscriptionsResponseEntity) Get() *GetAccountSubscriptionsResponseEntity
- func (v NullableGetAccountSubscriptionsResponseEntity) IsSet() bool
- func (v NullableGetAccountSubscriptionsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountSubscriptionsResponseEntity) Set(val *GetAccountSubscriptionsResponseEntity)
- func (v *NullableGetAccountSubscriptionsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountSubscriptionsResponseEntity) Unset()
- type NullableGetAccountTransactionsResponse
- func (v NullableGetAccountTransactionsResponse) Get() *GetAccountTransactionsResponse
- func (v NullableGetAccountTransactionsResponse) IsSet() bool
- func (v NullableGetAccountTransactionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountTransactionsResponse) Set(val *GetAccountTransactionsResponse)
- func (v *NullableGetAccountTransactionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountTransactionsResponse) Unset()
- type NullableGetAccountTransactionsResponseEntity
- func (v NullableGetAccountTransactionsResponseEntity) Get() *GetAccountTransactionsResponseEntity
- func (v NullableGetAccountTransactionsResponseEntity) IsSet() bool
- func (v NullableGetAccountTransactionsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountTransactionsResponseEntity) Set(val *GetAccountTransactionsResponseEntity)
- func (v *NullableGetAccountTransactionsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountTransactionsResponseEntity) Unset()
- type NullableGetAccountTransactionsResponseEntityTransactionsInner
- func (v NullableGetAccountTransactionsResponseEntityTransactionsInner) Get() *GetAccountTransactionsResponseEntityTransactionsInner
- func (v NullableGetAccountTransactionsResponseEntityTransactionsInner) IsSet() bool
- func (v NullableGetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountTransactionsResponseEntityTransactionsInner) Set(val *GetAccountTransactionsResponseEntityTransactionsInner)
- func (v *NullableGetAccountTransactionsResponseEntityTransactionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountTransactionsResponseEntityTransactionsInner) Unset()
- type NullableGetAdvancedCacResponse
- func (v NullableGetAdvancedCacResponse) Get() *GetAdvancedCacResponse
- func (v NullableGetAdvancedCacResponse) IsSet() bool
- func (v NullableGetAdvancedCacResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAdvancedCacResponse) Set(val *GetAdvancedCacResponse)
- func (v *NullableGetAdvancedCacResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAdvancedCacResponse) Unset()
- type NullableGetBanksResponse
- func (v NullableGetBanksResponse) Get() *GetBanksResponse
- func (v NullableGetBanksResponse) IsSet() bool
- func (v NullableGetBanksResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBanksResponse) Set(val *GetBanksResponse)
- func (v *NullableGetBanksResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBanksResponse) Unset()
- type NullableGetBanksResponseEntityInner
- func (v NullableGetBanksResponseEntityInner) Get() *GetBanksResponseEntityInner
- func (v NullableGetBanksResponseEntityInner) IsSet() bool
- func (v NullableGetBanksResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetBanksResponseEntityInner) Set(val *GetBanksResponseEntityInner)
- func (v *NullableGetBanksResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetBanksResponseEntityInner) Unset()
- type NullableGetBasicBvnResponse
- func (v NullableGetBasicBvnResponse) Get() *GetBasicBvnResponse
- func (v NullableGetBasicBvnResponse) IsSet() bool
- func (v NullableGetBasicBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicBvnResponse) Set(val *GetBasicBvnResponse)
- func (v *NullableGetBasicBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicBvnResponse) Unset()
- type NullableGetBasicBvnResponseEntity
- func (v NullableGetBasicBvnResponseEntity) Get() *GetBasicBvnResponseEntity
- func (v NullableGetBasicBvnResponseEntity) IsSet() bool
- func (v NullableGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicBvnResponseEntity) Set(val *GetBasicBvnResponseEntity)
- func (v *NullableGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicBvnResponseEntity) Unset()
- type NullableGetBasicCacResponse
- func (v NullableGetBasicCacResponse) Get() *GetBasicCacResponse
- func (v NullableGetBasicCacResponse) IsSet() bool
- func (v NullableGetBasicCacResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicCacResponse) Set(val *GetBasicCacResponse)
- func (v *NullableGetBasicCacResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicCacResponse) Unset()
- type NullableGetBasicCacResponseEntity
- func (v NullableGetBasicCacResponseEntity) Get() *GetBasicCacResponseEntity
- func (v NullableGetBasicCacResponseEntity) IsSet() bool
- func (v NullableGetBasicCacResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicCacResponseEntity) Set(val *GetBasicCacResponseEntity)
- func (v *NullableGetBasicCacResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicCacResponseEntity) Unset()
- type NullableGetBasicPhoneNumberResponse
- func (v NullableGetBasicPhoneNumberResponse) Get() *GetBasicPhoneNumberResponse
- func (v NullableGetBasicPhoneNumberResponse) IsSet() bool
- func (v NullableGetBasicPhoneNumberResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicPhoneNumberResponse) Set(val *GetBasicPhoneNumberResponse)
- func (v *NullableGetBasicPhoneNumberResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicPhoneNumberResponse) Unset()
- type NullableGetBasicPhoneNumberResponseEntity
- func (v NullableGetBasicPhoneNumberResponseEntity) Get() *GetBasicPhoneNumberResponseEntity
- func (v NullableGetBasicPhoneNumberResponseEntity) IsSet() bool
- func (v NullableGetBasicPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetBasicPhoneNumberResponseEntity) Set(val *GetBasicPhoneNumberResponseEntity)
- func (v *NullableGetBasicPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetBasicPhoneNumberResponseEntity) Unset()
- type NullableGetBinResponse
- func (v NullableGetBinResponse) Get() *GetBinResponse
- func (v NullableGetBinResponse) IsSet() bool
- func (v NullableGetBinResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBinResponse) Set(val *GetBinResponse)
- func (v *NullableGetBinResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBinResponse) Unset()
- type NullableGetBinResponseEntity
- func (v NullableGetBinResponseEntity) Get() *GetBinResponseEntity
- func (v NullableGetBinResponseEntity) IsSet() bool
- func (v NullableGetBinResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetBinResponseEntity) Set(val *GetBinResponseEntity)
- func (v *NullableGetBinResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetBinResponseEntity) Unset()
- type NullableGetCacResponse
- func (v NullableGetCacResponse) Get() *GetCacResponse
- func (v NullableGetCacResponse) IsSet() bool
- func (v NullableGetCacResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetCacResponse) Set(val *GetCacResponse)
- func (v *NullableGetCacResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetCacResponse) Unset()
- type NullableGetCacResponseEntity
- func (v NullableGetCacResponseEntity) Get() *GetCacResponseEntity
- func (v NullableGetCacResponseEntity) IsSet() bool
- func (v NullableGetCacResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetCacResponseEntity) Set(val *GetCacResponseEntity)
- func (v *NullableGetCacResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetCacResponseEntity) Unset()
- type NullableGetDataPlansResponse
- func (v NullableGetDataPlansResponse) Get() *GetDataPlansResponse
- func (v NullableGetDataPlansResponse) IsSet() bool
- func (v NullableGetDataPlansResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetDataPlansResponse) Set(val *GetDataPlansResponse)
- func (v *NullableGetDataPlansResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetDataPlansResponse) Unset()
- type NullableGetDocumentAnalysisRequest
- func (v NullableGetDocumentAnalysisRequest) Get() *GetDocumentAnalysisRequest
- func (v NullableGetDocumentAnalysisRequest) IsSet() bool
- func (v NullableGetDocumentAnalysisRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetDocumentAnalysisRequest) Set(val *GetDocumentAnalysisRequest)
- func (v *NullableGetDocumentAnalysisRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetDocumentAnalysisRequest) Unset()
- type NullableGetDocumentAnalysisResponse
- func (v NullableGetDocumentAnalysisResponse) Get() *GetDocumentAnalysisResponse
- func (v NullableGetDocumentAnalysisResponse) IsSet() bool
- func (v NullableGetDocumentAnalysisResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetDocumentAnalysisResponse) Set(val *GetDocumentAnalysisResponse)
- func (v *NullableGetDocumentAnalysisResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetDocumentAnalysisResponse) Unset()
- type NullableGetDocumentAnalysisResponseEntity
- func (v NullableGetDocumentAnalysisResponseEntity) Get() *GetDocumentAnalysisResponseEntity
- func (v NullableGetDocumentAnalysisResponseEntity) IsSet() bool
- func (v NullableGetDocumentAnalysisResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetDocumentAnalysisResponseEntity) Set(val *GetDocumentAnalysisResponseEntity)
- func (v *NullableGetDocumentAnalysisResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetDocumentAnalysisResponseEntity) Unset()
- type NullableGetDocumentAnalysisResponseEntityData
- func (v NullableGetDocumentAnalysisResponseEntityData) Get() *GetDocumentAnalysisResponseEntityData
- func (v NullableGetDocumentAnalysisResponseEntityData) IsSet() bool
- func (v NullableGetDocumentAnalysisResponseEntityData) MarshalJSON() ([]byte, error)
- func (v *NullableGetDocumentAnalysisResponseEntityData) Set(val *GetDocumentAnalysisResponseEntityData)
- func (v *NullableGetDocumentAnalysisResponseEntityData) UnmarshalJSON(src []byte) error
- func (v *NullableGetDocumentAnalysisResponseEntityData) Unset()
- type NullableGetDriversLicenseResponse
- func (v NullableGetDriversLicenseResponse) Get() *GetDriversLicenseResponse
- func (v NullableGetDriversLicenseResponse) IsSet() bool
- func (v NullableGetDriversLicenseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetDriversLicenseResponse) Set(val *GetDriversLicenseResponse)
- func (v *NullableGetDriversLicenseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetDriversLicenseResponse) Unset()
- type NullableGetDriversLicenseResponseEntity
- func (v NullableGetDriversLicenseResponseEntity) Get() *GetDriversLicenseResponseEntity
- func (v NullableGetDriversLicenseResponseEntity) IsSet() bool
- func (v NullableGetDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetDriversLicenseResponseEntity) Set(val *GetDriversLicenseResponseEntity)
- func (v *NullableGetDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetDriversLicenseResponseEntity) Unset()
- type NullableGetEarningStructureResponse
- func (v NullableGetEarningStructureResponse) Get() *GetEarningStructureResponse
- func (v NullableGetEarningStructureResponse) IsSet() bool
- func (v NullableGetEarningStructureResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetEarningStructureResponse) Set(val *GetEarningStructureResponse)
- func (v *NullableGetEarningStructureResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetEarningStructureResponse) Unset()
- type NullableGetEarningStructureResponseEntity
- func (v NullableGetEarningStructureResponseEntity) Get() *GetEarningStructureResponseEntity
- func (v NullableGetEarningStructureResponseEntity) IsSet() bool
- func (v NullableGetEarningStructureResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetEarningStructureResponseEntity) Set(val *GetEarningStructureResponseEntity)
- func (v *NullableGetEarningStructureResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetEarningStructureResponseEntity) Unset()
- type NullableGetEmailReputationResponse
- func (v NullableGetEmailReputationResponse) Get() *GetEmailReputationResponse
- func (v NullableGetEmailReputationResponse) IsSet() bool
- func (v NullableGetEmailReputationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetEmailReputationResponse) Set(val *GetEmailReputationResponse)
- func (v *NullableGetEmailReputationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetEmailReputationResponse) Unset()
- type NullableGetEmailReputationResponseEntity
- func (v NullableGetEmailReputationResponseEntity) Get() *GetEmailReputationResponseEntity
- func (v NullableGetEmailReputationResponseEntity) IsSet() bool
- func (v NullableGetEmailReputationResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetEmailReputationResponseEntity) Set(val *GetEmailReputationResponseEntity)
- func (v *NullableGetEmailReputationResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetEmailReputationResponseEntity) Unset()
- type NullableGetEmailReputationResponseEntityDetails
- func (v NullableGetEmailReputationResponseEntityDetails) Get() *GetEmailReputationResponseEntityDetails
- func (v NullableGetEmailReputationResponseEntityDetails) IsSet() bool
- func (v NullableGetEmailReputationResponseEntityDetails) MarshalJSON() ([]byte, error)
- func (v *NullableGetEmailReputationResponseEntityDetails) Set(val *GetEmailReputationResponseEntityDetails)
- func (v *NullableGetEmailReputationResponseEntityDetails) UnmarshalJSON(src []byte) error
- func (v *NullableGetEmailReputationResponseEntityDetails) Unset()
- type NullableGetFullBvnResponse
- func (v NullableGetFullBvnResponse) Get() *GetFullBvnResponse
- func (v NullableGetFullBvnResponse) IsSet() bool
- func (v NullableGetFullBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetFullBvnResponse) Set(val *GetFullBvnResponse)
- func (v *NullableGetFullBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetFullBvnResponse) Unset()
- type NullableGetFullBvnResponseEntity
- func (v NullableGetFullBvnResponseEntity) Get() *GetFullBvnResponseEntity
- func (v NullableGetFullBvnResponseEntity) IsSet() bool
- func (v NullableGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetFullBvnResponseEntity) Set(val *GetFullBvnResponseEntity)
- func (v *NullableGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetFullBvnResponseEntity) Unset()
- type NullableGetGenericOcrTextRequest
- func (v NullableGetGenericOcrTextRequest) Get() *GetGenericOcrTextRequest
- func (v NullableGetGenericOcrTextRequest) IsSet() bool
- func (v NullableGetGenericOcrTextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetGenericOcrTextRequest) Set(val *GetGenericOcrTextRequest)
- func (v *NullableGetGenericOcrTextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetGenericOcrTextRequest) Unset()
- type NullableGetGenericOcrTextResponse
- func (v NullableGetGenericOcrTextResponse) Get() *GetGenericOcrTextResponse
- func (v NullableGetGenericOcrTextResponse) IsSet() bool
- func (v NullableGetGenericOcrTextResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetGenericOcrTextResponse) Set(val *GetGenericOcrTextResponse)
- func (v *NullableGetGenericOcrTextResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetGenericOcrTextResponse) Unset()
- type NullableGetKycDriversLicenseResponse
- func (v NullableGetKycDriversLicenseResponse) Get() *GetKycDriversLicenseResponse
- func (v NullableGetKycDriversLicenseResponse) IsSet() bool
- func (v NullableGetKycDriversLicenseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetKycDriversLicenseResponse) Set(val *GetKycDriversLicenseResponse)
- func (v *NullableGetKycDriversLicenseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetKycDriversLicenseResponse) Unset()
- type NullableGetKycDriversLicenseResponseEntity
- func (v NullableGetKycDriversLicenseResponseEntity) Get() *GetKycDriversLicenseResponseEntity
- func (v NullableGetKycDriversLicenseResponseEntity) IsSet() bool
- func (v NullableGetKycDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetKycDriversLicenseResponseEntity) Set(val *GetKycDriversLicenseResponseEntity)
- func (v *NullableGetKycDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetKycDriversLicenseResponseEntity) Unset()
- type NullableGetKycDriversLicenseResponseEntityPersonalDetails
- func (v NullableGetKycDriversLicenseResponseEntityPersonalDetails) Get() *GetKycDriversLicenseResponseEntityPersonalDetails
- func (v NullableGetKycDriversLicenseResponseEntityPersonalDetails) IsSet() bool
- func (v NullableGetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON() ([]byte, error)
- func (v *NullableGetKycDriversLicenseResponseEntityPersonalDetails) Set(val *GetKycDriversLicenseResponseEntityPersonalDetails)
- func (v *NullableGetKycDriversLicenseResponseEntityPersonalDetails) UnmarshalJSON(src []byte) error
- func (v *NullableGetKycDriversLicenseResponseEntityPersonalDetails) Unset()
- type NullableGetKycPassportResponse
- func (v NullableGetKycPassportResponse) Get() *GetKycPassportResponse
- func (v NullableGetKycPassportResponse) IsSet() bool
- func (v NullableGetKycPassportResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetKycPassportResponse) Set(val *GetKycPassportResponse)
- func (v *NullableGetKycPassportResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetKycPassportResponse) Unset()
- type NullableGetKycPassportResponseEntity
- func (v NullableGetKycPassportResponseEntity) Get() *GetKycPassportResponseEntity
- func (v NullableGetKycPassportResponseEntity) IsSet() bool
- func (v NullableGetKycPassportResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetKycPassportResponseEntity) Set(val *GetKycPassportResponseEntity)
- func (v *NullableGetKycPassportResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetKycPassportResponseEntity) Unset()
- type NullableGetNationalIdResponse
- func (v NullableGetNationalIdResponse) Get() *GetNationalIdResponse
- func (v NullableGetNationalIdResponse) IsSet() bool
- func (v NullableGetNationalIdResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetNationalIdResponse) Set(val *GetNationalIdResponse)
- func (v *NullableGetNationalIdResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetNationalIdResponse) Unset()
- type NullableGetNationalIdResponseEntity
- func (v NullableGetNationalIdResponseEntity) Get() *GetNationalIdResponseEntity
- func (v NullableGetNationalIdResponseEntity) IsSet() bool
- func (v NullableGetNationalIdResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetNationalIdResponseEntity) Set(val *GetNationalIdResponseEntity)
- func (v *NullableGetNationalIdResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetNationalIdResponseEntity) Unset()
- type NullableGetNubanResponse
- func (v NullableGetNubanResponse) Get() *GetNubanResponse
- func (v NullableGetNubanResponse) IsSet() bool
- func (v NullableGetNubanResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetNubanResponse) Set(val *GetNubanResponse)
- func (v *NullableGetNubanResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetNubanResponse) Unset()
- type NullableGetNubanResponseEntity
- func (v NullableGetNubanResponseEntity) Get() *GetNubanResponseEntity
- func (v NullableGetNubanResponseEntity) IsSet() bool
- func (v NullableGetNubanResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetNubanResponseEntity) Set(val *GetNubanResponseEntity)
- func (v *NullableGetNubanResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetNubanResponseEntity) Unset()
- type NullableGetOcrTextRequest
- func (v NullableGetOcrTextRequest) Get() *GetOcrTextRequest
- func (v NullableGetOcrTextRequest) IsSet() bool
- func (v NullableGetOcrTextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetOcrTextRequest) Set(val *GetOcrTextRequest)
- func (v *NullableGetOcrTextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetOcrTextRequest) Unset()
- type NullableGetOcrTextResponse
- func (v NullableGetOcrTextResponse) Get() *GetOcrTextResponse
- func (v NullableGetOcrTextResponse) IsSet() bool
- func (v NullableGetOcrTextResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetOcrTextResponse) Set(val *GetOcrTextResponse)
- func (v *NullableGetOcrTextResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetOcrTextResponse) Unset()
- type NullableGetOcrTextResponseEntity
- func (v NullableGetOcrTextResponseEntity) Get() *GetOcrTextResponseEntity
- func (v NullableGetOcrTextResponseEntity) IsSet() bool
- func (v NullableGetOcrTextResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetOcrTextResponseEntity) Set(val *GetOcrTextResponseEntity)
- func (v *NullableGetOcrTextResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetOcrTextResponseEntity) Unset()
- type NullableGetPassportResponse
- func (v NullableGetPassportResponse) Get() *GetPassportResponse
- func (v NullableGetPassportResponse) IsSet() bool
- func (v NullableGetPassportResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPassportResponse) Set(val *GetPassportResponse)
- func (v *NullableGetPassportResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPassportResponse) Unset()
- type NullableGetPassportResponseEntity
- func (v NullableGetPassportResponseEntity) Get() *GetPassportResponseEntity
- func (v NullableGetPassportResponseEntity) IsSet() bool
- func (v NullableGetPassportResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetPassportResponseEntity) Set(val *GetPassportResponseEntity)
- func (v *NullableGetPassportResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetPassportResponseEntity) Unset()
- type NullableGetPhoneNumber404Response
- func (v NullableGetPhoneNumber404Response) Get() *GetPhoneNumber404Response
- func (v NullableGetPhoneNumber404Response) IsSet() bool
- func (v NullableGetPhoneNumber404Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetPhoneNumber404Response) Set(val *GetPhoneNumber404Response)
- func (v *NullableGetPhoneNumber404Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetPhoneNumber404Response) Unset()
- type NullableGetPhoneNumberResponse
- func (v NullableGetPhoneNumberResponse) Get() *GetPhoneNumberResponse
- func (v NullableGetPhoneNumberResponse) IsSet() bool
- func (v NullableGetPhoneNumberResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPhoneNumberResponse) Set(val *GetPhoneNumberResponse)
- func (v *NullableGetPhoneNumberResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPhoneNumberResponse) Unset()
- type NullableGetPhoneNumberResponseEntity
- func (v NullableGetPhoneNumberResponseEntity) Get() *GetPhoneNumberResponseEntity
- func (v NullableGetPhoneNumberResponseEntity) IsSet() bool
- func (v NullableGetPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetPhoneNumberResponseEntity) Set(val *GetPhoneNumberResponseEntity)
- func (v *NullableGetPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetPhoneNumberResponseEntity) Unset()
- type NullableGetPremiumBvnResponse
- func (v NullableGetPremiumBvnResponse) Get() *GetPremiumBvnResponse
- func (v NullableGetPremiumBvnResponse) IsSet() bool
- func (v NullableGetPremiumBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPremiumBvnResponse) Set(val *GetPremiumBvnResponse)
- func (v *NullableGetPremiumBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPremiumBvnResponse) Unset()
- type NullableGetPremiumBvnResponseEntity
- func (v NullableGetPremiumBvnResponseEntity) Get() *GetPremiumBvnResponseEntity
- func (v NullableGetPremiumBvnResponseEntity) IsSet() bool
- func (v NullableGetPremiumBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetPremiumBvnResponseEntity) Set(val *GetPremiumBvnResponseEntity)
- func (v *NullableGetPremiumBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetPremiumBvnResponseEntity) Unset()
- type NullableGetScreeningInfoResponse
- func (v NullableGetScreeningInfoResponse) Get() *GetScreeningInfoResponse
- func (v NullableGetScreeningInfoResponse) IsSet() bool
- func (v NullableGetScreeningInfoResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetScreeningInfoResponse) Set(val *GetScreeningInfoResponse)
- func (v *NullableGetScreeningInfoResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetScreeningInfoResponse) Unset()
- type NullableGetScreeningInfoResponseEntity
- func (v NullableGetScreeningInfoResponseEntity) Get() *GetScreeningInfoResponseEntity
- func (v NullableGetScreeningInfoResponseEntity) IsSet() bool
- func (v NullableGetScreeningInfoResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetScreeningInfoResponseEntity) Set(val *GetScreeningInfoResponseEntity)
- func (v *NullableGetScreeningInfoResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetScreeningInfoResponseEntity) Unset()
- type NullableGetScreeningInfoResponseEntityResult
- func (v NullableGetScreeningInfoResponseEntityResult) Get() *GetScreeningInfoResponseEntityResult
- func (v NullableGetScreeningInfoResponseEntityResult) IsSet() bool
- func (v NullableGetScreeningInfoResponseEntityResult) MarshalJSON() ([]byte, error)
- func (v *NullableGetScreeningInfoResponseEntityResult) Set(val *GetScreeningInfoResponseEntityResult)
- func (v *NullableGetScreeningInfoResponseEntityResult) UnmarshalJSON(src []byte) error
- func (v *NullableGetScreeningInfoResponseEntityResult) Unset()
- type NullableGetSenderIdResponse
- func (v NullableGetSenderIdResponse) Get() *GetSenderIdResponse
- func (v NullableGetSenderIdResponse) IsSet() bool
- func (v NullableGetSenderIdResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetSenderIdResponse) Set(val *GetSenderIdResponse)
- func (v *NullableGetSenderIdResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetSenderIdResponse) Unset()
- type NullableGetSenderIdResponseEntityInner
- func (v NullableGetSenderIdResponseEntityInner) Get() *GetSenderIdResponseEntityInner
- func (v NullableGetSenderIdResponseEntityInner) IsSet() bool
- func (v NullableGetSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetSenderIdResponseEntityInner) Set(val *GetSenderIdResponseEntityInner)
- func (v *NullableGetSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetSenderIdResponseEntityInner) Unset()
- type NullableGetSmsStatusResponse
- func (v NullableGetSmsStatusResponse) Get() *GetSmsStatusResponse
- func (v NullableGetSmsStatusResponse) IsSet() bool
- func (v NullableGetSmsStatusResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetSmsStatusResponse) Set(val *GetSmsStatusResponse)
- func (v *NullableGetSmsStatusResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetSmsStatusResponse) Unset()
- type NullableGetSmsStatusResponseEntity
- func (v NullableGetSmsStatusResponseEntity) Get() *GetSmsStatusResponseEntity
- func (v NullableGetSmsStatusResponseEntity) IsSet() bool
- func (v NullableGetSmsStatusResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetSmsStatusResponseEntity) Set(val *GetSmsStatusResponseEntity)
- func (v *NullableGetSmsStatusResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetSmsStatusResponseEntity) Unset()
- type NullableGetSpendingPatternResponse
- func (v NullableGetSpendingPatternResponse) Get() *GetSpendingPatternResponse
- func (v NullableGetSpendingPatternResponse) IsSet() bool
- func (v NullableGetSpendingPatternResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponse) Set(val *GetSpendingPatternResponse)
- func (v *NullableGetSpendingPatternResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponse) Unset()
- type NullableGetSpendingPatternResponseEntity
- func (v NullableGetSpendingPatternResponseEntity) Get() *GetSpendingPatternResponseEntity
- func (v NullableGetSpendingPatternResponseEntity) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntity) Set(val *GetSpendingPatternResponseEntity)
- func (v *NullableGetSpendingPatternResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntity) Unset()
- type NullableGetSpendingPatternResponseEntityPattern
- func (v NullableGetSpendingPatternResponseEntityPattern) Get() *GetSpendingPatternResponseEntityPattern
- func (v NullableGetSpendingPatternResponseEntityPattern) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPattern) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPattern) Set(val *GetSpendingPatternResponseEntityPattern)
- func (v *NullableGetSpendingPatternResponseEntityPattern) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPattern) Unset()
- type NullableGetSpendingPatternResponseEntityPatternAirtimeData
- func (v NullableGetSpendingPatternResponseEntityPatternAirtimeData) Get() *GetSpendingPatternResponseEntityPatternAirtimeData
- func (v NullableGetSpendingPatternResponseEntityPatternAirtimeData) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPatternAirtimeData) Set(val *GetSpendingPatternResponseEntityPatternAirtimeData)
- func (v *NullableGetSpendingPatternResponseEntityPatternAirtimeData) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPatternAirtimeData) Unset()
- type NullableGetSpendingPatternResponseEntityPatternBankTransfer
- func (v NullableGetSpendingPatternResponseEntityPatternBankTransfer) Get() *GetSpendingPatternResponseEntityPatternBankTransfer
- func (v NullableGetSpendingPatternResponseEntityPatternBankTransfer) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPatternBankTransfer) Set(val *GetSpendingPatternResponseEntityPatternBankTransfer)
- func (v *NullableGetSpendingPatternResponseEntityPatternBankTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPatternBankTransfer) Unset()
- type NullableGetSpendingPatternResponseEntityPatternCharges
- func (v NullableGetSpendingPatternResponseEntityPatternCharges) Get() *GetSpendingPatternResponseEntityPatternCharges
- func (v NullableGetSpendingPatternResponseEntityPatternCharges) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPatternCharges) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPatternCharges) Set(val *GetSpendingPatternResponseEntityPatternCharges)
- func (v *NullableGetSpendingPatternResponseEntityPatternCharges) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPatternCharges) Unset()
- type NullableGetSpendingPatternResponseEntityPatternFood
- func (v NullableGetSpendingPatternResponseEntityPatternFood) Get() *GetSpendingPatternResponseEntityPatternFood
- func (v NullableGetSpendingPatternResponseEntityPatternFood) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPatternFood) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPatternFood) Set(val *GetSpendingPatternResponseEntityPatternFood)
- func (v *NullableGetSpendingPatternResponseEntityPatternFood) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPatternFood) Unset()
- type NullableGetSpendingPatternResponseEntityPatternOthers
- func (v NullableGetSpendingPatternResponseEntityPatternOthers) Get() *GetSpendingPatternResponseEntityPatternOthers
- func (v NullableGetSpendingPatternResponseEntityPatternOthers) IsSet() bool
- func (v NullableGetSpendingPatternResponseEntityPatternOthers) MarshalJSON() ([]byte, error)
- func (v *NullableGetSpendingPatternResponseEntityPatternOthers) Set(val *GetSpendingPatternResponseEntityPatternOthers)
- func (v *NullableGetSpendingPatternResponseEntityPatternOthers) UnmarshalJSON(src []byte) error
- func (v *NullableGetSpendingPatternResponseEntityPatternOthers) Unset()
- type NullableGetSsnitResponse
- func (v NullableGetSsnitResponse) Get() *GetSsnitResponse
- func (v NullableGetSsnitResponse) IsSet() bool
- func (v NullableGetSsnitResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetSsnitResponse) Set(val *GetSsnitResponse)
- func (v *NullableGetSsnitResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetSsnitResponse) Unset()
- type NullableGetSsnitResponseEntity
- func (v NullableGetSsnitResponseEntity) Get() *GetSsnitResponseEntity
- func (v NullableGetSsnitResponseEntity) IsSet() bool
- func (v NullableGetSsnitResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetSsnitResponseEntity) Set(val *GetSsnitResponseEntity)
- func (v *NullableGetSsnitResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetSsnitResponseEntity) Unset()
- type NullableGetTinResponse
- func (v NullableGetTinResponse) Get() *GetTinResponse
- func (v NullableGetTinResponse) IsSet() bool
- func (v NullableGetTinResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetTinResponse) Set(val *GetTinResponse)
- func (v *NullableGetTinResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetTinResponse) Unset()
- type NullableGetTinResponseEntity
- func (v NullableGetTinResponseEntity) Get() *GetTinResponseEntity
- func (v NullableGetTinResponseEntity) IsSet() bool
- func (v NullableGetTinResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetTinResponseEntity) Set(val *GetTinResponseEntity)
- func (v *NullableGetTinResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetTinResponseEntity) Unset()
- type NullableGetTransactionResponse
- func (v NullableGetTransactionResponse) Get() *GetTransactionResponse
- func (v NullableGetTransactionResponse) IsSet() bool
- func (v NullableGetTransactionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetTransactionResponse) Set(val *GetTransactionResponse)
- func (v *NullableGetTransactionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetTransactionResponse) Unset()
- type NullableGetTransactionResponseEntity
- func (v NullableGetTransactionResponseEntity) Get() *GetTransactionResponseEntity
- func (v NullableGetTransactionResponseEntity) IsSet() bool
- func (v NullableGetTransactionResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetTransactionResponseEntity) Set(val *GetTransactionResponseEntity)
- func (v *NullableGetTransactionResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetTransactionResponseEntity) Unset()
- type NullableGetVinResponse
- func (v NullableGetVinResponse) Get() *GetVinResponse
- func (v NullableGetVinResponse) IsSet() bool
- func (v NullableGetVinResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetVinResponse) Set(val *GetVinResponse)
- func (v *NullableGetVinResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetVinResponse) Unset()
- type NullableGetVinResponseEntity
- func (v NullableGetVinResponseEntity) Get() *GetVinResponseEntity
- func (v NullableGetVinResponseEntity) IsSet() bool
- func (v NullableGetVinResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetVinResponseEntity) Set(val *GetVinResponseEntity)
- func (v *NullableGetVinResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetVinResponseEntity) Unset()
- type NullableGetVninResponse
- func (v NullableGetVninResponse) Get() *GetVninResponse
- func (v NullableGetVninResponse) IsSet() bool
- func (v NullableGetVninResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetVninResponse) Set(val *GetVninResponse)
- func (v *NullableGetVninResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetVninResponse) Unset()
- type NullableGetVninResponseEntity
- func (v NullableGetVninResponseEntity) Get() *GetVninResponseEntity
- func (v NullableGetVninResponseEntity) IsSet() bool
- func (v NullableGetVninResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetVninResponseEntity) Set(val *GetVninResponseEntity)
- func (v *NullableGetVninResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetVninResponseEntity) Unset()
- type NullableGetVoterResponse
- func (v NullableGetVoterResponse) Get() *GetVoterResponse
- func (v NullableGetVoterResponse) IsSet() bool
- func (v NullableGetVoterResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetVoterResponse) Set(val *GetVoterResponse)
- func (v *NullableGetVoterResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetVoterResponse) Unset()
- type NullableGetVoterResponseEntity
- func (v NullableGetVoterResponseEntity) Get() *GetVoterResponseEntity
- func (v NullableGetVoterResponseEntity) IsSet() bool
- func (v NullableGetVoterResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetVoterResponseEntity) Set(val *GetVoterResponseEntity)
- func (v *NullableGetVoterResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetVoterResponseEntity) Unset()
- type NullableGetWalletBalanceResponse
- func (v NullableGetWalletBalanceResponse) Get() *GetWalletBalanceResponse
- func (v NullableGetWalletBalanceResponse) IsSet() bool
- func (v NullableGetWalletBalanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletBalanceResponse) Set(val *GetWalletBalanceResponse)
- func (v *NullableGetWalletBalanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletBalanceResponse) Unset()
- type NullableGetWalletBalanceResponseEntity
- func (v NullableGetWalletBalanceResponseEntity) Get() *GetWalletBalanceResponseEntity
- func (v NullableGetWalletBalanceResponseEntity) IsSet() bool
- func (v NullableGetWalletBalanceResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletBalanceResponseEntity) Set(val *GetWalletBalanceResponseEntity)
- func (v *NullableGetWalletBalanceResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletBalanceResponseEntity) Unset()
- type NullableGetWalletResponse
- func (v NullableGetWalletResponse) Get() *GetWalletResponse
- func (v NullableGetWalletResponse) IsSet() bool
- func (v NullableGetWalletResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletResponse) Set(val *GetWalletResponse)
- func (v *NullableGetWalletResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletResponse) Unset()
- type NullableGetWalletResponseEntity
- func (v NullableGetWalletResponseEntity) Get() *GetWalletResponseEntity
- func (v NullableGetWalletResponseEntity) IsSet() bool
- func (v NullableGetWalletResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletResponseEntity) Set(val *GetWalletResponseEntity)
- func (v *NullableGetWalletResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletResponseEntity) Unset()
- type NullableGetWalletsResponse
- func (v NullableGetWalletsResponse) Get() *GetWalletsResponse
- func (v NullableGetWalletsResponse) IsSet() bool
- func (v NullableGetWalletsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletsResponse) Set(val *GetWalletsResponse)
- func (v *NullableGetWalletsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletsResponse) Unset()
- type NullableGetWalletsResponseEntity
- func (v NullableGetWalletsResponseEntity) Get() *GetWalletsResponseEntity
- func (v NullableGetWalletsResponseEntity) IsSet() bool
- func (v NullableGetWalletsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableGetWalletsResponseEntity) Set(val *GetWalletsResponseEntity)
- func (v *NullableGetWalletsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableGetWalletsResponseEntity) Unset()
- type NullableGetWebhooksResponse
- func (v NullableGetWebhooksResponse) Get() *GetWebhooksResponse
- func (v NullableGetWebhooksResponse) IsSet() bool
- func (v NullableGetWebhooksResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWebhooksResponse) Set(val *GetWebhooksResponse)
- func (v *NullableGetWebhooksResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWebhooksResponse) Unset()
- type NullableGetWebhooksResponseEntityInner
- func (v NullableGetWebhooksResponseEntityInner) Get() *GetWebhooksResponseEntityInner
- func (v NullableGetWebhooksResponseEntityInner) IsSet() bool
- func (v NullableGetWebhooksResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetWebhooksResponseEntityInner) Set(val *GetWebhooksResponseEntityInner)
- func (v *NullableGetWebhooksResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetWebhooksResponseEntityInner) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNotifyWebhookRequest
- func (v NullableNotifyWebhookRequest) Get() *NotifyWebhookRequest
- func (v NullableNotifyWebhookRequest) IsSet() bool
- func (v NullableNotifyWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyWebhookRequest) Set(val *NotifyWebhookRequest)
- func (v *NullableNotifyWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyWebhookRequest) Unset()
- type NullableNotifyWebhookRequestData
- func (v NullableNotifyWebhookRequestData) Get() *NotifyWebhookRequestData
- func (v NullableNotifyWebhookRequestData) IsSet() bool
- func (v NullableNotifyWebhookRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyWebhookRequestData) Set(val *NotifyWebhookRequestData)
- func (v *NullableNotifyWebhookRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyWebhookRequestData) Unset()
- type NullableNotifyWebhookResponse
- func (v NullableNotifyWebhookResponse) Get() *NotifyWebhookResponse
- func (v NullableNotifyWebhookResponse) IsSet() bool
- func (v NullableNotifyWebhookResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyWebhookResponse) Set(val *NotifyWebhookResponse)
- func (v *NullableNotifyWebhookResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyWebhookResponse) Unset()
- type NullablePurchaseAirtimeRequest
- func (v NullablePurchaseAirtimeRequest) Get() *PurchaseAirtimeRequest
- func (v NullablePurchaseAirtimeRequest) IsSet() bool
- func (v NullablePurchaseAirtimeRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseAirtimeRequest) Set(val *PurchaseAirtimeRequest)
- func (v *NullablePurchaseAirtimeRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseAirtimeRequest) Unset()
- type NullablePurchaseAirtimeResponse
- func (v NullablePurchaseAirtimeResponse) Get() *PurchaseAirtimeResponse
- func (v NullablePurchaseAirtimeResponse) IsSet() bool
- func (v NullablePurchaseAirtimeResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseAirtimeResponse) Set(val *PurchaseAirtimeResponse)
- func (v *NullablePurchaseAirtimeResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseAirtimeResponse) Unset()
- type NullablePurchaseAirtimeResponseEntity
- func (v NullablePurchaseAirtimeResponseEntity) Get() *PurchaseAirtimeResponseEntity
- func (v NullablePurchaseAirtimeResponseEntity) IsSet() bool
- func (v NullablePurchaseAirtimeResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseAirtimeResponseEntity) Set(val *PurchaseAirtimeResponseEntity)
- func (v *NullablePurchaseAirtimeResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseAirtimeResponseEntity) Unset()
- type NullablePurchaseAirtimeResponseEntityDataInner
- func (v NullablePurchaseAirtimeResponseEntityDataInner) Get() *PurchaseAirtimeResponseEntityDataInner
- func (v NullablePurchaseAirtimeResponseEntityDataInner) IsSet() bool
- func (v NullablePurchaseAirtimeResponseEntityDataInner) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseAirtimeResponseEntityDataInner) Set(val *PurchaseAirtimeResponseEntityDataInner)
- func (v *NullablePurchaseAirtimeResponseEntityDataInner) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseAirtimeResponseEntityDataInner) Unset()
- type NullablePurchaseDataRequest
- func (v NullablePurchaseDataRequest) Get() *PurchaseDataRequest
- func (v NullablePurchaseDataRequest) IsSet() bool
- func (v NullablePurchaseDataRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseDataRequest) Set(val *PurchaseDataRequest)
- func (v *NullablePurchaseDataRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseDataRequest) Unset()
- type NullablePurchaseDataResponse
- func (v NullablePurchaseDataResponse) Get() *PurchaseDataResponse
- func (v NullablePurchaseDataResponse) IsSet() bool
- func (v NullablePurchaseDataResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseDataResponse) Set(val *PurchaseDataResponse)
- func (v *NullablePurchaseDataResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseDataResponse) Unset()
- type NullablePurchaseDataResponseEntityInner
- func (v NullablePurchaseDataResponseEntityInner) Get() *PurchaseDataResponseEntityInner
- func (v NullablePurchaseDataResponseEntityInner) IsSet() bool
- func (v NullablePurchaseDataResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullablePurchaseDataResponseEntityInner) Set(val *PurchaseDataResponseEntityInner)
- func (v *NullablePurchaseDataResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullablePurchaseDataResponseEntityInner) Unset()
- type NullableRequestSenderIdRequest
- func (v NullableRequestSenderIdRequest) Get() *RequestSenderIdRequest
- func (v NullableRequestSenderIdRequest) IsSet() bool
- func (v NullableRequestSenderIdRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRequestSenderIdRequest) Set(val *RequestSenderIdRequest)
- func (v *NullableRequestSenderIdRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRequestSenderIdRequest) Unset()
- type NullableRequestSenderIdResponse
- func (v NullableRequestSenderIdResponse) Get() *RequestSenderIdResponse
- func (v NullableRequestSenderIdResponse) IsSet() bool
- func (v NullableRequestSenderIdResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRequestSenderIdResponse) Set(val *RequestSenderIdResponse)
- func (v *NullableRequestSenderIdResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRequestSenderIdResponse) Unset()
- type NullableRequestSenderIdResponseEntityInner
- func (v NullableRequestSenderIdResponseEntityInner) Get() *RequestSenderIdResponseEntityInner
- func (v NullableRequestSenderIdResponseEntityInner) IsSet() bool
- func (v NullableRequestSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullableRequestSenderIdResponseEntityInner) Set(val *RequestSenderIdResponseEntityInner)
- func (v *NullableRequestSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullableRequestSenderIdResponseEntityInner) Unset()
- type NullableScreenAmlRequest
- func (v NullableScreenAmlRequest) Get() *ScreenAmlRequest
- func (v NullableScreenAmlRequest) IsSet() bool
- func (v NullableScreenAmlRequest) MarshalJSON() ([]byte, error)
- func (v *NullableScreenAmlRequest) Set(val *ScreenAmlRequest)
- func (v *NullableScreenAmlRequest) UnmarshalJSON(src []byte) error
- func (v *NullableScreenAmlRequest) Unset()
- type NullableScreenAmlResponse
- func (v NullableScreenAmlResponse) Get() *ScreenAmlResponse
- func (v NullableScreenAmlResponse) IsSet() bool
- func (v NullableScreenAmlResponse) MarshalJSON() ([]byte, error)
- func (v *NullableScreenAmlResponse) Set(val *ScreenAmlResponse)
- func (v *NullableScreenAmlResponse) UnmarshalJSON(src []byte) error
- func (v *NullableScreenAmlResponse) Unset()
- type NullableScreenAmlResponseEntity
- func (v NullableScreenAmlResponseEntity) Get() *ScreenAmlResponseEntity
- func (v NullableScreenAmlResponseEntity) IsSet() bool
- func (v NullableScreenAmlResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableScreenAmlResponseEntity) Set(val *ScreenAmlResponseEntity)
- func (v *NullableScreenAmlResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableScreenAmlResponseEntity) Unset()
- type NullableSendOtpRequest
- func (v NullableSendOtpRequest) Get() *SendOtpRequest
- func (v NullableSendOtpRequest) IsSet() bool
- func (v NullableSendOtpRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSendOtpRequest) Set(val *SendOtpRequest)
- func (v *NullableSendOtpRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSendOtpRequest) Unset()
- type NullableSendOtpResponse
- func (v NullableSendOtpResponse) Get() *SendOtpResponse
- func (v NullableSendOtpResponse) IsSet() bool
- func (v NullableSendOtpResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSendOtpResponse) Set(val *SendOtpResponse)
- func (v *NullableSendOtpResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSendOtpResponse) Unset()
- type NullableSendOtpResponseEntityInner
- func (v NullableSendOtpResponseEntityInner) Get() *SendOtpResponseEntityInner
- func (v NullableSendOtpResponseEntityInner) IsSet() bool
- func (v NullableSendOtpResponseEntityInner) MarshalJSON() ([]byte, error)
- func (v *NullableSendOtpResponseEntityInner) Set(val *SendOtpResponseEntityInner)
- func (v *NullableSendOtpResponseEntityInner) UnmarshalJSON(src []byte) error
- func (v *NullableSendOtpResponseEntityInner) Unset()
- type NullableSendSmsRequest
- func (v NullableSendSmsRequest) Get() *SendSmsRequest
- func (v NullableSendSmsRequest) IsSet() bool
- func (v NullableSendSmsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSendSmsRequest) Set(val *SendSmsRequest)
- func (v *NullableSendSmsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSendSmsRequest) Unset()
- type NullableSendSmsResponse
- func (v NullableSendSmsResponse) Get() *SendSmsResponse
- func (v NullableSendSmsResponse) IsSet() bool
- func (v NullableSendSmsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSendSmsResponse) Set(val *SendSmsResponse)
- func (v *NullableSendSmsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSendSmsResponse) Unset()
- type NullableSendSmsResponseEntity
- func (v NullableSendSmsResponseEntity) Get() *SendSmsResponseEntity
- func (v NullableSendSmsResponseEntity) IsSet() bool
- func (v NullableSendSmsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableSendSmsResponseEntity) Set(val *SendSmsResponseEntity)
- func (v *NullableSendSmsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableSendSmsResponseEntity) Unset()
- type NullableString
- type NullableSubscribeServiceRequest
- func (v NullableSubscribeServiceRequest) Get() *SubscribeServiceRequest
- func (v NullableSubscribeServiceRequest) IsSet() bool
- func (v NullableSubscribeServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSubscribeServiceRequest) Set(val *SubscribeServiceRequest)
- func (v *NullableSubscribeServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSubscribeServiceRequest) Unset()
- type NullableSubscribeServiceResponse
- func (v NullableSubscribeServiceResponse) Get() *SubscribeServiceResponse
- func (v NullableSubscribeServiceResponse) IsSet() bool
- func (v NullableSubscribeServiceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSubscribeServiceResponse) Set(val *SubscribeServiceResponse)
- func (v *NullableSubscribeServiceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSubscribeServiceResponse) Unset()
- type NullableTime
- type NullableTransferFundsRequest
- func (v NullableTransferFundsRequest) Get() *TransferFundsRequest
- func (v NullableTransferFundsRequest) IsSet() bool
- func (v NullableTransferFundsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTransferFundsRequest) Set(val *TransferFundsRequest)
- func (v *NullableTransferFundsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTransferFundsRequest) Unset()
- type NullableTransferFundsResponse
- func (v NullableTransferFundsResponse) Get() *TransferFundsResponse
- func (v NullableTransferFundsResponse) IsSet() bool
- func (v NullableTransferFundsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTransferFundsResponse) Set(val *TransferFundsResponse)
- func (v *NullableTransferFundsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTransferFundsResponse) Unset()
- type NullableTransferFundsResponseEntity
- func (v NullableTransferFundsResponseEntity) Get() *TransferFundsResponseEntity
- func (v NullableTransferFundsResponseEntity) IsSet() bool
- func (v NullableTransferFundsResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableTransferFundsResponseEntity) Set(val *TransferFundsResponseEntity)
- func (v *NullableTransferFundsResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableTransferFundsResponseEntity) Unset()
- type NullableValidateBvnResponse
- func (v NullableValidateBvnResponse) Get() *ValidateBvnResponse
- func (v NullableValidateBvnResponse) IsSet() bool
- func (v NullableValidateBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableValidateBvnResponse) Set(val *ValidateBvnResponse)
- func (v *NullableValidateBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableValidateBvnResponse) Unset()
- type NullableValidateBvnResponseEntity
- func (v NullableValidateBvnResponseEntity) Get() *ValidateBvnResponseEntity
- func (v NullableValidateBvnResponseEntity) IsSet() bool
- func (v NullableValidateBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableValidateBvnResponseEntity) Set(val *ValidateBvnResponseEntity)
- func (v *NullableValidateBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableValidateBvnResponseEntity) Unset()
- type NullableValidateBvnResponseEntityBvn
- func (v NullableValidateBvnResponseEntityBvn) Get() *ValidateBvnResponseEntityBvn
- func (v NullableValidateBvnResponseEntityBvn) IsSet() bool
- func (v NullableValidateBvnResponseEntityBvn) MarshalJSON() ([]byte, error)
- func (v *NullableValidateBvnResponseEntityBvn) Set(val *ValidateBvnResponseEntityBvn)
- func (v *NullableValidateBvnResponseEntityBvn) UnmarshalJSON(src []byte) error
- func (v *NullableValidateBvnResponseEntityBvn) Unset()
- type NullableValidateBvnResponseEntityFirstName
- func (v NullableValidateBvnResponseEntityFirstName) Get() *ValidateBvnResponseEntityFirstName
- func (v NullableValidateBvnResponseEntityFirstName) IsSet() bool
- func (v NullableValidateBvnResponseEntityFirstName) MarshalJSON() ([]byte, error)
- func (v *NullableValidateBvnResponseEntityFirstName) Set(val *ValidateBvnResponseEntityFirstName)
- func (v *NullableValidateBvnResponseEntityFirstName) UnmarshalJSON(src []byte) error
- func (v *NullableValidateBvnResponseEntityFirstName) Unset()
- type NullableValidateOtpResponse
- func (v NullableValidateOtpResponse) Get() *ValidateOtpResponse
- func (v NullableValidateOtpResponse) IsSet() bool
- func (v NullableValidateOtpResponse) MarshalJSON() ([]byte, error)
- func (v *NullableValidateOtpResponse) Set(val *ValidateOtpResponse)
- func (v *NullableValidateOtpResponse) UnmarshalJSON(src []byte) error
- func (v *NullableValidateOtpResponse) Unset()
- type NullableValidateOtpResponseEntity
- func (v NullableValidateOtpResponseEntity) Get() *ValidateOtpResponseEntity
- func (v NullableValidateOtpResponseEntity) IsSet() bool
- func (v NullableValidateOtpResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableValidateOtpResponseEntity) Set(val *ValidateOtpResponseEntity)
- func (v *NullableValidateOtpResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableValidateOtpResponseEntity) Unset()
- type NullableVerifyAgeResponse
- func (v NullableVerifyAgeResponse) Get() *VerifyAgeResponse
- func (v NullableVerifyAgeResponse) IsSet() bool
- func (v NullableVerifyAgeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyAgeResponse) Set(val *VerifyAgeResponse)
- func (v *NullableVerifyAgeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyAgeResponse) Unset()
- type NullableVerifyAgeResponseEntity
- func (v NullableVerifyAgeResponseEntity) Get() *VerifyAgeResponseEntity
- func (v NullableVerifyAgeResponseEntity) IsSet() bool
- func (v NullableVerifyAgeResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyAgeResponseEntity) Set(val *VerifyAgeResponseEntity)
- func (v *NullableVerifyAgeResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyAgeResponseEntity) Unset()
- type NullableVerifyPhotoIdWithSelfieRequest
- func (v NullableVerifyPhotoIdWithSelfieRequest) Get() *VerifyPhotoIdWithSelfieRequest
- func (v NullableVerifyPhotoIdWithSelfieRequest) IsSet() bool
- func (v NullableVerifyPhotoIdWithSelfieRequest) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyPhotoIdWithSelfieRequest) Set(val *VerifyPhotoIdWithSelfieRequest)
- func (v *NullableVerifyPhotoIdWithSelfieRequest) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyPhotoIdWithSelfieRequest) Unset()
- type NullableVerifyPhotoIdWithSelfieResponse
- func (v NullableVerifyPhotoIdWithSelfieResponse) Get() *VerifyPhotoIdWithSelfieResponse
- func (v NullableVerifyPhotoIdWithSelfieResponse) IsSet() bool
- func (v NullableVerifyPhotoIdWithSelfieResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyPhotoIdWithSelfieResponse) Set(val *VerifyPhotoIdWithSelfieResponse)
- func (v *NullableVerifyPhotoIdWithSelfieResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyPhotoIdWithSelfieResponse) Unset()
- type NullableVerifyPhotoIdWithSelfieResponseEntity
- func (v NullableVerifyPhotoIdWithSelfieResponseEntity) Get() *VerifyPhotoIdWithSelfieResponseEntity
- func (v NullableVerifyPhotoIdWithSelfieResponseEntity) IsSet() bool
- func (v NullableVerifyPhotoIdWithSelfieResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) Set(val *VerifyPhotoIdWithSelfieResponseEntity)
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) Unset()
- type NullableVerifyPhotoIdWithSelfieResponseEntitySelfie
- func (v NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Get() *VerifyPhotoIdWithSelfieResponseEntitySelfie
- func (v NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) IsSet() bool
- func (v NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON() ([]byte, error)
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Set(val *VerifyPhotoIdWithSelfieResponseEntitySelfie)
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) UnmarshalJSON(src []byte) error
- func (v *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Unset()
- type NullableVerifySelfieBvnRequest
- func (v NullableVerifySelfieBvnRequest) Get() *VerifySelfieBvnRequest
- func (v NullableVerifySelfieBvnRequest) IsSet() bool
- func (v NullableVerifySelfieBvnRequest) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieBvnRequest) Set(val *VerifySelfieBvnRequest)
- func (v *NullableVerifySelfieBvnRequest) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieBvnRequest) Unset()
- type NullableVerifySelfieBvnResponse
- func (v NullableVerifySelfieBvnResponse) Get() *VerifySelfieBvnResponse
- func (v NullableVerifySelfieBvnResponse) IsSet() bool
- func (v NullableVerifySelfieBvnResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieBvnResponse) Set(val *VerifySelfieBvnResponse)
- func (v *NullableVerifySelfieBvnResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieBvnResponse) Unset()
- type NullableVerifySelfieBvnResponseEntity
- func (v NullableVerifySelfieBvnResponseEntity) Get() *VerifySelfieBvnResponseEntity
- func (v NullableVerifySelfieBvnResponseEntity) IsSet() bool
- func (v NullableVerifySelfieBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieBvnResponseEntity) Set(val *VerifySelfieBvnResponseEntity)
- func (v *NullableVerifySelfieBvnResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieBvnResponseEntity) Unset()
- type NullableVerifySelfieBvnResponseEntitySelfieVerification
- func (v NullableVerifySelfieBvnResponseEntitySelfieVerification) Get() *VerifySelfieBvnResponseEntitySelfieVerification
- func (v NullableVerifySelfieBvnResponseEntitySelfieVerification) IsSet() bool
- func (v NullableVerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieBvnResponseEntitySelfieVerification) Set(val *VerifySelfieBvnResponseEntitySelfieVerification)
- func (v *NullableVerifySelfieBvnResponseEntitySelfieVerification) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieBvnResponseEntitySelfieVerification) Unset()
- type NullableVerifySelfieNinRequest
- func (v NullableVerifySelfieNinRequest) Get() *VerifySelfieNinRequest
- func (v NullableVerifySelfieNinRequest) IsSet() bool
- func (v NullableVerifySelfieNinRequest) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieNinRequest) Set(val *VerifySelfieNinRequest)
- func (v *NullableVerifySelfieNinRequest) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieNinRequest) Unset()
- type NullableVerifySelfieNinResponse
- func (v NullableVerifySelfieNinResponse) Get() *VerifySelfieNinResponse
- func (v NullableVerifySelfieNinResponse) IsSet() bool
- func (v NullableVerifySelfieNinResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieNinResponse) Set(val *VerifySelfieNinResponse)
- func (v *NullableVerifySelfieNinResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieNinResponse) Unset()
- type NullableVerifySelfieNinResponseEntity
- func (v NullableVerifySelfieNinResponseEntity) Get() *VerifySelfieNinResponseEntity
- func (v NullableVerifySelfieNinResponseEntity) IsSet() bool
- func (v NullableVerifySelfieNinResponseEntity) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieNinResponseEntity) Set(val *VerifySelfieNinResponseEntity)
- func (v *NullableVerifySelfieNinResponseEntity) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieNinResponseEntity) Unset()
- type NullableVerifySelfieNinResponseEntitySelfieVerification
- func (v NullableVerifySelfieNinResponseEntitySelfieVerification) Get() *VerifySelfieNinResponseEntitySelfieVerification
- func (v NullableVerifySelfieNinResponseEntitySelfieVerification) IsSet() bool
- func (v NullableVerifySelfieNinResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
- func (v *NullableVerifySelfieNinResponseEntitySelfieVerification) Set(val *VerifySelfieNinResponseEntitySelfieVerification)
- func (v *NullableVerifySelfieNinResponseEntitySelfieVerification) UnmarshalJSON(src []byte) error
- func (v *NullableVerifySelfieNinResponseEntitySelfieVerification) Unset()
- type PurchaseAirtimeRequest
- func (o *PurchaseAirtimeRequest) GetAmount() string
- func (o *PurchaseAirtimeRequest) GetAmountOk() (*string, bool)
- func (o *PurchaseAirtimeRequest) GetDestination() string
- func (o *PurchaseAirtimeRequest) GetDestinationOk() (*string, bool)
- func (o *PurchaseAirtimeRequest) HasAmount() bool
- func (o *PurchaseAirtimeRequest) HasDestination() bool
- func (o PurchaseAirtimeRequest) MarshalJSON() ([]byte, error)
- func (o *PurchaseAirtimeRequest) SetAmount(v string)
- func (o *PurchaseAirtimeRequest) SetDestination(v string)
- type PurchaseAirtimeResponse
- func (o *PurchaseAirtimeResponse) GetEntity() PurchaseAirtimeResponseEntity
- func (o *PurchaseAirtimeResponse) GetEntityOk() (*PurchaseAirtimeResponseEntity, bool)
- func (o *PurchaseAirtimeResponse) HasEntity() bool
- func (o PurchaseAirtimeResponse) MarshalJSON() ([]byte, error)
- func (o *PurchaseAirtimeResponse) SetEntity(v PurchaseAirtimeResponseEntity)
- type PurchaseAirtimeResponseEntity
- func (o *PurchaseAirtimeResponseEntity) GetData() []PurchaseAirtimeResponseEntityDataInner
- func (o *PurchaseAirtimeResponseEntity) GetDataOk() ([]PurchaseAirtimeResponseEntityDataInner, bool)
- func (o *PurchaseAirtimeResponseEntity) GetReferenceId() string
- func (o *PurchaseAirtimeResponseEntity) GetReferenceIdOk() (*string, bool)
- func (o *PurchaseAirtimeResponseEntity) HasData() bool
- func (o *PurchaseAirtimeResponseEntity) HasReferenceId() bool
- func (o PurchaseAirtimeResponseEntity) MarshalJSON() ([]byte, error)
- func (o *PurchaseAirtimeResponseEntity) SetData(v []PurchaseAirtimeResponseEntityDataInner)
- func (o *PurchaseAirtimeResponseEntity) SetReferenceId(v string)
- type PurchaseAirtimeResponseEntityDataInner
- func (o *PurchaseAirtimeResponseEntityDataInner) GetDestination() string
- func (o *PurchaseAirtimeResponseEntityDataInner) GetDestinationOk() (*string, bool)
- func (o *PurchaseAirtimeResponseEntityDataInner) GetStatus() string
- func (o *PurchaseAirtimeResponseEntityDataInner) GetStatusOk() (*string, bool)
- func (o *PurchaseAirtimeResponseEntityDataInner) HasDestination() bool
- func (o *PurchaseAirtimeResponseEntityDataInner) HasStatus() bool
- func (o PurchaseAirtimeResponseEntityDataInner) MarshalJSON() ([]byte, error)
- func (o *PurchaseAirtimeResponseEntityDataInner) SetDestination(v string)
- func (o *PurchaseAirtimeResponseEntityDataInner) SetStatus(v string)
- type PurchaseDataRequest
- func (o *PurchaseDataRequest) GetDestination() string
- func (o *PurchaseDataRequest) GetDestinationOk() (*string, bool)
- func (o *PurchaseDataRequest) GetPlan() string
- func (o *PurchaseDataRequest) GetPlanOk() (*string, bool)
- func (o *PurchaseDataRequest) HasDestination() bool
- func (o *PurchaseDataRequest) HasPlan() bool
- func (o PurchaseDataRequest) MarshalJSON() ([]byte, error)
- func (o *PurchaseDataRequest) SetDestination(v string)
- func (o *PurchaseDataRequest) SetPlan(v string)
- type PurchaseDataResponse
- func (o *PurchaseDataResponse) GetEntity() []PurchaseDataResponseEntityInner
- func (o *PurchaseDataResponse) GetEntityOk() ([]PurchaseDataResponseEntityInner, bool)
- func (o *PurchaseDataResponse) HasEntity() bool
- func (o PurchaseDataResponse) MarshalJSON() ([]byte, error)
- func (o *PurchaseDataResponse) SetEntity(v []PurchaseDataResponseEntityInner)
- type PurchaseDataResponseEntityInner
- func (o *PurchaseDataResponseEntityInner) GetAmount() float32
- func (o *PurchaseDataResponseEntityInner) GetAmountOk() (*float32, bool)
- func (o *PurchaseDataResponseEntityInner) GetDescription() string
- func (o *PurchaseDataResponseEntityInner) GetDescriptionOk() (*string, bool)
- func (o *PurchaseDataResponseEntityInner) GetPlan() string
- func (o *PurchaseDataResponseEntityInner) GetPlanOk() (*string, bool)
- func (o *PurchaseDataResponseEntityInner) HasAmount() bool
- func (o *PurchaseDataResponseEntityInner) HasDescription() bool
- func (o *PurchaseDataResponseEntityInner) HasPlan() bool
- func (o PurchaseDataResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *PurchaseDataResponseEntityInner) SetAmount(v float32)
- func (o *PurchaseDataResponseEntityInner) SetDescription(v string)
- func (o *PurchaseDataResponseEntityInner) SetPlan(v string)
- type RequestSenderIdRequest
- type RequestSenderIdResponse
- func (o *RequestSenderIdResponse) GetEntity() []RequestSenderIdResponseEntityInner
- func (o *RequestSenderIdResponse) GetEntityOk() ([]RequestSenderIdResponseEntityInner, bool)
- func (o *RequestSenderIdResponse) HasEntity() bool
- func (o RequestSenderIdResponse) MarshalJSON() ([]byte, error)
- func (o *RequestSenderIdResponse) SetEntity(v []RequestSenderIdResponseEntityInner)
- type RequestSenderIdResponseEntityInner
- func (o *RequestSenderIdResponseEntityInner) GetActivated() bool
- func (o *RequestSenderIdResponseEntityInner) GetActivatedOk() (*bool, bool)
- func (o *RequestSenderIdResponseEntityInner) GetCreatedAt() string
- func (o *RequestSenderIdResponseEntityInner) GetCreatedAtOk() (*string, bool)
- func (o *RequestSenderIdResponseEntityInner) GetSenderId() string
- func (o *RequestSenderIdResponseEntityInner) GetSenderIdOk() (*string, bool)
- func (o *RequestSenderIdResponseEntityInner) HasActivated() bool
- func (o *RequestSenderIdResponseEntityInner) HasCreatedAt() bool
- func (o *RequestSenderIdResponseEntityInner) HasSenderId() bool
- func (o RequestSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *RequestSenderIdResponseEntityInner) SetActivated(v bool)
- func (o *RequestSenderIdResponseEntityInner) SetCreatedAt(v string)
- func (o *RequestSenderIdResponseEntityInner) SetSenderId(v string)
- type ScreenAmlRequest
- func (o *ScreenAmlRequest) GetDateOfBirth() string
- func (o *ScreenAmlRequest) GetDateOfBirthOk() (*string, bool)
- func (o *ScreenAmlRequest) GetFirstName() string
- func (o *ScreenAmlRequest) GetFirstNameOk() (*string, bool)
- func (o *ScreenAmlRequest) GetLastName() string
- func (o *ScreenAmlRequest) GetLastNameOk() (*string, bool)
- func (o *ScreenAmlRequest) HasDateOfBirth() bool
- func (o *ScreenAmlRequest) HasFirstName() bool
- func (o *ScreenAmlRequest) HasLastName() bool
- func (o ScreenAmlRequest) MarshalJSON() ([]byte, error)
- func (o *ScreenAmlRequest) SetDateOfBirth(v string)
- func (o *ScreenAmlRequest) SetFirstName(v string)
- func (o *ScreenAmlRequest) SetLastName(v string)
- type ScreenAmlResponse
- func (o *ScreenAmlResponse) GetEntity() ScreenAmlResponseEntity
- func (o *ScreenAmlResponse) GetEntityOk() (*ScreenAmlResponseEntity, bool)
- func (o *ScreenAmlResponse) HasEntity() bool
- func (o ScreenAmlResponse) MarshalJSON() ([]byte, error)
- func (o *ScreenAmlResponse) SetEntity(v ScreenAmlResponseEntity)
- type ScreenAmlResponseEntity
- func (o *ScreenAmlResponseEntity) GetReferenceId() string
- func (o *ScreenAmlResponseEntity) GetReferenceIdOk() (*string, bool)
- func (o *ScreenAmlResponseEntity) GetStatus() string
- func (o *ScreenAmlResponseEntity) GetStatusOk() (*string, bool)
- func (o *ScreenAmlResponseEntity) HasReferenceId() bool
- func (o *ScreenAmlResponseEntity) HasStatus() bool
- func (o ScreenAmlResponseEntity) MarshalJSON() ([]byte, error)
- func (o *ScreenAmlResponseEntity) SetReferenceId(v string)
- func (o *ScreenAmlResponseEntity) SetStatus(v string)
- type SendOtpRequest
- func (o *SendOtpRequest) GetChannel() string
- func (o *SendOtpRequest) GetChannelOk() (*string, bool)
- func (o *SendOtpRequest) GetDestination() string
- func (o *SendOtpRequest) GetDestinationOk() (*string, bool)
- func (o *SendOtpRequest) GetLength() float32
- func (o *SendOtpRequest) GetLengthOk() (*float32, bool)
- func (o *SendOtpRequest) GetPriority() bool
- func (o *SendOtpRequest) GetPriorityOk() (*bool, bool)
- func (o *SendOtpRequest) GetSenderId() string
- func (o *SendOtpRequest) GetSenderIdOk() (*string, bool)
- func (o *SendOtpRequest) HasChannel() bool
- func (o *SendOtpRequest) HasDestination() bool
- func (o *SendOtpRequest) HasLength() bool
- func (o *SendOtpRequest) HasPriority() bool
- func (o *SendOtpRequest) HasSenderId() bool
- func (o SendOtpRequest) MarshalJSON() ([]byte, error)
- func (o *SendOtpRequest) SetChannel(v string)
- func (o *SendOtpRequest) SetDestination(v string)
- func (o *SendOtpRequest) SetLength(v float32)
- func (o *SendOtpRequest) SetPriority(v bool)
- func (o *SendOtpRequest) SetSenderId(v string)
- type SendOtpResponse
- func (o *SendOtpResponse) GetEntity() []SendOtpResponseEntityInner
- func (o *SendOtpResponse) GetEntityOk() ([]SendOtpResponseEntityInner, bool)
- func (o *SendOtpResponse) HasEntity() bool
- func (o SendOtpResponse) MarshalJSON() ([]byte, error)
- func (o *SendOtpResponse) SetEntity(v []SendOtpResponseEntityInner)
- type SendOtpResponseEntityInner
- func (o *SendOtpResponseEntityInner) GetDestination() string
- func (o *SendOtpResponseEntityInner) GetDestinationOk() (*string, bool)
- func (o *SendOtpResponseEntityInner) GetReferenceId() string
- func (o *SendOtpResponseEntityInner) GetReferenceIdOk() (*string, bool)
- func (o *SendOtpResponseEntityInner) GetStatus() string
- func (o *SendOtpResponseEntityInner) GetStatusId() string
- func (o *SendOtpResponseEntityInner) GetStatusIdOk() (*string, bool)
- func (o *SendOtpResponseEntityInner) GetStatusOk() (*string, bool)
- func (o *SendOtpResponseEntityInner) HasDestination() bool
- func (o *SendOtpResponseEntityInner) HasReferenceId() bool
- func (o *SendOtpResponseEntityInner) HasStatus() bool
- func (o *SendOtpResponseEntityInner) HasStatusId() bool
- func (o SendOtpResponseEntityInner) MarshalJSON() ([]byte, error)
- func (o *SendOtpResponseEntityInner) SetDestination(v string)
- func (o *SendOtpResponseEntityInner) SetReferenceId(v string)
- func (o *SendOtpResponseEntityInner) SetStatus(v string)
- func (o *SendOtpResponseEntityInner) SetStatusId(v string)
- type SendSmsRequest
- func (o *SendSmsRequest) GetChannel() string
- func (o *SendSmsRequest) GetChannelOk() (*string, bool)
- func (o *SendSmsRequest) GetDestination() string
- func (o *SendSmsRequest) GetDestinationOk() (*string, bool)
- func (o *SendSmsRequest) GetMessage() string
- func (o *SendSmsRequest) GetMessageOk() (*string, bool)
- func (o *SendSmsRequest) GetSenderId() string
- func (o *SendSmsRequest) GetSenderIdOk() (*string, bool)
- func (o *SendSmsRequest) HasChannel() bool
- func (o *SendSmsRequest) HasDestination() bool
- func (o *SendSmsRequest) HasMessage() bool
- func (o *SendSmsRequest) HasSenderId() bool
- func (o SendSmsRequest) MarshalJSON() ([]byte, error)
- func (o *SendSmsRequest) SetChannel(v string)
- func (o *SendSmsRequest) SetDestination(v string)
- func (o *SendSmsRequest) SetMessage(v string)
- func (o *SendSmsRequest) SetSenderId(v string)
- type SendSmsResponse
- type SendSmsResponseEntity
- func (o *SendSmsResponseEntity) GetBatchId() string
- func (o *SendSmsResponseEntity) GetBatchIdOk() (*string, bool)
- func (o *SendSmsResponseEntity) GetMessageId() string
- func (o *SendSmsResponseEntity) GetMessageIdOk() (*string, bool)
- func (o *SendSmsResponseEntity) GetMobile() string
- func (o *SendSmsResponseEntity) GetMobileOk() (*string, bool)
- func (o *SendSmsResponseEntity) GetStatus() bool
- func (o *SendSmsResponseEntity) GetStatusOk() (*bool, bool)
- func (o *SendSmsResponseEntity) HasBatchId() bool
- func (o *SendSmsResponseEntity) HasMessageId() bool
- func (o *SendSmsResponseEntity) HasMobile() bool
- func (o *SendSmsResponseEntity) HasStatus() bool
- func (o SendSmsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *SendSmsResponseEntity) SetBatchId(v string)
- func (o *SendSmsResponseEntity) SetMessageId(v string)
- func (o *SendSmsResponseEntity) SetMobile(v string)
- func (o *SendSmsResponseEntity) SetStatus(v bool)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServicesApiCategorizeTransactionsRequest
- type ServicesApiService
- type SubscribeServiceRequest
- func (o *SubscribeServiceRequest) GetService() string
- func (o *SubscribeServiceRequest) GetServiceOk() (*string, bool)
- func (o *SubscribeServiceRequest) GetWebhook() string
- func (o *SubscribeServiceRequest) GetWebhookOk() (*string, bool)
- func (o *SubscribeServiceRequest) HasService() bool
- func (o *SubscribeServiceRequest) HasWebhook() bool
- func (o SubscribeServiceRequest) MarshalJSON() ([]byte, error)
- func (o *SubscribeServiceRequest) SetService(v string)
- func (o *SubscribeServiceRequest) SetWebhook(v string)
- type SubscribeServiceResponse
- type TransferFundsRequest
- func (o *TransferFundsRequest) GetAmount() string
- func (o *TransferFundsRequest) GetAmountOk() (*string, bool)
- func (o *TransferFundsRequest) GetRecipientAccountNumber() string
- func (o *TransferFundsRequest) GetRecipientAccountNumberOk() (*string, bool)
- func (o *TransferFundsRequest) GetRecipientBankCode() string
- func (o *TransferFundsRequest) GetRecipientBankCodeOk() (*string, bool)
- func (o *TransferFundsRequest) GetWalletId() string
- func (o *TransferFundsRequest) GetWalletIdOk() (*string, bool)
- func (o *TransferFundsRequest) HasAmount() bool
- func (o *TransferFundsRequest) HasRecipientAccountNumber() bool
- func (o *TransferFundsRequest) HasRecipientBankCode() bool
- func (o *TransferFundsRequest) HasWalletId() bool
- func (o TransferFundsRequest) MarshalJSON() ([]byte, error)
- func (o *TransferFundsRequest) SetAmount(v string)
- func (o *TransferFundsRequest) SetRecipientAccountNumber(v string)
- func (o *TransferFundsRequest) SetRecipientBankCode(v string)
- func (o *TransferFundsRequest) SetWalletId(v string)
- type TransferFundsResponse
- func (o *TransferFundsResponse) GetEntity() TransferFundsResponseEntity
- func (o *TransferFundsResponse) GetEntityOk() (*TransferFundsResponseEntity, bool)
- func (o *TransferFundsResponse) HasEntity() bool
- func (o TransferFundsResponse) MarshalJSON() ([]byte, error)
- func (o *TransferFundsResponse) SetEntity(v TransferFundsResponseEntity)
- type TransferFundsResponseEntity
- func (o *TransferFundsResponseEntity) GetDateCreated() string
- func (o *TransferFundsResponseEntity) GetDateCreatedOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetRecipientAccountNumber() string
- func (o *TransferFundsResponseEntity) GetRecipientAccountNumberOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetSenderAccountNumber() string
- func (o *TransferFundsResponseEntity) GetSenderAccountNumberOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetTransactionAmount() float32
- func (o *TransferFundsResponseEntity) GetTransactionAmountOk() (*float32, bool)
- func (o *TransferFundsResponseEntity) GetTransactionId() string
- func (o *TransferFundsResponseEntity) GetTransactionIdOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetTransactionReason() string
- func (o *TransferFundsResponseEntity) GetTransactionReasonOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetTransactionRemarks() string
- func (o *TransferFundsResponseEntity) GetTransactionRemarksOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetTransactionStatus() string
- func (o *TransferFundsResponseEntity) GetTransactionStatusOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetTransactionType() string
- func (o *TransferFundsResponseEntity) GetTransactionTypeOk() (*string, bool)
- func (o *TransferFundsResponseEntity) GetWalletId() string
- func (o *TransferFundsResponseEntity) GetWalletIdOk() (*string, bool)
- func (o *TransferFundsResponseEntity) HasDateCreated() bool
- func (o *TransferFundsResponseEntity) HasRecipientAccountNumber() bool
- func (o *TransferFundsResponseEntity) HasSenderAccountNumber() bool
- func (o *TransferFundsResponseEntity) HasTransactionAmount() bool
- func (o *TransferFundsResponseEntity) HasTransactionId() bool
- func (o *TransferFundsResponseEntity) HasTransactionReason() bool
- func (o *TransferFundsResponseEntity) HasTransactionRemarks() bool
- func (o *TransferFundsResponseEntity) HasTransactionStatus() bool
- func (o *TransferFundsResponseEntity) HasTransactionType() bool
- func (o *TransferFundsResponseEntity) HasWalletId() bool
- func (o TransferFundsResponseEntity) MarshalJSON() ([]byte, error)
- func (o *TransferFundsResponseEntity) SetDateCreated(v string)
- func (o *TransferFundsResponseEntity) SetRecipientAccountNumber(v string)
- func (o *TransferFundsResponseEntity) SetSenderAccountNumber(v string)
- func (o *TransferFundsResponseEntity) SetTransactionAmount(v float32)
- func (o *TransferFundsResponseEntity) SetTransactionId(v string)
- func (o *TransferFundsResponseEntity) SetTransactionReason(v string)
- func (o *TransferFundsResponseEntity) SetTransactionReasonNil()
- func (o *TransferFundsResponseEntity) SetTransactionRemarks(v string)
- func (o *TransferFundsResponseEntity) SetTransactionStatus(v string)
- func (o *TransferFundsResponseEntity) SetTransactionType(v string)
- func (o *TransferFundsResponseEntity) SetWalletId(v string)
- func (o *TransferFundsResponseEntity) UnsetTransactionReason()
- type UGKYCApiGetVoterRequest
- func (r UGKYCApiGetVoterRequest) Execute() (*GetVoterResponse, *http.Response, error)
- func (r UGKYCApiGetVoterRequest) FirstName(firstName string) UGKYCApiGetVoterRequest
- func (r UGKYCApiGetVoterRequest) Id(id int32) UGKYCApiGetVoterRequest
- func (r UGKYCApiGetVoterRequest) LastName(lastName string) UGKYCApiGetVoterRequest
- type UGKYCApiService
- type ValidateBvnResponse
- func (o *ValidateBvnResponse) GetEntity() ValidateBvnResponseEntity
- func (o *ValidateBvnResponse) GetEntityOk() (*ValidateBvnResponseEntity, bool)
- func (o *ValidateBvnResponse) HasEntity() bool
- func (o ValidateBvnResponse) MarshalJSON() ([]byte, error)
- func (o *ValidateBvnResponse) SetEntity(v ValidateBvnResponseEntity)
- type ValidateBvnResponseEntity
- func (o *ValidateBvnResponseEntity) GetBvn() ValidateBvnResponseEntityBvn
- func (o *ValidateBvnResponseEntity) GetBvnOk() (*ValidateBvnResponseEntityBvn, bool)
- func (o *ValidateBvnResponseEntity) GetFirstName() ValidateBvnResponseEntityFirstName
- func (o *ValidateBvnResponseEntity) GetFirstNameOk() (*ValidateBvnResponseEntityFirstName, bool)
- func (o *ValidateBvnResponseEntity) HasBvn() bool
- func (o *ValidateBvnResponseEntity) HasFirstName() bool
- func (o ValidateBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *ValidateBvnResponseEntity) SetBvn(v ValidateBvnResponseEntityBvn)
- func (o *ValidateBvnResponseEntity) SetFirstName(v ValidateBvnResponseEntityFirstName)
- type ValidateBvnResponseEntityBvn
- func (o *ValidateBvnResponseEntityBvn) GetStatus() bool
- func (o *ValidateBvnResponseEntityBvn) GetStatusOk() (*bool, bool)
- func (o *ValidateBvnResponseEntityBvn) GetValue() string
- func (o *ValidateBvnResponseEntityBvn) GetValueOk() (*string, bool)
- func (o *ValidateBvnResponseEntityBvn) HasStatus() bool
- func (o *ValidateBvnResponseEntityBvn) HasValue() bool
- func (o ValidateBvnResponseEntityBvn) MarshalJSON() ([]byte, error)
- func (o *ValidateBvnResponseEntityBvn) SetStatus(v bool)
- func (o *ValidateBvnResponseEntityBvn) SetValue(v string)
- type ValidateBvnResponseEntityFirstName
- func (o *ValidateBvnResponseEntityFirstName) GetConfidenceValue() float32
- func (o *ValidateBvnResponseEntityFirstName) GetConfidenceValueOk() (*float32, bool)
- func (o *ValidateBvnResponseEntityFirstName) GetStatus() bool
- func (o *ValidateBvnResponseEntityFirstName) GetStatusOk() (*bool, bool)
- func (o *ValidateBvnResponseEntityFirstName) HasConfidenceValue() bool
- func (o *ValidateBvnResponseEntityFirstName) HasStatus() bool
- func (o ValidateBvnResponseEntityFirstName) MarshalJSON() ([]byte, error)
- func (o *ValidateBvnResponseEntityFirstName) SetConfidenceValue(v float32)
- func (o *ValidateBvnResponseEntityFirstName) SetStatus(v bool)
- type ValidateOtpResponse
- func (o *ValidateOtpResponse) GetEntity() ValidateOtpResponseEntity
- func (o *ValidateOtpResponse) GetEntityOk() (*ValidateOtpResponseEntity, bool)
- func (o *ValidateOtpResponse) HasEntity() bool
- func (o ValidateOtpResponse) MarshalJSON() ([]byte, error)
- func (o *ValidateOtpResponse) SetEntity(v ValidateOtpResponseEntity)
- type ValidateOtpResponseEntity
- type VerifyAgeResponse
- func (o *VerifyAgeResponse) GetEntity() VerifyAgeResponseEntity
- func (o *VerifyAgeResponse) GetEntityOk() (*VerifyAgeResponseEntity, bool)
- func (o *VerifyAgeResponse) HasEntity() bool
- func (o VerifyAgeResponse) MarshalJSON() ([]byte, error)
- func (o *VerifyAgeResponse) SetEntity(v VerifyAgeResponseEntity)
- type VerifyAgeResponseEntity
- func (o *VerifyAgeResponseEntity) GetDateOfBirth() string
- func (o *VerifyAgeResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *VerifyAgeResponseEntity) GetFirstName() string
- func (o *VerifyAgeResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *VerifyAgeResponseEntity) GetLastName() string
- func (o *VerifyAgeResponseEntity) GetLastNameOk() (*string, bool)
- func (o *VerifyAgeResponseEntity) GetVerification() bool
- func (o *VerifyAgeResponseEntity) GetVerificationOk() (*bool, bool)
- func (o *VerifyAgeResponseEntity) HasDateOfBirth() bool
- func (o *VerifyAgeResponseEntity) HasFirstName() bool
- func (o *VerifyAgeResponseEntity) HasLastName() bool
- func (o *VerifyAgeResponseEntity) HasVerification() bool
- func (o VerifyAgeResponseEntity) MarshalJSON() ([]byte, error)
- func (o *VerifyAgeResponseEntity) SetDateOfBirth(v string)
- func (o *VerifyAgeResponseEntity) SetFirstName(v string)
- func (o *VerifyAgeResponseEntity) SetLastName(v string)
- func (o *VerifyAgeResponseEntity) SetVerification(v bool)
- type VerifyPhotoIdWithSelfieRequest
- func (o *VerifyPhotoIdWithSelfieRequest) GetPhotoidImage() string
- func (o *VerifyPhotoIdWithSelfieRequest) GetPhotoidImageOk() (*string, bool)
- func (o *VerifyPhotoIdWithSelfieRequest) GetSelfieImage() string
- func (o *VerifyPhotoIdWithSelfieRequest) GetSelfieImageOk() (*string, bool)
- func (o *VerifyPhotoIdWithSelfieRequest) HasPhotoidImage() bool
- func (o *VerifyPhotoIdWithSelfieRequest) HasSelfieImage() bool
- func (o VerifyPhotoIdWithSelfieRequest) MarshalJSON() ([]byte, error)
- func (o *VerifyPhotoIdWithSelfieRequest) SetPhotoidImage(v string)
- func (o *VerifyPhotoIdWithSelfieRequest) SetSelfieImage(v string)
- type VerifyPhotoIdWithSelfieResponse
- func (o *VerifyPhotoIdWithSelfieResponse) GetEntity() VerifyPhotoIdWithSelfieResponseEntity
- func (o *VerifyPhotoIdWithSelfieResponse) GetEntityOk() (*VerifyPhotoIdWithSelfieResponseEntity, bool)
- func (o *VerifyPhotoIdWithSelfieResponse) HasEntity() bool
- func (o VerifyPhotoIdWithSelfieResponse) MarshalJSON() ([]byte, error)
- func (o *VerifyPhotoIdWithSelfieResponse) SetEntity(v VerifyPhotoIdWithSelfieResponseEntity)
- type VerifyPhotoIdWithSelfieResponseEntity
- func (o *VerifyPhotoIdWithSelfieResponseEntity) GetSelfie() VerifyPhotoIdWithSelfieResponseEntitySelfie
- func (o *VerifyPhotoIdWithSelfieResponseEntity) GetSelfieOk() (*VerifyPhotoIdWithSelfieResponseEntitySelfie, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntity) HasSelfie() bool
- func (o VerifyPhotoIdWithSelfieResponseEntity) MarshalJSON() ([]byte, error)
- func (o *VerifyPhotoIdWithSelfieResponseEntity) SetSelfie(v VerifyPhotoIdWithSelfieResponseEntitySelfie)
- type VerifyPhotoIdWithSelfieResponseEntitySelfie
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRange() string
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRangeOk() (*string, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetConfidenceValue() float32
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetConfidenceValueOk() (*float32, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatch() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatchOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlare() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlareOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurry() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdImageBlurryOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlare() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlareOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurry() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieImageBlurryOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglasses() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglassesOk() (*bool, bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasAgeRange() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasConfidenceValue() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasMatch() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdGlare() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdImageBlurry() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieGlare() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieImageBlurry() bool
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSunglasses() bool
- func (o VerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON() ([]byte, error)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetAgeRange(v string)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetConfidenceValue(v float32)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetMatch(v bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdGlare(v bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetPhotoIdImageBlurry(v bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieGlare(v bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieImageBlurry(v bool)
- func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSunglasses(v bool)
- type VerifySelfieBvnRequest
- func (o *VerifySelfieBvnRequest) GetBvn() string
- func (o *VerifySelfieBvnRequest) GetBvnOk() (*string, bool)
- func (o *VerifySelfieBvnRequest) GetSelfieImage() string
- func (o *VerifySelfieBvnRequest) GetSelfieImageOk() (*string, bool)
- func (o *VerifySelfieBvnRequest) HasBvn() bool
- func (o *VerifySelfieBvnRequest) HasSelfieImage() bool
- func (o VerifySelfieBvnRequest) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieBvnRequest) SetBvn(v string)
- func (o *VerifySelfieBvnRequest) SetSelfieImage(v string)
- type VerifySelfieBvnResponse
- func (o *VerifySelfieBvnResponse) GetEntity() VerifySelfieBvnResponseEntity
- func (o *VerifySelfieBvnResponse) GetEntityOk() (*VerifySelfieBvnResponseEntity, bool)
- func (o *VerifySelfieBvnResponse) HasEntity() bool
- func (o VerifySelfieBvnResponse) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieBvnResponse) SetEntity(v VerifySelfieBvnResponseEntity)
- type VerifySelfieBvnResponseEntity
- func (o *VerifySelfieBvnResponseEntity) GetBvn() string
- func (o *VerifySelfieBvnResponseEntity) GetBvnOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetDateOfBirth() string
- func (o *VerifySelfieBvnResponseEntity) GetDateOfBirthOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetEmail() string
- func (o *VerifySelfieBvnResponseEntity) GetEmailOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBank() string
- func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBankOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBranch() string
- func (o *VerifySelfieBvnResponseEntity) GetEnrollmentBranchOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetFirstName() string
- func (o *VerifySelfieBvnResponseEntity) GetFirstNameOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetGender() string
- func (o *VerifySelfieBvnResponseEntity) GetGenderOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetImage() string
- func (o *VerifySelfieBvnResponseEntity) GetImageOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetLastName() string
- func (o *VerifySelfieBvnResponseEntity) GetLastNameOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetLevelOfAccount() string
- func (o *VerifySelfieBvnResponseEntity) GetLevelOfAccountOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetLgaOfOrigin() string
- func (o *VerifySelfieBvnResponseEntity) GetLgaOfOriginOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetLgaOfResidence() string
- func (o *VerifySelfieBvnResponseEntity) GetLgaOfResidenceOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetMaritalStatus() string
- func (o *VerifySelfieBvnResponseEntity) GetMaritalStatusOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetMiddleName() string
- func (o *VerifySelfieBvnResponseEntity) GetMiddleNameOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetNameOnCard() string
- func (o *VerifySelfieBvnResponseEntity) GetNameOnCardOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetNin() string
- func (o *VerifySelfieBvnResponseEntity) GetNinOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber1() string
- func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber1Ok() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber2() string
- func (o *VerifySelfieBvnResponseEntity) GetPhoneNumber2Ok() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetRegistrationDate() string
- func (o *VerifySelfieBvnResponseEntity) GetRegistrationDateOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetResidentialAddress() string
- func (o *VerifySelfieBvnResponseEntity) GetResidentialAddressOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetSelfieVerification() VerifySelfieBvnResponseEntitySelfieVerification
- func (o *VerifySelfieBvnResponseEntity) GetSelfieVerificationOk() (*VerifySelfieBvnResponseEntitySelfieVerification, bool)
- func (o *VerifySelfieBvnResponseEntity) GetStateOfOrigin() string
- func (o *VerifySelfieBvnResponseEntity) GetStateOfOriginOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetStateOfResidence() string
- func (o *VerifySelfieBvnResponseEntity) GetStateOfResidenceOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) GetWatchListed() string
- func (o *VerifySelfieBvnResponseEntity) GetWatchListedOk() (*string, bool)
- func (o *VerifySelfieBvnResponseEntity) HasBvn() bool
- func (o *VerifySelfieBvnResponseEntity) HasDateOfBirth() bool
- func (o *VerifySelfieBvnResponseEntity) HasEmail() bool
- func (o *VerifySelfieBvnResponseEntity) HasEnrollmentBank() bool
- func (o *VerifySelfieBvnResponseEntity) HasEnrollmentBranch() bool
- func (o *VerifySelfieBvnResponseEntity) HasFirstName() bool
- func (o *VerifySelfieBvnResponseEntity) HasGender() bool
- func (o *VerifySelfieBvnResponseEntity) HasImage() bool
- func (o *VerifySelfieBvnResponseEntity) HasLastName() bool
- func (o *VerifySelfieBvnResponseEntity) HasLevelOfAccount() bool
- func (o *VerifySelfieBvnResponseEntity) HasLgaOfOrigin() bool
- func (o *VerifySelfieBvnResponseEntity) HasLgaOfResidence() bool
- func (o *VerifySelfieBvnResponseEntity) HasMaritalStatus() bool
- func (o *VerifySelfieBvnResponseEntity) HasMiddleName() bool
- func (o *VerifySelfieBvnResponseEntity) HasNameOnCard() bool
- func (o *VerifySelfieBvnResponseEntity) HasNin() bool
- func (o *VerifySelfieBvnResponseEntity) HasPhoneNumber1() bool
- func (o *VerifySelfieBvnResponseEntity) HasPhoneNumber2() bool
- func (o *VerifySelfieBvnResponseEntity) HasRegistrationDate() bool
- func (o *VerifySelfieBvnResponseEntity) HasResidentialAddress() bool
- func (o *VerifySelfieBvnResponseEntity) HasSelfieVerification() bool
- func (o *VerifySelfieBvnResponseEntity) HasStateOfOrigin() bool
- func (o *VerifySelfieBvnResponseEntity) HasStateOfResidence() bool
- func (o *VerifySelfieBvnResponseEntity) HasWatchListed() bool
- func (o VerifySelfieBvnResponseEntity) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieBvnResponseEntity) SetBvn(v string)
- func (o *VerifySelfieBvnResponseEntity) SetDateOfBirth(v string)
- func (o *VerifySelfieBvnResponseEntity) SetEmail(v string)
- func (o *VerifySelfieBvnResponseEntity) SetEnrollmentBank(v string)
- func (o *VerifySelfieBvnResponseEntity) SetEnrollmentBranch(v string)
- func (o *VerifySelfieBvnResponseEntity) SetFirstName(v string)
- func (o *VerifySelfieBvnResponseEntity) SetGender(v string)
- func (o *VerifySelfieBvnResponseEntity) SetImage(v string)
- func (o *VerifySelfieBvnResponseEntity) SetLastName(v string)
- func (o *VerifySelfieBvnResponseEntity) SetLevelOfAccount(v string)
- func (o *VerifySelfieBvnResponseEntity) SetLgaOfOrigin(v string)
- func (o *VerifySelfieBvnResponseEntity) SetLgaOfResidence(v string)
- func (o *VerifySelfieBvnResponseEntity) SetMaritalStatus(v string)
- func (o *VerifySelfieBvnResponseEntity) SetMiddleName(v string)
- func (o *VerifySelfieBvnResponseEntity) SetNameOnCard(v string)
- func (o *VerifySelfieBvnResponseEntity) SetNin(v string)
- func (o *VerifySelfieBvnResponseEntity) SetPhoneNumber1(v string)
- func (o *VerifySelfieBvnResponseEntity) SetPhoneNumber2(v string)
- func (o *VerifySelfieBvnResponseEntity) SetRegistrationDate(v string)
- func (o *VerifySelfieBvnResponseEntity) SetResidentialAddress(v string)
- func (o *VerifySelfieBvnResponseEntity) SetSelfieVerification(v VerifySelfieBvnResponseEntitySelfieVerification)
- func (o *VerifySelfieBvnResponseEntity) SetStateOfOrigin(v string)
- func (o *VerifySelfieBvnResponseEntity) SetStateOfResidence(v string)
- func (o *VerifySelfieBvnResponseEntity) SetWatchListed(v string)
- type VerifySelfieBvnResponseEntitySelfieVerification
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValue() float32
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValueOk() (*float32, bool)
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetMatch() bool
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetMatchOk() (*bool, bool)
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) HasConfidenceValue() bool
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) HasMatch() bool
- func (o VerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) SetConfidenceValue(v float32)
- func (o *VerifySelfieBvnResponseEntitySelfieVerification) SetMatch(v bool)
- type VerifySelfieNinRequest
- func (o *VerifySelfieNinRequest) GetNin() string
- func (o *VerifySelfieNinRequest) GetNinOk() (*string, bool)
- func (o *VerifySelfieNinRequest) GetSelfieImage() string
- func (o *VerifySelfieNinRequest) GetSelfieImageOk() (*string, bool)
- func (o *VerifySelfieNinRequest) HasNin() bool
- func (o *VerifySelfieNinRequest) HasSelfieImage() bool
- func (o VerifySelfieNinRequest) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieNinRequest) SetNin(v string)
- func (o *VerifySelfieNinRequest) SetSelfieImage(v string)
- type VerifySelfieNinResponse
- func (o *VerifySelfieNinResponse) GetEntity() VerifySelfieNinResponseEntity
- func (o *VerifySelfieNinResponse) GetEntityOk() (*VerifySelfieNinResponseEntity, bool)
- func (o *VerifySelfieNinResponse) HasEntity() bool
- func (o VerifySelfieNinResponse) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieNinResponse) SetEntity(v VerifySelfieNinResponseEntity)
- type VerifySelfieNinResponseEntity
- func (o *VerifySelfieNinResponseEntity) GetBirthcountry() string
- func (o *VerifySelfieNinResponseEntity) GetBirthcountryOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetBirthdate() string
- func (o *VerifySelfieNinResponseEntity) GetBirthdateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetBirthstate() string
- func (o *VerifySelfieNinResponseEntity) GetBirthstateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetCentralID() string
- func (o *VerifySelfieNinResponseEntity) GetCentralIDOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetDocumentno() string
- func (o *VerifySelfieNinResponseEntity) GetDocumentnoOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetEducationallevel() string
- func (o *VerifySelfieNinResponseEntity) GetEducationallevelOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetEmail() string
- func (o *VerifySelfieNinResponseEntity) GetEmailOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetEmploymentstatus() string
- func (o *VerifySelfieNinResponseEntity) GetEmploymentstatusOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetFirstname() string
- func (o *VerifySelfieNinResponseEntity) GetFirstnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetGender() string
- func (o *VerifySelfieNinResponseEntity) GetGenderOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetHeight() string
- func (o *VerifySelfieNinResponseEntity) GetHeightOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetMaidenname() string
- func (o *VerifySelfieNinResponseEntity) GetMaidennameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetMiddlename() string
- func (o *VerifySelfieNinResponseEntity) GetMiddlenameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNationality() string
- func (o *VerifySelfieNinResponseEntity) GetNationalityOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNin() string
- func (o *VerifySelfieNinResponseEntity) GetNinOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokAddress1() string
- func (o *VerifySelfieNinResponseEntity) GetNokAddress1Ok() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokAddress2() string
- func (o *VerifySelfieNinResponseEntity) GetNokAddress2Ok() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokFirstname() string
- func (o *VerifySelfieNinResponseEntity) GetNokFirstnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokLastname() string
- func (o *VerifySelfieNinResponseEntity) GetNokLastnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokLga() string
- func (o *VerifySelfieNinResponseEntity) GetNokLgaOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokMiddlename() string
- func (o *VerifySelfieNinResponseEntity) GetNokMiddlenameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokPostalcode() string
- func (o *VerifySelfieNinResponseEntity) GetNokPostalcodeOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokState() string
- func (o *VerifySelfieNinResponseEntity) GetNokStateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNokTown() string
- func (o *VerifySelfieNinResponseEntity) GetNokTownOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetNspokenlang() string
- func (o *VerifySelfieNinResponseEntity) GetNspokenlangOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetOspokenlang() string
- func (o *VerifySelfieNinResponseEntity) GetOspokenlangOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetOthername() string
- func (o *VerifySelfieNinResponseEntity) GetOthernameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetPfirstname() string
- func (o *VerifySelfieNinResponseEntity) GetPfirstnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetPhoto() string
- func (o *VerifySelfieNinResponseEntity) GetPhotoOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetPlace() string
- func (o *VerifySelfieNinResponseEntity) GetPlaceOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetPmiddlename() string
- func (o *VerifySelfieNinResponseEntity) GetPmiddlenameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetProfession() string
- func (o *VerifySelfieNinResponseEntity) GetProfessionOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetPsurname() string
- func (o *VerifySelfieNinResponseEntity) GetPsurnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetReligion() string
- func (o *VerifySelfieNinResponseEntity) GetReligionOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine1() string
- func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine1Ok() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine2() string
- func (o *VerifySelfieNinResponseEntity) GetResidenceAddressLine2Ok() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidenceLga() string
- func (o *VerifySelfieNinResponseEntity) GetResidenceLgaOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidenceState() string
- func (o *VerifySelfieNinResponseEntity) GetResidenceStateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidenceTown() string
- func (o *VerifySelfieNinResponseEntity) GetResidenceTownOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetResidencestatus() string
- func (o *VerifySelfieNinResponseEntity) GetResidencestatusOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginLga() string
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginLgaOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginPlace() string
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginPlaceOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginState() string
- func (o *VerifySelfieNinResponseEntity) GetSelfOriginStateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetSelfieVerification() VerifySelfieNinResponseEntitySelfieVerification
- func (o *VerifySelfieNinResponseEntity) GetSelfieVerificationOk() (*VerifySelfieNinResponseEntitySelfieVerification, bool)
- func (o *VerifySelfieNinResponseEntity) GetSignature() string
- func (o *VerifySelfieNinResponseEntity) GetSignatureOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetState() string
- func (o *VerifySelfieNinResponseEntity) GetStateOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetSurname() string
- func (o *VerifySelfieNinResponseEntity) GetSurnameOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetTelephoneno() string
- func (o *VerifySelfieNinResponseEntity) GetTelephonenoOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetTitle() string
- func (o *VerifySelfieNinResponseEntity) GetTitleOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) GetTrackingId() string
- func (o *VerifySelfieNinResponseEntity) GetTrackingIdOk() (*string, bool)
- func (o *VerifySelfieNinResponseEntity) HasBirthcountry() bool
- func (o *VerifySelfieNinResponseEntity) HasBirthdate() bool
- func (o *VerifySelfieNinResponseEntity) HasBirthstate() bool
- func (o *VerifySelfieNinResponseEntity) HasCentralID() bool
- func (o *VerifySelfieNinResponseEntity) HasDocumentno() bool
- func (o *VerifySelfieNinResponseEntity) HasEducationallevel() bool
- func (o *VerifySelfieNinResponseEntity) HasEmail() bool
- func (o *VerifySelfieNinResponseEntity) HasEmploymentstatus() bool
- func (o *VerifySelfieNinResponseEntity) HasFirstname() bool
- func (o *VerifySelfieNinResponseEntity) HasGender() bool
- func (o *VerifySelfieNinResponseEntity) HasHeight() bool
- func (o *VerifySelfieNinResponseEntity) HasMaidenname() bool
- func (o *VerifySelfieNinResponseEntity) HasMiddlename() bool
- func (o *VerifySelfieNinResponseEntity) HasNationality() bool
- func (o *VerifySelfieNinResponseEntity) HasNin() bool
- func (o *VerifySelfieNinResponseEntity) HasNokAddress1() bool
- func (o *VerifySelfieNinResponseEntity) HasNokAddress2() bool
- func (o *VerifySelfieNinResponseEntity) HasNokFirstname() bool
- func (o *VerifySelfieNinResponseEntity) HasNokLastname() bool
- func (o *VerifySelfieNinResponseEntity) HasNokLga() bool
- func (o *VerifySelfieNinResponseEntity) HasNokMiddlename() bool
- func (o *VerifySelfieNinResponseEntity) HasNokPostalcode() bool
- func (o *VerifySelfieNinResponseEntity) HasNokState() bool
- func (o *VerifySelfieNinResponseEntity) HasNokTown() bool
- func (o *VerifySelfieNinResponseEntity) HasNspokenlang() bool
- func (o *VerifySelfieNinResponseEntity) HasOspokenlang() bool
- func (o *VerifySelfieNinResponseEntity) HasOthername() bool
- func (o *VerifySelfieNinResponseEntity) HasPfirstname() bool
- func (o *VerifySelfieNinResponseEntity) HasPhoto() bool
- func (o *VerifySelfieNinResponseEntity) HasPlace() bool
- func (o *VerifySelfieNinResponseEntity) HasPmiddlename() bool
- func (o *VerifySelfieNinResponseEntity) HasProfession() bool
- func (o *VerifySelfieNinResponseEntity) HasPsurname() bool
- func (o *VerifySelfieNinResponseEntity) HasReligion() bool
- func (o *VerifySelfieNinResponseEntity) HasResidenceAddressLine1() bool
- func (o *VerifySelfieNinResponseEntity) HasResidenceAddressLine2() bool
- func (o *VerifySelfieNinResponseEntity) HasResidenceLga() bool
- func (o *VerifySelfieNinResponseEntity) HasResidenceState() bool
- func (o *VerifySelfieNinResponseEntity) HasResidenceTown() bool
- func (o *VerifySelfieNinResponseEntity) HasResidencestatus() bool
- func (o *VerifySelfieNinResponseEntity) HasSelfOriginLga() bool
- func (o *VerifySelfieNinResponseEntity) HasSelfOriginPlace() bool
- func (o *VerifySelfieNinResponseEntity) HasSelfOriginState() bool
- func (o *VerifySelfieNinResponseEntity) HasSelfieVerification() bool
- func (o *VerifySelfieNinResponseEntity) HasSignature() bool
- func (o *VerifySelfieNinResponseEntity) HasState() bool
- func (o *VerifySelfieNinResponseEntity) HasSurname() bool
- func (o *VerifySelfieNinResponseEntity) HasTelephoneno() bool
- func (o *VerifySelfieNinResponseEntity) HasTitle() bool
- func (o *VerifySelfieNinResponseEntity) HasTrackingId() bool
- func (o VerifySelfieNinResponseEntity) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieNinResponseEntity) SetBirthcountry(v string)
- func (o *VerifySelfieNinResponseEntity) SetBirthdate(v string)
- func (o *VerifySelfieNinResponseEntity) SetBirthstate(v string)
- func (o *VerifySelfieNinResponseEntity) SetCentralID(v string)
- func (o *VerifySelfieNinResponseEntity) SetDocumentno(v string)
- func (o *VerifySelfieNinResponseEntity) SetEducationallevel(v string)
- func (o *VerifySelfieNinResponseEntity) SetEmail(v string)
- func (o *VerifySelfieNinResponseEntity) SetEmploymentstatus(v string)
- func (o *VerifySelfieNinResponseEntity) SetFirstname(v string)
- func (o *VerifySelfieNinResponseEntity) SetGender(v string)
- func (o *VerifySelfieNinResponseEntity) SetHeight(v string)
- func (o *VerifySelfieNinResponseEntity) SetMaidenname(v string)
- func (o *VerifySelfieNinResponseEntity) SetMiddlename(v string)
- func (o *VerifySelfieNinResponseEntity) SetNationality(v string)
- func (o *VerifySelfieNinResponseEntity) SetNin(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokAddress1(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokAddress2(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokFirstname(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokLastname(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokLga(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokMiddlename(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokPostalcode(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokState(v string)
- func (o *VerifySelfieNinResponseEntity) SetNokTown(v string)
- func (o *VerifySelfieNinResponseEntity) SetNspokenlang(v string)
- func (o *VerifySelfieNinResponseEntity) SetOspokenlang(v string)
- func (o *VerifySelfieNinResponseEntity) SetOthername(v string)
- func (o *VerifySelfieNinResponseEntity) SetPfirstname(v string)
- func (o *VerifySelfieNinResponseEntity) SetPhoto(v string)
- func (o *VerifySelfieNinResponseEntity) SetPlace(v string)
- func (o *VerifySelfieNinResponseEntity) SetPmiddlename(v string)
- func (o *VerifySelfieNinResponseEntity) SetProfession(v string)
- func (o *VerifySelfieNinResponseEntity) SetPsurname(v string)
- func (o *VerifySelfieNinResponseEntity) SetReligion(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidenceAddressLine1(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidenceAddressLine2(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidenceLga(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidenceState(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidenceTown(v string)
- func (o *VerifySelfieNinResponseEntity) SetResidencestatus(v string)
- func (o *VerifySelfieNinResponseEntity) SetSelfOriginLga(v string)
- func (o *VerifySelfieNinResponseEntity) SetSelfOriginPlace(v string)
- func (o *VerifySelfieNinResponseEntity) SetSelfOriginState(v string)
- func (o *VerifySelfieNinResponseEntity) SetSelfieVerification(v VerifySelfieNinResponseEntitySelfieVerification)
- func (o *VerifySelfieNinResponseEntity) SetSignature(v string)
- func (o *VerifySelfieNinResponseEntity) SetState(v string)
- func (o *VerifySelfieNinResponseEntity) SetSurname(v string)
- func (o *VerifySelfieNinResponseEntity) SetTelephoneno(v string)
- func (o *VerifySelfieNinResponseEntity) SetTitle(v string)
- func (o *VerifySelfieNinResponseEntity) SetTrackingId(v string)
- type VerifySelfieNinResponseEntitySelfieVerification
- func (o *VerifySelfieNinResponseEntitySelfieVerification) GetConfidenceValue() float32
- func (o *VerifySelfieNinResponseEntitySelfieVerification) GetConfidenceValueOk() (*float32, bool)
- func (o *VerifySelfieNinResponseEntitySelfieVerification) GetMatch() bool
- func (o *VerifySelfieNinResponseEntitySelfieVerification) GetMatchOk() (*bool, bool)
- func (o *VerifySelfieNinResponseEntitySelfieVerification) HasConfidenceValue() bool
- func (o *VerifySelfieNinResponseEntitySelfieVerification) HasMatch() bool
- func (o VerifySelfieNinResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
- func (o *VerifySelfieNinResponseEntitySelfieVerification) SetConfidenceValue(v float32)
- func (o *VerifySelfieNinResponseEntitySelfieVerification) SetMatch(v bool)
- type WalletApiCreateWalletRequest
- type WalletApiCreditSubwalletRequest
- type WalletApiGetTransactionRequest
- type WalletApiGetWalletRequest
- type WalletApiGetWalletsRequest
- type WalletApiService
- func (a *WalletApiService) CreateWallet() WalletApiCreateWalletRequest
- func (a *WalletApiService) CreateWalletExecute(r WalletApiCreateWalletRequest) (*CreateWalletResponse, *http.Response, error)
- func (a *WalletApiService) CreditSubwallet() WalletApiCreditSubwalletRequest
- func (a *WalletApiService) CreditSubwalletExecute(r WalletApiCreditSubwalletRequest) (*CreditSubwalletResponse, *http.Response, error)
- func (a *WalletApiService) GetTransaction() WalletApiGetTransactionRequest
- func (a *WalletApiService) GetTransactionExecute(r WalletApiGetTransactionRequest) (*GetTransactionResponse, *http.Response, error)
- func (a *WalletApiService) GetWallet() WalletApiGetWalletRequest
- func (a *WalletApiService) GetWalletExecute(r WalletApiGetWalletRequest) (*GetWalletResponse, *http.Response, error)
- func (a *WalletApiService) GetWallets() WalletApiGetWalletsRequest
- func (a *WalletApiService) GetWalletsExecute(r WalletApiGetWalletsRequest) (*GetWalletsResponse, *http.Response, error)
- func (a *WalletApiService) TransferFunds() WalletApiTransferFundsRequest
- func (a *WalletApiService) TransferFundsExecute(r WalletApiTransferFundsRequest) (*TransferFundsResponse, *http.Response, error)
- type WalletApiTransferFundsRequest
- type WebHooksApiDeleteWebhookRequest
- type WebHooksApiGetWebhooksRequest
- type WebHooksApiNotifyWebhookRequest
- type WebHooksApiService
- func (a *WebHooksApiService) DeleteWebhook() WebHooksApiDeleteWebhookRequest
- func (a *WebHooksApiService) DeleteWebhookExecute(r WebHooksApiDeleteWebhookRequest) (*DeleteWebhookResponse, *http.Response, error)
- func (a *WebHooksApiService) GetWebhooks() WebHooksApiGetWebhooksRequest
- func (a *WebHooksApiService) GetWebhooksExecute(r WebHooksApiGetWebhooksRequest) (*GetWebhooksResponse, *http.Response, error)
- func (a *WebHooksApiService) NotifyWebhook() WebHooksApiNotifyWebhookRequest
- func (a *WebHooksApiService) NotifyWebhookExecute(r WebHooksApiNotifyWebhookRequest) (*NotifyWebhookResponse, *http.Response, error)
- func (a *WebHooksApiService) SubscribeService() WebHooksApiSubscribeServiceRequest
- func (a *WebHooksApiService) SubscribeServiceExecute(r WebHooksApiSubscribeServiceRequest) (*SubscribeServiceResponse, *http.Response, error)
- type WebHooksApiSubscribeServiceRequest
Constants ¶
This section is empty.
Variables ¶
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 ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type AMLApiGetScreeningInfoRequest ¶
type AMLApiGetScreeningInfoRequest struct { ApiService *AMLApiService // contains filtered or unexported fields }
func (AMLApiGetScreeningInfoRequest) Execute ¶
func (r AMLApiGetScreeningInfoRequest) Execute() (*GetScreeningInfoResponse, *http.Response, error)
func (AMLApiGetScreeningInfoRequest) ReferenceId ¶
func (r AMLApiGetScreeningInfoRequest) ReferenceId(referenceId string) AMLApiGetScreeningInfoRequest
type AMLApiScreenAmlRequest ¶
type AMLApiScreenAmlRequest struct { ApiService *AMLApiService // contains filtered or unexported fields }
func (AMLApiScreenAmlRequest) Execute ¶
func (r AMLApiScreenAmlRequest) Execute() (*ScreenAmlResponse, *http.Response, error)
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 ¶
func (a *AMLApiService) GetScreeningInfoExecute(r AMLApiGetScreeningInfoRequest) (*GetScreeningInfoResponse, *http.Response, error)
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 ¶
func (a *AMLApiService) ScreenAmlExecute(r AMLApiScreenAmlRequest) (*ScreenAmlResponse, *http.Response, error)
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 ¶
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 ¶
func (o *AnalyzeDocumentResponse) GetEntity() AnalyzeDocumentResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*AnalyzeDocumentResponse) GetEntityOk ¶
func (o *AnalyzeDocumentResponse) GetEntityOk() (*AnalyzeDocumentResponseEntity, 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 (*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 ¶
func (o *AnalyzeDocumentResponse) SetEntity(v AnalyzeDocumentResponseEntity)
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 ¶
func (o *AnalyzeDocumentResponseEntity) GetDocumentImages() AnalyzeDocumentResponseEntityDocumentImages
GetDocumentImages returns the DocumentImages field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntity) GetDocumentImagesOk ¶
func (o *AnalyzeDocumentResponseEntity) GetDocumentImagesOk() (*AnalyzeDocumentResponseEntityDocumentImages, 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 (*AnalyzeDocumentResponseEntity) GetDocumentType ¶
func (o *AnalyzeDocumentResponseEntity) GetDocumentType() AnalyzeDocumentResponseEntityDocumentType
GetDocumentType returns the DocumentType field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntity) GetDocumentTypeOk ¶
func (o *AnalyzeDocumentResponseEntity) GetDocumentTypeOk() (*AnalyzeDocumentResponseEntityDocumentType, 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 (*AnalyzeDocumentResponseEntity) GetStatus ¶
func (o *AnalyzeDocumentResponseEntity) GetStatus() AnalyzeDocumentResponseEntityStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntity) GetStatusOk ¶
func (o *AnalyzeDocumentResponseEntity) GetStatusOk() (*AnalyzeDocumentResponseEntityStatus, 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 (*AnalyzeDocumentResponseEntity) GetTextData ¶
func (o *AnalyzeDocumentResponseEntity) GetTextData() []AnalyzeDocumentResponseEntityTextDataInner
GetTextData returns the TextData field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntity) GetTextDataOk ¶
func (o *AnalyzeDocumentResponseEntity) GetTextDataOk() ([]AnalyzeDocumentResponseEntityTextDataInner, bool)
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 ¶
func (o *AnalyzeDocumentResponseEntity) SetDocumentImages(v AnalyzeDocumentResponseEntityDocumentImages)
SetDocumentImages gets a reference to the given AnalyzeDocumentResponseEntityDocumentImages and assigns it to the DocumentImages field.
func (*AnalyzeDocumentResponseEntity) SetDocumentType ¶
func (o *AnalyzeDocumentResponseEntity) SetDocumentType(v AnalyzeDocumentResponseEntityDocumentType)
SetDocumentType gets a reference to the given AnalyzeDocumentResponseEntityDocumentType and assigns it to the DocumentType field.
func (*AnalyzeDocumentResponseEntity) SetStatus ¶
func (o *AnalyzeDocumentResponseEntity) SetStatus(v AnalyzeDocumentResponseEntityStatus)
SetStatus gets a reference to the given AnalyzeDocumentResponseEntityStatus and assigns it to the Status field.
func (*AnalyzeDocumentResponseEntity) SetTextData ¶
func (o *AnalyzeDocumentResponseEntity) SetTextData(v []AnalyzeDocumentResponseEntityTextDataInner)
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) GetFingerprint() string
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) GetPortrait() string
GetPortrait returns the Portrait field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntityDocumentImages) GetPortraitOk ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) GetPortraitOk() (*string, bool)
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*AnalyzeDocumentResponseEntityDocumentImages) HasPortrait ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) HasPortrait() bool
HasPortrait returns a boolean if a field has been set.
func (AnalyzeDocumentResponseEntityDocumentImages) MarshalJSON ¶
func (o AnalyzeDocumentResponseEntityDocumentImages) MarshalJSON() ([]byte, error)
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*AnalyzeDocumentResponseEntityDocumentImages) SetPortrait ¶
func (o *AnalyzeDocumentResponseEntityDocumentImages) SetPortrait(v string)
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentName() string
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 ¶
func (o *AnalyzeDocumentResponseEntityDocumentType) GetDocumentYear() string
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 (o AnalyzeDocumentResponseEntityDocumentType) MarshalJSON() ([]byte, error)
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) GetExpiry() string
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) GetText() string
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) HasExpiry() bool
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) HasText() bool
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) SetExpiry(v string)
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 ¶
func (o *AnalyzeDocumentResponseEntityStatus) SetText(v string)
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 ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldName() string
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 ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldType() float32
GetFieldType returns the FieldType field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntityTextDataInner) GetFieldTypeOk ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) GetFieldTypeOk() (*float32, bool)
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 ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) GetStatus() float32
GetStatus returns the Status field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntityTextDataInner) GetStatusOk ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) 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 (*AnalyzeDocumentResponseEntityTextDataInner) GetValue ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*AnalyzeDocumentResponseEntityTextDataInner) GetValueOk ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) 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 (*AnalyzeDocumentResponseEntityTextDataInner) HasFieldName ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) HasFieldName() bool
HasFieldName returns a boolean if a field has been set.
func (*AnalyzeDocumentResponseEntityTextDataInner) HasFieldType ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) HasFieldType() bool
HasFieldType returns a boolean if a field has been set.
func (*AnalyzeDocumentResponseEntityTextDataInner) HasStatus ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*AnalyzeDocumentResponseEntityTextDataInner) HasValue ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (AnalyzeDocumentResponseEntityTextDataInner) MarshalJSON ¶
func (o AnalyzeDocumentResponseEntityTextDataInner) MarshalJSON() ([]byte, error)
func (*AnalyzeDocumentResponseEntityTextDataInner) SetFieldName ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) SetFieldName(v string)
SetFieldName gets a reference to the given string and assigns it to the FieldName field.
func (*AnalyzeDocumentResponseEntityTextDataInner) SetFieldType ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) SetFieldType(v float32)
SetFieldType gets a reference to the given float32 and assigns it to the FieldType field.
func (*AnalyzeDocumentResponseEntityTextDataInner) SetStatus ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) SetStatus(v float32)
SetStatus gets a reference to the given float32 and assigns it to the Status field.
func (*AnalyzeDocumentResponseEntityTextDataInner) SetValue ¶
func (o *AnalyzeDocumentResponseEntityTextDataInner) SetValue(v string)
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 ¶
func (r AuthenticationApiGetSenderIdRequest) Execute() (*GetSenderIdResponse, *http.Response, error)
type AuthenticationApiGetSmsStatusRequest ¶
type AuthenticationApiGetSmsStatusRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (AuthenticationApiGetSmsStatusRequest) Execute ¶
func (r AuthenticationApiGetSmsStatusRequest) Execute() (*GetSmsStatusResponse, *http.Response, error)
func (AuthenticationApiGetSmsStatusRequest) MessageId ¶
func (r AuthenticationApiGetSmsStatusRequest) MessageId(messageId string) AuthenticationApiGetSmsStatusRequest
type AuthenticationApiRequestSenderIdRequest ¶
type AuthenticationApiRequestSenderIdRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (AuthenticationApiRequestSenderIdRequest) Execute ¶
func (r AuthenticationApiRequestSenderIdRequest) Execute() (*RequestSenderIdResponse, *http.Response, error)
func (AuthenticationApiRequestSenderIdRequest) RequestSenderIdRequest ¶
func (r AuthenticationApiRequestSenderIdRequest) RequestSenderIdRequest(requestSenderIdRequest RequestSenderIdRequest) AuthenticationApiRequestSenderIdRequest
type AuthenticationApiSendOtpRequest ¶
type AuthenticationApiSendOtpRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (AuthenticationApiSendOtpRequest) Execute ¶
func (r AuthenticationApiSendOtpRequest) Execute() (*SendOtpResponse, *http.Response, error)
func (AuthenticationApiSendOtpRequest) SendOtpRequest ¶
func (r AuthenticationApiSendOtpRequest) SendOtpRequest(sendOtpRequest SendOtpRequest) AuthenticationApiSendOtpRequest
type AuthenticationApiSendSmsRequest ¶
type AuthenticationApiSendSmsRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (AuthenticationApiSendSmsRequest) Execute ¶
func (r AuthenticationApiSendSmsRequest) Execute() (*SendSmsResponse, *http.Response, error)
func (AuthenticationApiSendSmsRequest) SendSmsRequest ¶
func (r AuthenticationApiSendSmsRequest) SendSmsRequest(sendSmsRequest SendSmsRequest) AuthenticationApiSendSmsRequest
type AuthenticationApiService ¶
type AuthenticationApiService service
AuthenticationApiService AuthenticationApi service
func (*AuthenticationApiService) GetSenderId ¶
func (a *AuthenticationApiService) GetSenderId() AuthenticationApiGetSenderIdRequest
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 ¶
func (a *AuthenticationApiService) GetSenderIdExecute(r AuthenticationApiGetSenderIdRequest) (*GetSenderIdResponse, *http.Response, error)
Execute executes the request
@return GetSenderIdResponse
func (*AuthenticationApiService) GetSmsStatus ¶
func (a *AuthenticationApiService) GetSmsStatus() AuthenticationApiGetSmsStatusRequest
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 ¶
func (a *AuthenticationApiService) GetSmsStatusExecute(r AuthenticationApiGetSmsStatusRequest) (*GetSmsStatusResponse, *http.Response, error)
Execute executes the request
@return GetSmsStatusResponse
func (*AuthenticationApiService) RequestSenderId ¶
func (a *AuthenticationApiService) RequestSenderId() AuthenticationApiRequestSenderIdRequest
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 ¶
func (a *AuthenticationApiService) RequestSenderIdExecute(r AuthenticationApiRequestSenderIdRequest) (*RequestSenderIdResponse, *http.Response, error)
Execute executes the request
@return RequestSenderIdResponse
func (*AuthenticationApiService) SendOtp ¶
func (a *AuthenticationApiService) SendOtp() AuthenticationApiSendOtpRequest
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 ¶
func (a *AuthenticationApiService) SendOtpExecute(r AuthenticationApiSendOtpRequest) (*SendOtpResponse, *http.Response, error)
Execute executes the request
@return SendOtpResponse
func (*AuthenticationApiService) SendSms ¶
func (a *AuthenticationApiService) SendSms() AuthenticationApiSendSmsRequest
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 ¶
func (a *AuthenticationApiService) SendSmsExecute(r AuthenticationApiSendSmsRequest) (*SendSmsResponse, *http.Response, error)
Execute executes the request
@return SendSmsResponse
func (*AuthenticationApiService) ValidateOtp ¶
func (a *AuthenticationApiService) ValidateOtp() AuthenticationApiValidateOtpRequest
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 ¶
func (a *AuthenticationApiService) ValidateOtpExecute(r AuthenticationApiValidateOtpRequest) (*ValidateOtpResponse, *http.Response, error)
Execute executes the request
@return ValidateOtpResponse
type AuthenticationApiValidateOtpRequest ¶
type AuthenticationApiValidateOtpRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (AuthenticationApiValidateOtpRequest) Code ¶
func (r AuthenticationApiValidateOtpRequest) Code(code int32) AuthenticationApiValidateOtpRequest
func (AuthenticationApiValidateOtpRequest) Execute ¶
func (r AuthenticationApiValidateOtpRequest) Execute() (*ValidateOtpResponse, *http.Response, error)
func (AuthenticationApiValidateOtpRequest) ReferenceId ¶
func (r AuthenticationApiValidateOtpRequest) ReferenceId(referenceId string) AuthenticationApiValidateOtpRequest
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 ¶
func (o *CategorizeTransactionsResponse) GetEntity() CategorizeTransactionsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CategorizeTransactionsResponse) GetEntityOk ¶
func (o *CategorizeTransactionsResponse) GetEntityOk() (*CategorizeTransactionsResponseEntity, 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 (*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 ¶
func (o *CategorizeTransactionsResponse) SetEntity(v CategorizeTransactionsResponseEntity)
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 ¶
func (o *CategorizeTransactionsResponseEntity) GetCategory() string
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 ¶
func (o *CategorizeTransactionsResponseEntity) GetDuration() string
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 ¶
func (o *CategorizeTransactionsResponseEntity) GetLabel() string
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 ¶
func (o *CategorizeTransactionsResponseEntity) GetServiceId() float32
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 ¶
func (o *CategorizeTransactionsResponseEntity) HasLabel() bool
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 ¶
func (o *CategorizeTransactionsResponseEntity) SetLabel(v string)
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 ¶
func (o *CollectStatusFromPdfResponse) GetEntity() CollectTransactionsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CollectStatusFromPdfResponse) GetEntityOk ¶
func (o *CollectStatusFromPdfResponse) GetEntityOk() (*CollectTransactionsResponseEntity, 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 (*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 ¶
func (o *CollectStatusFromPdfResponse) SetEntity(v CollectTransactionsResponseEntity)
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 ¶
func (o *CollectTransactionsRequest) GetTransactions() []CollectTransactionsRequestTransactionsInner
GetTransactions returns the Transactions field value if set, zero value otherwise.
func (*CollectTransactionsRequest) GetTransactionsOk ¶
func (o *CollectTransactionsRequest) GetTransactionsOk() ([]CollectTransactionsRequestTransactionsInner, bool)
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 ¶
func (o *CollectTransactionsRequest) SetTransactions(v []CollectTransactionsRequestTransactionsInner)
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 (o CollectTransactionsRequestTransactionsInner) MarshalJSON() ([]byte, error)
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 ¶
func (o *CollectTransactionsResponse) GetEntity() CollectTransactionsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CollectTransactionsResponse) GetEntityOk ¶
func (o *CollectTransactionsResponse) GetEntityOk() (*CollectTransactionsResponseEntity, 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 (*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 ¶
func (o *CollectTransactionsResponse) SetEntity(v CollectTransactionsResponseEntity)
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) ServerURLWithContext ¶
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 ¶
func (o *CreateWalletResponse) GetEntity() CreateWalletResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CreateWalletResponse) GetEntityOk ¶
func (o *CreateWalletResponse) GetEntityOk() (*CreateWalletResponseEntity, 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 (*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 ¶
func (o *CreateWalletResponse) SetEntity(v CreateWalletResponseEntity)
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 ¶
func (o *CreditSubwalletResponse) GetEntity() CreditSubwalletResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*CreditSubwalletResponse) GetEntityOk ¶
func (o *CreditSubwalletResponse) GetEntityOk() (*CreditSubwalletResponseEntity, 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 (*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 ¶
func (o *CreditSubwalletResponse) SetEntity(v CreditSubwalletResponseEntity)
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 (r FinancialApiCollectStatusFromPdfRequest) BankCode(bankCode int32) FinancialApiCollectStatusFromPdfRequest
func (FinancialApiCollectStatusFromPdfRequest) Execute ¶
func (r FinancialApiCollectStatusFromPdfRequest) Execute() (*CollectStatusFromPdfResponse, *http.Response, error)
func (FinancialApiCollectStatusFromPdfRequest) Statement ¶
func (r FinancialApiCollectStatusFromPdfRequest) Statement(statement *os.File) FinancialApiCollectStatusFromPdfRequest
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 ¶
func (r FinancialApiCollectTransactionsRequest) Execute() (*CollectTransactionsResponse, *http.Response, error)
type FinancialApiGetAccountAnalysisRequest ¶
type FinancialApiGetAccountAnalysisRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetAccountAnalysisRequest) Execute ¶
func (r FinancialApiGetAccountAnalysisRequest) Execute() (*GetAccountAnalysisResponse, *http.Response, error)
type FinancialApiGetAccountRequest ¶
type FinancialApiGetAccountRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetAccountRequest) AccountId ¶
func (r FinancialApiGetAccountRequest) AccountId(accountId string) FinancialApiGetAccountRequest
func (FinancialApiGetAccountRequest) Execute ¶
func (r FinancialApiGetAccountRequest) Execute() (*GetAccountResponse, *http.Response, error)
type FinancialApiGetAccountSubscriptionsRequest ¶
type FinancialApiGetAccountSubscriptionsRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetAccountSubscriptionsRequest) AccountId ¶
func (r FinancialApiGetAccountSubscriptionsRequest) AccountId(accountId string) FinancialApiGetAccountSubscriptionsRequest
func (FinancialApiGetAccountSubscriptionsRequest) Execute ¶
func (r FinancialApiGetAccountSubscriptionsRequest) Execute() (*GetAccountSubscriptionsResponse, *http.Response, error)
type FinancialApiGetAccountTransactionsRequest ¶
type FinancialApiGetAccountTransactionsRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetAccountTransactionsRequest) AccountId ¶
func (r FinancialApiGetAccountTransactionsRequest) AccountId(accountId string) FinancialApiGetAccountTransactionsRequest
func (FinancialApiGetAccountTransactionsRequest) Execute ¶
func (r FinancialApiGetAccountTransactionsRequest) Execute() (*GetAccountTransactionsResponse, *http.Response, error)
func (FinancialApiGetAccountTransactionsRequest) Length ¶
func (r FinancialApiGetAccountTransactionsRequest) Length(length int32) FinancialApiGetAccountTransactionsRequest
type FinancialApiGetBasicBvnRequest ¶
type FinancialApiGetBasicBvnRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetBasicBvnRequest) AccountId ¶
func (r FinancialApiGetBasicBvnRequest) AccountId(accountId string) FinancialApiGetBasicBvnRequest
func (FinancialApiGetBasicBvnRequest) Execute ¶
func (r FinancialApiGetBasicBvnRequest) Execute() (*FinancialGetBasicBvnResponse, *http.Response, error)
type FinancialApiGetEarningStructureRequest ¶
type FinancialApiGetEarningStructureRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetEarningStructureRequest) AccountId ¶
func (r FinancialApiGetEarningStructureRequest) AccountId(accountId string) FinancialApiGetEarningStructureRequest
func (FinancialApiGetEarningStructureRequest) Execute ¶
func (r FinancialApiGetEarningStructureRequest) Execute() (*GetEarningStructureResponse, *http.Response, error)
type FinancialApiGetFullBvnRequest ¶
type FinancialApiGetFullBvnRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetFullBvnRequest) AccountId ¶
func (r FinancialApiGetFullBvnRequest) AccountId(accountId string) FinancialApiGetFullBvnRequest
func (FinancialApiGetFullBvnRequest) Execute ¶
func (r FinancialApiGetFullBvnRequest) Execute() (*FinancialGetFullBvnResponse, *http.Response, error)
type FinancialApiGetSpendingPatternRequest ¶
type FinancialApiGetSpendingPatternRequest struct { ApiService *FinancialApiService // contains filtered or unexported fields }
func (FinancialApiGetSpendingPatternRequest) AccountId ¶
func (r FinancialApiGetSpendingPatternRequest) AccountId(accountId string) FinancialApiGetSpendingPatternRequest
func (FinancialApiGetSpendingPatternRequest) Execute ¶
func (r FinancialApiGetSpendingPatternRequest) Execute() (*GetSpendingPatternResponse, *http.Response, error)
type FinancialApiService ¶
type FinancialApiService service
FinancialApiService FinancialApi service
func (*FinancialApiService) CollectStatusFromPdf ¶
func (a *FinancialApiService) CollectStatusFromPdf() FinancialApiCollectStatusFromPdfRequest
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 ¶
func (a *FinancialApiService) CollectStatusFromPdfExecute(r FinancialApiCollectStatusFromPdfRequest) (*CollectStatusFromPdfResponse, *http.Response, error)
Execute executes the request
@return CollectStatusFromPdfResponse
func (*FinancialApiService) CollectTransactions ¶
func (a *FinancialApiService) CollectTransactions() FinancialApiCollectTransactionsRequest
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 ¶
func (a *FinancialApiService) CollectTransactionsExecute(r FinancialApiCollectTransactionsRequest) (*CollectTransactionsResponse, *http.Response, error)
Execute executes the request
@return CollectTransactionsResponse
func (*FinancialApiService) GetAccount ¶
func (a *FinancialApiService) GetAccount() FinancialApiGetAccountRequest
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 ¶
func (a *FinancialApiService) GetAccountAnalysis() FinancialApiGetAccountAnalysisRequest
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 ¶
func (a *FinancialApiService) GetAccountAnalysisExecute(r FinancialApiGetAccountAnalysisRequest) (*GetAccountAnalysisResponse, *http.Response, error)
Execute executes the request
@return GetAccountAnalysisResponse
func (*FinancialApiService) GetAccountExecute ¶
func (a *FinancialApiService) GetAccountExecute(r FinancialApiGetAccountRequest) (*GetAccountResponse, *http.Response, error)
Execute executes the request
@return GetAccountResponse
func (*FinancialApiService) GetAccountSubscriptions ¶
func (a *FinancialApiService) GetAccountSubscriptions() FinancialApiGetAccountSubscriptionsRequest
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 ¶
func (a *FinancialApiService) GetAccountSubscriptionsExecute(r FinancialApiGetAccountSubscriptionsRequest) (*GetAccountSubscriptionsResponse, *http.Response, error)
Execute executes the request
@return GetAccountSubscriptionsResponse
func (*FinancialApiService) GetAccountTransactions ¶
func (a *FinancialApiService) GetAccountTransactions() FinancialApiGetAccountTransactionsRequest
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 ¶
func (a *FinancialApiService) GetAccountTransactionsExecute(r FinancialApiGetAccountTransactionsRequest) (*GetAccountTransactionsResponse, *http.Response, error)
Execute executes the request
@return GetAccountTransactionsResponse
func (*FinancialApiService) GetBasicBvn ¶
func (a *FinancialApiService) GetBasicBvn() FinancialApiGetBasicBvnRequest
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 ¶
func (a *FinancialApiService) GetBasicBvnExecute(r FinancialApiGetBasicBvnRequest) (*FinancialGetBasicBvnResponse, *http.Response, error)
Execute executes the request
@return FinancialGetBasicBvnResponse
func (*FinancialApiService) GetEarningStructure ¶
func (a *FinancialApiService) GetEarningStructure() FinancialApiGetEarningStructureRequest
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 ¶
func (a *FinancialApiService) GetEarningStructureExecute(r FinancialApiGetEarningStructureRequest) (*GetEarningStructureResponse, *http.Response, error)
Execute executes the request
@return GetEarningStructureResponse
func (*FinancialApiService) GetFullBvn ¶
func (a *FinancialApiService) GetFullBvn() FinancialApiGetFullBvnRequest
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 ¶
func (a *FinancialApiService) GetFullBvnExecute(r FinancialApiGetFullBvnRequest) (*FinancialGetFullBvnResponse, *http.Response, error)
Execute executes the request
@return FinancialGetFullBvnResponse
func (*FinancialApiService) GetSpendingPattern ¶
func (a *FinancialApiService) GetSpendingPattern() FinancialApiGetSpendingPatternRequest
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 ¶
func (a *FinancialApiService) GetSpendingPatternExecute(r FinancialApiGetSpendingPatternRequest) (*GetSpendingPatternResponse, *http.Response, error)
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 ¶
func (o *FinancialGetBasicBvnResponse) GetEntity() FinancialGetBasicBvnResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*FinancialGetBasicBvnResponse) GetEntityOk ¶
func (o *FinancialGetBasicBvnResponse) GetEntityOk() (*FinancialGetBasicBvnResponseEntity, 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 (*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 ¶
func (o *FinancialGetBasicBvnResponse) SetEntity(v FinancialGetBasicBvnResponseEntity)
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 ¶
func (o *FinancialGetBasicBvnResponseEntity) GetBvn() string
GetBvn returns the Bvn field value if set, zero value otherwise.
func (*FinancialGetBasicBvnResponseEntity) GetBvnOk ¶
func (o *FinancialGetBasicBvnResponseEntity) 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 (*FinancialGetBasicBvnResponseEntity) GetDob ¶
func (o *FinancialGetBasicBvnResponseEntity) GetDob() string
GetDob returns the Dob field value if set, zero value otherwise.
func (*FinancialGetBasicBvnResponseEntity) GetDobOk ¶
func (o *FinancialGetBasicBvnResponseEntity) 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 (*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 ¶
func (o *FinancialGetBasicBvnResponseEntity) GetMobile() string
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 ¶
func (o *FinancialGetBasicBvnResponseEntity) HasBvn() bool
HasBvn returns a boolean if a field has been set.
func (*FinancialGetBasicBvnResponseEntity) HasDob ¶
func (o *FinancialGetBasicBvnResponseEntity) HasDob() bool
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 ¶
func (o *FinancialGetBasicBvnResponseEntity) HasMobile() bool
HasMobile returns a boolean if a field has been set.
func (FinancialGetBasicBvnResponseEntity) MarshalJSON ¶
func (o FinancialGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*FinancialGetBasicBvnResponseEntity) SetBvn ¶
func (o *FinancialGetBasicBvnResponseEntity) SetBvn(v string)
SetBvn gets a reference to the given string and assigns it to the Bvn field.
func (*FinancialGetBasicBvnResponseEntity) SetDob ¶
func (o *FinancialGetBasicBvnResponseEntity) SetDob(v string)
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 ¶
func (o *FinancialGetBasicBvnResponseEntity) SetMobile(v string)
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 ¶
func (o *FinancialGetFullBvnResponse) GetEntity() FinancialGetFullBvnResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*FinancialGetFullBvnResponse) GetEntityOk ¶
func (o *FinancialGetFullBvnResponse) GetEntityOk() (*FinancialGetFullBvnResponseEntity, 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 (*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 ¶
func (o *FinancialGetFullBvnResponse) SetEntity(v FinancialGetFullBvnResponseEntity)
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetBvn() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetEmail() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetGender() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetImage() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetNin() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) GetTitle() string
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 ¶
func (o *FinancialGetFullBvnResponseEntity) HasBvn() bool
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 ¶
func (o *FinancialGetFullBvnResponseEntity) HasEmail() bool
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 ¶
func (o *FinancialGetFullBvnResponseEntity) HasImage() bool
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 ¶
func (o *FinancialGetFullBvnResponseEntity) HasNin() bool
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 ¶
func (o *FinancialGetFullBvnResponseEntity) HasTitle() bool
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 ¶
func (o *FinancialGetFullBvnResponseEntity) SetBvn(v string)
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 ¶
func (o *FinancialGetFullBvnResponseEntity) SetEmail(v string)
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 ¶
func (o *FinancialGetFullBvnResponseEntity) SetImage(v string)
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 ¶
func (o *FinancialGetFullBvnResponseEntity) SetNin(v string)
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 ¶
func (o *FinancialGetFullBvnResponseEntity) SetTitle(v string)
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 (r GHKYCApiGetDriversLicenseRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetDriversLicenseRequest
func (GHKYCApiGetDriversLicenseRequest) Execute ¶
func (r GHKYCApiGetDriversLicenseRequest) Execute() (*GetDriversLicenseResponse, *http.Response, error)
func (GHKYCApiGetDriversLicenseRequest) FullName ¶
func (r GHKYCApiGetDriversLicenseRequest) FullName(fullName string) GHKYCApiGetDriversLicenseRequest
func (GHKYCApiGetDriversLicenseRequest) Id ¶
func (r GHKYCApiGetDriversLicenseRequest) Id(id string) GHKYCApiGetDriversLicenseRequest
type GHKYCApiGetPassportRequest ¶
type GHKYCApiGetPassportRequest struct { ApiService *GHKYCApiService // contains filtered or unexported fields }
func (GHKYCApiGetPassportRequest) DateOfBirth ¶
func (r GHKYCApiGetPassportRequest) DateOfBirth(dateOfBirth string) GHKYCApiGetPassportRequest
func (GHKYCApiGetPassportRequest) Execute ¶
func (r GHKYCApiGetPassportRequest) Execute() (*GetPassportResponse, *http.Response, error)
func (GHKYCApiGetPassportRequest) FirstName ¶
func (r GHKYCApiGetPassportRequest) FirstName(firstName string) GHKYCApiGetPassportRequest
func (GHKYCApiGetPassportRequest) Id ¶
func (r GHKYCApiGetPassportRequest) Id(id string) GHKYCApiGetPassportRequest
func (GHKYCApiGetPassportRequest) LastName ¶
func (r GHKYCApiGetPassportRequest) LastName(lastName string) GHKYCApiGetPassportRequest
func (GHKYCApiGetPassportRequest) MiddleName ¶
func (r GHKYCApiGetPassportRequest) MiddleName(middleName string) GHKYCApiGetPassportRequest
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 (r GHKYCApiGetSsnitRequest) Execute() (*GetSsnitResponse, *http.Response, error)
func (GHKYCApiGetSsnitRequest) FullName ¶
func (r GHKYCApiGetSsnitRequest) FullName(fullName string) GHKYCApiGetSsnitRequest
func (GHKYCApiGetSsnitRequest) Id ¶
func (r GHKYCApiGetSsnitRequest) Id(id string) GHKYCApiGetSsnitRequest
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 ¶
func (a *GHKYCApiService) GetDriversLicenseExecute(r GHKYCApiGetDriversLicenseRequest) (*GetDriversLicenseResponse, *http.Response, error)
Execute executes the request
@return GetDriversLicenseResponse
func (*GHKYCApiService) GetPassport ¶
func (a *GHKYCApiService) GetPassport() GHKYCApiGetPassportRequest
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 ¶
func (a *GHKYCApiService) GetPassportExecute(r GHKYCApiGetPassportRequest) (*GetPassportResponse, *http.Response, error)
Execute executes the request
@return GetPassportResponse
func (*GHKYCApiService) GetSsnit ¶
func (a *GHKYCApiService) GetSsnit() GHKYCApiGetSsnitRequest
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 ¶
func (a *GHKYCApiService) GetSsnitExecute(r GHKYCApiGetSsnitRequest) (*GetSsnitResponse, *http.Response, error)
Execute executes the request
@return GetSsnitResponse
type GeneralApiGetBanksRequest ¶
type GeneralApiGetBanksRequest struct { ApiService *GeneralApiService // contains filtered or unexported fields }
func (GeneralApiGetBanksRequest) Execute ¶
func (r GeneralApiGetBanksRequest) Execute() (*GetBanksResponse, *http.Response, error)
type GeneralApiGetBinRequest ¶
type GeneralApiGetBinRequest struct { ApiService *GeneralApiService // contains filtered or unexported fields }
func (GeneralApiGetBinRequest) CardBin ¶
func (r GeneralApiGetBinRequest) CardBin(cardBin int32) GeneralApiGetBinRequest
func (GeneralApiGetBinRequest) Execute ¶
func (r GeneralApiGetBinRequest) Execute() (*GetBinResponse, *http.Response, error)
type GeneralApiGetDataPlansRequest ¶
type GeneralApiGetDataPlansRequest struct { ApiService *GeneralApiService // contains filtered or unexported fields }
func (GeneralApiGetDataPlansRequest) Execute ¶
func (r GeneralApiGetDataPlansRequest) Execute() (*GetDataPlansResponse, *http.Response, error)
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 (r GeneralApiGetNubanRequest) BankCode(bankCode int32) GeneralApiGetNubanRequest
func (GeneralApiGetNubanRequest) Execute ¶
func (r GeneralApiGetNubanRequest) Execute() (*GeneralGetNubanResponse, *http.Response, error)
type GeneralApiGetWalletBalanceRequest ¶
type GeneralApiGetWalletBalanceRequest struct { ApiService *GeneralApiService // contains filtered or unexported fields }
func (GeneralApiGetWalletBalanceRequest) Execute ¶
func (r GeneralApiGetWalletBalanceRequest) Execute() (*GetWalletBalanceResponse, *http.Response, error)
type GeneralApiPurchaseAirtimeRequest ¶
type GeneralApiPurchaseAirtimeRequest struct { ApiService *GeneralApiService // contains filtered or unexported fields }
func (GeneralApiPurchaseAirtimeRequest) Execute ¶
func (r GeneralApiPurchaseAirtimeRequest) Execute() (*PurchaseAirtimeResponse, *http.Response, error)
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 (r GeneralApiPurchaseDataRequest) Execute() (*PurchaseDataResponse, *http.Response, error)
func (GeneralApiPurchaseDataRequest) PurchaseDataRequest ¶
func (r GeneralApiPurchaseDataRequest) PurchaseDataRequest(purchaseDataRequest PurchaseDataRequest) GeneralApiPurchaseDataRequest
type GeneralApiService ¶
type GeneralApiService service
GeneralApiService GeneralApi service
func (*GeneralApiService) GetBanks ¶
func (a *GeneralApiService) GetBanks() GeneralApiGetBanksRequest
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 ¶
func (a *GeneralApiService) GetBanksExecute(r GeneralApiGetBanksRequest) (*GetBanksResponse, *http.Response, error)
Execute executes the request
@return GetBanksResponse
func (*GeneralApiService) GetBin ¶
func (a *GeneralApiService) GetBin() GeneralApiGetBinRequest
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 ¶
func (a *GeneralApiService) GetBinExecute(r GeneralApiGetBinRequest) (*GetBinResponse, *http.Response, error)
Execute executes the request
@return GetBinResponse
func (*GeneralApiService) GetDataPlans ¶
func (a *GeneralApiService) GetDataPlans() GeneralApiGetDataPlansRequest
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 ¶
func (a *GeneralApiService) GetDataPlansExecute(r GeneralApiGetDataPlansRequest) (*GetDataPlansResponse, *http.Response, error)
Execute executes the request
@return GetDataPlansResponse
func (*GeneralApiService) GetNuban ¶
func (a *GeneralApiService) GetNuban() GeneralApiGetNubanRequest
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 ¶
func (a *GeneralApiService) GetNubanExecute(r GeneralApiGetNubanRequest) (*GeneralGetNubanResponse, *http.Response, error)
Execute executes the request
@return GeneralGetNubanResponse
func (*GeneralApiService) GetWalletBalance ¶
func (a *GeneralApiService) GetWalletBalance() GeneralApiGetWalletBalanceRequest
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 ¶
func (a *GeneralApiService) GetWalletBalanceExecute(r GeneralApiGetWalletBalanceRequest) (*GetWalletBalanceResponse, *http.Response, error)
Execute executes the request
@return GetWalletBalanceResponse
func (*GeneralApiService) PurchaseAirtime ¶
func (a *GeneralApiService) PurchaseAirtime() GeneralApiPurchaseAirtimeRequest
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 ¶
func (a *GeneralApiService) PurchaseAirtimeExecute(r GeneralApiPurchaseAirtimeRequest) (*PurchaseAirtimeResponse, *http.Response, error)
Execute executes the request
@return PurchaseAirtimeResponse
func (*GeneralApiService) PurchaseData ¶
func (a *GeneralApiService) PurchaseData() GeneralApiPurchaseDataRequest
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 ¶
func (a *GeneralApiService) PurchaseDataExecute(r GeneralApiPurchaseDataRequest) (*PurchaseDataResponse, *http.Response, error)
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 ¶
func (o *GeneralGetNubanResponse) GetEntity() GeneralGetNubanResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GeneralGetNubanResponse) GetEntityOk ¶
func (o *GeneralGetNubanResponse) GetEntityOk() (*GeneralGetNubanResponseEntity, 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 (*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 ¶
func (o *GeneralGetNubanResponse) SetEntity(v GeneralGetNubanResponseEntity)
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 ¶
func (o *GeneralGetWalletBalanceResponse) GetEntity() GetWalletBalanceResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GeneralGetWalletBalanceResponse) GetEntityOk ¶
func (o *GeneralGetWalletBalanceResponse) GetEntityOk() (*GetWalletBalanceResponseEntity, 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 (*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 ¶
func (o *GeneralGetWalletBalanceResponse) SetEntity(v GetWalletBalanceResponseEntity)
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 ¶
func (o *GetAccountAnalysisResponse) GetEntity() GetAccountAnalysisResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetAccountAnalysisResponse) GetEntityOk ¶
func (o *GetAccountAnalysisResponse) GetEntityOk() (*GetAccountAnalysisResponseEntity, 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 (*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 ¶
func (o *GetAccountAnalysisResponse) SetEntity(v GetAccountAnalysisResponseEntity)
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetAccountBreakdown() GetAccountAnalysisResponseEntityAccountBreakdown
GetAccountBreakdown returns the AccountBreakdown field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntity) GetAccountBreakdownOk ¶
func (o *GetAccountAnalysisResponseEntity) GetAccountBreakdownOk() (*GetAccountAnalysisResponseEntityAccountBreakdown, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetExpenseBreakdown() GetAccountAnalysisResponseEntityExpenseBreakdown
GetExpenseBreakdown returns the ExpenseBreakdown field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntity) GetExpenseBreakdownOk ¶
func (o *GetAccountAnalysisResponseEntity) GetExpenseBreakdownOk() (*GetAccountAnalysisResponseEntityExpenseBreakdown, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetFundsManagement() GetAccountAnalysisResponseEntityFundsManagement
GetFundsManagement returns the FundsManagement field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntity) GetFundsManagementOk ¶
func (o *GetAccountAnalysisResponseEntity) GetFundsManagementOk() (*GetAccountAnalysisResponseEntityFundsManagement, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetInflowBreakdown() GetAccountAnalysisResponseEntityInflowBreakdown
GetInflowBreakdown returns the InflowBreakdown field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntity) GetInflowBreakdownOk ¶
func (o *GetAccountAnalysisResponseEntity) GetInflowBreakdownOk() (*GetAccountAnalysisResponseEntityInflowBreakdown, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetStatus() float32
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 ¶
func (o *GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdown() GetAccountAnalysisResponseEntityTransactionRoutineBreakdown
GetTransactionRoutineBreakdown returns the TransactionRoutineBreakdown field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdownOk ¶
func (o *GetAccountAnalysisResponseEntity) GetTransactionRoutineBreakdownOk() (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntity) SetAccountBreakdown(v GetAccountAnalysisResponseEntityAccountBreakdown)
SetAccountBreakdown gets a reference to the given GetAccountAnalysisResponseEntityAccountBreakdown and assigns it to the AccountBreakdown field.
func (*GetAccountAnalysisResponseEntity) SetExpenseBreakdown ¶
func (o *GetAccountAnalysisResponseEntity) SetExpenseBreakdown(v GetAccountAnalysisResponseEntityExpenseBreakdown)
SetExpenseBreakdown gets a reference to the given GetAccountAnalysisResponseEntityExpenseBreakdown and assigns it to the ExpenseBreakdown field.
func (*GetAccountAnalysisResponseEntity) SetFundsManagement ¶
func (o *GetAccountAnalysisResponseEntity) SetFundsManagement(v GetAccountAnalysisResponseEntityFundsManagement)
SetFundsManagement gets a reference to the given GetAccountAnalysisResponseEntityFundsManagement and assigns it to the FundsManagement field.
func (*GetAccountAnalysisResponseEntity) SetInflowBreakdown ¶
func (o *GetAccountAnalysisResponseEntity) SetInflowBreakdown(v GetAccountAnalysisResponseEntityInflowBreakdown)
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 ¶
func (o *GetAccountAnalysisResponseEntity) SetTransactionRoutineBreakdown(v GetAccountAnalysisResponseEntityTransactionRoutineBreakdown)
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetClosingBalance() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalCreditEntry() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetTotalDebitMade() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) GetYearInStatement() string
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasClosingBalance() bool
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasTotalDebitMade() bool
HasTotalDebitMade returns a boolean if a field has been set.
func (*GetAccountAnalysisResponseEntityAccountBreakdown) HasYearInStatement ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) HasYearInStatement() bool
HasYearInStatement returns a boolean if a field has been set.
func (GetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON ¶
func (o GetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON() ([]byte, error)
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetClosingBalance(v float32)
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 ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalCreditEntry(v float32)
SetTotalCreditEntry gets a reference to the given float32 and assigns it to the TotalCreditEntry field.
func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalDebitMade ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetTotalDebitMade(v float32)
SetTotalDebitMade gets a reference to the given float32 and assigns it to the TotalDebitMade field.
func (*GetAccountAnalysisResponseEntityAccountBreakdown) SetYearInStatement ¶
func (o *GetAccountAnalysisResponseEntityAccountBreakdown) SetYearInStatement(v string)
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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetAtmLocations() []string
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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMaximumExpense() string
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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalary() float32
GetMinimumSalary returns the MinimumSalary field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityExpenseBreakdown) GetMinimumSalaryOk ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) 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 (*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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasAtmLocations() bool
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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMaximumExpense() bool
HasMaximumExpense returns a boolean if a field has been set.
func (*GetAccountAnalysisResponseEntityExpenseBreakdown) HasMinimumSalary ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) HasMinimumSalary() bool
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 (o GetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON() ([]byte, error)
func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetAtmLocations ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetAtmLocations(v []string)
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 ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMaximumExpense(v string)
SetMaximumExpense gets a reference to the given string and assigns it to the MaximumExpense field.
func (*GetAccountAnalysisResponseEntityExpenseBreakdown) SetMinimumSalary ¶
func (o *GetAccountAnalysisResponseEntityExpenseBreakdown) SetMinimumSalary(v float32)
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountActivity() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetAccountSweep() string
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRate() float32
GetGamblingRate returns the GamblingRate field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRateOk ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingRateOk() (*float32, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetGamblingStatus() string
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetLoanInflowAmount() string
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) GetTotalLoanAmount() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) HasAccountSweep() bool
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) HasGamblingRate() bool
HasGamblingRate returns a boolean if a field has been set.
func (*GetAccountAnalysisResponseEntityFundsManagement) HasGamblingStatus ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) HasGamblingStatus() bool
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 (o GetAccountAnalysisResponseEntityFundsManagement) MarshalJSON() ([]byte, error)
func (*GetAccountAnalysisResponseEntityFundsManagement) SetAccountActivity ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAccountActivity(v float32)
SetAccountActivity gets a reference to the given float32 and assigns it to the AccountActivity field.
func (*GetAccountAnalysisResponseEntityFundsManagement) SetAccountSweep ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) SetAccountSweep(v string)
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) SetGamblingRate(v float32)
SetGamblingRate gets a reference to the given float32 and assigns it to the GamblingRate field.
func (*GetAccountAnalysisResponseEntityFundsManagement) SetGamblingStatus ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) SetGamblingStatus(v string)
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 ¶
func (o *GetAccountAnalysisResponseEntityFundsManagement) SetTotalLoanAmount(v float32)
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetASalaryEarner() string
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetAdditionalIncome() string
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) GetMinimumSalary() float32
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasASalaryEarner() bool
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) HasMinimumSalary() bool
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 (o GetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON() ([]byte, error)
func (*GetAccountAnalysisResponseEntityInflowBreakdown) SetASalaryEarner ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetASalaryEarner(v string)
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 ¶
func (o *GetAccountAnalysisResponseEntityInflowBreakdown) SetMinimumSalary(v float32)
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceived() string
GetLastCreditReceived returns the LastCreditReceived field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceivedOk ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastCreditReceivedOk() (*string, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMade() string
GetLastDebitMade returns the LastDebitMade field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMadeOk ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetLastDebitMadeOk() (*string, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpense() float32
GetMaximumExpense returns the MaximumExpense field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpenseOk ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMaximumExpenseOk() (*float32, 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 (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRange ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetMostFrequentBalanceRange() string
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequests() float32
GetNumberOfCardRequests returns the NumberOfCardRequests field value if set, zero value otherwise.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequestsOk ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) GetNumberOfCardRequestsOk() (*float32, bool)
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastCreditReceived() bool
HasLastCreditReceived returns a boolean if a field has been set.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastDebitMade ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasLastDebitMade() bool
HasLastDebitMade returns a boolean if a field has been set.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMaximumExpense ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasMaximumExpense() bool
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) HasNumberOfCardRequests() bool
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 (o GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON() ([]byte, error)
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastCreditReceived ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastCreditReceived(v string)
SetLastCreditReceived gets a reference to the given string and assigns it to the LastCreditReceived field.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastDebitMade ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetLastDebitMade(v string)
SetLastDebitMade gets a reference to the given string and assigns it to the LastDebitMade field.
func (*GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMaximumExpense ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetMaximumExpense(v float32)
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 ¶
func (o *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) SetNumberOfCardRequests(v float32)
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 ¶
func (o *GetAccountSubscriptionsResponse) GetEntity() GetAccountSubscriptionsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetAccountSubscriptionsResponse) GetEntityOk ¶
func (o *GetAccountSubscriptionsResponse) GetEntityOk() (*GetAccountSubscriptionsResponseEntity, 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 (*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 ¶
func (o *GetAccountSubscriptionsResponse) SetEntity(v GetAccountSubscriptionsResponseEntity)
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) GetNextPage() string
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetAccountSubscriptionsResponseEntity) GetTotalOk ¶
func (o *GetAccountSubscriptionsResponseEntity) GetTotalOk() (*float32, bool)
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) GetTotalPages() float32
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) HasNextPage() bool
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) HasTotal() bool
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) SetNextPage(v string)
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 ¶
func (o *GetAccountSubscriptionsResponseEntity) SetTotal(v float32)
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 ¶
func (o *GetAccountTransactionsResponse) GetEntity() GetAccountTransactionsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetAccountTransactionsResponse) GetEntityOk ¶
func (o *GetAccountTransactionsResponse) GetEntityOk() (*GetAccountTransactionsResponseEntity, 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 (*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 ¶
func (o *GetAccountTransactionsResponse) SetEntity(v GetAccountTransactionsResponseEntity)
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 ¶
func (o *GetAccountTransactionsResponseEntity) GetNextPage() float32
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 ¶
func (o *GetAccountTransactionsResponseEntity) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntity) GetTotalOk ¶
func (o *GetAccountTransactionsResponseEntity) GetTotalOk() (*float32, bool)
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 ¶
func (o *GetAccountTransactionsResponseEntity) GetTransactions() []GetAccountTransactionsResponseEntityTransactionsInner
GetTransactions returns the Transactions field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntity) GetTransactionsOk ¶
func (o *GetAccountTransactionsResponseEntity) GetTransactionsOk() ([]GetAccountTransactionsResponseEntityTransactionsInner, bool)
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 ¶
func (o *GetAccountTransactionsResponseEntity) HasTotal() bool
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 ¶
func (o *GetAccountTransactionsResponseEntity) SetNextPage(v float32)
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 ¶
func (o *GetAccountTransactionsResponseEntity) SetTotal(v float32)
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 ¶
func (o *GetAccountTransactionsResponseEntity) SetTransactions(v []GetAccountTransactionsResponseEntityTransactionsInner)
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 ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetAmountOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetBankName ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetBankName() string
GetBankName returns the BankName field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetBankNameOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetId ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetId() float32
GetId returns the Id field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetIdOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetIdOk() (*float32, 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetNarration ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetNarration() string
GetNarration returns the Narration field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetNarrationOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetNarrationOk() (*string, bool)
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 ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetReference() string
GetReference returns the Reference field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetReferenceOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransType ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransType() string
GetTransType returns the TransType field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransTypeOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDate() string
GetTransactionDate returns the TransactionDate field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetTransactionDateOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) 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 (*GetAccountTransactionsResponseEntityTransactionsInner) GetValueDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetValueDate() string
GetValueDate returns the ValueDate field value if set, zero value otherwise.
func (*GetAccountTransactionsResponseEntityTransactionsInner) GetValueDateOk ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) GetValueDateOk() (*string, bool)
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 ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasBankName ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasBankName() bool
HasBankName returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasId ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasNarration ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasNarration() bool
HasNarration returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasReference ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasReference() bool
HasReference returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasTransType ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasTransType() bool
HasTransType returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasTransactionDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasTransactionDate() bool
HasTransactionDate returns a boolean if a field has been set.
func (*GetAccountTransactionsResponseEntityTransactionsInner) HasValueDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) HasValueDate() bool
HasValueDate returns a boolean if a field has been set.
func (GetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON ¶
func (o GetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON() ([]byte, error)
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetAmount ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetBankName ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetBankName(v string)
SetBankName gets a reference to the given string and assigns it to the BankName field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetId ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetId(v float32)
SetId gets a reference to the given float32 and assigns it to the Id field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetNarration ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetNarration(v string)
SetNarration gets a reference to the given string and assigns it to the Narration field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetReference ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetReference(v string)
SetReference gets a reference to the given string and assigns it to the Reference field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetTransType ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetTransType(v string)
SetTransType gets a reference to the given string and assigns it to the TransType field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetTransactionDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetTransactionDate(v string)
SetTransactionDate gets a reference to the given string and assigns it to the TransactionDate field.
func (*GetAccountTransactionsResponseEntityTransactionsInner) SetValueDate ¶
func (o *GetAccountTransactionsResponseEntityTransactionsInner) SetValueDate(v string)
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 ¶
func (o *GetAdvancedCacResponse) GetEntity() GetBasicCacResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetAdvancedCacResponse) GetEntityOk ¶
func (o *GetAdvancedCacResponse) 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 (*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 ¶
func (o *GetAdvancedCacResponse) SetEntity(v GetBasicCacResponseEntity)
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 ¶
func (o *GetBanksResponse) GetEntity() []GetBanksResponseEntityInner
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 ¶
func (o *GetBanksResponse) SetEntity(v []GetBanksResponseEntityInner)
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 ¶
func (o *GetBasicBvnResponse) GetEntity() GetBasicBvnResponseEntity
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 ¶
func (o *GetBasicBvnResponse) SetEntity(v GetBasicBvnResponseEntity)
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 ¶
func (o *GetBasicCacResponse) GetEntity() GetBasicCacResponseEntity
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 ¶
func (o *GetBasicCacResponse) SetEntity(v GetBasicCacResponseEntity)
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 ¶
func (o *GetBasicPhoneNumberResponse) GetEntity() GetBasicPhoneNumberResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetBasicPhoneNumberResponse) GetEntityOk ¶
func (o *GetBasicPhoneNumberResponse) GetEntityOk() (*GetBasicPhoneNumberResponseEntity, 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 (*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 ¶
func (o *GetBasicPhoneNumberResponse) SetEntity(v GetBasicPhoneNumberResponseEntity)
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) GetBvn() string
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) GetEmail() string
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) GetGender() string
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) GetMsisdn() string
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) HasBvn() bool
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) HasEmail() bool
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) SetBvn(v string)
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 ¶
func (o *GetBasicPhoneNumberResponseEntity) SetEmail(v string)
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 ¶
func (o *GetDataPlansResponse) GetEntity() []PurchaseDataResponseEntityInner
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetDataPlansResponse) GetEntityOk ¶
func (o *GetDataPlansResponse) GetEntityOk() ([]PurchaseDataResponseEntityInner, 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 (*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 ¶
func (o *GetDataPlansResponse) SetEntity(v []PurchaseDataResponseEntityInner)
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 ¶
func (o *GetDocumentAnalysisResponse) GetEntity() GetDocumentAnalysisResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetDocumentAnalysisResponse) GetEntityOk ¶
func (o *GetDocumentAnalysisResponse) GetEntityOk() (*GetDocumentAnalysisResponseEntity, 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 (*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 ¶
func (o *GetDocumentAnalysisResponse) SetEntity(v GetDocumentAnalysisResponseEntity)
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 ¶
func (o *GetDocumentAnalysisResponseEntity) GetData() GetDocumentAnalysisResponseEntityData
GetData returns the Data field value if set, zero value otherwise.
func (*GetDocumentAnalysisResponseEntity) GetDataOk ¶
func (o *GetDocumentAnalysisResponseEntity) GetDataOk() (*GetDocumentAnalysisResponseEntityData, 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 (*GetDocumentAnalysisResponseEntity) HasData ¶
func (o *GetDocumentAnalysisResponseEntity) HasData() bool
HasData returns a boolean if a field has been set.
func (GetDocumentAnalysisResponseEntity) MarshalJSON ¶
func (o GetDocumentAnalysisResponseEntity) MarshalJSON() ([]byte, error)
func (*GetDocumentAnalysisResponseEntity) SetData ¶
func (o *GetDocumentAnalysisResponseEntity) SetData(v GetDocumentAnalysisResponseEntityData)
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetADDRESS() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetCLASS() string
GetCLASS returns the CLASS field value if set, zero value otherwise.
func (*GetDocumentAnalysisResponseEntityData) GetCLASSOk ¶
func (o *GetDocumentAnalysisResponseEntityData) GetCLASSOk() (*string, bool)
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetCOUNTY() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetID_TYPE() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetLAST_NAME() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetSUFFIX() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) GetVETERAN() string
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) HasADDRESS() bool
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) HasCLASS() bool
HasCLASS returns a boolean if a field has been set.
func (*GetDocumentAnalysisResponseEntityData) HasCOUNTY ¶
func (o *GetDocumentAnalysisResponseEntityData) HasCOUNTY() bool
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) HasID_TYPE() bool
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) HasSUFFIX() bool
HasSUFFIX returns a boolean if a field has been set.
func (*GetDocumentAnalysisResponseEntityData) HasVETERAN ¶
func (o *GetDocumentAnalysisResponseEntityData) HasVETERAN() bool
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) SetADDRESS(v string)
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) SetCLASS(v string)
SetCLASS gets a reference to the given string and assigns it to the CLASS field.
func (*GetDocumentAnalysisResponseEntityData) SetCOUNTY ¶
func (o *GetDocumentAnalysisResponseEntityData) SetCOUNTY(v string)
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) SetID_TYPE(v string)
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 ¶
func (o *GetDocumentAnalysisResponseEntityData) SetSUFFIX(v string)
SetSUFFIX gets a reference to the given string and assigns it to the SUFFIX field.
func (*GetDocumentAnalysisResponseEntityData) SetVETERAN ¶
func (o *GetDocumentAnalysisResponseEntityData) SetVETERAN(v string)
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 ¶
func (o *GetDriversLicenseResponse) GetEntity() GetDriversLicenseResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetDriversLicenseResponse) GetEntityOk ¶
func (o *GetDriversLicenseResponse) GetEntityOk() (*GetDriversLicenseResponseEntity, 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 (*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 ¶
func (o *GetDriversLicenseResponse) SetEntity(v GetDriversLicenseResponseEntity)
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 ¶
func (o *GetDriversLicenseResponseEntity) GetId() string
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 ¶
func (o *GetDriversLicenseResponseEntity) GetPin() string
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 ¶
func (o *GetDriversLicenseResponseEntity) GetStatus() float32
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 ¶
func (o *GetDriversLicenseResponseEntity) HasId() bool
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 ¶
func (o *GetDriversLicenseResponseEntity) HasPin() bool
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 ¶
func (o *GetDriversLicenseResponseEntity) SetId(v string)
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 ¶
func (o *GetDriversLicenseResponseEntity) SetPin(v string)
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 ¶
func (o *GetEarningStructureResponse) GetEntity() GetEarningStructureResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetEarningStructureResponse) GetEntityOk ¶
func (o *GetEarningStructureResponse) GetEntityOk() (*GetEarningStructureResponseEntity, 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 (*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 ¶
func (o *GetEarningStructureResponse) SetEntity(v GetEarningStructureResponseEntity)
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 ¶
func (o *GetEmailReputationResponse) GetEntity() GetEmailReputationResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetEmailReputationResponse) GetEntityOk ¶
func (o *GetEmailReputationResponse) GetEntityOk() (*GetEmailReputationResponseEntity, 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 (*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 ¶
func (o *GetEmailReputationResponse) SetEntity(v GetEmailReputationResponseEntity)
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 ¶
func (o *GetEmailReputationResponseEntity) GetDetails() GetEmailReputationResponseEntityDetails
GetDetails returns the Details field value if set, zero value otherwise.
func (*GetEmailReputationResponseEntity) GetDetailsOk ¶
func (o *GetEmailReputationResponseEntity) GetDetailsOk() (*GetEmailReputationResponseEntityDetails, bool)
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 ¶
func (o *GetEmailReputationResponseEntity) GetEmail() string
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 ¶
func (o *GetEmailReputationResponseEntity) SetDetails(v GetEmailReputationResponseEntityDetails)
SetDetails gets a reference to the given GetEmailReputationResponseEntityDetails and assigns it to the Details field.
func (*GetEmailReputationResponseEntity) SetEmail ¶
func (o *GetEmailReputationResponseEntity) SetEmail(v string)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetAcceptAll() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetFirstSeen() string
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetLastSeen() string
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetNewDomain() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetPrimaryMx() string
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetProfiles() []string
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetSpam() bool
GetSpam returns the Spam field value if set, zero value otherwise.
func (*GetEmailReputationResponseEntityDetails) GetSpamOk ¶
func (o *GetEmailReputationResponseEntityDetails) GetSpamOk() (*bool, bool)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetSpfStrict() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetSpoofable() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) GetValidMx() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) HasAcceptAll() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) HasFirstSeen() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) HasLastSeen() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) HasNewDomain() bool
HasNewDomain returns a boolean if a field has been set.
func (*GetEmailReputationResponseEntityDetails) HasPrimaryMx ¶
func (o *GetEmailReputationResponseEntityDetails) HasPrimaryMx() bool
HasPrimaryMx returns a boolean if a field has been set.
func (*GetEmailReputationResponseEntityDetails) HasProfiles ¶
func (o *GetEmailReputationResponseEntityDetails) HasProfiles() bool
HasProfiles returns a boolean if a field has been set.
func (*GetEmailReputationResponseEntityDetails) HasSpam ¶
func (o *GetEmailReputationResponseEntityDetails) HasSpam() bool
HasSpam returns a boolean if a field has been set.
func (*GetEmailReputationResponseEntityDetails) HasSpfStrict ¶
func (o *GetEmailReputationResponseEntityDetails) HasSpfStrict() bool
HasSpfStrict returns a boolean if a field has been set.
func (*GetEmailReputationResponseEntityDetails) HasSpoofable ¶
func (o *GetEmailReputationResponseEntityDetails) HasSpoofable() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) HasValidMx() bool
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 ¶
func (o *GetEmailReputationResponseEntityDetails) SetFirstSeen(v string)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) SetLastSeen(v string)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) SetPrimaryMx(v string)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) SetSpam(v bool)
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 ¶
func (o *GetEmailReputationResponseEntityDetails) SetValidMx(v bool)
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 ¶
func (o *GetFullBvnResponse) GetEntity() GetFullBvnResponseEntity
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 ¶
func (o *GetFullBvnResponse) SetEntity(v GetFullBvnResponseEntity)
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 ¶
func (o *GetGenericOcrTextResponse) GetEntity() GetOcrTextResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetGenericOcrTextResponse) GetEntityOk ¶
func (o *GetGenericOcrTextResponse) 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 (*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 ¶
func (o *GetGenericOcrTextResponse) SetEntity(v GetOcrTextResponseEntity)
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 ¶
func (o *GetKycDriversLicenseResponse) GetEntity() GetKycDriversLicenseResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponse) GetEntityOk ¶
func (o *GetKycDriversLicenseResponse) GetEntityOk() (*GetKycDriversLicenseResponseEntity, 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 (*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 ¶
func (o *GetKycDriversLicenseResponse) SetEntity(v GetKycDriversLicenseResponseEntity)
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 ¶
func (o *GetKycDriversLicenseResponseEntity) GetPersonalDetails() GetKycDriversLicenseResponseEntityPersonalDetails
GetPersonalDetails returns the PersonalDetails field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntity) GetPersonalDetailsOk ¶
func (o *GetKycDriversLicenseResponseEntity) GetPersonalDetailsOk() (*GetKycDriversLicenseResponseEntityPersonalDetails, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntity) SetPersonalDetails(v GetKycDriversLicenseResponseEntityPersonalDetails)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDate() string
GetBirthDate returns the BirthDate field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBirthDateOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupId ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupId() string
GetBloodGroupId returns the BloodGroupId field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupIdOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetBloodGroupIdOk() (*string, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetCountryOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReason ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetDisabilityReason() string
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMark() string
GetFacialMark returns the FacialMark field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMarkOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFacialMarkOk() (*string, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstname() string
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetFirstnameOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGender ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGender() string
GetGender returns the Gender field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGenderOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGlasses ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGlasses() string
GetGlasses returns the Glasses field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetGlassesOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetGlassesOk() (*string, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetHeight() string
GetHeight returns the Height field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetHeightOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisability ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisability() string
GetIsDisability returns the IsDisability field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisabilityOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetIsDisabilityOk() (*string, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetLga() string
GetLga returns the Lga field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetLgaOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenName ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetMotherMaidenName() string
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumber() string
GetNinNumber returns the NinNumber field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumberOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetNinNumberOk() (*string, bool)
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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetOthername() string
GetOthername returns the Othername field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetOthernameOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetState ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetStateOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*GetKycDriversLicenseResponseEntityPersonalDetails) GetSurname ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) GetSurname() string
GetSurname returns the Surname field value if set, zero value otherwise.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) GetSurnameOk ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) 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 (*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 ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasBirthDate() bool
HasBirthDate returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasBloodGroupId ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasBloodGroupId() bool
HasBloodGroupId returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasCountry ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasDisabilityReason ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasDisabilityReason() bool
HasDisabilityReason returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasFacialMark ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasFacialMark() bool
HasFacialMark returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasFirstname ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasFirstname() bool
HasFirstname returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasGender ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasGender() bool
HasGender returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasGlasses ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasGlasses() bool
HasGlasses returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasHeight ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasIsDisability ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasIsDisability() bool
HasIsDisability returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasLga ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasLga() bool
HasLga returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasMotherMaidenName ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasMotherMaidenName() bool
HasMotherMaidenName returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasNinNumber ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasNinNumber() bool
HasNinNumber returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasOthername ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasOthername() bool
HasOthername returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasState ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasState() bool
HasState returns a boolean if a field has been set.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) HasSurname ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) HasSurname() bool
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 (o GetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON() ([]byte, error)
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetBirthDate ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetBirthDate(v string)
SetBirthDate gets a reference to the given string and assigns it to the BirthDate field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetBloodGroupId ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetBloodGroupId(v string)
SetBloodGroupId gets a reference to the given string and assigns it to the BloodGroupId field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetCountry ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetDisabilityReason ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetDisabilityReason(v string)
SetDisabilityReason gets a reference to the given string and assigns it to the DisabilityReason field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetFacialMark ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetFacialMark(v string)
SetFacialMark gets a reference to the given string and assigns it to the FacialMark field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetFirstname ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetFirstname(v string)
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetGender ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetGender(v string)
SetGender gets a reference to the given string and assigns it to the Gender field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetGlasses ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetGlasses(v string)
SetGlasses gets a reference to the given string and assigns it to the Glasses field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetHeight ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetHeight(v string)
SetHeight gets a reference to the given string and assigns it to the Height field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetIsDisability ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetIsDisability(v string)
SetIsDisability gets a reference to the given string and assigns it to the IsDisability field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetLga ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetLga(v string)
SetLga gets a reference to the given string and assigns it to the Lga field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetMotherMaidenName ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetMotherMaidenName(v string)
SetMotherMaidenName gets a reference to the given string and assigns it to the MotherMaidenName field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetNinNumber ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetNinNumber(v string)
SetNinNumber gets a reference to the given string and assigns it to the NinNumber field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetOthername ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetOthername(v string)
SetOthername gets a reference to the given string and assigns it to the Othername field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetState ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*GetKycDriversLicenseResponseEntityPersonalDetails) SetSurname ¶
func (o *GetKycDriversLicenseResponseEntityPersonalDetails) SetSurname(v string)
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 ¶
func (o *GetKycPassportResponse) GetEntity() GetKycPassportResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetKycPassportResponse) GetEntityOk ¶
func (o *GetKycPassportResponse) GetEntityOk() (*GetKycPassportResponseEntity, 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 (*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 ¶
func (o *GetKycPassportResponse) SetEntity(v GetKycPassportResponseEntity)
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 ¶
func (o *GetNationalIdResponse) GetEntity() GetNationalIdResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetNationalIdResponse) GetEntityOk ¶
func (o *GetNationalIdResponse) GetEntityOk() (*GetNationalIdResponseEntity, 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 (*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 ¶
func (o *GetNationalIdResponse) SetEntity(v GetNationalIdResponseEntity)
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 ¶
func (o *GetNationalIdResponseEntity) GetId() string
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 ¶
func (o *GetNubanResponse) GetEntity() GetNubanResponseEntity
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 ¶
func (o *GetOcrTextResponse) GetEntity() GetOcrTextResponseEntity
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 ¶
func (o *GetOcrTextResponse) SetEntity(v GetOcrTextResponseEntity)
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 ¶
func (o *GetPassportResponse) GetEntity() GetPassportResponseEntity
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 ¶
func (o *GetPassportResponse) SetEntity(v GetPassportResponseEntity)
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 ¶
func (o *GetPhoneNumber404Response) GetEntity() GetPhoneNumberResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetPhoneNumber404Response) GetEntityOk ¶
func (o *GetPhoneNumber404Response) GetEntityOk() (*GetPhoneNumberResponseEntity, 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 (*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 ¶
func (o *GetPhoneNumber404Response) SetEntity(v GetPhoneNumberResponseEntity)
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 ¶
func (o *GetPhoneNumberResponse) GetEntity() GetPhoneNumberResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetPhoneNumberResponse) GetEntityOk ¶
func (o *GetPhoneNumberResponse) GetEntityOk() (*GetPhoneNumberResponseEntity, 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 (*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 ¶
func (o *GetPhoneNumberResponse) SetEntity(v GetPhoneNumberResponseEntity)
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 ¶
func (o *GetPhoneNumberResponseEntity) GetLga() string
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 ¶
func (o *GetPhoneNumberResponseEntity) GetNin() string
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 ¶
func (o *GetPremiumBvnResponse) GetEntity() GetPremiumBvnResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetPremiumBvnResponse) GetEntityOk ¶
func (o *GetPremiumBvnResponse) GetEntityOk() (*GetPremiumBvnResponseEntity, 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 (*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 ¶
func (o *GetPremiumBvnResponse) SetEntity(v GetPremiumBvnResponseEntity)
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 ¶
func (o *GetScreeningInfoResponse) GetEntity() GetScreeningInfoResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetScreeningInfoResponse) GetEntityOk ¶
func (o *GetScreeningInfoResponse) GetEntityOk() (*GetScreeningInfoResponseEntity, 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 (*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 ¶
func (o *GetScreeningInfoResponse) SetEntity(v GetScreeningInfoResponseEntity)
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 ¶
func (o *GetScreeningInfoResponseEntity) GetResult() GetScreeningInfoResponseEntityResult
GetResult returns the Result field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntity) GetResultOk ¶
func (o *GetScreeningInfoResponseEntity) GetResultOk() (*GetScreeningInfoResponseEntityResult, bool)
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 ¶
func (o *GetScreeningInfoResponseEntity) GetUuid() string
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 ¶
func (o *GetScreeningInfoResponseEntity) SetResult(v GetScreeningInfoResponseEntityResult)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetAka() string
GetAka returns the Aka field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntityResult) GetAkaOk ¶
func (o *GetScreeningInfoResponseEntityResult) GetAkaOk() (*string, bool)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetDob() string
GetDob returns the Dob field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntityResult) GetDob2 ¶
func (o *GetScreeningInfoResponseEntityResult) GetDob2() string
GetDob2 returns the Dob2 field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntityResult) GetDob2Ok ¶
func (o *GetScreeningInfoResponseEntityResult) GetDob2Ok() (*string, bool)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) 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 (*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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetLastName() string
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetMasterId() float32
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntityResult) GetNameOk ¶
func (o *GetScreeningInfoResponseEntityResult) 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 (*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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetOtherId() string
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetPob() string
GetPob returns the Pob field value if set, zero value otherwise.
func (*GetScreeningInfoResponseEntityResult) GetPobOk ¶
func (o *GetScreeningInfoResponseEntityResult) GetPobOk() (*string, bool)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetPrefix() string
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetRelatedId() float32
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetRemarks() string
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 (*GetScreeningInfoResponseEntityResult) GetSourceWebLinks ¶
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetSuffix() string
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 ¶
func (o *GetScreeningInfoResponseEntityResult) GetWatch() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasAka() bool
HasAka returns a boolean if a field has been set.
func (*GetScreeningInfoResponseEntityResult) HasAliases ¶
func (o *GetScreeningInfoResponseEntityResult) HasAliases() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasDob() bool
HasDob returns a boolean if a field has been set.
func (*GetScreeningInfoResponseEntityResult) HasDob2 ¶
func (o *GetScreeningInfoResponseEntityResult) HasDob2() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasName() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasOtherId() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasPob() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasPrefix() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasRemarks() bool
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 (*GetScreeningInfoResponseEntityResult) HasSourceWebLinks ¶
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasSuffix() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) HasWatch() bool
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetAka(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetDob(v string)
SetDob gets a reference to the given string and assigns it to the Dob field.
func (*GetScreeningInfoResponseEntityResult) SetDob2 ¶
func (o *GetScreeningInfoResponseEntityResult) SetDob2(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetMasterId(v float32)
SetMasterId gets a reference to the given float32 and assigns it to the MasterId field.
func (*GetScreeningInfoResponseEntityResult) SetName ¶
func (o *GetScreeningInfoResponseEntityResult) SetName(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetOtherId(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetPob(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetPrefix(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetRemarks(v string)
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 (*GetScreeningInfoResponseEntityResult) SetSourceWebLinks ¶
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetSuffix(v string)
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 ¶
func (o *GetScreeningInfoResponseEntityResult) SetWatch(v bool)
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 ¶
func (o *GetSenderIdResponse) GetEntity() []GetSenderIdResponseEntityInner
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetSenderIdResponse) GetEntityOk ¶
func (o *GetSenderIdResponse) GetEntityOk() ([]GetSenderIdResponseEntityInner, 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 (*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 ¶
func (o *GetSenderIdResponse) SetEntity(v []GetSenderIdResponseEntityInner)
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 ¶
func (o *GetSmsStatusResponse) GetEntity() GetSmsStatusResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetSmsStatusResponse) GetEntityOk ¶
func (o *GetSmsStatusResponse) GetEntityOk() (*GetSmsStatusResponseEntity, 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 (*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 ¶
func (o *GetSmsStatusResponse) SetEntity(v GetSmsStatusResponseEntity)
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 ¶
func (o *GetSpendingPatternResponse) GetEntity() GetSpendingPatternResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetSpendingPatternResponse) GetEntityOk ¶
func (o *GetSpendingPatternResponse) GetEntityOk() (*GetSpendingPatternResponseEntity, 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 (*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 ¶
func (o *GetSpendingPatternResponse) SetEntity(v GetSpendingPatternResponseEntity)
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 ¶
func (o *GetSpendingPatternResponseEntity) GetPattern() GetSpendingPatternResponseEntityPattern
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntity) GetPatternOk ¶
func (o *GetSpendingPatternResponseEntity) GetPatternOk() (*GetSpendingPatternResponseEntityPattern, bool)
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 ¶
func (o *GetSpendingPatternResponseEntity) SetPattern(v GetSpendingPatternResponseEntityPattern)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) GetAirtimeData() GetSpendingPatternResponseEntityPatternAirtimeData
GetAirtimeData returns the AirtimeData field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPattern) GetAirtimeDataOk ¶
func (o *GetSpendingPatternResponseEntityPattern) GetAirtimeDataOk() (*GetSpendingPatternResponseEntityPatternAirtimeData, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) GetBankTransfer() GetSpendingPatternResponseEntityPatternBankTransfer
GetBankTransfer returns the BankTransfer field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPattern) GetBankTransferOk ¶
func (o *GetSpendingPatternResponseEntityPattern) GetBankTransferOk() (*GetSpendingPatternResponseEntityPatternBankTransfer, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) GetCharges() GetSpendingPatternResponseEntityPatternCharges
GetCharges returns the Charges field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPattern) GetChargesOk ¶
func (o *GetSpendingPatternResponseEntityPattern) GetChargesOk() (*GetSpendingPatternResponseEntityPatternCharges, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) GetFood() GetSpendingPatternResponseEntityPatternFood
GetFood returns the Food field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPattern) GetFoodOk ¶
func (o *GetSpendingPatternResponseEntityPattern) GetFoodOk() (*GetSpendingPatternResponseEntityPatternFood, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) GetOthers() GetSpendingPatternResponseEntityPatternOthers
GetOthers returns the Others field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPattern) GetOthersOk ¶
func (o *GetSpendingPatternResponseEntityPattern) GetOthersOk() (*GetSpendingPatternResponseEntityPatternOthers, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPattern) HasCharges() bool
HasCharges returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPattern) HasFood ¶
func (o *GetSpendingPatternResponseEntityPattern) HasFood() bool
HasFood returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPattern) HasOthers ¶
func (o *GetSpendingPatternResponseEntityPattern) HasOthers() bool
HasOthers returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPattern) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPattern) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPattern) SetAirtimeData ¶
func (o *GetSpendingPatternResponseEntityPattern) SetAirtimeData(v GetSpendingPatternResponseEntityPatternAirtimeData)
SetAirtimeData gets a reference to the given GetSpendingPatternResponseEntityPatternAirtimeData and assigns it to the AirtimeData field.
func (*GetSpendingPatternResponseEntityPattern) SetBankTransfer ¶
func (o *GetSpendingPatternResponseEntityPattern) SetBankTransfer(v GetSpendingPatternResponseEntityPatternBankTransfer)
SetBankTransfer gets a reference to the given GetSpendingPatternResponseEntityPatternBankTransfer and assigns it to the BankTransfer field.
func (*GetSpendingPatternResponseEntityPattern) SetCharges ¶
func (o *GetSpendingPatternResponseEntityPattern) SetCharges(v GetSpendingPatternResponseEntityPatternCharges)
SetCharges gets a reference to the given GetSpendingPatternResponseEntityPatternCharges and assigns it to the Charges field.
func (*GetSpendingPatternResponseEntityPattern) SetFood ¶
func (o *GetSpendingPatternResponseEntityPattern) SetFood(v GetSpendingPatternResponseEntityPatternFood)
SetFood gets a reference to the given GetSpendingPatternResponseEntityPatternFood and assigns it to the Food field.
func (*GetSpendingPatternResponseEntityPattern) SetOthers ¶
func (o *GetSpendingPatternResponseEntityPattern) SetOthers(v GetSpendingPatternResponseEntityPatternOthers)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetCountOk ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetCountOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentage() float32
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetPercentageOk ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) 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 (*GetSpendingPatternResponseEntityPatternAirtimeData) GetSum ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetSum() float32
GetSum returns the Sum field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) GetSumOk ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) GetSumOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) HasPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) HasSum ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) HasSum() bool
HasSum returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetCount ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetPercentage(v float32)
SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.
func (*GetSpendingPatternResponseEntityPatternAirtimeData) SetSum ¶
func (o *GetSpendingPatternResponseEntityPatternAirtimeData) SetSum(v float32)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetCountOk ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetCountOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentage() float32
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetPercentageOk ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) 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 (*GetSpendingPatternResponseEntityPatternBankTransfer) GetSum ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetSum() float32
GetSum returns the Sum field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) GetSumOk ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) GetSumOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) HasPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) HasSum ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) HasSum() bool
HasSum returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetCount ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetPercentage(v float32)
SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.
func (*GetSpendingPatternResponseEntityPatternBankTransfer) SetSum ¶
func (o *GetSpendingPatternResponseEntityPatternBankTransfer) SetSum(v float32)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternCharges) GetCountOk ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) GetCountOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) GetPercentage() float32
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternCharges) GetPercentageOk ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) 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 (*GetSpendingPatternResponseEntityPatternCharges) GetSum ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) GetSum() float32
GetSum returns the Sum field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternCharges) GetSumOk ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) GetSumOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternCharges) HasPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternCharges) HasSum ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) HasSum() bool
HasSum returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPatternCharges) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPatternCharges) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPatternCharges) SetCount ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*GetSpendingPatternResponseEntityPatternCharges) SetPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) SetPercentage(v float32)
SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.
func (*GetSpendingPatternResponseEntityPatternCharges) SetSum ¶
func (o *GetSpendingPatternResponseEntityPatternCharges) SetSum(v float32)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternFood) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternFood) GetCountOk ¶
func (o *GetSpendingPatternResponseEntityPatternFood) GetCountOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternFood) GetPercentage() float32
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 ¶
func (o *GetSpendingPatternResponseEntityPatternFood) GetSum() float32
GetSum returns the Sum field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternFood) GetSumOk ¶
func (o *GetSpendingPatternResponseEntityPatternFood) GetSumOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternFood) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternFood) HasPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternFood) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternFood) HasSum ¶
func (o *GetSpendingPatternResponseEntityPatternFood) HasSum() bool
HasSum returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPatternFood) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPatternFood) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPatternFood) SetCount ¶
func (o *GetSpendingPatternResponseEntityPatternFood) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*GetSpendingPatternResponseEntityPatternFood) SetPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternFood) SetPercentage(v float32)
SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.
func (*GetSpendingPatternResponseEntityPatternFood) SetSum ¶
func (o *GetSpendingPatternResponseEntityPatternFood) SetSum(v float32)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternOthers) GetCountOk ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) GetCountOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) GetPercentage() float32
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternOthers) GetPercentageOk ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) 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 (*GetSpendingPatternResponseEntityPatternOthers) GetSum ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) GetSum() float32
GetSum returns the Sum field value if set, zero value otherwise.
func (*GetSpendingPatternResponseEntityPatternOthers) GetSumOk ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) GetSumOk() (*float32, bool)
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 ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternOthers) HasPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*GetSpendingPatternResponseEntityPatternOthers) HasSum ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) HasSum() bool
HasSum returns a boolean if a field has been set.
func (GetSpendingPatternResponseEntityPatternOthers) MarshalJSON ¶
func (o GetSpendingPatternResponseEntityPatternOthers) MarshalJSON() ([]byte, error)
func (*GetSpendingPatternResponseEntityPatternOthers) SetCount ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*GetSpendingPatternResponseEntityPatternOthers) SetPercentage ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) SetPercentage(v float32)
SetPercentage gets a reference to the given float32 and assigns it to the Percentage field.
func (*GetSpendingPatternResponseEntityPatternOthers) SetSum ¶
func (o *GetSpendingPatternResponseEntityPatternOthers) SetSum(v float32)
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 ¶
func (o *GetSsnitResponse) GetEntity() GetSsnitResponseEntity
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 ¶
func (o *GetTransactionResponse) GetEntity() GetTransactionResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetTransactionResponse) GetEntityOk ¶
func (o *GetTransactionResponse) GetEntityOk() (*GetTransactionResponseEntity, 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 (*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 ¶
func (o *GetTransactionResponse) SetEntity(v GetTransactionResponseEntity)
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 ¶
func (o *GetVoterResponse) GetEntity() GetVoterResponseEntity
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 ¶
func (o *GetWalletBalanceResponse) GetEntity() GetWalletBalanceResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetWalletBalanceResponse) GetEntityOk ¶
func (o *GetWalletBalanceResponse) GetEntityOk() (*GetWalletBalanceResponseEntity, 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 (*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 ¶
func (o *GetWalletBalanceResponse) SetEntity(v GetWalletBalanceResponseEntity)
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 ¶
func (o *GetWalletResponse) GetEntity() GetWalletResponseEntity
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 ¶
func (o *GetWalletResponse) SetEntity(v GetWalletResponseEntity)
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 ¶
func (o *GetWalletsResponse) GetEntity() GetWalletsResponseEntity
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 ¶
func (o *GetWalletsResponse) SetEntity(v GetWalletsResponseEntity)
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 ¶
func (o *GetWebhooksResponse) GetEntity() []GetWebhooksResponseEntityInner
GetEntity returns the Entity field value if set, zero value otherwise.
func (*GetWebhooksResponse) GetEntityOk ¶
func (o *GetWebhooksResponse) GetEntityOk() ([]GetWebhooksResponseEntityInner, 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 (*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 ¶
func (o *GetWebhooksResponse) SetEntity(v []GetWebhooksResponseEntityInner)
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 (r KEKYCApiGetNationalIdRequest) DateOfBirth(dateOfBirth string) KEKYCApiGetNationalIdRequest
func (KEKYCApiGetNationalIdRequest) Execute ¶
func (r KEKYCApiGetNationalIdRequest) Execute() (*GetNationalIdResponse, *http.Response, error)
func (KEKYCApiGetNationalIdRequest) FirstName ¶
func (r KEKYCApiGetNationalIdRequest) FirstName(firstName string) KEKYCApiGetNationalIdRequest
func (KEKYCApiGetNationalIdRequest) Gender ¶
func (r KEKYCApiGetNationalIdRequest) Gender(gender string) KEKYCApiGetNationalIdRequest
func (KEKYCApiGetNationalIdRequest) Id ¶
func (r KEKYCApiGetNationalIdRequest) Id(id int32) KEKYCApiGetNationalIdRequest
func (KEKYCApiGetNationalIdRequest) LastName ¶
func (r KEKYCApiGetNationalIdRequest) LastName(lastName string) KEKYCApiGetNationalIdRequest
func (KEKYCApiGetNationalIdRequest) MiddleName ¶
func (r KEKYCApiGetNationalIdRequest) MiddleName(middleName string) KEKYCApiGetNationalIdRequest
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 ¶
func (a *KEKYCApiService) GetNationalIdExecute(r KEKYCApiGetNationalIdRequest) (*GetNationalIdResponse, *http.Response, error)
Execute executes the request
@return GetNationalIdResponse
type KYBApiGetAdvancedCacRequest ¶
type KYBApiGetAdvancedCacRequest struct { ApiService *KYBApiService // contains filtered or unexported fields }
func (KYBApiGetAdvancedCacRequest) Class ¶
func (r KYBApiGetAdvancedCacRequest) Class(class string) KYBApiGetAdvancedCacRequest
func (KYBApiGetAdvancedCacRequest) Execute ¶
func (r KYBApiGetAdvancedCacRequest) Execute() (*GetAdvancedCacResponse, *http.Response, error)
func (KYBApiGetAdvancedCacRequest) Rc ¶
func (r KYBApiGetAdvancedCacRequest) Rc(rc int32) KYBApiGetAdvancedCacRequest
func (KYBApiGetAdvancedCacRequest) Type_ ¶
func (r KYBApiGetAdvancedCacRequest) Type_(type_ string) KYBApiGetAdvancedCacRequest
type KYBApiGetBasicCacRequest ¶
type KYBApiGetBasicCacRequest struct { ApiService *KYBApiService // contains filtered or unexported fields }
func (KYBApiGetBasicCacRequest) Execute ¶
func (r KYBApiGetBasicCacRequest) Execute() (*GetBasicCacResponse, *http.Response, error)
func (KYBApiGetBasicCacRequest) Rc ¶
func (r KYBApiGetBasicCacRequest) Rc(rc int32) KYBApiGetBasicCacRequest
func (KYBApiGetBasicCacRequest) Type_ ¶
func (r KYBApiGetBasicCacRequest) Type_(type_ string) KYBApiGetBasicCacRequest
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 (r KYBApiGetCacRequest) Execute() (*GetCacResponse, *http.Response, error)
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 (r KYBApiGetTinRequest) Execute() (*GetTinResponse, *http.Response, error)
func (KYBApiGetTinRequest) Tin ¶
func (r KYBApiGetTinRequest) Tin(tin string) KYBApiGetTinRequest
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 ¶
func (a *KYBApiService) GetAdvancedCacExecute(r KYBApiGetAdvancedCacRequest) (*GetAdvancedCacResponse, *http.Response, error)
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 ¶
func (a *KYBApiService) GetBasicCacExecute(r KYBApiGetBasicCacRequest) (*GetBasicCacResponse, *http.Response, error)
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 ¶
func (a *KYBApiService) GetCacExecute(r KYBApiGetCacRequest) (*GetCacResponse, *http.Response, error)
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 ¶
func (a *KYBApiService) GetTinExecute(r KYBApiGetTinRequest) (*GetTinResponse, *http.Response, error)
Execute executes the request
@return GetTinResponse
type KYCApiAnalyzeDocumentRequest ¶
type KYCApiAnalyzeDocumentRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiAnalyzeDocumentRequest) Execute ¶
func (r KYCApiAnalyzeDocumentRequest) Execute() (*AnalyzeDocumentResponse, *http.Response, error)
type KYCApiGetBasicBvnRequest ¶
type KYCApiGetBasicBvnRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetBasicBvnRequest) Bvn ¶
func (r KYCApiGetBasicBvnRequest) Bvn(bvn int32) KYCApiGetBasicBvnRequest
func (KYCApiGetBasicBvnRequest) Execute ¶
func (r KYCApiGetBasicBvnRequest) Execute() (*GetBasicBvnResponse, *http.Response, error)
type KYCApiGetBasicPhoneNumberRequest ¶
type KYCApiGetBasicPhoneNumberRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetBasicPhoneNumberRequest) Execute ¶
func (r KYCApiGetBasicPhoneNumberRequest) Execute() (*GetBasicPhoneNumberResponse, *http.Response, error)
func (KYCApiGetBasicPhoneNumberRequest) PhoneNumber ¶
func (r KYCApiGetBasicPhoneNumberRequest) PhoneNumber(phoneNumber int32) KYCApiGetBasicPhoneNumberRequest
type KYCApiGetDriversLicenseRequest ¶
type KYCApiGetDriversLicenseRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetDriversLicenseRequest) Execute ¶
func (r KYCApiGetDriversLicenseRequest) Execute() (*GetKycDriversLicenseResponse, *http.Response, error)
func (KYCApiGetDriversLicenseRequest) LicenseNumber ¶
func (r KYCApiGetDriversLicenseRequest) LicenseNumber(licenseNumber string) KYCApiGetDriversLicenseRequest
type KYCApiGetEmailReputationRequest ¶
type KYCApiGetEmailReputationRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetEmailReputationRequest) Email ¶
func (r KYCApiGetEmailReputationRequest) Email(email string) KYCApiGetEmailReputationRequest
func (KYCApiGetEmailReputationRequest) Execute ¶
func (r KYCApiGetEmailReputationRequest) Execute() (*GetEmailReputationResponse, *http.Response, error)
type KYCApiGetFullBvnRequest ¶
type KYCApiGetFullBvnRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetFullBvnRequest) Bvn ¶
func (r KYCApiGetFullBvnRequest) Bvn(bvn int32) KYCApiGetFullBvnRequest
func (KYCApiGetFullBvnRequest) Execute ¶
func (r KYCApiGetFullBvnRequest) Execute() (*GetFullBvnResponse, *http.Response, error)
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 ¶
func (r KYCApiGetNubanRequest) Execute() (*GetNubanResponse, *http.Response, error)
type KYCApiGetPassportRequest ¶
type KYCApiGetPassportRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetPassportRequest) Execute ¶
func (r KYCApiGetPassportRequest) Execute() (*GetKycPassportResponse, *http.Response, error)
func (KYCApiGetPassportRequest) PassportNumber ¶
func (r KYCApiGetPassportRequest) PassportNumber(passportNumber int32) KYCApiGetPassportRequest
func (KYCApiGetPassportRequest) Surname ¶
func (r KYCApiGetPassportRequest) Surname(surname string) KYCApiGetPassportRequest
type KYCApiGetPhoneNumberRequest ¶
type KYCApiGetPhoneNumberRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetPhoneNumberRequest) Execute ¶
func (r KYCApiGetPhoneNumberRequest) Execute() (*GetPhoneNumberResponse, *http.Response, error)
func (KYCApiGetPhoneNumberRequest) PhoneNumber ¶
func (r KYCApiGetPhoneNumberRequest) PhoneNumber(phoneNumber int32) KYCApiGetPhoneNumberRequest
type KYCApiGetPremiumBvnRequest ¶
type KYCApiGetPremiumBvnRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetPremiumBvnRequest) Bvn ¶
func (r KYCApiGetPremiumBvnRequest) Bvn(bvn int32) KYCApiGetPremiumBvnRequest
func (KYCApiGetPremiumBvnRequest) Execute ¶
func (r KYCApiGetPremiumBvnRequest) Execute() (*GetPremiumBvnResponse, *http.Response, error)
type KYCApiGetVINRequest ¶
type KYCApiGetVINRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetVINRequest) Execute ¶
func (r KYCApiGetVINRequest) Execute() (*GetVinResponse, *http.Response, error)
func (KYCApiGetVINRequest) Firstname ¶
func (r KYCApiGetVINRequest) Firstname(firstname string) KYCApiGetVINRequest
func (KYCApiGetVINRequest) Lastname ¶
func (r KYCApiGetVINRequest) Lastname(lastname string) KYCApiGetVINRequest
func (KYCApiGetVINRequest) Mode ¶
func (r KYCApiGetVINRequest) Mode(mode string) KYCApiGetVINRequest
func (KYCApiGetVINRequest) State ¶
func (r KYCApiGetVINRequest) State(state string) KYCApiGetVINRequest
func (KYCApiGetVINRequest) Vin ¶
func (r KYCApiGetVINRequest) Vin(vin int32) KYCApiGetVINRequest
type KYCApiGetVninRequest ¶
type KYCApiGetVninRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiGetVninRequest) Execute ¶
func (r KYCApiGetVninRequest) Execute() (*GetVninResponse, *http.Response, error)
func (KYCApiGetVninRequest) Vnin ¶
func (r KYCApiGetVninRequest) Vnin(vnin string) KYCApiGetVninRequest
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 ¶
func (a *KYCApiService) AnalyzeDocumentExecute(r KYCApiAnalyzeDocumentRequest) (*AnalyzeDocumentResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetBasicBvnExecute(r KYCApiGetBasicBvnRequest) (*GetBasicBvnResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetBasicPhoneNumberExecute(r KYCApiGetBasicPhoneNumberRequest) (*GetBasicPhoneNumberResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetDriversLicenseExecute(r KYCApiGetDriversLicenseRequest) (*GetKycDriversLicenseResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetEmailReputationExecute(r KYCApiGetEmailReputationRequest) (*GetEmailReputationResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetFullBvnExecute(r KYCApiGetFullBvnRequest) (*GetFullBvnResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetNubanExecute(r KYCApiGetNubanRequest) (*GetNubanResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetPassportExecute(r KYCApiGetPassportRequest) (*GetKycPassportResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetPhoneNumberExecute(r KYCApiGetPhoneNumberRequest) (*GetPhoneNumberResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetPremiumBvnExecute(r KYCApiGetPremiumBvnRequest) (*GetPremiumBvnResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetVINExecute(r KYCApiGetVINRequest) (*GetVinResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) GetVninExecute(r KYCApiGetVninRequest) (*GetVninResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) ValidateBvnExecute(r KYCApiValidateBvnRequest) (*ValidateBvnResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) VerifyAgeExecute(r KYCApiVerifyAgeRequest) (*VerifyAgeResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) VerifySelfieBvnExecute(r KYCApiVerifySelfieBvnRequest) (*VerifySelfieBvnResponse, *http.Response, error)
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 ¶
func (a *KYCApiService) VerifySelfieNinExecute(r KYCApiVerifySelfieNinRequest) (*VerifySelfieNinResponse, *http.Response, error)
Execute executes the request
@return VerifySelfieNinResponse
type KYCApiValidateBvnRequest ¶
type KYCApiValidateBvnRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiValidateBvnRequest) Bvn ¶
func (r KYCApiValidateBvnRequest) Bvn(bvn int32) KYCApiValidateBvnRequest
func (KYCApiValidateBvnRequest) Dob ¶
func (r KYCApiValidateBvnRequest) Dob(dob string) KYCApiValidateBvnRequest
func (KYCApiValidateBvnRequest) Execute ¶
func (r KYCApiValidateBvnRequest) Execute() (*ValidateBvnResponse, *http.Response, error)
func (KYCApiValidateBvnRequest) FirstName ¶
func (r KYCApiValidateBvnRequest) FirstName(firstName string) KYCApiValidateBvnRequest
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 (r KYCApiVerifyAgeRequest) BankCode(bankCode int32) KYCApiVerifyAgeRequest
func (KYCApiVerifyAgeRequest) Dob ¶
func (r KYCApiVerifyAgeRequest) Dob(dob string) KYCApiVerifyAgeRequest
func (KYCApiVerifyAgeRequest) Execute ¶
func (r KYCApiVerifyAgeRequest) Execute() (*VerifyAgeResponse, *http.Response, error)
func (KYCApiVerifyAgeRequest) FirstName ¶
func (r KYCApiVerifyAgeRequest) FirstName(firstName string) KYCApiVerifyAgeRequest
func (KYCApiVerifyAgeRequest) LastName ¶
func (r KYCApiVerifyAgeRequest) LastName(lastName string) KYCApiVerifyAgeRequest
func (KYCApiVerifyAgeRequest) Mode ¶
func (r KYCApiVerifyAgeRequest) Mode(mode string) KYCApiVerifyAgeRequest
type KYCApiVerifySelfieBvnRequest ¶
type KYCApiVerifySelfieBvnRequest struct { ApiService *KYCApiService // contains filtered or unexported fields }
func (KYCApiVerifySelfieBvnRequest) Execute ¶
func (r KYCApiVerifySelfieBvnRequest) Execute() (*VerifySelfieBvnResponse, *http.Response, error)
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 (r KYCApiVerifySelfieNinRequest) Execute() (*VerifySelfieNinResponse, *http.Response, error)
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 (r MLApiGetDocumentAnalysisRequest) Execute() (*GetDocumentAnalysisResponse, *http.Response, error)
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 (r MLApiGetGenericOcrTextRequest) Execute() (*GetGenericOcrTextResponse, *http.Response, error)
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 (r MLApiGetOcrTextRequest) Execute() (*GetOcrTextResponse, *http.Response, error)
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 ¶
func (a *MLApiService) GetDocumentAnalysisExecute(r MLApiGetDocumentAnalysisRequest) (*GetDocumentAnalysisResponse, *http.Response, error)
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 ¶
func (a *MLApiService) GetGenericOcrTextExecute(r MLApiGetGenericOcrTextRequest) (*GetGenericOcrTextResponse, *http.Response, error)
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 ¶
func (a *MLApiService) GetOcrTextExecute(r MLApiGetOcrTextRequest) (*GetOcrTextResponse, *http.Response, error)
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 ¶
func (a *MLApiService) VerifyPhotoIdWithSelfieExecute(r MLApiVerifyPhotoIdWithSelfieRequest) (*VerifyPhotoIdWithSelfieResponse, *http.Response, error)
Execute executes the request
@return VerifyPhotoIdWithSelfieResponse
type MLApiVerifyPhotoIdWithSelfieRequest ¶
type MLApiVerifyPhotoIdWithSelfieRequest struct { ApiService *MLApiService // contains filtered or unexported fields }
func (MLApiVerifyPhotoIdWithSelfieRequest) Execute ¶
func (r MLApiVerifyPhotoIdWithSelfieRequest) Execute() (*VerifyPhotoIdWithSelfieResponse, *http.Response, error)
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 ¶
func (o *NotifyWebhookRequest) GetData() NotifyWebhookRequestData
GetData returns the Data field value if set, zero value otherwise.
func (*NotifyWebhookRequest) GetDataOk ¶
func (o *NotifyWebhookRequest) GetDataOk() (*NotifyWebhookRequestData, 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 (*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 ¶
func (o *NotifyWebhookRequest) SetData(v NotifyWebhookRequestData)
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 NewNullableAnalyzeDocumentResponse ¶
func NewNullableAnalyzeDocumentResponse(val *AnalyzeDocumentResponse) *NullableAnalyzeDocumentResponse
func (NullableAnalyzeDocumentResponse) Get ¶
func (v NullableAnalyzeDocumentResponse) Get() *AnalyzeDocumentResponse
func (NullableAnalyzeDocumentResponse) IsSet ¶
func (v NullableAnalyzeDocumentResponse) IsSet() bool
func (NullableAnalyzeDocumentResponse) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponse) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponse) Set ¶
func (v *NullableAnalyzeDocumentResponse) Set(val *AnalyzeDocumentResponse)
func (*NullableAnalyzeDocumentResponse) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponse) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponse) Unset ¶
func (v *NullableAnalyzeDocumentResponse) Unset()
type NullableAnalyzeDocumentResponseEntity ¶
type NullableAnalyzeDocumentResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeDocumentResponseEntity ¶
func NewNullableAnalyzeDocumentResponseEntity(val *AnalyzeDocumentResponseEntity) *NullableAnalyzeDocumentResponseEntity
func (NullableAnalyzeDocumentResponseEntity) Get ¶
func (v NullableAnalyzeDocumentResponseEntity) Get() *AnalyzeDocumentResponseEntity
func (NullableAnalyzeDocumentResponseEntity) IsSet ¶
func (v NullableAnalyzeDocumentResponseEntity) IsSet() bool
func (NullableAnalyzeDocumentResponseEntity) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponseEntity) Set ¶
func (v *NullableAnalyzeDocumentResponseEntity) Set(val *AnalyzeDocumentResponseEntity)
func (*NullableAnalyzeDocumentResponseEntity) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponseEntity) Unset ¶
func (v *NullableAnalyzeDocumentResponseEntity) Unset()
type NullableAnalyzeDocumentResponseEntityDocumentImages ¶
type NullableAnalyzeDocumentResponseEntityDocumentImages struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeDocumentResponseEntityDocumentImages ¶
func NewNullableAnalyzeDocumentResponseEntityDocumentImages(val *AnalyzeDocumentResponseEntityDocumentImages) *NullableAnalyzeDocumentResponseEntityDocumentImages
func (NullableAnalyzeDocumentResponseEntityDocumentImages) IsSet ¶
func (v NullableAnalyzeDocumentResponseEntityDocumentImages) IsSet() bool
func (NullableAnalyzeDocumentResponseEntityDocumentImages) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponseEntityDocumentImages) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponseEntityDocumentImages) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponseEntityDocumentImages) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponseEntityDocumentImages) Unset ¶
func (v *NullableAnalyzeDocumentResponseEntityDocumentImages) Unset()
type NullableAnalyzeDocumentResponseEntityDocumentType ¶
type NullableAnalyzeDocumentResponseEntityDocumentType struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeDocumentResponseEntityDocumentType ¶
func NewNullableAnalyzeDocumentResponseEntityDocumentType(val *AnalyzeDocumentResponseEntityDocumentType) *NullableAnalyzeDocumentResponseEntityDocumentType
func (NullableAnalyzeDocumentResponseEntityDocumentType) IsSet ¶
func (v NullableAnalyzeDocumentResponseEntityDocumentType) IsSet() bool
func (NullableAnalyzeDocumentResponseEntityDocumentType) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponseEntityDocumentType) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponseEntityDocumentType) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponseEntityDocumentType) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponseEntityDocumentType) Unset ¶
func (v *NullableAnalyzeDocumentResponseEntityDocumentType) Unset()
type NullableAnalyzeDocumentResponseEntityStatus ¶
type NullableAnalyzeDocumentResponseEntityStatus struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeDocumentResponseEntityStatus ¶
func NewNullableAnalyzeDocumentResponseEntityStatus(val *AnalyzeDocumentResponseEntityStatus) *NullableAnalyzeDocumentResponseEntityStatus
func (NullableAnalyzeDocumentResponseEntityStatus) IsSet ¶
func (v NullableAnalyzeDocumentResponseEntityStatus) IsSet() bool
func (NullableAnalyzeDocumentResponseEntityStatus) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponseEntityStatus) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponseEntityStatus) Set ¶
func (v *NullableAnalyzeDocumentResponseEntityStatus) Set(val *AnalyzeDocumentResponseEntityStatus)
func (*NullableAnalyzeDocumentResponseEntityStatus) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponseEntityStatus) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponseEntityStatus) Unset ¶
func (v *NullableAnalyzeDocumentResponseEntityStatus) Unset()
type NullableAnalyzeDocumentResponseEntityTextDataInner ¶
type NullableAnalyzeDocumentResponseEntityTextDataInner struct {
// contains filtered or unexported fields
}
func NewNullableAnalyzeDocumentResponseEntityTextDataInner ¶
func NewNullableAnalyzeDocumentResponseEntityTextDataInner(val *AnalyzeDocumentResponseEntityTextDataInner) *NullableAnalyzeDocumentResponseEntityTextDataInner
func (NullableAnalyzeDocumentResponseEntityTextDataInner) IsSet ¶
func (v NullableAnalyzeDocumentResponseEntityTextDataInner) IsSet() bool
func (NullableAnalyzeDocumentResponseEntityTextDataInner) MarshalJSON ¶
func (v NullableAnalyzeDocumentResponseEntityTextDataInner) MarshalJSON() ([]byte, error)
func (*NullableAnalyzeDocumentResponseEntityTextDataInner) UnmarshalJSON ¶
func (v *NullableAnalyzeDocumentResponseEntityTextDataInner) UnmarshalJSON(src []byte) error
func (*NullableAnalyzeDocumentResponseEntityTextDataInner) Unset ¶
func (v *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 NewNullableCategorizeTransactionsRequest ¶
func NewNullableCategorizeTransactionsRequest(val *CategorizeTransactionsRequest) *NullableCategorizeTransactionsRequest
func (NullableCategorizeTransactionsRequest) Get ¶
func (v NullableCategorizeTransactionsRequest) Get() *CategorizeTransactionsRequest
func (NullableCategorizeTransactionsRequest) IsSet ¶
func (v NullableCategorizeTransactionsRequest) IsSet() bool
func (NullableCategorizeTransactionsRequest) MarshalJSON ¶
func (v NullableCategorizeTransactionsRequest) MarshalJSON() ([]byte, error)
func (*NullableCategorizeTransactionsRequest) Set ¶
func (v *NullableCategorizeTransactionsRequest) Set(val *CategorizeTransactionsRequest)
func (*NullableCategorizeTransactionsRequest) UnmarshalJSON ¶
func (v *NullableCategorizeTransactionsRequest) UnmarshalJSON(src []byte) error
func (*NullableCategorizeTransactionsRequest) Unset ¶
func (v *NullableCategorizeTransactionsRequest) Unset()
type NullableCategorizeTransactionsResponse ¶
type NullableCategorizeTransactionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableCategorizeTransactionsResponse ¶
func NewNullableCategorizeTransactionsResponse(val *CategorizeTransactionsResponse) *NullableCategorizeTransactionsResponse
func (NullableCategorizeTransactionsResponse) Get ¶
func (v NullableCategorizeTransactionsResponse) Get() *CategorizeTransactionsResponse
func (NullableCategorizeTransactionsResponse) IsSet ¶
func (v NullableCategorizeTransactionsResponse) IsSet() bool
func (NullableCategorizeTransactionsResponse) MarshalJSON ¶
func (v NullableCategorizeTransactionsResponse) MarshalJSON() ([]byte, error)
func (*NullableCategorizeTransactionsResponse) Set ¶
func (v *NullableCategorizeTransactionsResponse) Set(val *CategorizeTransactionsResponse)
func (*NullableCategorizeTransactionsResponse) UnmarshalJSON ¶
func (v *NullableCategorizeTransactionsResponse) UnmarshalJSON(src []byte) error
func (*NullableCategorizeTransactionsResponse) Unset ¶
func (v *NullableCategorizeTransactionsResponse) Unset()
type NullableCategorizeTransactionsResponseEntity ¶
type NullableCategorizeTransactionsResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableCategorizeTransactionsResponseEntity ¶
func NewNullableCategorizeTransactionsResponseEntity(val *CategorizeTransactionsResponseEntity) *NullableCategorizeTransactionsResponseEntity
func (NullableCategorizeTransactionsResponseEntity) IsSet ¶
func (v NullableCategorizeTransactionsResponseEntity) IsSet() bool
func (NullableCategorizeTransactionsResponseEntity) MarshalJSON ¶
func (v NullableCategorizeTransactionsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableCategorizeTransactionsResponseEntity) Set ¶
func (v *NullableCategorizeTransactionsResponseEntity) Set(val *CategorizeTransactionsResponseEntity)
func (*NullableCategorizeTransactionsResponseEntity) UnmarshalJSON ¶
func (v *NullableCategorizeTransactionsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableCategorizeTransactionsResponseEntity) Unset ¶
func (v *NullableCategorizeTransactionsResponseEntity) Unset()
type NullableCollectStatusFromPdfRequest ¶
type NullableCollectStatusFromPdfRequest struct {
// contains filtered or unexported fields
}
func NewNullableCollectStatusFromPdfRequest ¶
func NewNullableCollectStatusFromPdfRequest(val *CollectStatusFromPdfRequest) *NullableCollectStatusFromPdfRequest
func (NullableCollectStatusFromPdfRequest) Get ¶
func (v NullableCollectStatusFromPdfRequest) Get() *CollectStatusFromPdfRequest
func (NullableCollectStatusFromPdfRequest) IsSet ¶
func (v NullableCollectStatusFromPdfRequest) IsSet() bool
func (NullableCollectStatusFromPdfRequest) MarshalJSON ¶
func (v NullableCollectStatusFromPdfRequest) MarshalJSON() ([]byte, error)
func (*NullableCollectStatusFromPdfRequest) Set ¶
func (v *NullableCollectStatusFromPdfRequest) Set(val *CollectStatusFromPdfRequest)
func (*NullableCollectStatusFromPdfRequest) UnmarshalJSON ¶
func (v *NullableCollectStatusFromPdfRequest) UnmarshalJSON(src []byte) error
func (*NullableCollectStatusFromPdfRequest) Unset ¶
func (v *NullableCollectStatusFromPdfRequest) Unset()
type NullableCollectStatusFromPdfResponse ¶
type NullableCollectStatusFromPdfResponse struct {
// contains filtered or unexported fields
}
func NewNullableCollectStatusFromPdfResponse ¶
func NewNullableCollectStatusFromPdfResponse(val *CollectStatusFromPdfResponse) *NullableCollectStatusFromPdfResponse
func (NullableCollectStatusFromPdfResponse) Get ¶
func (v NullableCollectStatusFromPdfResponse) Get() *CollectStatusFromPdfResponse
func (NullableCollectStatusFromPdfResponse) IsSet ¶
func (v NullableCollectStatusFromPdfResponse) IsSet() bool
func (NullableCollectStatusFromPdfResponse) MarshalJSON ¶
func (v NullableCollectStatusFromPdfResponse) MarshalJSON() ([]byte, error)
func (*NullableCollectStatusFromPdfResponse) Set ¶
func (v *NullableCollectStatusFromPdfResponse) Set(val *CollectStatusFromPdfResponse)
func (*NullableCollectStatusFromPdfResponse) UnmarshalJSON ¶
func (v *NullableCollectStatusFromPdfResponse) UnmarshalJSON(src []byte) error
func (*NullableCollectStatusFromPdfResponse) Unset ¶
func (v *NullableCollectStatusFromPdfResponse) Unset()
type NullableCollectTransactionsRequest ¶
type NullableCollectTransactionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableCollectTransactionsRequest ¶
func NewNullableCollectTransactionsRequest(val *CollectTransactionsRequest) *NullableCollectTransactionsRequest
func (NullableCollectTransactionsRequest) Get ¶
func (v NullableCollectTransactionsRequest) Get() *CollectTransactionsRequest
func (NullableCollectTransactionsRequest) IsSet ¶
func (v NullableCollectTransactionsRequest) IsSet() bool
func (NullableCollectTransactionsRequest) MarshalJSON ¶
func (v NullableCollectTransactionsRequest) MarshalJSON() ([]byte, error)
func (*NullableCollectTransactionsRequest) Set ¶
func (v *NullableCollectTransactionsRequest) Set(val *CollectTransactionsRequest)
func (*NullableCollectTransactionsRequest) UnmarshalJSON ¶
func (v *NullableCollectTransactionsRequest) UnmarshalJSON(src []byte) error
func (*NullableCollectTransactionsRequest) Unset ¶
func (v *NullableCollectTransactionsRequest) Unset()
type NullableCollectTransactionsRequestTransactionsInner ¶
type NullableCollectTransactionsRequestTransactionsInner struct {
// contains filtered or unexported fields
}
func NewNullableCollectTransactionsRequestTransactionsInner ¶
func NewNullableCollectTransactionsRequestTransactionsInner(val *CollectTransactionsRequestTransactionsInner) *NullableCollectTransactionsRequestTransactionsInner
func (NullableCollectTransactionsRequestTransactionsInner) IsSet ¶
func (v NullableCollectTransactionsRequestTransactionsInner) IsSet() bool
func (NullableCollectTransactionsRequestTransactionsInner) MarshalJSON ¶
func (v NullableCollectTransactionsRequestTransactionsInner) MarshalJSON() ([]byte, error)
func (*NullableCollectTransactionsRequestTransactionsInner) UnmarshalJSON ¶
func (v *NullableCollectTransactionsRequestTransactionsInner) UnmarshalJSON(src []byte) error
func (*NullableCollectTransactionsRequestTransactionsInner) Unset ¶
func (v *NullableCollectTransactionsRequestTransactionsInner) Unset()
type NullableCollectTransactionsResponse ¶
type NullableCollectTransactionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableCollectTransactionsResponse ¶
func NewNullableCollectTransactionsResponse(val *CollectTransactionsResponse) *NullableCollectTransactionsResponse
func (NullableCollectTransactionsResponse) Get ¶
func (v NullableCollectTransactionsResponse) Get() *CollectTransactionsResponse
func (NullableCollectTransactionsResponse) IsSet ¶
func (v NullableCollectTransactionsResponse) IsSet() bool
func (NullableCollectTransactionsResponse) MarshalJSON ¶
func (v NullableCollectTransactionsResponse) MarshalJSON() ([]byte, error)
func (*NullableCollectTransactionsResponse) Set ¶
func (v *NullableCollectTransactionsResponse) Set(val *CollectTransactionsResponse)
func (*NullableCollectTransactionsResponse) UnmarshalJSON ¶
func (v *NullableCollectTransactionsResponse) UnmarshalJSON(src []byte) error
func (*NullableCollectTransactionsResponse) Unset ¶
func (v *NullableCollectTransactionsResponse) Unset()
type NullableCollectTransactionsResponseEntity ¶
type NullableCollectTransactionsResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableCollectTransactionsResponseEntity ¶
func NewNullableCollectTransactionsResponseEntity(val *CollectTransactionsResponseEntity) *NullableCollectTransactionsResponseEntity
func (NullableCollectTransactionsResponseEntity) IsSet ¶
func (v NullableCollectTransactionsResponseEntity) IsSet() bool
func (NullableCollectTransactionsResponseEntity) MarshalJSON ¶
func (v NullableCollectTransactionsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableCollectTransactionsResponseEntity) Set ¶
func (v *NullableCollectTransactionsResponseEntity) Set(val *CollectTransactionsResponseEntity)
func (*NullableCollectTransactionsResponseEntity) UnmarshalJSON ¶
func (v *NullableCollectTransactionsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableCollectTransactionsResponseEntity) Unset ¶
func (v *NullableCollectTransactionsResponseEntity) Unset()
type NullableCreateWalletRequest ¶
type NullableCreateWalletRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWalletRequest ¶
func NewNullableCreateWalletRequest(val *CreateWalletRequest) *NullableCreateWalletRequest
func (NullableCreateWalletRequest) Get ¶
func (v NullableCreateWalletRequest) Get() *CreateWalletRequest
func (NullableCreateWalletRequest) IsSet ¶
func (v NullableCreateWalletRequest) IsSet() bool
func (NullableCreateWalletRequest) MarshalJSON ¶
func (v NullableCreateWalletRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWalletRequest) Set ¶
func (v *NullableCreateWalletRequest) Set(val *CreateWalletRequest)
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 (v NullableCreateWalletResponse) Get() *CreateWalletResponse
func (NullableCreateWalletResponse) IsSet ¶
func (v NullableCreateWalletResponse) IsSet() bool
func (NullableCreateWalletResponse) MarshalJSON ¶
func (v NullableCreateWalletResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateWalletResponse) Set ¶
func (v *NullableCreateWalletResponse) Set(val *CreateWalletResponse)
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 NewNullableCreateWalletResponseEntity ¶
func NewNullableCreateWalletResponseEntity(val *CreateWalletResponseEntity) *NullableCreateWalletResponseEntity
func (NullableCreateWalletResponseEntity) Get ¶
func (v NullableCreateWalletResponseEntity) Get() *CreateWalletResponseEntity
func (NullableCreateWalletResponseEntity) IsSet ¶
func (v NullableCreateWalletResponseEntity) IsSet() bool
func (NullableCreateWalletResponseEntity) MarshalJSON ¶
func (v NullableCreateWalletResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableCreateWalletResponseEntity) Set ¶
func (v *NullableCreateWalletResponseEntity) Set(val *CreateWalletResponseEntity)
func (*NullableCreateWalletResponseEntity) UnmarshalJSON ¶
func (v *NullableCreateWalletResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableCreateWalletResponseEntity) Unset ¶
func (v *NullableCreateWalletResponseEntity) Unset()
type NullableCreditSubwalletRequest ¶
type NullableCreditSubwalletRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreditSubwalletRequest ¶
func NewNullableCreditSubwalletRequest(val *CreditSubwalletRequest) *NullableCreditSubwalletRequest
func (NullableCreditSubwalletRequest) Get ¶
func (v NullableCreditSubwalletRequest) Get() *CreditSubwalletRequest
func (NullableCreditSubwalletRequest) IsSet ¶
func (v NullableCreditSubwalletRequest) IsSet() bool
func (NullableCreditSubwalletRequest) MarshalJSON ¶
func (v NullableCreditSubwalletRequest) MarshalJSON() ([]byte, error)
func (*NullableCreditSubwalletRequest) Set ¶
func (v *NullableCreditSubwalletRequest) Set(val *CreditSubwalletRequest)
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 NewNullableCreditSubwalletResponse ¶
func NewNullableCreditSubwalletResponse(val *CreditSubwalletResponse) *NullableCreditSubwalletResponse
func (NullableCreditSubwalletResponse) Get ¶
func (v NullableCreditSubwalletResponse) Get() *CreditSubwalletResponse
func (NullableCreditSubwalletResponse) IsSet ¶
func (v NullableCreditSubwalletResponse) IsSet() bool
func (NullableCreditSubwalletResponse) MarshalJSON ¶
func (v NullableCreditSubwalletResponse) MarshalJSON() ([]byte, error)
func (*NullableCreditSubwalletResponse) Set ¶
func (v *NullableCreditSubwalletResponse) Set(val *CreditSubwalletResponse)
func (*NullableCreditSubwalletResponse) UnmarshalJSON ¶
func (v *NullableCreditSubwalletResponse) UnmarshalJSON(src []byte) error
func (*NullableCreditSubwalletResponse) Unset ¶
func (v *NullableCreditSubwalletResponse) Unset()
type NullableCreditSubwalletResponseEntity ¶
type NullableCreditSubwalletResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableCreditSubwalletResponseEntity ¶
func NewNullableCreditSubwalletResponseEntity(val *CreditSubwalletResponseEntity) *NullableCreditSubwalletResponseEntity
func (NullableCreditSubwalletResponseEntity) Get ¶
func (v NullableCreditSubwalletResponseEntity) Get() *CreditSubwalletResponseEntity
func (NullableCreditSubwalletResponseEntity) IsSet ¶
func (v NullableCreditSubwalletResponseEntity) IsSet() bool
func (NullableCreditSubwalletResponseEntity) MarshalJSON ¶
func (v NullableCreditSubwalletResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableCreditSubwalletResponseEntity) Set ¶
func (v *NullableCreditSubwalletResponseEntity) Set(val *CreditSubwalletResponseEntity)
func (*NullableCreditSubwalletResponseEntity) UnmarshalJSON ¶
func (v *NullableCreditSubwalletResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableCreditSubwalletResponseEntity) Unset ¶
func (v *NullableCreditSubwalletResponseEntity) Unset()
type NullableDeleteWebhookResponse ¶
type NullableDeleteWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteWebhookResponse ¶
func NewNullableDeleteWebhookResponse(val *DeleteWebhookResponse) *NullableDeleteWebhookResponse
func (NullableDeleteWebhookResponse) Get ¶
func (v NullableDeleteWebhookResponse) Get() *DeleteWebhookResponse
func (NullableDeleteWebhookResponse) IsSet ¶
func (v NullableDeleteWebhookResponse) IsSet() bool
func (NullableDeleteWebhookResponse) MarshalJSON ¶
func (v NullableDeleteWebhookResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteWebhookResponse) Set ¶
func (v *NullableDeleteWebhookResponse) Set(val *DeleteWebhookResponse)
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 NewNullableFinancialGetBasicBvnResponse ¶
func NewNullableFinancialGetBasicBvnResponse(val *FinancialGetBasicBvnResponse) *NullableFinancialGetBasicBvnResponse
func (NullableFinancialGetBasicBvnResponse) Get ¶
func (v NullableFinancialGetBasicBvnResponse) Get() *FinancialGetBasicBvnResponse
func (NullableFinancialGetBasicBvnResponse) IsSet ¶
func (v NullableFinancialGetBasicBvnResponse) IsSet() bool
func (NullableFinancialGetBasicBvnResponse) MarshalJSON ¶
func (v NullableFinancialGetBasicBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableFinancialGetBasicBvnResponse) Set ¶
func (v *NullableFinancialGetBasicBvnResponse) Set(val *FinancialGetBasicBvnResponse)
func (*NullableFinancialGetBasicBvnResponse) UnmarshalJSON ¶
func (v *NullableFinancialGetBasicBvnResponse) UnmarshalJSON(src []byte) error
func (*NullableFinancialGetBasicBvnResponse) Unset ¶
func (v *NullableFinancialGetBasicBvnResponse) Unset()
type NullableFinancialGetBasicBvnResponseEntity ¶
type NullableFinancialGetBasicBvnResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableFinancialGetBasicBvnResponseEntity ¶
func NewNullableFinancialGetBasicBvnResponseEntity(val *FinancialGetBasicBvnResponseEntity) *NullableFinancialGetBasicBvnResponseEntity
func (NullableFinancialGetBasicBvnResponseEntity) IsSet ¶
func (v NullableFinancialGetBasicBvnResponseEntity) IsSet() bool
func (NullableFinancialGetBasicBvnResponseEntity) MarshalJSON ¶
func (v NullableFinancialGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableFinancialGetBasicBvnResponseEntity) Set ¶
func (v *NullableFinancialGetBasicBvnResponseEntity) Set(val *FinancialGetBasicBvnResponseEntity)
func (*NullableFinancialGetBasicBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableFinancialGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableFinancialGetBasicBvnResponseEntity) Unset ¶
func (v *NullableFinancialGetBasicBvnResponseEntity) Unset()
type NullableFinancialGetFullBvnResponse ¶
type NullableFinancialGetFullBvnResponse struct {
// contains filtered or unexported fields
}
func NewNullableFinancialGetFullBvnResponse ¶
func NewNullableFinancialGetFullBvnResponse(val *FinancialGetFullBvnResponse) *NullableFinancialGetFullBvnResponse
func (NullableFinancialGetFullBvnResponse) Get ¶
func (v NullableFinancialGetFullBvnResponse) Get() *FinancialGetFullBvnResponse
func (NullableFinancialGetFullBvnResponse) IsSet ¶
func (v NullableFinancialGetFullBvnResponse) IsSet() bool
func (NullableFinancialGetFullBvnResponse) MarshalJSON ¶
func (v NullableFinancialGetFullBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableFinancialGetFullBvnResponse) Set ¶
func (v *NullableFinancialGetFullBvnResponse) Set(val *FinancialGetFullBvnResponse)
func (*NullableFinancialGetFullBvnResponse) UnmarshalJSON ¶
func (v *NullableFinancialGetFullBvnResponse) UnmarshalJSON(src []byte) error
func (*NullableFinancialGetFullBvnResponse) Unset ¶
func (v *NullableFinancialGetFullBvnResponse) Unset()
type NullableFinancialGetFullBvnResponseEntity ¶
type NullableFinancialGetFullBvnResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableFinancialGetFullBvnResponseEntity ¶
func NewNullableFinancialGetFullBvnResponseEntity(val *FinancialGetFullBvnResponseEntity) *NullableFinancialGetFullBvnResponseEntity
func (NullableFinancialGetFullBvnResponseEntity) IsSet ¶
func (v NullableFinancialGetFullBvnResponseEntity) IsSet() bool
func (NullableFinancialGetFullBvnResponseEntity) MarshalJSON ¶
func (v NullableFinancialGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableFinancialGetFullBvnResponseEntity) Set ¶
func (v *NullableFinancialGetFullBvnResponseEntity) Set(val *FinancialGetFullBvnResponseEntity)
func (*NullableFinancialGetFullBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableFinancialGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableFinancialGetFullBvnResponseEntity) Unset ¶
func (v *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 NewNullableGeneralGetNubanResponse ¶
func NewNullableGeneralGetNubanResponse(val *GeneralGetNubanResponse) *NullableGeneralGetNubanResponse
func (NullableGeneralGetNubanResponse) Get ¶
func (v NullableGeneralGetNubanResponse) Get() *GeneralGetNubanResponse
func (NullableGeneralGetNubanResponse) IsSet ¶
func (v NullableGeneralGetNubanResponse) IsSet() bool
func (NullableGeneralGetNubanResponse) MarshalJSON ¶
func (v NullableGeneralGetNubanResponse) MarshalJSON() ([]byte, error)
func (*NullableGeneralGetNubanResponse) Set ¶
func (v *NullableGeneralGetNubanResponse) Set(val *GeneralGetNubanResponse)
func (*NullableGeneralGetNubanResponse) UnmarshalJSON ¶
func (v *NullableGeneralGetNubanResponse) UnmarshalJSON(src []byte) error
func (*NullableGeneralGetNubanResponse) Unset ¶
func (v *NullableGeneralGetNubanResponse) Unset()
type NullableGeneralGetNubanResponseEntity ¶
type NullableGeneralGetNubanResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGeneralGetNubanResponseEntity ¶
func NewNullableGeneralGetNubanResponseEntity(val *GeneralGetNubanResponseEntity) *NullableGeneralGetNubanResponseEntity
func (NullableGeneralGetNubanResponseEntity) Get ¶
func (v NullableGeneralGetNubanResponseEntity) Get() *GeneralGetNubanResponseEntity
func (NullableGeneralGetNubanResponseEntity) IsSet ¶
func (v NullableGeneralGetNubanResponseEntity) IsSet() bool
func (NullableGeneralGetNubanResponseEntity) MarshalJSON ¶
func (v NullableGeneralGetNubanResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGeneralGetNubanResponseEntity) Set ¶
func (v *NullableGeneralGetNubanResponseEntity) Set(val *GeneralGetNubanResponseEntity)
func (*NullableGeneralGetNubanResponseEntity) UnmarshalJSON ¶
func (v *NullableGeneralGetNubanResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGeneralGetNubanResponseEntity) Unset ¶
func (v *NullableGeneralGetNubanResponseEntity) Unset()
type NullableGeneralGetWalletBalanceResponse ¶
type NullableGeneralGetWalletBalanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableGeneralGetWalletBalanceResponse ¶
func NewNullableGeneralGetWalletBalanceResponse(val *GeneralGetWalletBalanceResponse) *NullableGeneralGetWalletBalanceResponse
func (NullableGeneralGetWalletBalanceResponse) IsSet ¶
func (v NullableGeneralGetWalletBalanceResponse) IsSet() bool
func (NullableGeneralGetWalletBalanceResponse) MarshalJSON ¶
func (v NullableGeneralGetWalletBalanceResponse) MarshalJSON() ([]byte, error)
func (*NullableGeneralGetWalletBalanceResponse) Set ¶
func (v *NullableGeneralGetWalletBalanceResponse) Set(val *GeneralGetWalletBalanceResponse)
func (*NullableGeneralGetWalletBalanceResponse) UnmarshalJSON ¶
func (v *NullableGeneralGetWalletBalanceResponse) UnmarshalJSON(src []byte) error
func (*NullableGeneralGetWalletBalanceResponse) Unset ¶
func (v *NullableGeneralGetWalletBalanceResponse) Unset()
type NullableGetAccountAnalysisResponse ¶
type NullableGetAccountAnalysisResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponse ¶
func NewNullableGetAccountAnalysisResponse(val *GetAccountAnalysisResponse) *NullableGetAccountAnalysisResponse
func (NullableGetAccountAnalysisResponse) Get ¶
func (v NullableGetAccountAnalysisResponse) Get() *GetAccountAnalysisResponse
func (NullableGetAccountAnalysisResponse) IsSet ¶
func (v NullableGetAccountAnalysisResponse) IsSet() bool
func (NullableGetAccountAnalysisResponse) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponse) Set ¶
func (v *NullableGetAccountAnalysisResponse) Set(val *GetAccountAnalysisResponse)
func (*NullableGetAccountAnalysisResponse) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponse) Unset ¶
func (v *NullableGetAccountAnalysisResponse) Unset()
type NullableGetAccountAnalysisResponseEntity ¶
type NullableGetAccountAnalysisResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntity ¶
func NewNullableGetAccountAnalysisResponseEntity(val *GetAccountAnalysisResponseEntity) *NullableGetAccountAnalysisResponseEntity
func (NullableGetAccountAnalysisResponseEntity) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntity) IsSet() bool
func (NullableGetAccountAnalysisResponseEntity) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntity) Set ¶
func (v *NullableGetAccountAnalysisResponseEntity) Set(val *GetAccountAnalysisResponseEntity)
func (*NullableGetAccountAnalysisResponseEntity) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntity) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntity) Unset()
type NullableGetAccountAnalysisResponseEntityAccountBreakdown ¶
type NullableGetAccountAnalysisResponseEntityAccountBreakdown struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntityAccountBreakdown ¶
func NewNullableGetAccountAnalysisResponseEntityAccountBreakdown(val *GetAccountAnalysisResponseEntityAccountBreakdown) *NullableGetAccountAnalysisResponseEntityAccountBreakdown
func (NullableGetAccountAnalysisResponseEntityAccountBreakdown) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntityAccountBreakdown) IsSet() bool
func (NullableGetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntityAccountBreakdown) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntityAccountBreakdown) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntityAccountBreakdown) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntityAccountBreakdown) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntityAccountBreakdown) Unset()
type NullableGetAccountAnalysisResponseEntityExpenseBreakdown ¶
type NullableGetAccountAnalysisResponseEntityExpenseBreakdown struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntityExpenseBreakdown ¶
func NewNullableGetAccountAnalysisResponseEntityExpenseBreakdown(val *GetAccountAnalysisResponseEntityExpenseBreakdown) *NullableGetAccountAnalysisResponseEntityExpenseBreakdown
func (NullableGetAccountAnalysisResponseEntityExpenseBreakdown) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntityExpenseBreakdown) IsSet() bool
func (NullableGetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntityExpenseBreakdown) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntityExpenseBreakdown) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntityExpenseBreakdown) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntityExpenseBreakdown) Unset()
type NullableGetAccountAnalysisResponseEntityFundsManagement ¶
type NullableGetAccountAnalysisResponseEntityFundsManagement struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntityFundsManagement ¶
func NewNullableGetAccountAnalysisResponseEntityFundsManagement(val *GetAccountAnalysisResponseEntityFundsManagement) *NullableGetAccountAnalysisResponseEntityFundsManagement
func (NullableGetAccountAnalysisResponseEntityFundsManagement) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntityFundsManagement) IsSet() bool
func (NullableGetAccountAnalysisResponseEntityFundsManagement) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntityFundsManagement) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntityFundsManagement) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntityFundsManagement) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntityFundsManagement) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntityFundsManagement) Unset()
type NullableGetAccountAnalysisResponseEntityInflowBreakdown ¶
type NullableGetAccountAnalysisResponseEntityInflowBreakdown struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntityInflowBreakdown ¶
func NewNullableGetAccountAnalysisResponseEntityInflowBreakdown(val *GetAccountAnalysisResponseEntityInflowBreakdown) *NullableGetAccountAnalysisResponseEntityInflowBreakdown
func (NullableGetAccountAnalysisResponseEntityInflowBreakdown) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntityInflowBreakdown) IsSet() bool
func (NullableGetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntityInflowBreakdown) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntityInflowBreakdown) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntityInflowBreakdown) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntityInflowBreakdown) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntityInflowBreakdown) Unset()
type NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown ¶
type NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown ¶
func NewNullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown(val *GetAccountAnalysisResponseEntityTransactionRoutineBreakdown) *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown
func (NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) IsSet ¶
func (v NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) IsSet() bool
func (NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON ¶
func (v NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) MarshalJSON() ([]byte, error)
func (*NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) UnmarshalJSON ¶
func (v *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) UnmarshalJSON(src []byte) error
func (*NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Unset ¶
func (v *NullableGetAccountAnalysisResponseEntityTransactionRoutineBreakdown) Unset()
type NullableGetAccountResponse ¶
type NullableGetAccountResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountResponse ¶
func NewNullableGetAccountResponse(val *GetAccountResponse) *NullableGetAccountResponse
func (NullableGetAccountResponse) Get ¶
func (v NullableGetAccountResponse) Get() *GetAccountResponse
func (NullableGetAccountResponse) IsSet ¶
func (v NullableGetAccountResponse) IsSet() bool
func (NullableGetAccountResponse) MarshalJSON ¶
func (v NullableGetAccountResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAccountResponse) Set ¶
func (v *NullableGetAccountResponse) Set(val *GetAccountResponse)
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 NewNullableGetAccountSubscriptionsResponse ¶
func NewNullableGetAccountSubscriptionsResponse(val *GetAccountSubscriptionsResponse) *NullableGetAccountSubscriptionsResponse
func (NullableGetAccountSubscriptionsResponse) IsSet ¶
func (v NullableGetAccountSubscriptionsResponse) IsSet() bool
func (NullableGetAccountSubscriptionsResponse) MarshalJSON ¶
func (v NullableGetAccountSubscriptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAccountSubscriptionsResponse) Set ¶
func (v *NullableGetAccountSubscriptionsResponse) Set(val *GetAccountSubscriptionsResponse)
func (*NullableGetAccountSubscriptionsResponse) UnmarshalJSON ¶
func (v *NullableGetAccountSubscriptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAccountSubscriptionsResponse) Unset ¶
func (v *NullableGetAccountSubscriptionsResponse) Unset()
type NullableGetAccountSubscriptionsResponseEntity ¶
type NullableGetAccountSubscriptionsResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountSubscriptionsResponseEntity ¶
func NewNullableGetAccountSubscriptionsResponseEntity(val *GetAccountSubscriptionsResponseEntity) *NullableGetAccountSubscriptionsResponseEntity
func (NullableGetAccountSubscriptionsResponseEntity) IsSet ¶
func (v NullableGetAccountSubscriptionsResponseEntity) IsSet() bool
func (NullableGetAccountSubscriptionsResponseEntity) MarshalJSON ¶
func (v NullableGetAccountSubscriptionsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetAccountSubscriptionsResponseEntity) Set ¶
func (v *NullableGetAccountSubscriptionsResponseEntity) Set(val *GetAccountSubscriptionsResponseEntity)
func (*NullableGetAccountSubscriptionsResponseEntity) UnmarshalJSON ¶
func (v *NullableGetAccountSubscriptionsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetAccountSubscriptionsResponseEntity) Unset ¶
func (v *NullableGetAccountSubscriptionsResponseEntity) Unset()
type NullableGetAccountTransactionsResponse ¶
type NullableGetAccountTransactionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountTransactionsResponse ¶
func NewNullableGetAccountTransactionsResponse(val *GetAccountTransactionsResponse) *NullableGetAccountTransactionsResponse
func (NullableGetAccountTransactionsResponse) Get ¶
func (v NullableGetAccountTransactionsResponse) Get() *GetAccountTransactionsResponse
func (NullableGetAccountTransactionsResponse) IsSet ¶
func (v NullableGetAccountTransactionsResponse) IsSet() bool
func (NullableGetAccountTransactionsResponse) MarshalJSON ¶
func (v NullableGetAccountTransactionsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAccountTransactionsResponse) Set ¶
func (v *NullableGetAccountTransactionsResponse) Set(val *GetAccountTransactionsResponse)
func (*NullableGetAccountTransactionsResponse) UnmarshalJSON ¶
func (v *NullableGetAccountTransactionsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAccountTransactionsResponse) Unset ¶
func (v *NullableGetAccountTransactionsResponse) Unset()
type NullableGetAccountTransactionsResponseEntity ¶
type NullableGetAccountTransactionsResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountTransactionsResponseEntity ¶
func NewNullableGetAccountTransactionsResponseEntity(val *GetAccountTransactionsResponseEntity) *NullableGetAccountTransactionsResponseEntity
func (NullableGetAccountTransactionsResponseEntity) IsSet ¶
func (v NullableGetAccountTransactionsResponseEntity) IsSet() bool
func (NullableGetAccountTransactionsResponseEntity) MarshalJSON ¶
func (v NullableGetAccountTransactionsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetAccountTransactionsResponseEntity) Set ¶
func (v *NullableGetAccountTransactionsResponseEntity) Set(val *GetAccountTransactionsResponseEntity)
func (*NullableGetAccountTransactionsResponseEntity) UnmarshalJSON ¶
func (v *NullableGetAccountTransactionsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetAccountTransactionsResponseEntity) Unset ¶
func (v *NullableGetAccountTransactionsResponseEntity) Unset()
type NullableGetAccountTransactionsResponseEntityTransactionsInner ¶
type NullableGetAccountTransactionsResponseEntityTransactionsInner struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountTransactionsResponseEntityTransactionsInner ¶
func NewNullableGetAccountTransactionsResponseEntityTransactionsInner(val *GetAccountTransactionsResponseEntityTransactionsInner) *NullableGetAccountTransactionsResponseEntityTransactionsInner
func (NullableGetAccountTransactionsResponseEntityTransactionsInner) IsSet ¶
func (v NullableGetAccountTransactionsResponseEntityTransactionsInner) IsSet() bool
func (NullableGetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON ¶
func (v NullableGetAccountTransactionsResponseEntityTransactionsInner) MarshalJSON() ([]byte, error)
func (*NullableGetAccountTransactionsResponseEntityTransactionsInner) UnmarshalJSON ¶
func (v *NullableGetAccountTransactionsResponseEntityTransactionsInner) UnmarshalJSON(src []byte) error
func (*NullableGetAccountTransactionsResponseEntityTransactionsInner) Unset ¶
func (v *NullableGetAccountTransactionsResponseEntityTransactionsInner) Unset()
type NullableGetAdvancedCacResponse ¶
type NullableGetAdvancedCacResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAdvancedCacResponse ¶
func NewNullableGetAdvancedCacResponse(val *GetAdvancedCacResponse) *NullableGetAdvancedCacResponse
func (NullableGetAdvancedCacResponse) Get ¶
func (v NullableGetAdvancedCacResponse) Get() *GetAdvancedCacResponse
func (NullableGetAdvancedCacResponse) IsSet ¶
func (v NullableGetAdvancedCacResponse) IsSet() bool
func (NullableGetAdvancedCacResponse) MarshalJSON ¶
func (v NullableGetAdvancedCacResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAdvancedCacResponse) Set ¶
func (v *NullableGetAdvancedCacResponse) Set(val *GetAdvancedCacResponse)
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 (v NullableGetBanksResponse) Get() *GetBanksResponse
func (NullableGetBanksResponse) IsSet ¶
func (v NullableGetBanksResponse) IsSet() bool
func (NullableGetBanksResponse) MarshalJSON ¶
func (v NullableGetBanksResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBanksResponse) Set ¶
func (v *NullableGetBanksResponse) Set(val *GetBanksResponse)
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 NewNullableGetBanksResponseEntityInner ¶
func NewNullableGetBanksResponseEntityInner(val *GetBanksResponseEntityInner) *NullableGetBanksResponseEntityInner
func (NullableGetBanksResponseEntityInner) Get ¶
func (v NullableGetBanksResponseEntityInner) Get() *GetBanksResponseEntityInner
func (NullableGetBanksResponseEntityInner) IsSet ¶
func (v NullableGetBanksResponseEntityInner) IsSet() bool
func (NullableGetBanksResponseEntityInner) MarshalJSON ¶
func (v NullableGetBanksResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullableGetBanksResponseEntityInner) Set ¶
func (v *NullableGetBanksResponseEntityInner) Set(val *GetBanksResponseEntityInner)
func (*NullableGetBanksResponseEntityInner) UnmarshalJSON ¶
func (v *NullableGetBanksResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullableGetBanksResponseEntityInner) Unset ¶
func (v *NullableGetBanksResponseEntityInner) Unset()
type NullableGetBasicBvnResponse ¶
type NullableGetBasicBvnResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBasicBvnResponse ¶
func NewNullableGetBasicBvnResponse(val *GetBasicBvnResponse) *NullableGetBasicBvnResponse
func (NullableGetBasicBvnResponse) Get ¶
func (v NullableGetBasicBvnResponse) Get() *GetBasicBvnResponse
func (NullableGetBasicBvnResponse) IsSet ¶
func (v NullableGetBasicBvnResponse) IsSet() bool
func (NullableGetBasicBvnResponse) MarshalJSON ¶
func (v NullableGetBasicBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBasicBvnResponse) Set ¶
func (v *NullableGetBasicBvnResponse) Set(val *GetBasicBvnResponse)
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 NewNullableGetBasicBvnResponseEntity ¶
func NewNullableGetBasicBvnResponseEntity(val *GetBasicBvnResponseEntity) *NullableGetBasicBvnResponseEntity
func (NullableGetBasicBvnResponseEntity) Get ¶
func (v NullableGetBasicBvnResponseEntity) Get() *GetBasicBvnResponseEntity
func (NullableGetBasicBvnResponseEntity) IsSet ¶
func (v NullableGetBasicBvnResponseEntity) IsSet() bool
func (NullableGetBasicBvnResponseEntity) MarshalJSON ¶
func (v NullableGetBasicBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetBasicBvnResponseEntity) Set ¶
func (v *NullableGetBasicBvnResponseEntity) Set(val *GetBasicBvnResponseEntity)
func (*NullableGetBasicBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableGetBasicBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetBasicBvnResponseEntity) Unset ¶
func (v *NullableGetBasicBvnResponseEntity) Unset()
type NullableGetBasicCacResponse ¶
type NullableGetBasicCacResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBasicCacResponse ¶
func NewNullableGetBasicCacResponse(val *GetBasicCacResponse) *NullableGetBasicCacResponse
func (NullableGetBasicCacResponse) Get ¶
func (v NullableGetBasicCacResponse) Get() *GetBasicCacResponse
func (NullableGetBasicCacResponse) IsSet ¶
func (v NullableGetBasicCacResponse) IsSet() bool
func (NullableGetBasicCacResponse) MarshalJSON ¶
func (v NullableGetBasicCacResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBasicCacResponse) Set ¶
func (v *NullableGetBasicCacResponse) Set(val *GetBasicCacResponse)
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 NewNullableGetBasicCacResponseEntity ¶
func NewNullableGetBasicCacResponseEntity(val *GetBasicCacResponseEntity) *NullableGetBasicCacResponseEntity
func (NullableGetBasicCacResponseEntity) Get ¶
func (v NullableGetBasicCacResponseEntity) Get() *GetBasicCacResponseEntity
func (NullableGetBasicCacResponseEntity) IsSet ¶
func (v NullableGetBasicCacResponseEntity) IsSet() bool
func (NullableGetBasicCacResponseEntity) MarshalJSON ¶
func (v NullableGetBasicCacResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetBasicCacResponseEntity) Set ¶
func (v *NullableGetBasicCacResponseEntity) Set(val *GetBasicCacResponseEntity)
func (*NullableGetBasicCacResponseEntity) UnmarshalJSON ¶
func (v *NullableGetBasicCacResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetBasicCacResponseEntity) Unset ¶
func (v *NullableGetBasicCacResponseEntity) Unset()
type NullableGetBasicPhoneNumberResponse ¶
type NullableGetBasicPhoneNumberResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBasicPhoneNumberResponse ¶
func NewNullableGetBasicPhoneNumberResponse(val *GetBasicPhoneNumberResponse) *NullableGetBasicPhoneNumberResponse
func (NullableGetBasicPhoneNumberResponse) Get ¶
func (v NullableGetBasicPhoneNumberResponse) Get() *GetBasicPhoneNumberResponse
func (NullableGetBasicPhoneNumberResponse) IsSet ¶
func (v NullableGetBasicPhoneNumberResponse) IsSet() bool
func (NullableGetBasicPhoneNumberResponse) MarshalJSON ¶
func (v NullableGetBasicPhoneNumberResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBasicPhoneNumberResponse) Set ¶
func (v *NullableGetBasicPhoneNumberResponse) Set(val *GetBasicPhoneNumberResponse)
func (*NullableGetBasicPhoneNumberResponse) UnmarshalJSON ¶
func (v *NullableGetBasicPhoneNumberResponse) UnmarshalJSON(src []byte) error
func (*NullableGetBasicPhoneNumberResponse) Unset ¶
func (v *NullableGetBasicPhoneNumberResponse) Unset()
type NullableGetBasicPhoneNumberResponseEntity ¶
type NullableGetBasicPhoneNumberResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetBasicPhoneNumberResponseEntity ¶
func NewNullableGetBasicPhoneNumberResponseEntity(val *GetBasicPhoneNumberResponseEntity) *NullableGetBasicPhoneNumberResponseEntity
func (NullableGetBasicPhoneNumberResponseEntity) IsSet ¶
func (v NullableGetBasicPhoneNumberResponseEntity) IsSet() bool
func (NullableGetBasicPhoneNumberResponseEntity) MarshalJSON ¶
func (v NullableGetBasicPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetBasicPhoneNumberResponseEntity) Set ¶
func (v *NullableGetBasicPhoneNumberResponseEntity) Set(val *GetBasicPhoneNumberResponseEntity)
func (*NullableGetBasicPhoneNumberResponseEntity) UnmarshalJSON ¶
func (v *NullableGetBasicPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetBasicPhoneNumberResponseEntity) Unset ¶
func (v *NullableGetBasicPhoneNumberResponseEntity) Unset()
type NullableGetBinResponse ¶
type NullableGetBinResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBinResponse ¶
func NewNullableGetBinResponse(val *GetBinResponse) *NullableGetBinResponse
func (NullableGetBinResponse) Get ¶
func (v NullableGetBinResponse) Get() *GetBinResponse
func (NullableGetBinResponse) IsSet ¶
func (v NullableGetBinResponse) IsSet() bool
func (NullableGetBinResponse) MarshalJSON ¶
func (v NullableGetBinResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBinResponse) Set ¶
func (v *NullableGetBinResponse) Set(val *GetBinResponse)
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 (v NullableGetBinResponseEntity) Get() *GetBinResponseEntity
func (NullableGetBinResponseEntity) IsSet ¶
func (v NullableGetBinResponseEntity) IsSet() bool
func (NullableGetBinResponseEntity) MarshalJSON ¶
func (v NullableGetBinResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetBinResponseEntity) Set ¶
func (v *NullableGetBinResponseEntity) Set(val *GetBinResponseEntity)
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 (v NullableGetCacResponse) Get() *GetCacResponse
func (NullableGetCacResponse) IsSet ¶
func (v NullableGetCacResponse) IsSet() bool
func (NullableGetCacResponse) MarshalJSON ¶
func (v NullableGetCacResponse) MarshalJSON() ([]byte, error)
func (*NullableGetCacResponse) Set ¶
func (v *NullableGetCacResponse) Set(val *GetCacResponse)
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 (v NullableGetCacResponseEntity) Get() *GetCacResponseEntity
func (NullableGetCacResponseEntity) IsSet ¶
func (v NullableGetCacResponseEntity) IsSet() bool
func (NullableGetCacResponseEntity) MarshalJSON ¶
func (v NullableGetCacResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetCacResponseEntity) Set ¶
func (v *NullableGetCacResponseEntity) Set(val *GetCacResponseEntity)
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 (v NullableGetDataPlansResponse) Get() *GetDataPlansResponse
func (NullableGetDataPlansResponse) IsSet ¶
func (v NullableGetDataPlansResponse) IsSet() bool
func (NullableGetDataPlansResponse) MarshalJSON ¶
func (v NullableGetDataPlansResponse) MarshalJSON() ([]byte, error)
func (*NullableGetDataPlansResponse) Set ¶
func (v *NullableGetDataPlansResponse) Set(val *GetDataPlansResponse)
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 NewNullableGetDocumentAnalysisRequest ¶
func NewNullableGetDocumentAnalysisRequest(val *GetDocumentAnalysisRequest) *NullableGetDocumentAnalysisRequest
func (NullableGetDocumentAnalysisRequest) Get ¶
func (v NullableGetDocumentAnalysisRequest) Get() *GetDocumentAnalysisRequest
func (NullableGetDocumentAnalysisRequest) IsSet ¶
func (v NullableGetDocumentAnalysisRequest) IsSet() bool
func (NullableGetDocumentAnalysisRequest) MarshalJSON ¶
func (v NullableGetDocumentAnalysisRequest) MarshalJSON() ([]byte, error)
func (*NullableGetDocumentAnalysisRequest) Set ¶
func (v *NullableGetDocumentAnalysisRequest) Set(val *GetDocumentAnalysisRequest)
func (*NullableGetDocumentAnalysisRequest) UnmarshalJSON ¶
func (v *NullableGetDocumentAnalysisRequest) UnmarshalJSON(src []byte) error
func (*NullableGetDocumentAnalysisRequest) Unset ¶
func (v *NullableGetDocumentAnalysisRequest) Unset()
type NullableGetDocumentAnalysisResponse ¶
type NullableGetDocumentAnalysisResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetDocumentAnalysisResponse ¶
func NewNullableGetDocumentAnalysisResponse(val *GetDocumentAnalysisResponse) *NullableGetDocumentAnalysisResponse
func (NullableGetDocumentAnalysisResponse) Get ¶
func (v NullableGetDocumentAnalysisResponse) Get() *GetDocumentAnalysisResponse
func (NullableGetDocumentAnalysisResponse) IsSet ¶
func (v NullableGetDocumentAnalysisResponse) IsSet() bool
func (NullableGetDocumentAnalysisResponse) MarshalJSON ¶
func (v NullableGetDocumentAnalysisResponse) MarshalJSON() ([]byte, error)
func (*NullableGetDocumentAnalysisResponse) Set ¶
func (v *NullableGetDocumentAnalysisResponse) Set(val *GetDocumentAnalysisResponse)
func (*NullableGetDocumentAnalysisResponse) UnmarshalJSON ¶
func (v *NullableGetDocumentAnalysisResponse) UnmarshalJSON(src []byte) error
func (*NullableGetDocumentAnalysisResponse) Unset ¶
func (v *NullableGetDocumentAnalysisResponse) Unset()
type NullableGetDocumentAnalysisResponseEntity ¶
type NullableGetDocumentAnalysisResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetDocumentAnalysisResponseEntity ¶
func NewNullableGetDocumentAnalysisResponseEntity(val *GetDocumentAnalysisResponseEntity) *NullableGetDocumentAnalysisResponseEntity
func (NullableGetDocumentAnalysisResponseEntity) IsSet ¶
func (v NullableGetDocumentAnalysisResponseEntity) IsSet() bool
func (NullableGetDocumentAnalysisResponseEntity) MarshalJSON ¶
func (v NullableGetDocumentAnalysisResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetDocumentAnalysisResponseEntity) Set ¶
func (v *NullableGetDocumentAnalysisResponseEntity) Set(val *GetDocumentAnalysisResponseEntity)
func (*NullableGetDocumentAnalysisResponseEntity) UnmarshalJSON ¶
func (v *NullableGetDocumentAnalysisResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetDocumentAnalysisResponseEntity) Unset ¶
func (v *NullableGetDocumentAnalysisResponseEntity) Unset()
type NullableGetDocumentAnalysisResponseEntityData ¶
type NullableGetDocumentAnalysisResponseEntityData struct {
// contains filtered or unexported fields
}
func NewNullableGetDocumentAnalysisResponseEntityData ¶
func NewNullableGetDocumentAnalysisResponseEntityData(val *GetDocumentAnalysisResponseEntityData) *NullableGetDocumentAnalysisResponseEntityData
func (NullableGetDocumentAnalysisResponseEntityData) IsSet ¶
func (v NullableGetDocumentAnalysisResponseEntityData) IsSet() bool
func (NullableGetDocumentAnalysisResponseEntityData) MarshalJSON ¶
func (v NullableGetDocumentAnalysisResponseEntityData) MarshalJSON() ([]byte, error)
func (*NullableGetDocumentAnalysisResponseEntityData) Set ¶
func (v *NullableGetDocumentAnalysisResponseEntityData) Set(val *GetDocumentAnalysisResponseEntityData)
func (*NullableGetDocumentAnalysisResponseEntityData) UnmarshalJSON ¶
func (v *NullableGetDocumentAnalysisResponseEntityData) UnmarshalJSON(src []byte) error
func (*NullableGetDocumentAnalysisResponseEntityData) Unset ¶
func (v *NullableGetDocumentAnalysisResponseEntityData) Unset()
type NullableGetDriversLicenseResponse ¶
type NullableGetDriversLicenseResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetDriversLicenseResponse ¶
func NewNullableGetDriversLicenseResponse(val *GetDriversLicenseResponse) *NullableGetDriversLicenseResponse
func (NullableGetDriversLicenseResponse) Get ¶
func (v NullableGetDriversLicenseResponse) Get() *GetDriversLicenseResponse
func (NullableGetDriversLicenseResponse) IsSet ¶
func (v NullableGetDriversLicenseResponse) IsSet() bool
func (NullableGetDriversLicenseResponse) MarshalJSON ¶
func (v NullableGetDriversLicenseResponse) MarshalJSON() ([]byte, error)
func (*NullableGetDriversLicenseResponse) Set ¶
func (v *NullableGetDriversLicenseResponse) Set(val *GetDriversLicenseResponse)
func (*NullableGetDriversLicenseResponse) UnmarshalJSON ¶
func (v *NullableGetDriversLicenseResponse) UnmarshalJSON(src []byte) error
func (*NullableGetDriversLicenseResponse) Unset ¶
func (v *NullableGetDriversLicenseResponse) Unset()
type NullableGetDriversLicenseResponseEntity ¶
type NullableGetDriversLicenseResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetDriversLicenseResponseEntity ¶
func NewNullableGetDriversLicenseResponseEntity(val *GetDriversLicenseResponseEntity) *NullableGetDriversLicenseResponseEntity
func (NullableGetDriversLicenseResponseEntity) IsSet ¶
func (v NullableGetDriversLicenseResponseEntity) IsSet() bool
func (NullableGetDriversLicenseResponseEntity) MarshalJSON ¶
func (v NullableGetDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetDriversLicenseResponseEntity) Set ¶
func (v *NullableGetDriversLicenseResponseEntity) Set(val *GetDriversLicenseResponseEntity)
func (*NullableGetDriversLicenseResponseEntity) UnmarshalJSON ¶
func (v *NullableGetDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetDriversLicenseResponseEntity) Unset ¶
func (v *NullableGetDriversLicenseResponseEntity) Unset()
type NullableGetEarningStructureResponse ¶
type NullableGetEarningStructureResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetEarningStructureResponse ¶
func NewNullableGetEarningStructureResponse(val *GetEarningStructureResponse) *NullableGetEarningStructureResponse
func (NullableGetEarningStructureResponse) Get ¶
func (v NullableGetEarningStructureResponse) Get() *GetEarningStructureResponse
func (NullableGetEarningStructureResponse) IsSet ¶
func (v NullableGetEarningStructureResponse) IsSet() bool
func (NullableGetEarningStructureResponse) MarshalJSON ¶
func (v NullableGetEarningStructureResponse) MarshalJSON() ([]byte, error)
func (*NullableGetEarningStructureResponse) Set ¶
func (v *NullableGetEarningStructureResponse) Set(val *GetEarningStructureResponse)
func (*NullableGetEarningStructureResponse) UnmarshalJSON ¶
func (v *NullableGetEarningStructureResponse) UnmarshalJSON(src []byte) error
func (*NullableGetEarningStructureResponse) Unset ¶
func (v *NullableGetEarningStructureResponse) Unset()
type NullableGetEarningStructureResponseEntity ¶
type NullableGetEarningStructureResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetEarningStructureResponseEntity ¶
func NewNullableGetEarningStructureResponseEntity(val *GetEarningStructureResponseEntity) *NullableGetEarningStructureResponseEntity
func (NullableGetEarningStructureResponseEntity) IsSet ¶
func (v NullableGetEarningStructureResponseEntity) IsSet() bool
func (NullableGetEarningStructureResponseEntity) MarshalJSON ¶
func (v NullableGetEarningStructureResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetEarningStructureResponseEntity) Set ¶
func (v *NullableGetEarningStructureResponseEntity) Set(val *GetEarningStructureResponseEntity)
func (*NullableGetEarningStructureResponseEntity) UnmarshalJSON ¶
func (v *NullableGetEarningStructureResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetEarningStructureResponseEntity) Unset ¶
func (v *NullableGetEarningStructureResponseEntity) Unset()
type NullableGetEmailReputationResponse ¶
type NullableGetEmailReputationResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetEmailReputationResponse ¶
func NewNullableGetEmailReputationResponse(val *GetEmailReputationResponse) *NullableGetEmailReputationResponse
func (NullableGetEmailReputationResponse) Get ¶
func (v NullableGetEmailReputationResponse) Get() *GetEmailReputationResponse
func (NullableGetEmailReputationResponse) IsSet ¶
func (v NullableGetEmailReputationResponse) IsSet() bool
func (NullableGetEmailReputationResponse) MarshalJSON ¶
func (v NullableGetEmailReputationResponse) MarshalJSON() ([]byte, error)
func (*NullableGetEmailReputationResponse) Set ¶
func (v *NullableGetEmailReputationResponse) Set(val *GetEmailReputationResponse)
func (*NullableGetEmailReputationResponse) UnmarshalJSON ¶
func (v *NullableGetEmailReputationResponse) UnmarshalJSON(src []byte) error
func (*NullableGetEmailReputationResponse) Unset ¶
func (v *NullableGetEmailReputationResponse) Unset()
type NullableGetEmailReputationResponseEntity ¶
type NullableGetEmailReputationResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetEmailReputationResponseEntity ¶
func NewNullableGetEmailReputationResponseEntity(val *GetEmailReputationResponseEntity) *NullableGetEmailReputationResponseEntity
func (NullableGetEmailReputationResponseEntity) IsSet ¶
func (v NullableGetEmailReputationResponseEntity) IsSet() bool
func (NullableGetEmailReputationResponseEntity) MarshalJSON ¶
func (v NullableGetEmailReputationResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetEmailReputationResponseEntity) Set ¶
func (v *NullableGetEmailReputationResponseEntity) Set(val *GetEmailReputationResponseEntity)
func (*NullableGetEmailReputationResponseEntity) UnmarshalJSON ¶
func (v *NullableGetEmailReputationResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetEmailReputationResponseEntity) Unset ¶
func (v *NullableGetEmailReputationResponseEntity) Unset()
type NullableGetEmailReputationResponseEntityDetails ¶
type NullableGetEmailReputationResponseEntityDetails struct {
// contains filtered or unexported fields
}
func NewNullableGetEmailReputationResponseEntityDetails ¶
func NewNullableGetEmailReputationResponseEntityDetails(val *GetEmailReputationResponseEntityDetails) *NullableGetEmailReputationResponseEntityDetails
func (NullableGetEmailReputationResponseEntityDetails) IsSet ¶
func (v NullableGetEmailReputationResponseEntityDetails) IsSet() bool
func (NullableGetEmailReputationResponseEntityDetails) MarshalJSON ¶
func (v NullableGetEmailReputationResponseEntityDetails) MarshalJSON() ([]byte, error)
func (*NullableGetEmailReputationResponseEntityDetails) UnmarshalJSON ¶
func (v *NullableGetEmailReputationResponseEntityDetails) UnmarshalJSON(src []byte) error
func (*NullableGetEmailReputationResponseEntityDetails) Unset ¶
func (v *NullableGetEmailReputationResponseEntityDetails) Unset()
type NullableGetFullBvnResponse ¶
type NullableGetFullBvnResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetFullBvnResponse ¶
func NewNullableGetFullBvnResponse(val *GetFullBvnResponse) *NullableGetFullBvnResponse
func (NullableGetFullBvnResponse) Get ¶
func (v NullableGetFullBvnResponse) Get() *GetFullBvnResponse
func (NullableGetFullBvnResponse) IsSet ¶
func (v NullableGetFullBvnResponse) IsSet() bool
func (NullableGetFullBvnResponse) MarshalJSON ¶
func (v NullableGetFullBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableGetFullBvnResponse) Set ¶
func (v *NullableGetFullBvnResponse) Set(val *GetFullBvnResponse)
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 NewNullableGetFullBvnResponseEntity ¶
func NewNullableGetFullBvnResponseEntity(val *GetFullBvnResponseEntity) *NullableGetFullBvnResponseEntity
func (NullableGetFullBvnResponseEntity) Get ¶
func (v NullableGetFullBvnResponseEntity) Get() *GetFullBvnResponseEntity
func (NullableGetFullBvnResponseEntity) IsSet ¶
func (v NullableGetFullBvnResponseEntity) IsSet() bool
func (NullableGetFullBvnResponseEntity) MarshalJSON ¶
func (v NullableGetFullBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetFullBvnResponseEntity) Set ¶
func (v *NullableGetFullBvnResponseEntity) Set(val *GetFullBvnResponseEntity)
func (*NullableGetFullBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableGetFullBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetFullBvnResponseEntity) Unset ¶
func (v *NullableGetFullBvnResponseEntity) Unset()
type NullableGetGenericOcrTextRequest ¶
type NullableGetGenericOcrTextRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetGenericOcrTextRequest ¶
func NewNullableGetGenericOcrTextRequest(val *GetGenericOcrTextRequest) *NullableGetGenericOcrTextRequest
func (NullableGetGenericOcrTextRequest) Get ¶
func (v NullableGetGenericOcrTextRequest) Get() *GetGenericOcrTextRequest
func (NullableGetGenericOcrTextRequest) IsSet ¶
func (v NullableGetGenericOcrTextRequest) IsSet() bool
func (NullableGetGenericOcrTextRequest) MarshalJSON ¶
func (v NullableGetGenericOcrTextRequest) MarshalJSON() ([]byte, error)
func (*NullableGetGenericOcrTextRequest) Set ¶
func (v *NullableGetGenericOcrTextRequest) Set(val *GetGenericOcrTextRequest)
func (*NullableGetGenericOcrTextRequest) UnmarshalJSON ¶
func (v *NullableGetGenericOcrTextRequest) UnmarshalJSON(src []byte) error
func (*NullableGetGenericOcrTextRequest) Unset ¶
func (v *NullableGetGenericOcrTextRequest) Unset()
type NullableGetGenericOcrTextResponse ¶
type NullableGetGenericOcrTextResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetGenericOcrTextResponse ¶
func NewNullableGetGenericOcrTextResponse(val *GetGenericOcrTextResponse) *NullableGetGenericOcrTextResponse
func (NullableGetGenericOcrTextResponse) Get ¶
func (v NullableGetGenericOcrTextResponse) Get() *GetGenericOcrTextResponse
func (NullableGetGenericOcrTextResponse) IsSet ¶
func (v NullableGetGenericOcrTextResponse) IsSet() bool
func (NullableGetGenericOcrTextResponse) MarshalJSON ¶
func (v NullableGetGenericOcrTextResponse) MarshalJSON() ([]byte, error)
func (*NullableGetGenericOcrTextResponse) Set ¶
func (v *NullableGetGenericOcrTextResponse) Set(val *GetGenericOcrTextResponse)
func (*NullableGetGenericOcrTextResponse) UnmarshalJSON ¶
func (v *NullableGetGenericOcrTextResponse) UnmarshalJSON(src []byte) error
func (*NullableGetGenericOcrTextResponse) Unset ¶
func (v *NullableGetGenericOcrTextResponse) Unset()
type NullableGetKycDriversLicenseResponse ¶
type NullableGetKycDriversLicenseResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetKycDriversLicenseResponse ¶
func NewNullableGetKycDriversLicenseResponse(val *GetKycDriversLicenseResponse) *NullableGetKycDriversLicenseResponse
func (NullableGetKycDriversLicenseResponse) Get ¶
func (v NullableGetKycDriversLicenseResponse) Get() *GetKycDriversLicenseResponse
func (NullableGetKycDriversLicenseResponse) IsSet ¶
func (v NullableGetKycDriversLicenseResponse) IsSet() bool
func (NullableGetKycDriversLicenseResponse) MarshalJSON ¶
func (v NullableGetKycDriversLicenseResponse) MarshalJSON() ([]byte, error)
func (*NullableGetKycDriversLicenseResponse) Set ¶
func (v *NullableGetKycDriversLicenseResponse) Set(val *GetKycDriversLicenseResponse)
func (*NullableGetKycDriversLicenseResponse) UnmarshalJSON ¶
func (v *NullableGetKycDriversLicenseResponse) UnmarshalJSON(src []byte) error
func (*NullableGetKycDriversLicenseResponse) Unset ¶
func (v *NullableGetKycDriversLicenseResponse) Unset()
type NullableGetKycDriversLicenseResponseEntity ¶
type NullableGetKycDriversLicenseResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetKycDriversLicenseResponseEntity ¶
func NewNullableGetKycDriversLicenseResponseEntity(val *GetKycDriversLicenseResponseEntity) *NullableGetKycDriversLicenseResponseEntity
func (NullableGetKycDriversLicenseResponseEntity) IsSet ¶
func (v NullableGetKycDriversLicenseResponseEntity) IsSet() bool
func (NullableGetKycDriversLicenseResponseEntity) MarshalJSON ¶
func (v NullableGetKycDriversLicenseResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetKycDriversLicenseResponseEntity) Set ¶
func (v *NullableGetKycDriversLicenseResponseEntity) Set(val *GetKycDriversLicenseResponseEntity)
func (*NullableGetKycDriversLicenseResponseEntity) UnmarshalJSON ¶
func (v *NullableGetKycDriversLicenseResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetKycDriversLicenseResponseEntity) Unset ¶
func (v *NullableGetKycDriversLicenseResponseEntity) Unset()
type NullableGetKycDriversLicenseResponseEntityPersonalDetails ¶
type NullableGetKycDriversLicenseResponseEntityPersonalDetails struct {
// contains filtered or unexported fields
}
func NewNullableGetKycDriversLicenseResponseEntityPersonalDetails ¶
func NewNullableGetKycDriversLicenseResponseEntityPersonalDetails(val *GetKycDriversLicenseResponseEntityPersonalDetails) *NullableGetKycDriversLicenseResponseEntityPersonalDetails
func (NullableGetKycDriversLicenseResponseEntityPersonalDetails) IsSet ¶
func (v NullableGetKycDriversLicenseResponseEntityPersonalDetails) IsSet() bool
func (NullableGetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON ¶
func (v NullableGetKycDriversLicenseResponseEntityPersonalDetails) MarshalJSON() ([]byte, error)
func (*NullableGetKycDriversLicenseResponseEntityPersonalDetails) UnmarshalJSON ¶
func (v *NullableGetKycDriversLicenseResponseEntityPersonalDetails) UnmarshalJSON(src []byte) error
func (*NullableGetKycDriversLicenseResponseEntityPersonalDetails) Unset ¶
func (v *NullableGetKycDriversLicenseResponseEntityPersonalDetails) Unset()
type NullableGetKycPassportResponse ¶
type NullableGetKycPassportResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetKycPassportResponse ¶
func NewNullableGetKycPassportResponse(val *GetKycPassportResponse) *NullableGetKycPassportResponse
func (NullableGetKycPassportResponse) Get ¶
func (v NullableGetKycPassportResponse) Get() *GetKycPassportResponse
func (NullableGetKycPassportResponse) IsSet ¶
func (v NullableGetKycPassportResponse) IsSet() bool
func (NullableGetKycPassportResponse) MarshalJSON ¶
func (v NullableGetKycPassportResponse) MarshalJSON() ([]byte, error)
func (*NullableGetKycPassportResponse) Set ¶
func (v *NullableGetKycPassportResponse) Set(val *GetKycPassportResponse)
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 NewNullableGetKycPassportResponseEntity ¶
func NewNullableGetKycPassportResponseEntity(val *GetKycPassportResponseEntity) *NullableGetKycPassportResponseEntity
func (NullableGetKycPassportResponseEntity) Get ¶
func (v NullableGetKycPassportResponseEntity) Get() *GetKycPassportResponseEntity
func (NullableGetKycPassportResponseEntity) IsSet ¶
func (v NullableGetKycPassportResponseEntity) IsSet() bool
func (NullableGetKycPassportResponseEntity) MarshalJSON ¶
func (v NullableGetKycPassportResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetKycPassportResponseEntity) Set ¶
func (v *NullableGetKycPassportResponseEntity) Set(val *GetKycPassportResponseEntity)
func (*NullableGetKycPassportResponseEntity) UnmarshalJSON ¶
func (v *NullableGetKycPassportResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetKycPassportResponseEntity) Unset ¶
func (v *NullableGetKycPassportResponseEntity) Unset()
type NullableGetNationalIdResponse ¶
type NullableGetNationalIdResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetNationalIdResponse ¶
func NewNullableGetNationalIdResponse(val *GetNationalIdResponse) *NullableGetNationalIdResponse
func (NullableGetNationalIdResponse) Get ¶
func (v NullableGetNationalIdResponse) Get() *GetNationalIdResponse
func (NullableGetNationalIdResponse) IsSet ¶
func (v NullableGetNationalIdResponse) IsSet() bool
func (NullableGetNationalIdResponse) MarshalJSON ¶
func (v NullableGetNationalIdResponse) MarshalJSON() ([]byte, error)
func (*NullableGetNationalIdResponse) Set ¶
func (v *NullableGetNationalIdResponse) Set(val *GetNationalIdResponse)
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 NewNullableGetNationalIdResponseEntity ¶
func NewNullableGetNationalIdResponseEntity(val *GetNationalIdResponseEntity) *NullableGetNationalIdResponseEntity
func (NullableGetNationalIdResponseEntity) Get ¶
func (v NullableGetNationalIdResponseEntity) Get() *GetNationalIdResponseEntity
func (NullableGetNationalIdResponseEntity) IsSet ¶
func (v NullableGetNationalIdResponseEntity) IsSet() bool
func (NullableGetNationalIdResponseEntity) MarshalJSON ¶
func (v NullableGetNationalIdResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetNationalIdResponseEntity) Set ¶
func (v *NullableGetNationalIdResponseEntity) Set(val *GetNationalIdResponseEntity)
func (*NullableGetNationalIdResponseEntity) UnmarshalJSON ¶
func (v *NullableGetNationalIdResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetNationalIdResponseEntity) Unset ¶
func (v *NullableGetNationalIdResponseEntity) Unset()
type NullableGetNubanResponse ¶
type NullableGetNubanResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetNubanResponse ¶
func NewNullableGetNubanResponse(val *GetNubanResponse) *NullableGetNubanResponse
func (NullableGetNubanResponse) Get ¶
func (v NullableGetNubanResponse) Get() *GetNubanResponse
func (NullableGetNubanResponse) IsSet ¶
func (v NullableGetNubanResponse) IsSet() bool
func (NullableGetNubanResponse) MarshalJSON ¶
func (v NullableGetNubanResponse) MarshalJSON() ([]byte, error)
func (*NullableGetNubanResponse) Set ¶
func (v *NullableGetNubanResponse) Set(val *GetNubanResponse)
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 NewNullableGetNubanResponseEntity ¶
func NewNullableGetNubanResponseEntity(val *GetNubanResponseEntity) *NullableGetNubanResponseEntity
func (NullableGetNubanResponseEntity) Get ¶
func (v NullableGetNubanResponseEntity) Get() *GetNubanResponseEntity
func (NullableGetNubanResponseEntity) IsSet ¶
func (v NullableGetNubanResponseEntity) IsSet() bool
func (NullableGetNubanResponseEntity) MarshalJSON ¶
func (v NullableGetNubanResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetNubanResponseEntity) Set ¶
func (v *NullableGetNubanResponseEntity) Set(val *GetNubanResponseEntity)
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 (v NullableGetOcrTextRequest) Get() *GetOcrTextRequest
func (NullableGetOcrTextRequest) IsSet ¶
func (v NullableGetOcrTextRequest) IsSet() bool
func (NullableGetOcrTextRequest) MarshalJSON ¶
func (v NullableGetOcrTextRequest) MarshalJSON() ([]byte, error)
func (*NullableGetOcrTextRequest) Set ¶
func (v *NullableGetOcrTextRequest) Set(val *GetOcrTextRequest)
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 (v NullableGetOcrTextResponse) Get() *GetOcrTextResponse
func (NullableGetOcrTextResponse) IsSet ¶
func (v NullableGetOcrTextResponse) IsSet() bool
func (NullableGetOcrTextResponse) MarshalJSON ¶
func (v NullableGetOcrTextResponse) MarshalJSON() ([]byte, error)
func (*NullableGetOcrTextResponse) Set ¶
func (v *NullableGetOcrTextResponse) Set(val *GetOcrTextResponse)
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 NewNullableGetOcrTextResponseEntity ¶
func NewNullableGetOcrTextResponseEntity(val *GetOcrTextResponseEntity) *NullableGetOcrTextResponseEntity
func (NullableGetOcrTextResponseEntity) Get ¶
func (v NullableGetOcrTextResponseEntity) Get() *GetOcrTextResponseEntity
func (NullableGetOcrTextResponseEntity) IsSet ¶
func (v NullableGetOcrTextResponseEntity) IsSet() bool
func (NullableGetOcrTextResponseEntity) MarshalJSON ¶
func (v NullableGetOcrTextResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetOcrTextResponseEntity) Set ¶
func (v *NullableGetOcrTextResponseEntity) Set(val *GetOcrTextResponseEntity)
func (*NullableGetOcrTextResponseEntity) UnmarshalJSON ¶
func (v *NullableGetOcrTextResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetOcrTextResponseEntity) Unset ¶
func (v *NullableGetOcrTextResponseEntity) Unset()
type NullableGetPassportResponse ¶
type NullableGetPassportResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPassportResponse ¶
func NewNullableGetPassportResponse(val *GetPassportResponse) *NullableGetPassportResponse
func (NullableGetPassportResponse) Get ¶
func (v NullableGetPassportResponse) Get() *GetPassportResponse
func (NullableGetPassportResponse) IsSet ¶
func (v NullableGetPassportResponse) IsSet() bool
func (NullableGetPassportResponse) MarshalJSON ¶
func (v NullableGetPassportResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPassportResponse) Set ¶
func (v *NullableGetPassportResponse) Set(val *GetPassportResponse)
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 NewNullableGetPassportResponseEntity ¶
func NewNullableGetPassportResponseEntity(val *GetPassportResponseEntity) *NullableGetPassportResponseEntity
func (NullableGetPassportResponseEntity) Get ¶
func (v NullableGetPassportResponseEntity) Get() *GetPassportResponseEntity
func (NullableGetPassportResponseEntity) IsSet ¶
func (v NullableGetPassportResponseEntity) IsSet() bool
func (NullableGetPassportResponseEntity) MarshalJSON ¶
func (v NullableGetPassportResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetPassportResponseEntity) Set ¶
func (v *NullableGetPassportResponseEntity) Set(val *GetPassportResponseEntity)
func (*NullableGetPassportResponseEntity) UnmarshalJSON ¶
func (v *NullableGetPassportResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetPassportResponseEntity) Unset ¶
func (v *NullableGetPassportResponseEntity) Unset()
type NullableGetPhoneNumber404Response ¶
type NullableGetPhoneNumber404Response struct {
// contains filtered or unexported fields
}
func NewNullableGetPhoneNumber404Response ¶
func NewNullableGetPhoneNumber404Response(val *GetPhoneNumber404Response) *NullableGetPhoneNumber404Response
func (NullableGetPhoneNumber404Response) Get ¶
func (v NullableGetPhoneNumber404Response) Get() *GetPhoneNumber404Response
func (NullableGetPhoneNumber404Response) IsSet ¶
func (v NullableGetPhoneNumber404Response) IsSet() bool
func (NullableGetPhoneNumber404Response) MarshalJSON ¶
func (v NullableGetPhoneNumber404Response) MarshalJSON() ([]byte, error)
func (*NullableGetPhoneNumber404Response) Set ¶
func (v *NullableGetPhoneNumber404Response) Set(val *GetPhoneNumber404Response)
func (*NullableGetPhoneNumber404Response) UnmarshalJSON ¶
func (v *NullableGetPhoneNumber404Response) UnmarshalJSON(src []byte) error
func (*NullableGetPhoneNumber404Response) Unset ¶
func (v *NullableGetPhoneNumber404Response) Unset()
type NullableGetPhoneNumberResponse ¶
type NullableGetPhoneNumberResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPhoneNumberResponse ¶
func NewNullableGetPhoneNumberResponse(val *GetPhoneNumberResponse) *NullableGetPhoneNumberResponse
func (NullableGetPhoneNumberResponse) Get ¶
func (v NullableGetPhoneNumberResponse) Get() *GetPhoneNumberResponse
func (NullableGetPhoneNumberResponse) IsSet ¶
func (v NullableGetPhoneNumberResponse) IsSet() bool
func (NullableGetPhoneNumberResponse) MarshalJSON ¶
func (v NullableGetPhoneNumberResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPhoneNumberResponse) Set ¶
func (v *NullableGetPhoneNumberResponse) Set(val *GetPhoneNumberResponse)
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 NewNullableGetPhoneNumberResponseEntity ¶
func NewNullableGetPhoneNumberResponseEntity(val *GetPhoneNumberResponseEntity) *NullableGetPhoneNumberResponseEntity
func (NullableGetPhoneNumberResponseEntity) Get ¶
func (v NullableGetPhoneNumberResponseEntity) Get() *GetPhoneNumberResponseEntity
func (NullableGetPhoneNumberResponseEntity) IsSet ¶
func (v NullableGetPhoneNumberResponseEntity) IsSet() bool
func (NullableGetPhoneNumberResponseEntity) MarshalJSON ¶
func (v NullableGetPhoneNumberResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetPhoneNumberResponseEntity) Set ¶
func (v *NullableGetPhoneNumberResponseEntity) Set(val *GetPhoneNumberResponseEntity)
func (*NullableGetPhoneNumberResponseEntity) UnmarshalJSON ¶
func (v *NullableGetPhoneNumberResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetPhoneNumberResponseEntity) Unset ¶
func (v *NullableGetPhoneNumberResponseEntity) Unset()
type NullableGetPremiumBvnResponse ¶
type NullableGetPremiumBvnResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPremiumBvnResponse ¶
func NewNullableGetPremiumBvnResponse(val *GetPremiumBvnResponse) *NullableGetPremiumBvnResponse
func (NullableGetPremiumBvnResponse) Get ¶
func (v NullableGetPremiumBvnResponse) Get() *GetPremiumBvnResponse
func (NullableGetPremiumBvnResponse) IsSet ¶
func (v NullableGetPremiumBvnResponse) IsSet() bool
func (NullableGetPremiumBvnResponse) MarshalJSON ¶
func (v NullableGetPremiumBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPremiumBvnResponse) Set ¶
func (v *NullableGetPremiumBvnResponse) Set(val *GetPremiumBvnResponse)
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 NewNullableGetPremiumBvnResponseEntity ¶
func NewNullableGetPremiumBvnResponseEntity(val *GetPremiumBvnResponseEntity) *NullableGetPremiumBvnResponseEntity
func (NullableGetPremiumBvnResponseEntity) Get ¶
func (v NullableGetPremiumBvnResponseEntity) Get() *GetPremiumBvnResponseEntity
func (NullableGetPremiumBvnResponseEntity) IsSet ¶
func (v NullableGetPremiumBvnResponseEntity) IsSet() bool
func (NullableGetPremiumBvnResponseEntity) MarshalJSON ¶
func (v NullableGetPremiumBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetPremiumBvnResponseEntity) Set ¶
func (v *NullableGetPremiumBvnResponseEntity) Set(val *GetPremiumBvnResponseEntity)
func (*NullableGetPremiumBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableGetPremiumBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetPremiumBvnResponseEntity) Unset ¶
func (v *NullableGetPremiumBvnResponseEntity) Unset()
type NullableGetScreeningInfoResponse ¶
type NullableGetScreeningInfoResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetScreeningInfoResponse ¶
func NewNullableGetScreeningInfoResponse(val *GetScreeningInfoResponse) *NullableGetScreeningInfoResponse
func (NullableGetScreeningInfoResponse) Get ¶
func (v NullableGetScreeningInfoResponse) Get() *GetScreeningInfoResponse
func (NullableGetScreeningInfoResponse) IsSet ¶
func (v NullableGetScreeningInfoResponse) IsSet() bool
func (NullableGetScreeningInfoResponse) MarshalJSON ¶
func (v NullableGetScreeningInfoResponse) MarshalJSON() ([]byte, error)
func (*NullableGetScreeningInfoResponse) Set ¶
func (v *NullableGetScreeningInfoResponse) Set(val *GetScreeningInfoResponse)
func (*NullableGetScreeningInfoResponse) UnmarshalJSON ¶
func (v *NullableGetScreeningInfoResponse) UnmarshalJSON(src []byte) error
func (*NullableGetScreeningInfoResponse) Unset ¶
func (v *NullableGetScreeningInfoResponse) Unset()
type NullableGetScreeningInfoResponseEntity ¶
type NullableGetScreeningInfoResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetScreeningInfoResponseEntity ¶
func NewNullableGetScreeningInfoResponseEntity(val *GetScreeningInfoResponseEntity) *NullableGetScreeningInfoResponseEntity
func (NullableGetScreeningInfoResponseEntity) Get ¶
func (v NullableGetScreeningInfoResponseEntity) Get() *GetScreeningInfoResponseEntity
func (NullableGetScreeningInfoResponseEntity) IsSet ¶
func (v NullableGetScreeningInfoResponseEntity) IsSet() bool
func (NullableGetScreeningInfoResponseEntity) MarshalJSON ¶
func (v NullableGetScreeningInfoResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetScreeningInfoResponseEntity) Set ¶
func (v *NullableGetScreeningInfoResponseEntity) Set(val *GetScreeningInfoResponseEntity)
func (*NullableGetScreeningInfoResponseEntity) UnmarshalJSON ¶
func (v *NullableGetScreeningInfoResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetScreeningInfoResponseEntity) Unset ¶
func (v *NullableGetScreeningInfoResponseEntity) Unset()
type NullableGetScreeningInfoResponseEntityResult ¶
type NullableGetScreeningInfoResponseEntityResult struct {
// contains filtered or unexported fields
}
func NewNullableGetScreeningInfoResponseEntityResult ¶
func NewNullableGetScreeningInfoResponseEntityResult(val *GetScreeningInfoResponseEntityResult) *NullableGetScreeningInfoResponseEntityResult
func (NullableGetScreeningInfoResponseEntityResult) IsSet ¶
func (v NullableGetScreeningInfoResponseEntityResult) IsSet() bool
func (NullableGetScreeningInfoResponseEntityResult) MarshalJSON ¶
func (v NullableGetScreeningInfoResponseEntityResult) MarshalJSON() ([]byte, error)
func (*NullableGetScreeningInfoResponseEntityResult) Set ¶
func (v *NullableGetScreeningInfoResponseEntityResult) Set(val *GetScreeningInfoResponseEntityResult)
func (*NullableGetScreeningInfoResponseEntityResult) UnmarshalJSON ¶
func (v *NullableGetScreeningInfoResponseEntityResult) UnmarshalJSON(src []byte) error
func (*NullableGetScreeningInfoResponseEntityResult) Unset ¶
func (v *NullableGetScreeningInfoResponseEntityResult) Unset()
type NullableGetSenderIdResponse ¶
type NullableGetSenderIdResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetSenderIdResponse ¶
func NewNullableGetSenderIdResponse(val *GetSenderIdResponse) *NullableGetSenderIdResponse
func (NullableGetSenderIdResponse) Get ¶
func (v NullableGetSenderIdResponse) Get() *GetSenderIdResponse
func (NullableGetSenderIdResponse) IsSet ¶
func (v NullableGetSenderIdResponse) IsSet() bool
func (NullableGetSenderIdResponse) MarshalJSON ¶
func (v NullableGetSenderIdResponse) MarshalJSON() ([]byte, error)
func (*NullableGetSenderIdResponse) Set ¶
func (v *NullableGetSenderIdResponse) Set(val *GetSenderIdResponse)
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 NewNullableGetSenderIdResponseEntityInner ¶
func NewNullableGetSenderIdResponseEntityInner(val *GetSenderIdResponseEntityInner) *NullableGetSenderIdResponseEntityInner
func (NullableGetSenderIdResponseEntityInner) Get ¶
func (v NullableGetSenderIdResponseEntityInner) Get() *GetSenderIdResponseEntityInner
func (NullableGetSenderIdResponseEntityInner) IsSet ¶
func (v NullableGetSenderIdResponseEntityInner) IsSet() bool
func (NullableGetSenderIdResponseEntityInner) MarshalJSON ¶
func (v NullableGetSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullableGetSenderIdResponseEntityInner) Set ¶
func (v *NullableGetSenderIdResponseEntityInner) Set(val *GetSenderIdResponseEntityInner)
func (*NullableGetSenderIdResponseEntityInner) UnmarshalJSON ¶
func (v *NullableGetSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullableGetSenderIdResponseEntityInner) Unset ¶
func (v *NullableGetSenderIdResponseEntityInner) Unset()
type NullableGetSmsStatusResponse ¶
type NullableGetSmsStatusResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetSmsStatusResponse ¶
func NewNullableGetSmsStatusResponse(val *GetSmsStatusResponse) *NullableGetSmsStatusResponse
func (NullableGetSmsStatusResponse) Get ¶
func (v NullableGetSmsStatusResponse) Get() *GetSmsStatusResponse
func (NullableGetSmsStatusResponse) IsSet ¶
func (v NullableGetSmsStatusResponse) IsSet() bool
func (NullableGetSmsStatusResponse) MarshalJSON ¶
func (v NullableGetSmsStatusResponse) MarshalJSON() ([]byte, error)
func (*NullableGetSmsStatusResponse) Set ¶
func (v *NullableGetSmsStatusResponse) Set(val *GetSmsStatusResponse)
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 NewNullableGetSmsStatusResponseEntity ¶
func NewNullableGetSmsStatusResponseEntity(val *GetSmsStatusResponseEntity) *NullableGetSmsStatusResponseEntity
func (NullableGetSmsStatusResponseEntity) Get ¶
func (v NullableGetSmsStatusResponseEntity) Get() *GetSmsStatusResponseEntity
func (NullableGetSmsStatusResponseEntity) IsSet ¶
func (v NullableGetSmsStatusResponseEntity) IsSet() bool
func (NullableGetSmsStatusResponseEntity) MarshalJSON ¶
func (v NullableGetSmsStatusResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetSmsStatusResponseEntity) Set ¶
func (v *NullableGetSmsStatusResponseEntity) Set(val *GetSmsStatusResponseEntity)
func (*NullableGetSmsStatusResponseEntity) UnmarshalJSON ¶
func (v *NullableGetSmsStatusResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetSmsStatusResponseEntity) Unset ¶
func (v *NullableGetSmsStatusResponseEntity) Unset()
type NullableGetSpendingPatternResponse ¶
type NullableGetSpendingPatternResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponse ¶
func NewNullableGetSpendingPatternResponse(val *GetSpendingPatternResponse) *NullableGetSpendingPatternResponse
func (NullableGetSpendingPatternResponse) Get ¶
func (v NullableGetSpendingPatternResponse) Get() *GetSpendingPatternResponse
func (NullableGetSpendingPatternResponse) IsSet ¶
func (v NullableGetSpendingPatternResponse) IsSet() bool
func (NullableGetSpendingPatternResponse) MarshalJSON ¶
func (v NullableGetSpendingPatternResponse) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponse) Set ¶
func (v *NullableGetSpendingPatternResponse) Set(val *GetSpendingPatternResponse)
func (*NullableGetSpendingPatternResponse) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponse) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponse) Unset ¶
func (v *NullableGetSpendingPatternResponse) Unset()
type NullableGetSpendingPatternResponseEntity ¶
type NullableGetSpendingPatternResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntity ¶
func NewNullableGetSpendingPatternResponseEntity(val *GetSpendingPatternResponseEntity) *NullableGetSpendingPatternResponseEntity
func (NullableGetSpendingPatternResponseEntity) IsSet ¶
func (v NullableGetSpendingPatternResponseEntity) IsSet() bool
func (NullableGetSpendingPatternResponseEntity) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntity) Set ¶
func (v *NullableGetSpendingPatternResponseEntity) Set(val *GetSpendingPatternResponseEntity)
func (*NullableGetSpendingPatternResponseEntity) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntity) Unset ¶
func (v *NullableGetSpendingPatternResponseEntity) Unset()
type NullableGetSpendingPatternResponseEntityPattern ¶
type NullableGetSpendingPatternResponseEntityPattern struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPattern ¶
func NewNullableGetSpendingPatternResponseEntityPattern(val *GetSpendingPatternResponseEntityPattern) *NullableGetSpendingPatternResponseEntityPattern
func (NullableGetSpendingPatternResponseEntityPattern) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPattern) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPattern) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPattern) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPattern) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPattern) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPattern) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPattern) Unset()
type NullableGetSpendingPatternResponseEntityPatternAirtimeData ¶
type NullableGetSpendingPatternResponseEntityPatternAirtimeData struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPatternAirtimeData ¶
func NewNullableGetSpendingPatternResponseEntityPatternAirtimeData(val *GetSpendingPatternResponseEntityPatternAirtimeData) *NullableGetSpendingPatternResponseEntityPatternAirtimeData
func (NullableGetSpendingPatternResponseEntityPatternAirtimeData) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPatternAirtimeData) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPatternAirtimeData) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPatternAirtimeData) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPatternAirtimeData) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPatternAirtimeData) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPatternAirtimeData) Unset()
type NullableGetSpendingPatternResponseEntityPatternBankTransfer ¶
type NullableGetSpendingPatternResponseEntityPatternBankTransfer struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPatternBankTransfer ¶
func NewNullableGetSpendingPatternResponseEntityPatternBankTransfer(val *GetSpendingPatternResponseEntityPatternBankTransfer) *NullableGetSpendingPatternResponseEntityPatternBankTransfer
func (NullableGetSpendingPatternResponseEntityPatternBankTransfer) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPatternBankTransfer) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPatternBankTransfer) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPatternBankTransfer) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPatternBankTransfer) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPatternBankTransfer) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPatternBankTransfer) Unset()
type NullableGetSpendingPatternResponseEntityPatternCharges ¶
type NullableGetSpendingPatternResponseEntityPatternCharges struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPatternCharges ¶
func NewNullableGetSpendingPatternResponseEntityPatternCharges(val *GetSpendingPatternResponseEntityPatternCharges) *NullableGetSpendingPatternResponseEntityPatternCharges
func (NullableGetSpendingPatternResponseEntityPatternCharges) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPatternCharges) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPatternCharges) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPatternCharges) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPatternCharges) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPatternCharges) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPatternCharges) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPatternCharges) Unset()
type NullableGetSpendingPatternResponseEntityPatternFood ¶
type NullableGetSpendingPatternResponseEntityPatternFood struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPatternFood ¶
func NewNullableGetSpendingPatternResponseEntityPatternFood(val *GetSpendingPatternResponseEntityPatternFood) *NullableGetSpendingPatternResponseEntityPatternFood
func (NullableGetSpendingPatternResponseEntityPatternFood) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPatternFood) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPatternFood) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPatternFood) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPatternFood) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPatternFood) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPatternFood) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPatternFood) Unset()
type NullableGetSpendingPatternResponseEntityPatternOthers ¶
type NullableGetSpendingPatternResponseEntityPatternOthers struct {
// contains filtered or unexported fields
}
func NewNullableGetSpendingPatternResponseEntityPatternOthers ¶
func NewNullableGetSpendingPatternResponseEntityPatternOthers(val *GetSpendingPatternResponseEntityPatternOthers) *NullableGetSpendingPatternResponseEntityPatternOthers
func (NullableGetSpendingPatternResponseEntityPatternOthers) IsSet ¶
func (v NullableGetSpendingPatternResponseEntityPatternOthers) IsSet() bool
func (NullableGetSpendingPatternResponseEntityPatternOthers) MarshalJSON ¶
func (v NullableGetSpendingPatternResponseEntityPatternOthers) MarshalJSON() ([]byte, error)
func (*NullableGetSpendingPatternResponseEntityPatternOthers) UnmarshalJSON ¶
func (v *NullableGetSpendingPatternResponseEntityPatternOthers) UnmarshalJSON(src []byte) error
func (*NullableGetSpendingPatternResponseEntityPatternOthers) Unset ¶
func (v *NullableGetSpendingPatternResponseEntityPatternOthers) Unset()
type NullableGetSsnitResponse ¶
type NullableGetSsnitResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetSsnitResponse ¶
func NewNullableGetSsnitResponse(val *GetSsnitResponse) *NullableGetSsnitResponse
func (NullableGetSsnitResponse) Get ¶
func (v NullableGetSsnitResponse) Get() *GetSsnitResponse
func (NullableGetSsnitResponse) IsSet ¶
func (v NullableGetSsnitResponse) IsSet() bool
func (NullableGetSsnitResponse) MarshalJSON ¶
func (v NullableGetSsnitResponse) MarshalJSON() ([]byte, error)
func (*NullableGetSsnitResponse) Set ¶
func (v *NullableGetSsnitResponse) Set(val *GetSsnitResponse)
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 NewNullableGetSsnitResponseEntity ¶
func NewNullableGetSsnitResponseEntity(val *GetSsnitResponseEntity) *NullableGetSsnitResponseEntity
func (NullableGetSsnitResponseEntity) Get ¶
func (v NullableGetSsnitResponseEntity) Get() *GetSsnitResponseEntity
func (NullableGetSsnitResponseEntity) IsSet ¶
func (v NullableGetSsnitResponseEntity) IsSet() bool
func (NullableGetSsnitResponseEntity) MarshalJSON ¶
func (v NullableGetSsnitResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetSsnitResponseEntity) Set ¶
func (v *NullableGetSsnitResponseEntity) Set(val *GetSsnitResponseEntity)
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 (v NullableGetTinResponse) Get() *GetTinResponse
func (NullableGetTinResponse) IsSet ¶
func (v NullableGetTinResponse) IsSet() bool
func (NullableGetTinResponse) MarshalJSON ¶
func (v NullableGetTinResponse) MarshalJSON() ([]byte, error)
func (*NullableGetTinResponse) Set ¶
func (v *NullableGetTinResponse) Set(val *GetTinResponse)
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 (v NullableGetTinResponseEntity) Get() *GetTinResponseEntity
func (NullableGetTinResponseEntity) IsSet ¶
func (v NullableGetTinResponseEntity) IsSet() bool
func (NullableGetTinResponseEntity) MarshalJSON ¶
func (v NullableGetTinResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetTinResponseEntity) Set ¶
func (v *NullableGetTinResponseEntity) Set(val *GetTinResponseEntity)
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 NewNullableGetTransactionResponse ¶
func NewNullableGetTransactionResponse(val *GetTransactionResponse) *NullableGetTransactionResponse
func (NullableGetTransactionResponse) Get ¶
func (v NullableGetTransactionResponse) Get() *GetTransactionResponse
func (NullableGetTransactionResponse) IsSet ¶
func (v NullableGetTransactionResponse) IsSet() bool
func (NullableGetTransactionResponse) MarshalJSON ¶
func (v NullableGetTransactionResponse) MarshalJSON() ([]byte, error)
func (*NullableGetTransactionResponse) Set ¶
func (v *NullableGetTransactionResponse) Set(val *GetTransactionResponse)
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 NewNullableGetTransactionResponseEntity ¶
func NewNullableGetTransactionResponseEntity(val *GetTransactionResponseEntity) *NullableGetTransactionResponseEntity
func (NullableGetTransactionResponseEntity) Get ¶
func (v NullableGetTransactionResponseEntity) Get() *GetTransactionResponseEntity
func (NullableGetTransactionResponseEntity) IsSet ¶
func (v NullableGetTransactionResponseEntity) IsSet() bool
func (NullableGetTransactionResponseEntity) MarshalJSON ¶
func (v NullableGetTransactionResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetTransactionResponseEntity) Set ¶
func (v *NullableGetTransactionResponseEntity) Set(val *GetTransactionResponseEntity)
func (*NullableGetTransactionResponseEntity) UnmarshalJSON ¶
func (v *NullableGetTransactionResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetTransactionResponseEntity) Unset ¶
func (v *NullableGetTransactionResponseEntity) Unset()
type NullableGetVinResponse ¶
type NullableGetVinResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVinResponse ¶
func NewNullableGetVinResponse(val *GetVinResponse) *NullableGetVinResponse
func (NullableGetVinResponse) Get ¶
func (v NullableGetVinResponse) Get() *GetVinResponse
func (NullableGetVinResponse) IsSet ¶
func (v NullableGetVinResponse) IsSet() bool
func (NullableGetVinResponse) MarshalJSON ¶
func (v NullableGetVinResponse) MarshalJSON() ([]byte, error)
func (*NullableGetVinResponse) Set ¶
func (v *NullableGetVinResponse) Set(val *GetVinResponse)
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 (v NullableGetVinResponseEntity) Get() *GetVinResponseEntity
func (NullableGetVinResponseEntity) IsSet ¶
func (v NullableGetVinResponseEntity) IsSet() bool
func (NullableGetVinResponseEntity) MarshalJSON ¶
func (v NullableGetVinResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetVinResponseEntity) Set ¶
func (v *NullableGetVinResponseEntity) Set(val *GetVinResponseEntity)
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 (v NullableGetVninResponse) Get() *GetVninResponse
func (NullableGetVninResponse) IsSet ¶
func (v NullableGetVninResponse) IsSet() bool
func (NullableGetVninResponse) MarshalJSON ¶
func (v NullableGetVninResponse) MarshalJSON() ([]byte, error)
func (*NullableGetVninResponse) Set ¶
func (v *NullableGetVninResponse) Set(val *GetVninResponse)
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 NewNullableGetVninResponseEntity ¶
func NewNullableGetVninResponseEntity(val *GetVninResponseEntity) *NullableGetVninResponseEntity
func (NullableGetVninResponseEntity) Get ¶
func (v NullableGetVninResponseEntity) Get() *GetVninResponseEntity
func (NullableGetVninResponseEntity) IsSet ¶
func (v NullableGetVninResponseEntity) IsSet() bool
func (NullableGetVninResponseEntity) MarshalJSON ¶
func (v NullableGetVninResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetVninResponseEntity) Set ¶
func (v *NullableGetVninResponseEntity) Set(val *GetVninResponseEntity)
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 (v NullableGetVoterResponse) Get() *GetVoterResponse
func (NullableGetVoterResponse) IsSet ¶
func (v NullableGetVoterResponse) IsSet() bool
func (NullableGetVoterResponse) MarshalJSON ¶
func (v NullableGetVoterResponse) MarshalJSON() ([]byte, error)
func (*NullableGetVoterResponse) Set ¶
func (v *NullableGetVoterResponse) Set(val *GetVoterResponse)
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 NewNullableGetVoterResponseEntity ¶
func NewNullableGetVoterResponseEntity(val *GetVoterResponseEntity) *NullableGetVoterResponseEntity
func (NullableGetVoterResponseEntity) Get ¶
func (v NullableGetVoterResponseEntity) Get() *GetVoterResponseEntity
func (NullableGetVoterResponseEntity) IsSet ¶
func (v NullableGetVoterResponseEntity) IsSet() bool
func (NullableGetVoterResponseEntity) MarshalJSON ¶
func (v NullableGetVoterResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetVoterResponseEntity) Set ¶
func (v *NullableGetVoterResponseEntity) Set(val *GetVoterResponseEntity)
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 NewNullableGetWalletBalanceResponse ¶
func NewNullableGetWalletBalanceResponse(val *GetWalletBalanceResponse) *NullableGetWalletBalanceResponse
func (NullableGetWalletBalanceResponse) Get ¶
func (v NullableGetWalletBalanceResponse) Get() *GetWalletBalanceResponse
func (NullableGetWalletBalanceResponse) IsSet ¶
func (v NullableGetWalletBalanceResponse) IsSet() bool
func (NullableGetWalletBalanceResponse) MarshalJSON ¶
func (v NullableGetWalletBalanceResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWalletBalanceResponse) Set ¶
func (v *NullableGetWalletBalanceResponse) Set(val *GetWalletBalanceResponse)
func (*NullableGetWalletBalanceResponse) UnmarshalJSON ¶
func (v *NullableGetWalletBalanceResponse) UnmarshalJSON(src []byte) error
func (*NullableGetWalletBalanceResponse) Unset ¶
func (v *NullableGetWalletBalanceResponse) Unset()
type NullableGetWalletBalanceResponseEntity ¶
type NullableGetWalletBalanceResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableGetWalletBalanceResponseEntity ¶
func NewNullableGetWalletBalanceResponseEntity(val *GetWalletBalanceResponseEntity) *NullableGetWalletBalanceResponseEntity
func (NullableGetWalletBalanceResponseEntity) Get ¶
func (v NullableGetWalletBalanceResponseEntity) Get() *GetWalletBalanceResponseEntity
func (NullableGetWalletBalanceResponseEntity) IsSet ¶
func (v NullableGetWalletBalanceResponseEntity) IsSet() bool
func (NullableGetWalletBalanceResponseEntity) MarshalJSON ¶
func (v NullableGetWalletBalanceResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetWalletBalanceResponseEntity) Set ¶
func (v *NullableGetWalletBalanceResponseEntity) Set(val *GetWalletBalanceResponseEntity)
func (*NullableGetWalletBalanceResponseEntity) UnmarshalJSON ¶
func (v *NullableGetWalletBalanceResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetWalletBalanceResponseEntity) Unset ¶
func (v *NullableGetWalletBalanceResponseEntity) Unset()
type NullableGetWalletResponse ¶
type NullableGetWalletResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWalletResponse ¶
func NewNullableGetWalletResponse(val *GetWalletResponse) *NullableGetWalletResponse
func (NullableGetWalletResponse) Get ¶
func (v NullableGetWalletResponse) Get() *GetWalletResponse
func (NullableGetWalletResponse) IsSet ¶
func (v NullableGetWalletResponse) IsSet() bool
func (NullableGetWalletResponse) MarshalJSON ¶
func (v NullableGetWalletResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWalletResponse) Set ¶
func (v *NullableGetWalletResponse) Set(val *GetWalletResponse)
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 NewNullableGetWalletResponseEntity ¶
func NewNullableGetWalletResponseEntity(val *GetWalletResponseEntity) *NullableGetWalletResponseEntity
func (NullableGetWalletResponseEntity) Get ¶
func (v NullableGetWalletResponseEntity) Get() *GetWalletResponseEntity
func (NullableGetWalletResponseEntity) IsSet ¶
func (v NullableGetWalletResponseEntity) IsSet() bool
func (NullableGetWalletResponseEntity) MarshalJSON ¶
func (v NullableGetWalletResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetWalletResponseEntity) Set ¶
func (v *NullableGetWalletResponseEntity) Set(val *GetWalletResponseEntity)
func (*NullableGetWalletResponseEntity) UnmarshalJSON ¶
func (v *NullableGetWalletResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetWalletResponseEntity) Unset ¶
func (v *NullableGetWalletResponseEntity) Unset()
type NullableGetWalletsResponse ¶
type NullableGetWalletsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWalletsResponse ¶
func NewNullableGetWalletsResponse(val *GetWalletsResponse) *NullableGetWalletsResponse
func (NullableGetWalletsResponse) Get ¶
func (v NullableGetWalletsResponse) Get() *GetWalletsResponse
func (NullableGetWalletsResponse) IsSet ¶
func (v NullableGetWalletsResponse) IsSet() bool
func (NullableGetWalletsResponse) MarshalJSON ¶
func (v NullableGetWalletsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWalletsResponse) Set ¶
func (v *NullableGetWalletsResponse) Set(val *GetWalletsResponse)
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 NewNullableGetWalletsResponseEntity ¶
func NewNullableGetWalletsResponseEntity(val *GetWalletsResponseEntity) *NullableGetWalletsResponseEntity
func (NullableGetWalletsResponseEntity) Get ¶
func (v NullableGetWalletsResponseEntity) Get() *GetWalletsResponseEntity
func (NullableGetWalletsResponseEntity) IsSet ¶
func (v NullableGetWalletsResponseEntity) IsSet() bool
func (NullableGetWalletsResponseEntity) MarshalJSON ¶
func (v NullableGetWalletsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableGetWalletsResponseEntity) Set ¶
func (v *NullableGetWalletsResponseEntity) Set(val *GetWalletsResponseEntity)
func (*NullableGetWalletsResponseEntity) UnmarshalJSON ¶
func (v *NullableGetWalletsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableGetWalletsResponseEntity) Unset ¶
func (v *NullableGetWalletsResponseEntity) Unset()
type NullableGetWebhooksResponse ¶
type NullableGetWebhooksResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWebhooksResponse ¶
func NewNullableGetWebhooksResponse(val *GetWebhooksResponse) *NullableGetWebhooksResponse
func (NullableGetWebhooksResponse) Get ¶
func (v NullableGetWebhooksResponse) Get() *GetWebhooksResponse
func (NullableGetWebhooksResponse) IsSet ¶
func (v NullableGetWebhooksResponse) IsSet() bool
func (NullableGetWebhooksResponse) MarshalJSON ¶
func (v NullableGetWebhooksResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWebhooksResponse) Set ¶
func (v *NullableGetWebhooksResponse) Set(val *GetWebhooksResponse)
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 NewNullableGetWebhooksResponseEntityInner ¶
func NewNullableGetWebhooksResponseEntityInner(val *GetWebhooksResponseEntityInner) *NullableGetWebhooksResponseEntityInner
func (NullableGetWebhooksResponseEntityInner) Get ¶
func (v NullableGetWebhooksResponseEntityInner) Get() *GetWebhooksResponseEntityInner
func (NullableGetWebhooksResponseEntityInner) IsSet ¶
func (v NullableGetWebhooksResponseEntityInner) IsSet() bool
func (NullableGetWebhooksResponseEntityInner) MarshalJSON ¶
func (v NullableGetWebhooksResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullableGetWebhooksResponseEntityInner) Set ¶
func (v *NullableGetWebhooksResponseEntityInner) Set(val *GetWebhooksResponseEntityInner)
func (*NullableGetWebhooksResponseEntityInner) UnmarshalJSON ¶
func (v *NullableGetWebhooksResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullableGetWebhooksResponseEntityInner) Unset ¶
func (v *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 (v NullableNotifyWebhookRequest) Get() *NotifyWebhookRequest
func (NullableNotifyWebhookRequest) IsSet ¶
func (v NullableNotifyWebhookRequest) IsSet() bool
func (NullableNotifyWebhookRequest) MarshalJSON ¶
func (v NullableNotifyWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableNotifyWebhookRequest) Set ¶
func (v *NullableNotifyWebhookRequest) Set(val *NotifyWebhookRequest)
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 NewNullableNotifyWebhookRequestData ¶
func NewNullableNotifyWebhookRequestData(val *NotifyWebhookRequestData) *NullableNotifyWebhookRequestData
func (NullableNotifyWebhookRequestData) Get ¶
func (v NullableNotifyWebhookRequestData) Get() *NotifyWebhookRequestData
func (NullableNotifyWebhookRequestData) IsSet ¶
func (v NullableNotifyWebhookRequestData) IsSet() bool
func (NullableNotifyWebhookRequestData) MarshalJSON ¶
func (v NullableNotifyWebhookRequestData) MarshalJSON() ([]byte, error)
func (*NullableNotifyWebhookRequestData) Set ¶
func (v *NullableNotifyWebhookRequestData) Set(val *NotifyWebhookRequestData)
func (*NullableNotifyWebhookRequestData) UnmarshalJSON ¶
func (v *NullableNotifyWebhookRequestData) UnmarshalJSON(src []byte) error
func (*NullableNotifyWebhookRequestData) Unset ¶
func (v *NullableNotifyWebhookRequestData) Unset()
type NullableNotifyWebhookResponse ¶
type NullableNotifyWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableNotifyWebhookResponse ¶
func NewNullableNotifyWebhookResponse(val *NotifyWebhookResponse) *NullableNotifyWebhookResponse
func (NullableNotifyWebhookResponse) Get ¶
func (v NullableNotifyWebhookResponse) Get() *NotifyWebhookResponse
func (NullableNotifyWebhookResponse) IsSet ¶
func (v NullableNotifyWebhookResponse) IsSet() bool
func (NullableNotifyWebhookResponse) MarshalJSON ¶
func (v NullableNotifyWebhookResponse) MarshalJSON() ([]byte, error)
func (*NullableNotifyWebhookResponse) Set ¶
func (v *NullableNotifyWebhookResponse) Set(val *NotifyWebhookResponse)
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 NewNullablePurchaseAirtimeRequest ¶
func NewNullablePurchaseAirtimeRequest(val *PurchaseAirtimeRequest) *NullablePurchaseAirtimeRequest
func (NullablePurchaseAirtimeRequest) Get ¶
func (v NullablePurchaseAirtimeRequest) Get() *PurchaseAirtimeRequest
func (NullablePurchaseAirtimeRequest) IsSet ¶
func (v NullablePurchaseAirtimeRequest) IsSet() bool
func (NullablePurchaseAirtimeRequest) MarshalJSON ¶
func (v NullablePurchaseAirtimeRequest) MarshalJSON() ([]byte, error)
func (*NullablePurchaseAirtimeRequest) Set ¶
func (v *NullablePurchaseAirtimeRequest) Set(val *PurchaseAirtimeRequest)
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 NewNullablePurchaseAirtimeResponse ¶
func NewNullablePurchaseAirtimeResponse(val *PurchaseAirtimeResponse) *NullablePurchaseAirtimeResponse
func (NullablePurchaseAirtimeResponse) Get ¶
func (v NullablePurchaseAirtimeResponse) Get() *PurchaseAirtimeResponse
func (NullablePurchaseAirtimeResponse) IsSet ¶
func (v NullablePurchaseAirtimeResponse) IsSet() bool
func (NullablePurchaseAirtimeResponse) MarshalJSON ¶
func (v NullablePurchaseAirtimeResponse) MarshalJSON() ([]byte, error)
func (*NullablePurchaseAirtimeResponse) Set ¶
func (v *NullablePurchaseAirtimeResponse) Set(val *PurchaseAirtimeResponse)
func (*NullablePurchaseAirtimeResponse) UnmarshalJSON ¶
func (v *NullablePurchaseAirtimeResponse) UnmarshalJSON(src []byte) error
func (*NullablePurchaseAirtimeResponse) Unset ¶
func (v *NullablePurchaseAirtimeResponse) Unset()
type NullablePurchaseAirtimeResponseEntity ¶
type NullablePurchaseAirtimeResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullablePurchaseAirtimeResponseEntity ¶
func NewNullablePurchaseAirtimeResponseEntity(val *PurchaseAirtimeResponseEntity) *NullablePurchaseAirtimeResponseEntity
func (NullablePurchaseAirtimeResponseEntity) Get ¶
func (v NullablePurchaseAirtimeResponseEntity) Get() *PurchaseAirtimeResponseEntity
func (NullablePurchaseAirtimeResponseEntity) IsSet ¶
func (v NullablePurchaseAirtimeResponseEntity) IsSet() bool
func (NullablePurchaseAirtimeResponseEntity) MarshalJSON ¶
func (v NullablePurchaseAirtimeResponseEntity) MarshalJSON() ([]byte, error)
func (*NullablePurchaseAirtimeResponseEntity) Set ¶
func (v *NullablePurchaseAirtimeResponseEntity) Set(val *PurchaseAirtimeResponseEntity)
func (*NullablePurchaseAirtimeResponseEntity) UnmarshalJSON ¶
func (v *NullablePurchaseAirtimeResponseEntity) UnmarshalJSON(src []byte) error
func (*NullablePurchaseAirtimeResponseEntity) Unset ¶
func (v *NullablePurchaseAirtimeResponseEntity) Unset()
type NullablePurchaseAirtimeResponseEntityDataInner ¶
type NullablePurchaseAirtimeResponseEntityDataInner struct {
// contains filtered or unexported fields
}
func NewNullablePurchaseAirtimeResponseEntityDataInner ¶
func NewNullablePurchaseAirtimeResponseEntityDataInner(val *PurchaseAirtimeResponseEntityDataInner) *NullablePurchaseAirtimeResponseEntityDataInner
func (NullablePurchaseAirtimeResponseEntityDataInner) IsSet ¶
func (v NullablePurchaseAirtimeResponseEntityDataInner) IsSet() bool
func (NullablePurchaseAirtimeResponseEntityDataInner) MarshalJSON ¶
func (v NullablePurchaseAirtimeResponseEntityDataInner) MarshalJSON() ([]byte, error)
func (*NullablePurchaseAirtimeResponseEntityDataInner) Set ¶
func (v *NullablePurchaseAirtimeResponseEntityDataInner) Set(val *PurchaseAirtimeResponseEntityDataInner)
func (*NullablePurchaseAirtimeResponseEntityDataInner) UnmarshalJSON ¶
func (v *NullablePurchaseAirtimeResponseEntityDataInner) UnmarshalJSON(src []byte) error
func (*NullablePurchaseAirtimeResponseEntityDataInner) Unset ¶
func (v *NullablePurchaseAirtimeResponseEntityDataInner) Unset()
type NullablePurchaseDataRequest ¶
type NullablePurchaseDataRequest struct {
// contains filtered or unexported fields
}
func NewNullablePurchaseDataRequest ¶
func NewNullablePurchaseDataRequest(val *PurchaseDataRequest) *NullablePurchaseDataRequest
func (NullablePurchaseDataRequest) Get ¶
func (v NullablePurchaseDataRequest) Get() *PurchaseDataRequest
func (NullablePurchaseDataRequest) IsSet ¶
func (v NullablePurchaseDataRequest) IsSet() bool
func (NullablePurchaseDataRequest) MarshalJSON ¶
func (v NullablePurchaseDataRequest) MarshalJSON() ([]byte, error)
func (*NullablePurchaseDataRequest) Set ¶
func (v *NullablePurchaseDataRequest) Set(val *PurchaseDataRequest)
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 (v NullablePurchaseDataResponse) Get() *PurchaseDataResponse
func (NullablePurchaseDataResponse) IsSet ¶
func (v NullablePurchaseDataResponse) IsSet() bool
func (NullablePurchaseDataResponse) MarshalJSON ¶
func (v NullablePurchaseDataResponse) MarshalJSON() ([]byte, error)
func (*NullablePurchaseDataResponse) Set ¶
func (v *NullablePurchaseDataResponse) Set(val *PurchaseDataResponse)
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 NewNullablePurchaseDataResponseEntityInner ¶
func NewNullablePurchaseDataResponseEntityInner(val *PurchaseDataResponseEntityInner) *NullablePurchaseDataResponseEntityInner
func (NullablePurchaseDataResponseEntityInner) IsSet ¶
func (v NullablePurchaseDataResponseEntityInner) IsSet() bool
func (NullablePurchaseDataResponseEntityInner) MarshalJSON ¶
func (v NullablePurchaseDataResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullablePurchaseDataResponseEntityInner) Set ¶
func (v *NullablePurchaseDataResponseEntityInner) Set(val *PurchaseDataResponseEntityInner)
func (*NullablePurchaseDataResponseEntityInner) UnmarshalJSON ¶
func (v *NullablePurchaseDataResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullablePurchaseDataResponseEntityInner) Unset ¶
func (v *NullablePurchaseDataResponseEntityInner) Unset()
type NullableRequestSenderIdRequest ¶
type NullableRequestSenderIdRequest struct {
// contains filtered or unexported fields
}
func NewNullableRequestSenderIdRequest ¶
func NewNullableRequestSenderIdRequest(val *RequestSenderIdRequest) *NullableRequestSenderIdRequest
func (NullableRequestSenderIdRequest) Get ¶
func (v NullableRequestSenderIdRequest) Get() *RequestSenderIdRequest
func (NullableRequestSenderIdRequest) IsSet ¶
func (v NullableRequestSenderIdRequest) IsSet() bool
func (NullableRequestSenderIdRequest) MarshalJSON ¶
func (v NullableRequestSenderIdRequest) MarshalJSON() ([]byte, error)
func (*NullableRequestSenderIdRequest) Set ¶
func (v *NullableRequestSenderIdRequest) Set(val *RequestSenderIdRequest)
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 NewNullableRequestSenderIdResponse ¶
func NewNullableRequestSenderIdResponse(val *RequestSenderIdResponse) *NullableRequestSenderIdResponse
func (NullableRequestSenderIdResponse) Get ¶
func (v NullableRequestSenderIdResponse) Get() *RequestSenderIdResponse
func (NullableRequestSenderIdResponse) IsSet ¶
func (v NullableRequestSenderIdResponse) IsSet() bool
func (NullableRequestSenderIdResponse) MarshalJSON ¶
func (v NullableRequestSenderIdResponse) MarshalJSON() ([]byte, error)
func (*NullableRequestSenderIdResponse) Set ¶
func (v *NullableRequestSenderIdResponse) Set(val *RequestSenderIdResponse)
func (*NullableRequestSenderIdResponse) UnmarshalJSON ¶
func (v *NullableRequestSenderIdResponse) UnmarshalJSON(src []byte) error
func (*NullableRequestSenderIdResponse) Unset ¶
func (v *NullableRequestSenderIdResponse) Unset()
type NullableRequestSenderIdResponseEntityInner ¶
type NullableRequestSenderIdResponseEntityInner struct {
// contains filtered or unexported fields
}
func NewNullableRequestSenderIdResponseEntityInner ¶
func NewNullableRequestSenderIdResponseEntityInner(val *RequestSenderIdResponseEntityInner) *NullableRequestSenderIdResponseEntityInner
func (NullableRequestSenderIdResponseEntityInner) IsSet ¶
func (v NullableRequestSenderIdResponseEntityInner) IsSet() bool
func (NullableRequestSenderIdResponseEntityInner) MarshalJSON ¶
func (v NullableRequestSenderIdResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullableRequestSenderIdResponseEntityInner) Set ¶
func (v *NullableRequestSenderIdResponseEntityInner) Set(val *RequestSenderIdResponseEntityInner)
func (*NullableRequestSenderIdResponseEntityInner) UnmarshalJSON ¶
func (v *NullableRequestSenderIdResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullableRequestSenderIdResponseEntityInner) Unset ¶
func (v *NullableRequestSenderIdResponseEntityInner) Unset()
type NullableScreenAmlRequest ¶
type NullableScreenAmlRequest struct {
// contains filtered or unexported fields
}
func NewNullableScreenAmlRequest ¶
func NewNullableScreenAmlRequest(val *ScreenAmlRequest) *NullableScreenAmlRequest
func (NullableScreenAmlRequest) Get ¶
func (v NullableScreenAmlRequest) Get() *ScreenAmlRequest
func (NullableScreenAmlRequest) IsSet ¶
func (v NullableScreenAmlRequest) IsSet() bool
func (NullableScreenAmlRequest) MarshalJSON ¶
func (v NullableScreenAmlRequest) MarshalJSON() ([]byte, error)
func (*NullableScreenAmlRequest) Set ¶
func (v *NullableScreenAmlRequest) Set(val *ScreenAmlRequest)
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 (v NullableScreenAmlResponse) Get() *ScreenAmlResponse
func (NullableScreenAmlResponse) IsSet ¶
func (v NullableScreenAmlResponse) IsSet() bool
func (NullableScreenAmlResponse) MarshalJSON ¶
func (v NullableScreenAmlResponse) MarshalJSON() ([]byte, error)
func (*NullableScreenAmlResponse) Set ¶
func (v *NullableScreenAmlResponse) Set(val *ScreenAmlResponse)
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 NewNullableScreenAmlResponseEntity ¶
func NewNullableScreenAmlResponseEntity(val *ScreenAmlResponseEntity) *NullableScreenAmlResponseEntity
func (NullableScreenAmlResponseEntity) Get ¶
func (v NullableScreenAmlResponseEntity) Get() *ScreenAmlResponseEntity
func (NullableScreenAmlResponseEntity) IsSet ¶
func (v NullableScreenAmlResponseEntity) IsSet() bool
func (NullableScreenAmlResponseEntity) MarshalJSON ¶
func (v NullableScreenAmlResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableScreenAmlResponseEntity) Set ¶
func (v *NullableScreenAmlResponseEntity) Set(val *ScreenAmlResponseEntity)
func (*NullableScreenAmlResponseEntity) UnmarshalJSON ¶
func (v *NullableScreenAmlResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableScreenAmlResponseEntity) Unset ¶
func (v *NullableScreenAmlResponseEntity) Unset()
type NullableSendOtpRequest ¶
type NullableSendOtpRequest struct {
// contains filtered or unexported fields
}
func NewNullableSendOtpRequest ¶
func NewNullableSendOtpRequest(val *SendOtpRequest) *NullableSendOtpRequest
func (NullableSendOtpRequest) Get ¶
func (v NullableSendOtpRequest) Get() *SendOtpRequest
func (NullableSendOtpRequest) IsSet ¶
func (v NullableSendOtpRequest) IsSet() bool
func (NullableSendOtpRequest) MarshalJSON ¶
func (v NullableSendOtpRequest) MarshalJSON() ([]byte, error)
func (*NullableSendOtpRequest) Set ¶
func (v *NullableSendOtpRequest) Set(val *SendOtpRequest)
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 (v NullableSendOtpResponse) Get() *SendOtpResponse
func (NullableSendOtpResponse) IsSet ¶
func (v NullableSendOtpResponse) IsSet() bool
func (NullableSendOtpResponse) MarshalJSON ¶
func (v NullableSendOtpResponse) MarshalJSON() ([]byte, error)
func (*NullableSendOtpResponse) Set ¶
func (v *NullableSendOtpResponse) Set(val *SendOtpResponse)
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 NewNullableSendOtpResponseEntityInner ¶
func NewNullableSendOtpResponseEntityInner(val *SendOtpResponseEntityInner) *NullableSendOtpResponseEntityInner
func (NullableSendOtpResponseEntityInner) Get ¶
func (v NullableSendOtpResponseEntityInner) Get() *SendOtpResponseEntityInner
func (NullableSendOtpResponseEntityInner) IsSet ¶
func (v NullableSendOtpResponseEntityInner) IsSet() bool
func (NullableSendOtpResponseEntityInner) MarshalJSON ¶
func (v NullableSendOtpResponseEntityInner) MarshalJSON() ([]byte, error)
func (*NullableSendOtpResponseEntityInner) Set ¶
func (v *NullableSendOtpResponseEntityInner) Set(val *SendOtpResponseEntityInner)
func (*NullableSendOtpResponseEntityInner) UnmarshalJSON ¶
func (v *NullableSendOtpResponseEntityInner) UnmarshalJSON(src []byte) error
func (*NullableSendOtpResponseEntityInner) Unset ¶
func (v *NullableSendOtpResponseEntityInner) Unset()
type NullableSendSmsRequest ¶
type NullableSendSmsRequest struct {
// contains filtered or unexported fields
}
func NewNullableSendSmsRequest ¶
func NewNullableSendSmsRequest(val *SendSmsRequest) *NullableSendSmsRequest
func (NullableSendSmsRequest) Get ¶
func (v NullableSendSmsRequest) Get() *SendSmsRequest
func (NullableSendSmsRequest) IsSet ¶
func (v NullableSendSmsRequest) IsSet() bool
func (NullableSendSmsRequest) MarshalJSON ¶
func (v NullableSendSmsRequest) MarshalJSON() ([]byte, error)
func (*NullableSendSmsRequest) Set ¶
func (v *NullableSendSmsRequest) Set(val *SendSmsRequest)
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 (v NullableSendSmsResponse) Get() *SendSmsResponse
func (NullableSendSmsResponse) IsSet ¶
func (v NullableSendSmsResponse) IsSet() bool
func (NullableSendSmsResponse) MarshalJSON ¶
func (v NullableSendSmsResponse) MarshalJSON() ([]byte, error)
func (*NullableSendSmsResponse) Set ¶
func (v *NullableSendSmsResponse) Set(val *SendSmsResponse)
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 NewNullableSendSmsResponseEntity ¶
func NewNullableSendSmsResponseEntity(val *SendSmsResponseEntity) *NullableSendSmsResponseEntity
func (NullableSendSmsResponseEntity) Get ¶
func (v NullableSendSmsResponseEntity) Get() *SendSmsResponseEntity
func (NullableSendSmsResponseEntity) IsSet ¶
func (v NullableSendSmsResponseEntity) IsSet() bool
func (NullableSendSmsResponseEntity) MarshalJSON ¶
func (v NullableSendSmsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableSendSmsResponseEntity) Set ¶
func (v *NullableSendSmsResponseEntity) Set(val *SendSmsResponseEntity)
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 NewNullableSubscribeServiceRequest ¶
func NewNullableSubscribeServiceRequest(val *SubscribeServiceRequest) *NullableSubscribeServiceRequest
func (NullableSubscribeServiceRequest) Get ¶
func (v NullableSubscribeServiceRequest) Get() *SubscribeServiceRequest
func (NullableSubscribeServiceRequest) IsSet ¶
func (v NullableSubscribeServiceRequest) IsSet() bool
func (NullableSubscribeServiceRequest) MarshalJSON ¶
func (v NullableSubscribeServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableSubscribeServiceRequest) Set ¶
func (v *NullableSubscribeServiceRequest) Set(val *SubscribeServiceRequest)
func (*NullableSubscribeServiceRequest) UnmarshalJSON ¶
func (v *NullableSubscribeServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableSubscribeServiceRequest) Unset ¶
func (v *NullableSubscribeServiceRequest) Unset()
type NullableSubscribeServiceResponse ¶
type NullableSubscribeServiceResponse struct {
// contains filtered or unexported fields
}
func NewNullableSubscribeServiceResponse ¶
func NewNullableSubscribeServiceResponse(val *SubscribeServiceResponse) *NullableSubscribeServiceResponse
func (NullableSubscribeServiceResponse) Get ¶
func (v NullableSubscribeServiceResponse) Get() *SubscribeServiceResponse
func (NullableSubscribeServiceResponse) IsSet ¶
func (v NullableSubscribeServiceResponse) IsSet() bool
func (NullableSubscribeServiceResponse) MarshalJSON ¶
func (v NullableSubscribeServiceResponse) MarshalJSON() ([]byte, error)
func (*NullableSubscribeServiceResponse) Set ¶
func (v *NullableSubscribeServiceResponse) Set(val *SubscribeServiceResponse)
func (*NullableSubscribeServiceResponse) UnmarshalJSON ¶
func (v *NullableSubscribeServiceResponse) UnmarshalJSON(src []byte) error
func (*NullableSubscribeServiceResponse) Unset ¶
func (v *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 (v NullableTransferFundsRequest) Get() *TransferFundsRequest
func (NullableTransferFundsRequest) IsSet ¶
func (v NullableTransferFundsRequest) IsSet() bool
func (NullableTransferFundsRequest) MarshalJSON ¶
func (v NullableTransferFundsRequest) MarshalJSON() ([]byte, error)
func (*NullableTransferFundsRequest) Set ¶
func (v *NullableTransferFundsRequest) Set(val *TransferFundsRequest)
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 NewNullableTransferFundsResponse ¶
func NewNullableTransferFundsResponse(val *TransferFundsResponse) *NullableTransferFundsResponse
func (NullableTransferFundsResponse) Get ¶
func (v NullableTransferFundsResponse) Get() *TransferFundsResponse
func (NullableTransferFundsResponse) IsSet ¶
func (v NullableTransferFundsResponse) IsSet() bool
func (NullableTransferFundsResponse) MarshalJSON ¶
func (v NullableTransferFundsResponse) MarshalJSON() ([]byte, error)
func (*NullableTransferFundsResponse) Set ¶
func (v *NullableTransferFundsResponse) Set(val *TransferFundsResponse)
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 NewNullableTransferFundsResponseEntity ¶
func NewNullableTransferFundsResponseEntity(val *TransferFundsResponseEntity) *NullableTransferFundsResponseEntity
func (NullableTransferFundsResponseEntity) Get ¶
func (v NullableTransferFundsResponseEntity) Get() *TransferFundsResponseEntity
func (NullableTransferFundsResponseEntity) IsSet ¶
func (v NullableTransferFundsResponseEntity) IsSet() bool
func (NullableTransferFundsResponseEntity) MarshalJSON ¶
func (v NullableTransferFundsResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableTransferFundsResponseEntity) Set ¶
func (v *NullableTransferFundsResponseEntity) Set(val *TransferFundsResponseEntity)
func (*NullableTransferFundsResponseEntity) UnmarshalJSON ¶
func (v *NullableTransferFundsResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableTransferFundsResponseEntity) Unset ¶
func (v *NullableTransferFundsResponseEntity) Unset()
type NullableValidateBvnResponse ¶
type NullableValidateBvnResponse struct {
// contains filtered or unexported fields
}
func NewNullableValidateBvnResponse ¶
func NewNullableValidateBvnResponse(val *ValidateBvnResponse) *NullableValidateBvnResponse
func (NullableValidateBvnResponse) Get ¶
func (v NullableValidateBvnResponse) Get() *ValidateBvnResponse
func (NullableValidateBvnResponse) IsSet ¶
func (v NullableValidateBvnResponse) IsSet() bool
func (NullableValidateBvnResponse) MarshalJSON ¶
func (v NullableValidateBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableValidateBvnResponse) Set ¶
func (v *NullableValidateBvnResponse) Set(val *ValidateBvnResponse)
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 NewNullableValidateBvnResponseEntity ¶
func NewNullableValidateBvnResponseEntity(val *ValidateBvnResponseEntity) *NullableValidateBvnResponseEntity
func (NullableValidateBvnResponseEntity) Get ¶
func (v NullableValidateBvnResponseEntity) Get() *ValidateBvnResponseEntity
func (NullableValidateBvnResponseEntity) IsSet ¶
func (v NullableValidateBvnResponseEntity) IsSet() bool
func (NullableValidateBvnResponseEntity) MarshalJSON ¶
func (v NullableValidateBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableValidateBvnResponseEntity) Set ¶
func (v *NullableValidateBvnResponseEntity) Set(val *ValidateBvnResponseEntity)
func (*NullableValidateBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableValidateBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableValidateBvnResponseEntity) Unset ¶
func (v *NullableValidateBvnResponseEntity) Unset()
type NullableValidateBvnResponseEntityBvn ¶
type NullableValidateBvnResponseEntityBvn struct {
// contains filtered or unexported fields
}
func NewNullableValidateBvnResponseEntityBvn ¶
func NewNullableValidateBvnResponseEntityBvn(val *ValidateBvnResponseEntityBvn) *NullableValidateBvnResponseEntityBvn
func (NullableValidateBvnResponseEntityBvn) Get ¶
func (v NullableValidateBvnResponseEntityBvn) Get() *ValidateBvnResponseEntityBvn
func (NullableValidateBvnResponseEntityBvn) IsSet ¶
func (v NullableValidateBvnResponseEntityBvn) IsSet() bool
func (NullableValidateBvnResponseEntityBvn) MarshalJSON ¶
func (v NullableValidateBvnResponseEntityBvn) MarshalJSON() ([]byte, error)
func (*NullableValidateBvnResponseEntityBvn) Set ¶
func (v *NullableValidateBvnResponseEntityBvn) Set(val *ValidateBvnResponseEntityBvn)
func (*NullableValidateBvnResponseEntityBvn) UnmarshalJSON ¶
func (v *NullableValidateBvnResponseEntityBvn) UnmarshalJSON(src []byte) error
func (*NullableValidateBvnResponseEntityBvn) Unset ¶
func (v *NullableValidateBvnResponseEntityBvn) Unset()
type NullableValidateBvnResponseEntityFirstName ¶
type NullableValidateBvnResponseEntityFirstName struct {
// contains filtered or unexported fields
}
func NewNullableValidateBvnResponseEntityFirstName ¶
func NewNullableValidateBvnResponseEntityFirstName(val *ValidateBvnResponseEntityFirstName) *NullableValidateBvnResponseEntityFirstName
func (NullableValidateBvnResponseEntityFirstName) IsSet ¶
func (v NullableValidateBvnResponseEntityFirstName) IsSet() bool
func (NullableValidateBvnResponseEntityFirstName) MarshalJSON ¶
func (v NullableValidateBvnResponseEntityFirstName) MarshalJSON() ([]byte, error)
func (*NullableValidateBvnResponseEntityFirstName) Set ¶
func (v *NullableValidateBvnResponseEntityFirstName) Set(val *ValidateBvnResponseEntityFirstName)
func (*NullableValidateBvnResponseEntityFirstName) UnmarshalJSON ¶
func (v *NullableValidateBvnResponseEntityFirstName) UnmarshalJSON(src []byte) error
func (*NullableValidateBvnResponseEntityFirstName) Unset ¶
func (v *NullableValidateBvnResponseEntityFirstName) Unset()
type NullableValidateOtpResponse ¶
type NullableValidateOtpResponse struct {
// contains filtered or unexported fields
}
func NewNullableValidateOtpResponse ¶
func NewNullableValidateOtpResponse(val *ValidateOtpResponse) *NullableValidateOtpResponse
func (NullableValidateOtpResponse) Get ¶
func (v NullableValidateOtpResponse) Get() *ValidateOtpResponse
func (NullableValidateOtpResponse) IsSet ¶
func (v NullableValidateOtpResponse) IsSet() bool
func (NullableValidateOtpResponse) MarshalJSON ¶
func (v NullableValidateOtpResponse) MarshalJSON() ([]byte, error)
func (*NullableValidateOtpResponse) Set ¶
func (v *NullableValidateOtpResponse) Set(val *ValidateOtpResponse)
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 NewNullableValidateOtpResponseEntity ¶
func NewNullableValidateOtpResponseEntity(val *ValidateOtpResponseEntity) *NullableValidateOtpResponseEntity
func (NullableValidateOtpResponseEntity) Get ¶
func (v NullableValidateOtpResponseEntity) Get() *ValidateOtpResponseEntity
func (NullableValidateOtpResponseEntity) IsSet ¶
func (v NullableValidateOtpResponseEntity) IsSet() bool
func (NullableValidateOtpResponseEntity) MarshalJSON ¶
func (v NullableValidateOtpResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableValidateOtpResponseEntity) Set ¶
func (v *NullableValidateOtpResponseEntity) Set(val *ValidateOtpResponseEntity)
func (*NullableValidateOtpResponseEntity) UnmarshalJSON ¶
func (v *NullableValidateOtpResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableValidateOtpResponseEntity) Unset ¶
func (v *NullableValidateOtpResponseEntity) Unset()
type NullableVerifyAgeResponse ¶
type NullableVerifyAgeResponse struct {
// contains filtered or unexported fields
}
func NewNullableVerifyAgeResponse ¶
func NewNullableVerifyAgeResponse(val *VerifyAgeResponse) *NullableVerifyAgeResponse
func (NullableVerifyAgeResponse) Get ¶
func (v NullableVerifyAgeResponse) Get() *VerifyAgeResponse
func (NullableVerifyAgeResponse) IsSet ¶
func (v NullableVerifyAgeResponse) IsSet() bool
func (NullableVerifyAgeResponse) MarshalJSON ¶
func (v NullableVerifyAgeResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifyAgeResponse) Set ¶
func (v *NullableVerifyAgeResponse) Set(val *VerifyAgeResponse)
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 NewNullableVerifyAgeResponseEntity ¶
func NewNullableVerifyAgeResponseEntity(val *VerifyAgeResponseEntity) *NullableVerifyAgeResponseEntity
func (NullableVerifyAgeResponseEntity) Get ¶
func (v NullableVerifyAgeResponseEntity) Get() *VerifyAgeResponseEntity
func (NullableVerifyAgeResponseEntity) IsSet ¶
func (v NullableVerifyAgeResponseEntity) IsSet() bool
func (NullableVerifyAgeResponseEntity) MarshalJSON ¶
func (v NullableVerifyAgeResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableVerifyAgeResponseEntity) Set ¶
func (v *NullableVerifyAgeResponseEntity) Set(val *VerifyAgeResponseEntity)
func (*NullableVerifyAgeResponseEntity) UnmarshalJSON ¶
func (v *NullableVerifyAgeResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableVerifyAgeResponseEntity) Unset ¶
func (v *NullableVerifyAgeResponseEntity) Unset()
type NullableVerifyPhotoIdWithSelfieRequest ¶
type NullableVerifyPhotoIdWithSelfieRequest struct {
// contains filtered or unexported fields
}
func NewNullableVerifyPhotoIdWithSelfieRequest ¶
func NewNullableVerifyPhotoIdWithSelfieRequest(val *VerifyPhotoIdWithSelfieRequest) *NullableVerifyPhotoIdWithSelfieRequest
func (NullableVerifyPhotoIdWithSelfieRequest) Get ¶
func (v NullableVerifyPhotoIdWithSelfieRequest) Get() *VerifyPhotoIdWithSelfieRequest
func (NullableVerifyPhotoIdWithSelfieRequest) IsSet ¶
func (v NullableVerifyPhotoIdWithSelfieRequest) IsSet() bool
func (NullableVerifyPhotoIdWithSelfieRequest) MarshalJSON ¶
func (v NullableVerifyPhotoIdWithSelfieRequest) MarshalJSON() ([]byte, error)
func (*NullableVerifyPhotoIdWithSelfieRequest) Set ¶
func (v *NullableVerifyPhotoIdWithSelfieRequest) Set(val *VerifyPhotoIdWithSelfieRequest)
func (*NullableVerifyPhotoIdWithSelfieRequest) UnmarshalJSON ¶
func (v *NullableVerifyPhotoIdWithSelfieRequest) UnmarshalJSON(src []byte) error
func (*NullableVerifyPhotoIdWithSelfieRequest) Unset ¶
func (v *NullableVerifyPhotoIdWithSelfieRequest) Unset()
type NullableVerifyPhotoIdWithSelfieResponse ¶
type NullableVerifyPhotoIdWithSelfieResponse struct {
// contains filtered or unexported fields
}
func NewNullableVerifyPhotoIdWithSelfieResponse ¶
func NewNullableVerifyPhotoIdWithSelfieResponse(val *VerifyPhotoIdWithSelfieResponse) *NullableVerifyPhotoIdWithSelfieResponse
func (NullableVerifyPhotoIdWithSelfieResponse) IsSet ¶
func (v NullableVerifyPhotoIdWithSelfieResponse) IsSet() bool
func (NullableVerifyPhotoIdWithSelfieResponse) MarshalJSON ¶
func (v NullableVerifyPhotoIdWithSelfieResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifyPhotoIdWithSelfieResponse) Set ¶
func (v *NullableVerifyPhotoIdWithSelfieResponse) Set(val *VerifyPhotoIdWithSelfieResponse)
func (*NullableVerifyPhotoIdWithSelfieResponse) UnmarshalJSON ¶
func (v *NullableVerifyPhotoIdWithSelfieResponse) UnmarshalJSON(src []byte) error
func (*NullableVerifyPhotoIdWithSelfieResponse) Unset ¶
func (v *NullableVerifyPhotoIdWithSelfieResponse) Unset()
type NullableVerifyPhotoIdWithSelfieResponseEntity ¶
type NullableVerifyPhotoIdWithSelfieResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableVerifyPhotoIdWithSelfieResponseEntity ¶
func NewNullableVerifyPhotoIdWithSelfieResponseEntity(val *VerifyPhotoIdWithSelfieResponseEntity) *NullableVerifyPhotoIdWithSelfieResponseEntity
func (NullableVerifyPhotoIdWithSelfieResponseEntity) IsSet ¶
func (v NullableVerifyPhotoIdWithSelfieResponseEntity) IsSet() bool
func (NullableVerifyPhotoIdWithSelfieResponseEntity) MarshalJSON ¶
func (v NullableVerifyPhotoIdWithSelfieResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableVerifyPhotoIdWithSelfieResponseEntity) Set ¶
func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) Set(val *VerifyPhotoIdWithSelfieResponseEntity)
func (*NullableVerifyPhotoIdWithSelfieResponseEntity) UnmarshalJSON ¶
func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableVerifyPhotoIdWithSelfieResponseEntity) Unset ¶
func (v *NullableVerifyPhotoIdWithSelfieResponseEntity) Unset()
type NullableVerifyPhotoIdWithSelfieResponseEntitySelfie ¶
type NullableVerifyPhotoIdWithSelfieResponseEntitySelfie struct {
// contains filtered or unexported fields
}
func NewNullableVerifyPhotoIdWithSelfieResponseEntitySelfie ¶
func NewNullableVerifyPhotoIdWithSelfieResponseEntitySelfie(val *VerifyPhotoIdWithSelfieResponseEntitySelfie) *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie
func (NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) IsSet ¶
func (v NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) IsSet() bool
func (NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON ¶
func (v NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON() ([]byte, error)
func (*NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) UnmarshalJSON ¶
func (v *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) UnmarshalJSON(src []byte) error
func (*NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Unset ¶
func (v *NullableVerifyPhotoIdWithSelfieResponseEntitySelfie) Unset()
type NullableVerifySelfieBvnRequest ¶
type NullableVerifySelfieBvnRequest struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieBvnRequest ¶
func NewNullableVerifySelfieBvnRequest(val *VerifySelfieBvnRequest) *NullableVerifySelfieBvnRequest
func (NullableVerifySelfieBvnRequest) Get ¶
func (v NullableVerifySelfieBvnRequest) Get() *VerifySelfieBvnRequest
func (NullableVerifySelfieBvnRequest) IsSet ¶
func (v NullableVerifySelfieBvnRequest) IsSet() bool
func (NullableVerifySelfieBvnRequest) MarshalJSON ¶
func (v NullableVerifySelfieBvnRequest) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieBvnRequest) Set ¶
func (v *NullableVerifySelfieBvnRequest) Set(val *VerifySelfieBvnRequest)
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 NewNullableVerifySelfieBvnResponse ¶
func NewNullableVerifySelfieBvnResponse(val *VerifySelfieBvnResponse) *NullableVerifySelfieBvnResponse
func (NullableVerifySelfieBvnResponse) Get ¶
func (v NullableVerifySelfieBvnResponse) Get() *VerifySelfieBvnResponse
func (NullableVerifySelfieBvnResponse) IsSet ¶
func (v NullableVerifySelfieBvnResponse) IsSet() bool
func (NullableVerifySelfieBvnResponse) MarshalJSON ¶
func (v NullableVerifySelfieBvnResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieBvnResponse) Set ¶
func (v *NullableVerifySelfieBvnResponse) Set(val *VerifySelfieBvnResponse)
func (*NullableVerifySelfieBvnResponse) UnmarshalJSON ¶
func (v *NullableVerifySelfieBvnResponse) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieBvnResponse) Unset ¶
func (v *NullableVerifySelfieBvnResponse) Unset()
type NullableVerifySelfieBvnResponseEntity ¶
type NullableVerifySelfieBvnResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieBvnResponseEntity ¶
func NewNullableVerifySelfieBvnResponseEntity(val *VerifySelfieBvnResponseEntity) *NullableVerifySelfieBvnResponseEntity
func (NullableVerifySelfieBvnResponseEntity) Get ¶
func (v NullableVerifySelfieBvnResponseEntity) Get() *VerifySelfieBvnResponseEntity
func (NullableVerifySelfieBvnResponseEntity) IsSet ¶
func (v NullableVerifySelfieBvnResponseEntity) IsSet() bool
func (NullableVerifySelfieBvnResponseEntity) MarshalJSON ¶
func (v NullableVerifySelfieBvnResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieBvnResponseEntity) Set ¶
func (v *NullableVerifySelfieBvnResponseEntity) Set(val *VerifySelfieBvnResponseEntity)
func (*NullableVerifySelfieBvnResponseEntity) UnmarshalJSON ¶
func (v *NullableVerifySelfieBvnResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieBvnResponseEntity) Unset ¶
func (v *NullableVerifySelfieBvnResponseEntity) Unset()
type NullableVerifySelfieBvnResponseEntitySelfieVerification ¶
type NullableVerifySelfieBvnResponseEntitySelfieVerification struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieBvnResponseEntitySelfieVerification ¶
func NewNullableVerifySelfieBvnResponseEntitySelfieVerification(val *VerifySelfieBvnResponseEntitySelfieVerification) *NullableVerifySelfieBvnResponseEntitySelfieVerification
func (NullableVerifySelfieBvnResponseEntitySelfieVerification) IsSet ¶
func (v NullableVerifySelfieBvnResponseEntitySelfieVerification) IsSet() bool
func (NullableVerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON ¶
func (v NullableVerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieBvnResponseEntitySelfieVerification) UnmarshalJSON ¶
func (v *NullableVerifySelfieBvnResponseEntitySelfieVerification) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieBvnResponseEntitySelfieVerification) Unset ¶
func (v *NullableVerifySelfieBvnResponseEntitySelfieVerification) Unset()
type NullableVerifySelfieNinRequest ¶
type NullableVerifySelfieNinRequest struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieNinRequest ¶
func NewNullableVerifySelfieNinRequest(val *VerifySelfieNinRequest) *NullableVerifySelfieNinRequest
func (NullableVerifySelfieNinRequest) Get ¶
func (v NullableVerifySelfieNinRequest) Get() *VerifySelfieNinRequest
func (NullableVerifySelfieNinRequest) IsSet ¶
func (v NullableVerifySelfieNinRequest) IsSet() bool
func (NullableVerifySelfieNinRequest) MarshalJSON ¶
func (v NullableVerifySelfieNinRequest) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieNinRequest) Set ¶
func (v *NullableVerifySelfieNinRequest) Set(val *VerifySelfieNinRequest)
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 NewNullableVerifySelfieNinResponse ¶
func NewNullableVerifySelfieNinResponse(val *VerifySelfieNinResponse) *NullableVerifySelfieNinResponse
func (NullableVerifySelfieNinResponse) Get ¶
func (v NullableVerifySelfieNinResponse) Get() *VerifySelfieNinResponse
func (NullableVerifySelfieNinResponse) IsSet ¶
func (v NullableVerifySelfieNinResponse) IsSet() bool
func (NullableVerifySelfieNinResponse) MarshalJSON ¶
func (v NullableVerifySelfieNinResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieNinResponse) Set ¶
func (v *NullableVerifySelfieNinResponse) Set(val *VerifySelfieNinResponse)
func (*NullableVerifySelfieNinResponse) UnmarshalJSON ¶
func (v *NullableVerifySelfieNinResponse) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieNinResponse) Unset ¶
func (v *NullableVerifySelfieNinResponse) Unset()
type NullableVerifySelfieNinResponseEntity ¶
type NullableVerifySelfieNinResponseEntity struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieNinResponseEntity ¶
func NewNullableVerifySelfieNinResponseEntity(val *VerifySelfieNinResponseEntity) *NullableVerifySelfieNinResponseEntity
func (NullableVerifySelfieNinResponseEntity) Get ¶
func (v NullableVerifySelfieNinResponseEntity) Get() *VerifySelfieNinResponseEntity
func (NullableVerifySelfieNinResponseEntity) IsSet ¶
func (v NullableVerifySelfieNinResponseEntity) IsSet() bool
func (NullableVerifySelfieNinResponseEntity) MarshalJSON ¶
func (v NullableVerifySelfieNinResponseEntity) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieNinResponseEntity) Set ¶
func (v *NullableVerifySelfieNinResponseEntity) Set(val *VerifySelfieNinResponseEntity)
func (*NullableVerifySelfieNinResponseEntity) UnmarshalJSON ¶
func (v *NullableVerifySelfieNinResponseEntity) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieNinResponseEntity) Unset ¶
func (v *NullableVerifySelfieNinResponseEntity) Unset()
type NullableVerifySelfieNinResponseEntitySelfieVerification ¶
type NullableVerifySelfieNinResponseEntitySelfieVerification struct {
// contains filtered or unexported fields
}
func NewNullableVerifySelfieNinResponseEntitySelfieVerification ¶
func NewNullableVerifySelfieNinResponseEntitySelfieVerification(val *VerifySelfieNinResponseEntitySelfieVerification) *NullableVerifySelfieNinResponseEntitySelfieVerification
func (NullableVerifySelfieNinResponseEntitySelfieVerification) IsSet ¶
func (v NullableVerifySelfieNinResponseEntitySelfieVerification) IsSet() bool
func (NullableVerifySelfieNinResponseEntitySelfieVerification) MarshalJSON ¶
func (v NullableVerifySelfieNinResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
func (*NullableVerifySelfieNinResponseEntitySelfieVerification) UnmarshalJSON ¶
func (v *NullableVerifySelfieNinResponseEntitySelfieVerification) UnmarshalJSON(src []byte) error
func (*NullableVerifySelfieNinResponseEntitySelfieVerification) Unset ¶
func (v *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 ¶
func (o *PurchaseAirtimeResponse) GetEntity() PurchaseAirtimeResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*PurchaseAirtimeResponse) GetEntityOk ¶
func (o *PurchaseAirtimeResponse) GetEntityOk() (*PurchaseAirtimeResponseEntity, 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 (*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 ¶
func (o *PurchaseAirtimeResponse) SetEntity(v PurchaseAirtimeResponseEntity)
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 ¶
func (o *PurchaseAirtimeResponseEntity) GetData() []PurchaseAirtimeResponseEntityDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*PurchaseAirtimeResponseEntity) GetDataOk ¶
func (o *PurchaseAirtimeResponseEntity) GetDataOk() ([]PurchaseAirtimeResponseEntityDataInner, 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 (*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 ¶
func (o *PurchaseAirtimeResponseEntity) SetData(v []PurchaseAirtimeResponseEntityDataInner)
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 ¶
func (o *PurchaseAirtimeResponseEntityDataInner) GetStatus() string
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 ¶
func (o *PurchaseAirtimeResponseEntityDataInner) HasStatus() bool
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 ¶
func (o *PurchaseAirtimeResponseEntityDataInner) SetStatus(v string)
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 ¶
func (o *PurchaseDataResponse) GetEntity() []PurchaseDataResponseEntityInner
GetEntity returns the Entity field value if set, zero value otherwise.
func (*PurchaseDataResponse) GetEntityOk ¶
func (o *PurchaseDataResponse) GetEntityOk() ([]PurchaseDataResponseEntityInner, 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 (*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 ¶
func (o *PurchaseDataResponse) SetEntity(v []PurchaseDataResponseEntityInner)
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 ¶
func (o *PurchaseDataResponseEntityInner) GetAmount() float32
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 ¶
func (o *PurchaseDataResponseEntityInner) GetPlan() string
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 ¶
func (o *PurchaseDataResponseEntityInner) HasPlan() bool
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 ¶
func (o *PurchaseDataResponseEntityInner) SetPlan(v string)
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 ¶
func (o *RequestSenderIdResponse) GetEntity() []RequestSenderIdResponseEntityInner
GetEntity returns the Entity field value if set, zero value otherwise.
func (*RequestSenderIdResponse) GetEntityOk ¶
func (o *RequestSenderIdResponse) GetEntityOk() ([]RequestSenderIdResponseEntityInner, 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 (*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 ¶
func (o *RequestSenderIdResponse) SetEntity(v []RequestSenderIdResponseEntityInner)
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 ¶
func (o *ScreenAmlResponse) GetEntity() ScreenAmlResponseEntity
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 ¶
func (o *ScreenAmlResponse) SetEntity(v ScreenAmlResponseEntity)
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 ¶
func (o *SendOtpResponse) GetEntity() []SendOtpResponseEntityInner
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
type ServerVariable ¶
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 ¶
func (r ServicesApiCategorizeTransactionsRequest) Execute() (*CategorizeTransactionsResponse, *http.Response, error)
type ServicesApiService ¶
type ServicesApiService service
ServicesApiService ServicesApi service
func (*ServicesApiService) CategorizeTransactions ¶
func (a *ServicesApiService) CategorizeTransactions() ServicesApiCategorizeTransactionsRequest
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 ¶
func (a *ServicesApiService) CategorizeTransactionsExecute(r ServicesApiCategorizeTransactionsRequest) (*CategorizeTransactionsResponse, *http.Response, error)
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 ¶
func (o *TransferFundsResponse) GetEntity() TransferFundsResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*TransferFundsResponse) GetEntityOk ¶
func (o *TransferFundsResponse) GetEntityOk() (*TransferFundsResponseEntity, 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 (*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 ¶
func (o *TransferFundsResponse) SetEntity(v TransferFundsResponseEntity)
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 (r UGKYCApiGetVoterRequest) Execute() (*GetVoterResponse, *http.Response, error)
func (UGKYCApiGetVoterRequest) FirstName ¶
func (r UGKYCApiGetVoterRequest) FirstName(firstName string) UGKYCApiGetVoterRequest
func (UGKYCApiGetVoterRequest) Id ¶
func (r UGKYCApiGetVoterRequest) Id(id int32) UGKYCApiGetVoterRequest
func (UGKYCApiGetVoterRequest) LastName ¶
func (r UGKYCApiGetVoterRequest) LastName(lastName string) UGKYCApiGetVoterRequest
type UGKYCApiService ¶
type UGKYCApiService service
UGKYCApiService UGKYCApi service
func (*UGKYCApiService) GetVoter ¶
func (a *UGKYCApiService) GetVoter() UGKYCApiGetVoterRequest
GetVoter Voters ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UGKYCApiGetVoterRequest
func (*UGKYCApiService) GetVoterExecute ¶
func (a *UGKYCApiService) GetVoterExecute(r UGKYCApiGetVoterRequest) (*GetVoterResponse, *http.Response, error)
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 ¶
func (o *ValidateBvnResponse) GetEntity() ValidateBvnResponseEntity
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 ¶
func (o *ValidateBvnResponse) SetEntity(v ValidateBvnResponseEntity)
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 ¶
func (o *ValidateBvnResponseEntity) GetBvn() ValidateBvnResponseEntityBvn
GetBvn returns the Bvn field value if set, zero value otherwise.
func (*ValidateBvnResponseEntity) GetBvnOk ¶
func (o *ValidateBvnResponseEntity) GetBvnOk() (*ValidateBvnResponseEntityBvn, 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 (*ValidateBvnResponseEntity) GetFirstName ¶
func (o *ValidateBvnResponseEntity) GetFirstName() ValidateBvnResponseEntityFirstName
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*ValidateBvnResponseEntity) GetFirstNameOk ¶
func (o *ValidateBvnResponseEntity) GetFirstNameOk() (*ValidateBvnResponseEntityFirstName, 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 (*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 ¶
func (o *ValidateBvnResponseEntity) SetBvn(v ValidateBvnResponseEntityBvn)
SetBvn gets a reference to the given ValidateBvnResponseEntityBvn and assigns it to the Bvn field.
func (*ValidateBvnResponseEntity) SetFirstName ¶
func (o *ValidateBvnResponseEntity) SetFirstName(v ValidateBvnResponseEntityFirstName)
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 ¶
func (o *ValidateBvnResponseEntityFirstName) GetStatus() bool
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 ¶
func (o *ValidateBvnResponseEntityFirstName) HasStatus() bool
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 ¶
func (o *ValidateOtpResponse) GetEntity() ValidateOtpResponseEntity
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 ¶
func (o *ValidateOtpResponse) SetEntity(v ValidateOtpResponseEntity)
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 ¶
func (o *VerifyAgeResponse) GetEntity() VerifyAgeResponseEntity
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 ¶
func (o *VerifyAgeResponse) SetEntity(v VerifyAgeResponseEntity)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponse) GetEntity() VerifyPhotoIdWithSelfieResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*VerifyPhotoIdWithSelfieResponse) GetEntityOk ¶
func (o *VerifyPhotoIdWithSelfieResponse) GetEntityOk() (*VerifyPhotoIdWithSelfieResponseEntity, 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 (*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 ¶
func (o *VerifyPhotoIdWithSelfieResponse) SetEntity(v VerifyPhotoIdWithSelfieResponseEntity)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntity) GetSelfie() VerifyPhotoIdWithSelfieResponseEntitySelfie
GetSelfie returns the Selfie field value if set, zero value otherwise.
func (*VerifyPhotoIdWithSelfieResponseEntity) GetSelfieOk ¶
func (o *VerifyPhotoIdWithSelfieResponseEntity) GetSelfieOk() (*VerifyPhotoIdWithSelfieResponseEntitySelfie, bool)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntity) HasSelfie() bool
HasSelfie returns a boolean if a field has been set.
func (VerifyPhotoIdWithSelfieResponseEntity) MarshalJSON ¶
func (o VerifyPhotoIdWithSelfieResponseEntity) MarshalJSON() ([]byte, error)
func (*VerifyPhotoIdWithSelfieResponseEntity) SetSelfie ¶
func (o *VerifyPhotoIdWithSelfieResponseEntity) SetSelfie(v VerifyPhotoIdWithSelfieResponseEntitySelfie)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRange() string
GetAgeRange returns the AgeRange field value if set, zero value otherwise.
func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRangeOk ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetAgeRangeOk() (*string, bool)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatch() bool
GetMatch returns the Match field value if set, zero value otherwise.
func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatchOk ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetMatchOk() (*bool, bool)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetPhotoIdGlare() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSelfieGlare() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) GetSunglasses() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasAgeRange() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasMatch() bool
HasMatch returns a boolean if a field has been set.
func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdGlare ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasPhotoIdGlare() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSelfieGlare() bool
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) HasSunglasses() bool
HasSunglasses returns a boolean if a field has been set.
func (VerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON ¶
func (o VerifyPhotoIdWithSelfieResponseEntitySelfie) MarshalJSON() ([]byte, error)
func (*VerifyPhotoIdWithSelfieResponseEntitySelfie) SetAgeRange ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetAgeRange(v string)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetMatch(v bool)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSelfieGlare(v bool)
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 ¶
func (o *VerifyPhotoIdWithSelfieResponseEntitySelfie) SetSunglasses(v bool)
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 ¶
func (o *VerifySelfieBvnResponse) GetEntity() VerifySelfieBvnResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*VerifySelfieBvnResponse) GetEntityOk ¶
func (o *VerifySelfieBvnResponse) GetEntityOk() (*VerifySelfieBvnResponseEntity, 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 (*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 ¶
func (o *VerifySelfieBvnResponse) SetEntity(v VerifySelfieBvnResponseEntity)
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 ¶
func (o *VerifySelfieBvnResponseEntity) GetBvn() string
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 ¶
func (o *VerifySelfieBvnResponseEntity) GetNin() string
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 ¶
func (o *VerifySelfieBvnResponseEntity) GetSelfieVerification() VerifySelfieBvnResponseEntitySelfieVerification
GetSelfieVerification returns the SelfieVerification field value if set, zero value otherwise.
func (*VerifySelfieBvnResponseEntity) GetSelfieVerificationOk ¶
func (o *VerifySelfieBvnResponseEntity) GetSelfieVerificationOk() (*VerifySelfieBvnResponseEntitySelfieVerification, bool)
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 ¶
func (o *VerifySelfieBvnResponseEntity) SetBvn(v string)
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 ¶
func (o *VerifySelfieBvnResponseEntity) SetNin(v string)
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 ¶
func (o *VerifySelfieBvnResponseEntity) SetSelfieVerification(v VerifySelfieBvnResponseEntitySelfieVerification)
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 ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetConfidenceValue() float32
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 ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetMatch() bool
GetMatch returns the Match field value if set, zero value otherwise.
func (*VerifySelfieBvnResponseEntitySelfieVerification) GetMatchOk ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) GetMatchOk() (*bool, bool)
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 ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) HasMatch() bool
HasMatch returns a boolean if a field has been set.
func (VerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON ¶
func (o VerifySelfieBvnResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
func (*VerifySelfieBvnResponseEntitySelfieVerification) SetConfidenceValue ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) SetConfidenceValue(v float32)
SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.
func (*VerifySelfieBvnResponseEntitySelfieVerification) SetMatch ¶
func (o *VerifySelfieBvnResponseEntitySelfieVerification) SetMatch(v bool)
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 ¶
func (o *VerifySelfieNinResponse) GetEntity() VerifySelfieNinResponseEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*VerifySelfieNinResponse) GetEntityOk ¶
func (o *VerifySelfieNinResponse) GetEntityOk() (*VerifySelfieNinResponseEntity, 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 (*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 ¶
func (o *VerifySelfieNinResponse) SetEntity(v VerifySelfieNinResponseEntity)
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 ¶
func (o *VerifySelfieNinResponseEntity) GetNin() string
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 ¶
func (o *VerifySelfieNinResponseEntity) GetSelfieVerification() VerifySelfieNinResponseEntitySelfieVerification
GetSelfieVerification returns the SelfieVerification field value if set, zero value otherwise.
func (*VerifySelfieNinResponseEntity) GetSelfieVerificationOk ¶
func (o *VerifySelfieNinResponseEntity) GetSelfieVerificationOk() (*VerifySelfieNinResponseEntitySelfieVerification, bool)
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 ¶
func (o *VerifySelfieNinResponseEntity) SetNin(v string)
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 ¶
func (o *VerifySelfieNinResponseEntity) SetSelfieVerification(v VerifySelfieNinResponseEntitySelfieVerification)
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 ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) GetConfidenceValue() float32
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 ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) GetMatch() bool
GetMatch returns the Match field value if set, zero value otherwise.
func (*VerifySelfieNinResponseEntitySelfieVerification) GetMatchOk ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) GetMatchOk() (*bool, bool)
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 ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) HasMatch() bool
HasMatch returns a boolean if a field has been set.
func (VerifySelfieNinResponseEntitySelfieVerification) MarshalJSON ¶
func (o VerifySelfieNinResponseEntitySelfieVerification) MarshalJSON() ([]byte, error)
func (*VerifySelfieNinResponseEntitySelfieVerification) SetConfidenceValue ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) SetConfidenceValue(v float32)
SetConfidenceValue gets a reference to the given float32 and assigns it to the ConfidenceValue field.
func (*VerifySelfieNinResponseEntitySelfieVerification) SetMatch ¶
func (o *VerifySelfieNinResponseEntitySelfieVerification) SetMatch(v bool)
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 ¶
func (r WalletApiCreateWalletRequest) Execute() (*CreateWalletResponse, *http.Response, error)
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 ¶
func (r WalletApiCreditSubwalletRequest) Execute() (*CreditSubwalletResponse, *http.Response, error)
type WalletApiGetTransactionRequest ¶
type WalletApiGetTransactionRequest struct { ApiService *WalletApiService // contains filtered or unexported fields }
func (WalletApiGetTransactionRequest) Execute ¶
func (r WalletApiGetTransactionRequest) Execute() (*GetTransactionResponse, *http.Response, error)
func (WalletApiGetTransactionRequest) TransactionId ¶
func (r WalletApiGetTransactionRequest) TransactionId(transactionId string) WalletApiGetTransactionRequest
type WalletApiGetWalletRequest ¶
type WalletApiGetWalletRequest struct { ApiService *WalletApiService // contains filtered or unexported fields }
func (WalletApiGetWalletRequest) Execute ¶
func (r WalletApiGetWalletRequest) Execute() (*GetWalletResponse, *http.Response, error)
func (WalletApiGetWalletRequest) WalletId ¶
func (r WalletApiGetWalletRequest) WalletId(walletId string) WalletApiGetWalletRequest
type WalletApiGetWalletsRequest ¶
type WalletApiGetWalletsRequest struct { ApiService *WalletApiService // contains filtered or unexported fields }
func (WalletApiGetWalletsRequest) AppId ¶
func (r WalletApiGetWalletsRequest) AppId(appId string) WalletApiGetWalletsRequest
func (WalletApiGetWalletsRequest) Execute ¶
func (r WalletApiGetWalletsRequest) Execute() (*GetWalletsResponse, *http.Response, error)
type WalletApiService ¶
type WalletApiService service
WalletApiService WalletApi service
func (*WalletApiService) CreateWallet ¶
func (a *WalletApiService) CreateWallet() WalletApiCreateWalletRequest
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 ¶
func (a *WalletApiService) CreateWalletExecute(r WalletApiCreateWalletRequest) (*CreateWalletResponse, *http.Response, error)
Execute executes the request
@return CreateWalletResponse
func (*WalletApiService) CreditSubwallet ¶
func (a *WalletApiService) CreditSubwallet() WalletApiCreditSubwalletRequest
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 ¶
func (a *WalletApiService) CreditSubwalletExecute(r WalletApiCreditSubwalletRequest) (*CreditSubwalletResponse, *http.Response, error)
Execute executes the request
@return CreditSubwalletResponse
func (*WalletApiService) GetTransaction ¶
func (a *WalletApiService) GetTransaction() WalletApiGetTransactionRequest
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 ¶
func (a *WalletApiService) GetTransactionExecute(r WalletApiGetTransactionRequest) (*GetTransactionResponse, *http.Response, error)
Execute executes the request
@return GetTransactionResponse
func (*WalletApiService) GetWallet ¶
func (a *WalletApiService) GetWallet() WalletApiGetWalletRequest
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 ¶
func (a *WalletApiService) GetWalletExecute(r WalletApiGetWalletRequest) (*GetWalletResponse, *http.Response, error)
Execute executes the request
@return GetWalletResponse
func (*WalletApiService) GetWallets ¶
func (a *WalletApiService) GetWallets() WalletApiGetWalletsRequest
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 ¶
func (a *WalletApiService) GetWalletsExecute(r WalletApiGetWalletsRequest) (*GetWalletsResponse, *http.Response, error)
Execute executes the request
@return GetWalletsResponse
func (*WalletApiService) TransferFunds ¶
func (a *WalletApiService) TransferFunds() WalletApiTransferFundsRequest
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 ¶
func (a *WalletApiService) TransferFundsExecute(r WalletApiTransferFundsRequest) (*TransferFundsResponse, *http.Response, error)
Execute executes the request
@return TransferFundsResponse
type WalletApiTransferFundsRequest ¶
type WalletApiTransferFundsRequest struct { ApiService *WalletApiService // contains filtered or unexported fields }
func (WalletApiTransferFundsRequest) Execute ¶
func (r WalletApiTransferFundsRequest) Execute() (*TransferFundsResponse, *http.Response, error)
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 ¶
func (r WebHooksApiDeleteWebhookRequest) Execute() (*DeleteWebhookResponse, *http.Response, error)
type WebHooksApiGetWebhooksRequest ¶
type WebHooksApiGetWebhooksRequest struct { ApiService *WebHooksApiService // contains filtered or unexported fields }
func (WebHooksApiGetWebhooksRequest) Execute ¶
func (r WebHooksApiGetWebhooksRequest) Execute() (*GetWebhooksResponse, *http.Response, error)
type WebHooksApiNotifyWebhookRequest ¶
type WebHooksApiNotifyWebhookRequest struct { ApiService *WebHooksApiService // contains filtered or unexported fields }
func (WebHooksApiNotifyWebhookRequest) Execute ¶
func (r WebHooksApiNotifyWebhookRequest) Execute() (*NotifyWebhookResponse, *http.Response, error)
func (WebHooksApiNotifyWebhookRequest) NotifyWebhookRequest ¶
func (r WebHooksApiNotifyWebhookRequest) NotifyWebhookRequest(notifyWebhookRequest NotifyWebhookRequest) WebHooksApiNotifyWebhookRequest
type WebHooksApiService ¶
type WebHooksApiService service
WebHooksApiService WebHooksApi service
func (*WebHooksApiService) DeleteWebhook ¶
func (a *WebHooksApiService) DeleteWebhook() WebHooksApiDeleteWebhookRequest
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 ¶
func (a *WebHooksApiService) DeleteWebhookExecute(r WebHooksApiDeleteWebhookRequest) (*DeleteWebhookResponse, *http.Response, error)
Execute executes the request
@return DeleteWebhookResponse
func (*WebHooksApiService) GetWebhooks ¶
func (a *WebHooksApiService) GetWebhooks() WebHooksApiGetWebhooksRequest
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 ¶
func (a *WebHooksApiService) GetWebhooksExecute(r WebHooksApiGetWebhooksRequest) (*GetWebhooksResponse, *http.Response, error)
Execute executes the request
@return GetWebhooksResponse
func (*WebHooksApiService) NotifyWebhook ¶
func (a *WebHooksApiService) NotifyWebhook() WebHooksApiNotifyWebhookRequest
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 ¶
func (a *WebHooksApiService) NotifyWebhookExecute(r WebHooksApiNotifyWebhookRequest) (*NotifyWebhookResponse, *http.Response, error)
Execute executes the request
@return NotifyWebhookResponse
func (*WebHooksApiService) SubscribeService ¶
func (a *WebHooksApiService) SubscribeService() WebHooksApiSubscribeServiceRequest
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 ¶
func (a *WebHooksApiService) SubscribeServiceExecute(r WebHooksApiSubscribeServiceRequest) (*SubscribeServiceResponse, *http.Response, error)
Execute executes the request
@return SubscribeServiceResponse
type WebHooksApiSubscribeServiceRequest ¶
type WebHooksApiSubscribeServiceRequest struct { ApiService *WebHooksApiService // contains filtered or unexported fields }
func (WebHooksApiSubscribeServiceRequest) Execute ¶
func (r WebHooksApiSubscribeServiceRequest) Execute() (*SubscribeServiceResponse, *http.Response, error)
func (WebHooksApiSubscribeServiceRequest) SubscribeServiceRequest ¶
func (r WebHooksApiSubscribeServiceRequest) SubscribeServiceRequest(subscribeServiceRequest SubscribeServiceRequest) WebHooksApiSubscribeServiceRequest
Source Files
¶
- api_aml.go
- api_authentication.go
- api_financial.go
- api_general.go
- api_ghkyc.go
- api_kekyc.go
- api_kyb.go
- api_kyc.go
- api_ml.go
- api_services.go
- api_ugkyc.go
- api_wallet.go
- api_web_hooks.go
- client.go
- configuration.go
- model_analyze_document_response.go
- model_analyze_document_response_entity.go
- model_analyze_document_response_entity_document_images.go
- model_analyze_document_response_entity_document_type.go
- model_analyze_document_response_entity_status.go
- model_analyze_document_response_entity_text_data_inner.go
- model_categorize_transactions_request.go
- model_categorize_transactions_response.go
- model_categorize_transactions_response_entity.go
- model_collect_status_from_pdf_request.go
- model_collect_status_from_pdf_response.go
- model_collect_transactions_request.go
- model_collect_transactions_request_transactions_inner.go
- model_collect_transactions_response.go
- model_collect_transactions_response_entity.go
- model_create_wallet_request.go
- model_create_wallet_response.go
- model_create_wallet_response_entity.go
- model_credit_subwallet_request.go
- model_credit_subwallet_response.go
- model_credit_subwallet_response_entity.go
- model_delete_webhook_response.go
- model_financial_get_basic_bvn_response.go
- model_financial_get_basic_bvn_response_entity.go
- model_financial_get_full_bvn_response.go
- model_financial_get_full_bvn_response_entity.go
- model_general_get_nuban_response.go
- model_general_get_nuban_response_entity.go
- model_general_get_wallet_balance_response.go
- model_get_account_analysis_response.go
- model_get_account_analysis_response_entity.go
- model_get_account_analysis_response_entity_account_breakdown.go
- model_get_account_analysis_response_entity_expense_breakdown.go
- model_get_account_analysis_response_entity_funds_management.go
- model_get_account_analysis_response_entity_inflow_breakdown.go
- model_get_account_analysis_response_entity_transaction_routine_breakdown.go
- model_get_account_response.go
- model_get_account_subscriptions_response.go
- model_get_account_subscriptions_response_entity.go
- model_get_account_transactions_response.go
- model_get_account_transactions_response_entity.go
- model_get_account_transactions_response_entity_transactions_inner.go
- model_get_advanced_cac_response.go
- model_get_banks_response.go
- model_get_banks_response_entity_inner.go
- model_get_basic_bvn_response.go
- model_get_basic_bvn_response_entity.go
- model_get_basic_cac_response.go
- model_get_basic_cac_response_entity.go
- model_get_basic_phone_number_response.go
- model_get_basic_phone_number_response_entity.go
- model_get_bin_response.go
- model_get_bin_response_entity.go
- model_get_cac_response.go
- model_get_cac_response_entity.go
- model_get_data_plans_response.go
- model_get_document_analysis_request.go
- model_get_document_analysis_response.go
- model_get_document_analysis_response_entity.go
- model_get_document_analysis_response_entity_data.go
- model_get_drivers_license_response.go
- model_get_drivers_license_response_entity.go
- model_get_earning_structure_response.go
- model_get_earning_structure_response_entity.go
- model_get_email_reputation_response.go
- model_get_email_reputation_response_entity.go
- model_get_email_reputation_response_entity_details.go
- model_get_full_bvn_response.go
- model_get_full_bvn_response_entity.go
- model_get_generic_ocr_text_request.go
- model_get_generic_ocr_text_response.go
- model_get_kyc_drivers_license_response.go
- model_get_kyc_drivers_license_response_entity.go
- model_get_kyc_drivers_license_response_entity_personal_details.go
- model_get_kyc_passport_response.go
- model_get_kyc_passport_response_entity.go
- model_get_national_id_response.go
- model_get_national_id_response_entity.go
- model_get_nuban_response.go
- model_get_nuban_response_entity.go
- model_get_ocr_text_request.go
- model_get_ocr_text_response.go
- model_get_ocr_text_response_entity.go
- model_get_passport_response.go
- model_get_passport_response_entity.go
- model_get_phone_number404_response.go
- model_get_phone_number_response.go
- model_get_phone_number_response_entity.go
- model_get_premium_bvn_response.go
- model_get_premium_bvn_response_entity.go
- model_get_screening_info_response.go
- model_get_screening_info_response_entity.go
- model_get_screening_info_response_entity_result.go
- model_get_sender_id_response.go
- model_get_sender_id_response_entity_inner.go
- model_get_sms_status_response.go
- model_get_sms_status_response_entity.go
- model_get_spending_pattern_response.go
- model_get_spending_pattern_response_entity.go
- model_get_spending_pattern_response_entity_pattern.go
- model_get_spending_pattern_response_entity_pattern_airtime_data.go
- model_get_spending_pattern_response_entity_pattern_bank_transfer.go
- model_get_spending_pattern_response_entity_pattern_charges.go
- model_get_spending_pattern_response_entity_pattern_food.go
- model_get_spending_pattern_response_entity_pattern_others.go
- model_get_ssnit_response.go
- model_get_ssnit_response_entity.go
- model_get_tin_response.go
- model_get_tin_response_entity.go
- model_get_transaction_response.go
- model_get_transaction_response_entity.go
- model_get_vin_response.go
- model_get_vin_response_entity.go
- model_get_vnin_response.go
- model_get_vnin_response_entity.go
- model_get_voter_response.go
- model_get_voter_response_entity.go
- model_get_wallet_balance_response.go
- model_get_wallet_balance_response_entity.go
- model_get_wallet_response.go
- model_get_wallet_response_entity.go
- model_get_wallets_response.go
- model_get_wallets_response_entity.go
- model_get_webhooks_response.go
- model_get_webhooks_response_entity_inner.go
- model_notify_webhook_request.go
- model_notify_webhook_request_data.go
- model_notify_webhook_response.go
- model_purchase_airtime_request.go
- model_purchase_airtime_response.go
- model_purchase_airtime_response_entity.go
- model_purchase_airtime_response_entity_data_inner.go
- model_purchase_data_request.go
- model_purchase_data_response.go
- model_purchase_data_response_entity_inner.go
- model_request_sender_id_request.go
- model_request_sender_id_response.go
- model_request_sender_id_response_entity_inner.go
- model_screen_aml_request.go
- model_screen_aml_response.go
- model_screen_aml_response_entity.go
- model_send_otp_request.go
- model_send_otp_response.go
- model_send_otp_response_entity_inner.go
- model_send_sms_request.go
- model_send_sms_response.go
- model_send_sms_response_entity.go
- model_subscribe_service_request.go
- model_subscribe_service_response.go
- model_transfer_funds_request.go
- model_transfer_funds_response.go
- model_transfer_funds_response_entity.go
- model_validate_bvn_response.go
- model_validate_bvn_response_entity.go
- model_validate_bvn_response_entity_bvn.go
- model_validate_bvn_response_entity_first_name.go
- model_validate_otp_response.go
- model_validate_otp_response_entity.go
- model_verify_age_response.go
- model_verify_age_response_entity.go
- model_verify_photo_id_with_selfie_request.go
- model_verify_photo_id_with_selfie_response.go
- model_verify_photo_id_with_selfie_response_entity.go
- model_verify_photo_id_with_selfie_response_entity_selfie.go
- model_verify_selfie_bvn_request.go
- model_verify_selfie_bvn_response.go
- model_verify_selfie_bvn_response_entity.go
- model_verify_selfie_bvn_response_entity_selfie_verification.go
- model_verify_selfie_nin_request.go
- model_verify_selfie_nin_response.go
- model_verify_selfie_nin_response_entity.go
- model_verify_selfie_nin_response_entity_selfie_verification.go
- response.go
- utils.go