Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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 APIClient
- type APIKey
- type APIResponse
- type ApiBanksGetRequest
- type ApiLookupsAccountNumberGetRequest
- func (r ApiLookupsAccountNumberGetRequest) BankId(bankId string) ApiLookupsAccountNumberGetRequest
- func (r ApiLookupsAccountNumberGetRequest) Execute() (*LookupsAccountNumberGet200Response, *http.Response, error)
- func (r ApiLookupsAccountNumberGetRequest) Operator(operator string) ApiLookupsAccountNumberGetRequest
- func (r ApiLookupsAccountNumberGetRequest) PaymentAccountType(paymentAccountType string) ApiLookupsAccountNumberGetRequest
- type ApiPaymentAccountsGetRequest
- func (r ApiPaymentAccountsGetRequest) Execute() (*PaymentAccountsGet200Response, *http.Response, error)
- func (r ApiPaymentAccountsGetRequest) PagingAfter(pagingAfter string) ApiPaymentAccountsGetRequest
- func (r ApiPaymentAccountsGetRequest) PagingLimit(pagingLimit int32) ApiPaymentAccountsGetRequest
- type ApiPaymentAccountsPostRequest
- type ApiPayoutsGetRequest
- func (r ApiPayoutsGetRequest) CreatedAtFrom(createdAtFrom string) ApiPayoutsGetRequest
- func (r ApiPayoutsGetRequest) CreatedAtTo(createdAtTo string) ApiPayoutsGetRequest
- func (r ApiPayoutsGetRequest) Execute() (*PayoutsGet200Response, *http.Response, error)
- func (r ApiPayoutsGetRequest) PagingAfter(pagingAfter string) ApiPayoutsGetRequest
- func (r ApiPayoutsGetRequest) PagingLimit(pagingLimit int32) ApiPayoutsGetRequest
- type ApiPayoutsIdGetRequest
- type ApiPayoutsPostRequest
- func (r ApiPayoutsPostRequest) Execute() (*PayoutsPost202Response, *http.Response, error)
- func (r ApiPayoutsPostRequest) OpenapiPayoutCreateRequest(openapiPayoutCreateRequest OpenapiPayoutCreateRequest) ApiPayoutsPostRequest
- func (r ApiPayoutsPostRequest) XIdempotencyKey(xIdempotencyKey string) ApiPayoutsPostRequest
- type ApiWalletsGetRequest
- type BankAPIService
- type BanksGet200Response
- func (o *BanksGet200Response) GetData() []BanksGet200ResponseAllOfDataInner
- func (o *BanksGet200Response) GetDataOk() ([]BanksGet200ResponseAllOfDataInner, bool)
- func (o *BanksGet200Response) HasData() bool
- func (o BanksGet200Response) MarshalJSON() ([]byte, error)
- func (o *BanksGet200Response) SetData(v []BanksGet200ResponseAllOfDataInner)
- func (o BanksGet200Response) ToMap() (map[string]interface{}, error)
- type BanksGet200ResponseAllOfDataInner
- func (o *BanksGet200ResponseAllOfDataInner) GetCountry() string
- func (o *BanksGet200ResponseAllOfDataInner) GetCountryOk() (*string, bool)
- func (o *BanksGet200ResponseAllOfDataInner) GetId() string
- func (o *BanksGet200ResponseAllOfDataInner) GetIdOk() (*string, bool)
- func (o *BanksGet200ResponseAllOfDataInner) GetName() string
- func (o *BanksGet200ResponseAllOfDataInner) GetNameOk() (*string, bool)
- func (o *BanksGet200ResponseAllOfDataInner) HasCountry() bool
- func (o *BanksGet200ResponseAllOfDataInner) HasId() bool
- func (o *BanksGet200ResponseAllOfDataInner) HasName() bool
- func (o BanksGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
- func (o *BanksGet200ResponseAllOfDataInner) SetCountry(v string)
- func (o *BanksGet200ResponseAllOfDataInner) SetId(v string)
- func (o *BanksGet200ResponseAllOfDataInner) SetName(v string)
- func (o BanksGet200ResponseAllOfDataInner) ToMap() (map[string]interface{}, error)
- type BanksGet200ResponseAllOfDataInnerBranchesInner
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetId() string
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetIdOk() (*string, bool)
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetName() string
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetNameOk() (*string, bool)
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) HasId() bool
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) HasName() bool
- func (o BanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON() ([]byte, error)
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) SetId(v string)
- func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) SetName(v string)
- func (o BanksGet200ResponseAllOfDataInnerBranchesInner) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type Configuration
- type GenericOpenAPIError
- type LookupAPIService
- type LookupsAccountNumberGet200Response
- func (o *LookupsAccountNumberGet200Response) GetData() OpenapiLookupGetResponse
- func (o *LookupsAccountNumberGet200Response) GetDataOk() (*OpenapiLookupGetResponse, bool)
- func (o *LookupsAccountNumberGet200Response) HasData() bool
- func (o LookupsAccountNumberGet200Response) MarshalJSON() ([]byte, error)
- func (o *LookupsAccountNumberGet200Response) SetData(v OpenapiLookupGetResponse)
- func (o LookupsAccountNumberGet200Response) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBanksGet200Response
- func (v NullableBanksGet200Response) Get() *BanksGet200Response
- func (v NullableBanksGet200Response) IsSet() bool
- func (v NullableBanksGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableBanksGet200Response) Set(val *BanksGet200Response)
- func (v *NullableBanksGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableBanksGet200Response) Unset()
- type NullableBanksGet200ResponseAllOfDataInner
- func (v NullableBanksGet200ResponseAllOfDataInner) Get() *BanksGet200ResponseAllOfDataInner
- func (v NullableBanksGet200ResponseAllOfDataInner) IsSet() bool
- func (v NullableBanksGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableBanksGet200ResponseAllOfDataInner) Set(val *BanksGet200ResponseAllOfDataInner)
- func (v *NullableBanksGet200ResponseAllOfDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableBanksGet200ResponseAllOfDataInner) Unset()
- type NullableBanksGet200ResponseAllOfDataInnerBranchesInner
- func (v NullableBanksGet200ResponseAllOfDataInnerBranchesInner) Get() *BanksGet200ResponseAllOfDataInnerBranchesInner
- func (v NullableBanksGet200ResponseAllOfDataInnerBranchesInner) IsSet() bool
- func (v NullableBanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON() ([]byte, error)
- func (v *NullableBanksGet200ResponseAllOfDataInnerBranchesInner) Set(val *BanksGet200ResponseAllOfDataInnerBranchesInner)
- func (v *NullableBanksGet200ResponseAllOfDataInnerBranchesInner) UnmarshalJSON(src []byte) error
- func (v *NullableBanksGet200ResponseAllOfDataInnerBranchesInner) Unset()
- type NullableBool
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLookupsAccountNumberGet200Response
- func (v NullableLookupsAccountNumberGet200Response) Get() *LookupsAccountNumberGet200Response
- func (v NullableLookupsAccountNumberGet200Response) IsSet() bool
- func (v NullableLookupsAccountNumberGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableLookupsAccountNumberGet200Response) Set(val *LookupsAccountNumberGet200Response)
- func (v *NullableLookupsAccountNumberGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableLookupsAccountNumberGet200Response) Unset()
- type NullableOpenapiLookupGetResponse
- func (v NullableOpenapiLookupGetResponse) Get() *OpenapiLookupGetResponse
- func (v NullableOpenapiLookupGetResponse) IsSet() bool
- func (v NullableOpenapiLookupGetResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiLookupGetResponse) Set(val *OpenapiLookupGetResponse)
- func (v *NullableOpenapiLookupGetResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiLookupGetResponse) Unset()
- type NullableOpenapiLookupGetResponseHolder
- func (v NullableOpenapiLookupGetResponseHolder) Get() *OpenapiLookupGetResponseHolder
- func (v NullableOpenapiLookupGetResponseHolder) IsSet() bool
- func (v NullableOpenapiLookupGetResponseHolder) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiLookupGetResponseHolder) Set(val *OpenapiLookupGetResponseHolder)
- func (v *NullableOpenapiLookupGetResponseHolder) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiLookupGetResponseHolder) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateRequest
- func (v NullableOpenapiPaymentAccountGetOrCreateRequest) Get() *OpenapiPaymentAccountGetOrCreateRequest
- func (v NullableOpenapiPaymentAccountGetOrCreateRequest) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequest) Set(val *OpenapiPaymentAccountGetOrCreateRequest)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequest) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) Get() *OpenapiPaymentAccountGetOrCreateRequestBankAccount
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) Set(val *OpenapiPaymentAccountGetOrCreateRequestBankAccount)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateRequestHolder
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestHolder) Get() *OpenapiPaymentAccountGetOrCreateRequestHolder
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestHolder) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestHolder) Set(val *OpenapiPaymentAccountGetOrCreateRequestHolder)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestHolder) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestHolder) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) Get() *OpenapiPaymentAccountGetOrCreateRequestMobileMoney
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) Set(val *OpenapiPaymentAccountGetOrCreateRequestMobileMoney)
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateResponse
- func (v NullableOpenapiPaymentAccountGetOrCreateResponse) Get() *OpenapiPaymentAccountGetOrCreateResponse
- func (v NullableOpenapiPaymentAccountGetOrCreateResponse) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponse) Set(val *OpenapiPaymentAccountGetOrCreateResponse)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponse) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) Get() *OpenapiPaymentAccountGetOrCreateResponseBankAccount
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) Set(val *OpenapiPaymentAccountGetOrCreateResponseBankAccount)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateResponseHolder
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseHolder) Get() *OpenapiPaymentAccountGetOrCreateResponseHolder
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseHolder) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseHolder) Set(val *OpenapiPaymentAccountGetOrCreateResponseHolder)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseHolder) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseHolder) Unset()
- type NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) Get() *OpenapiPaymentAccountGetOrCreateResponseMobileMoney
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) IsSet() bool
- func (v NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) Set(val *OpenapiPaymentAccountGetOrCreateResponseMobileMoney)
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) Unset()
- type NullableOpenapiPaymentAccountListResponseMeta
- func (v NullableOpenapiPaymentAccountListResponseMeta) Get() *OpenapiPaymentAccountListResponseMeta
- func (v NullableOpenapiPaymentAccountListResponseMeta) IsSet() bool
- func (v NullableOpenapiPaymentAccountListResponseMeta) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountListResponseMeta) Set(val *OpenapiPaymentAccountListResponseMeta)
- func (v *NullableOpenapiPaymentAccountListResponseMeta) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountListResponseMeta) Unset()
- type NullableOpenapiPaymentAccountListResponseMetaPaging
- func (v NullableOpenapiPaymentAccountListResponseMetaPaging) Get() *OpenapiPaymentAccountListResponseMetaPaging
- func (v NullableOpenapiPaymentAccountListResponseMetaPaging) IsSet() bool
- func (v NullableOpenapiPaymentAccountListResponseMetaPaging) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountListResponseMetaPaging) Set(val *OpenapiPaymentAccountListResponseMetaPaging)
- func (v *NullableOpenapiPaymentAccountListResponseMetaPaging) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountListResponseMetaPaging) Unset()
- type NullableOpenapiPaymentAccountListResponseMetaPagingCursors
- func (v NullableOpenapiPaymentAccountListResponseMetaPagingCursors) Get() *OpenapiPaymentAccountListResponseMetaPagingCursors
- func (v NullableOpenapiPaymentAccountListResponseMetaPagingCursors) IsSet() bool
- func (v NullableOpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPaymentAccountListResponseMetaPagingCursors) Set(val *OpenapiPaymentAccountListResponseMetaPagingCursors)
- func (v *NullableOpenapiPaymentAccountListResponseMetaPagingCursors) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPaymentAccountListResponseMetaPagingCursors) Unset()
- type NullableOpenapiPayoutCreateRequest
- func (v NullableOpenapiPayoutCreateRequest) Get() *OpenapiPayoutCreateRequest
- func (v NullableOpenapiPayoutCreateRequest) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequest) Set(val *OpenapiPayoutCreateRequest)
- func (v *NullableOpenapiPayoutCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequest) Unset()
- type NullableOpenapiPayoutCreateRequestAmount
- func (v NullableOpenapiPayoutCreateRequestAmount) Get() *OpenapiPayoutCreateRequestAmount
- func (v NullableOpenapiPayoutCreateRequestAmount) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequestAmount) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequestAmount) Set(val *OpenapiPayoutCreateRequestAmount)
- func (v *NullableOpenapiPayoutCreateRequestAmount) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequestAmount) Unset()
- type NullableOpenapiPayoutCreateRequestSender
- func (v NullableOpenapiPayoutCreateRequestSender) Get() *OpenapiPayoutCreateRequestSender
- func (v NullableOpenapiPayoutCreateRequestSender) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequestSender) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequestSender) Set(val *OpenapiPayoutCreateRequestSender)
- func (v *NullableOpenapiPayoutCreateRequestSender) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequestSender) Unset()
- type NullableOpenapiPayoutCreateRequestSenderAddress
- func (v NullableOpenapiPayoutCreateRequestSenderAddress) Get() *OpenapiPayoutCreateRequestSenderAddress
- func (v NullableOpenapiPayoutCreateRequestSenderAddress) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequestSenderAddress) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequestSenderAddress) Set(val *OpenapiPayoutCreateRequestSenderAddress)
- func (v *NullableOpenapiPayoutCreateRequestSenderAddress) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequestSenderAddress) Unset()
- type NullableOpenapiPayoutCreateRequestSenderIndividual
- func (v NullableOpenapiPayoutCreateRequestSenderIndividual) Get() *OpenapiPayoutCreateRequestSenderIndividual
- func (v NullableOpenapiPayoutCreateRequestSenderIndividual) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequestSenderIndividual) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividual) Set(val *OpenapiPayoutCreateRequestSenderIndividual)
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividual) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividual) Unset()
- type NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument
- func (v NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) Get() *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
- func (v NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) IsSet() bool
- func (v NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) Set(val *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument)
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) Unset()
- type NullableOpenapiPayoutCreateResponse
- func (v NullableOpenapiPayoutCreateResponse) Get() *OpenapiPayoutCreateResponse
- func (v NullableOpenapiPayoutCreateResponse) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponse) Set(val *OpenapiPayoutCreateResponse)
- func (v *NullableOpenapiPayoutCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponse) Unset()
- type NullableOpenapiPayoutCreateResponseAmount
- func (v NullableOpenapiPayoutCreateResponseAmount) Get() *OpenapiPayoutCreateResponseAmount
- func (v NullableOpenapiPayoutCreateResponseAmount) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseAmount) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseAmount) Set(val *OpenapiPayoutCreateResponseAmount)
- func (v *NullableOpenapiPayoutCreateResponseAmount) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseAmount) Unset()
- type NullableOpenapiPayoutCreateResponseSender
- func (v NullableOpenapiPayoutCreateResponseSender) Get() *OpenapiPayoutCreateResponseSender
- func (v NullableOpenapiPayoutCreateResponseSender) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseSender) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseSender) Set(val *OpenapiPayoutCreateResponseSender)
- func (v *NullableOpenapiPayoutCreateResponseSender) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseSender) Unset()
- type NullableOpenapiPayoutCreateResponseSenderAddress
- func (v NullableOpenapiPayoutCreateResponseSenderAddress) Get() *OpenapiPayoutCreateResponseSenderAddress
- func (v NullableOpenapiPayoutCreateResponseSenderAddress) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseSenderAddress) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseSenderAddress) Set(val *OpenapiPayoutCreateResponseSenderAddress)
- func (v *NullableOpenapiPayoutCreateResponseSenderAddress) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseSenderAddress) Unset()
- type NullableOpenapiPayoutCreateResponseSenderIndividual
- func (v NullableOpenapiPayoutCreateResponseSenderIndividual) Get() *OpenapiPayoutCreateResponseSenderIndividual
- func (v NullableOpenapiPayoutCreateResponseSenderIndividual) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseSenderIndividual) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividual) Set(val *OpenapiPayoutCreateResponseSenderIndividual)
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividual) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividual) Unset()
- type NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument
- func (v NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) Get() *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
- func (v NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) Set(val *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument)
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) Unset()
- type NullableOpenapiPayoutCreateResponseState
- func (v NullableOpenapiPayoutCreateResponseState) Get() *OpenapiPayoutCreateResponseState
- func (v NullableOpenapiPayoutCreateResponseState) IsSet() bool
- func (v NullableOpenapiPayoutCreateResponseState) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutCreateResponseState) Set(val *OpenapiPayoutCreateResponseState)
- func (v *NullableOpenapiPayoutCreateResponseState) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutCreateResponseState) Unset()
- type NullableOpenapiPayoutGetResponse
- func (v NullableOpenapiPayoutGetResponse) Get() *OpenapiPayoutGetResponse
- func (v NullableOpenapiPayoutGetResponse) IsSet() bool
- func (v NullableOpenapiPayoutGetResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutGetResponse) Set(val *OpenapiPayoutGetResponse)
- func (v *NullableOpenapiPayoutGetResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutGetResponse) Unset()
- type NullableOpenapiPayoutListResponseMeta
- func (v NullableOpenapiPayoutListResponseMeta) Get() *OpenapiPayoutListResponseMeta
- func (v NullableOpenapiPayoutListResponseMeta) IsSet() bool
- func (v NullableOpenapiPayoutListResponseMeta) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutListResponseMeta) Set(val *OpenapiPayoutListResponseMeta)
- func (v *NullableOpenapiPayoutListResponseMeta) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutListResponseMeta) Unset()
- type NullableOpenapiPayoutListResponseMetaPaging
- func (v NullableOpenapiPayoutListResponseMetaPaging) Get() *OpenapiPayoutListResponseMetaPaging
- func (v NullableOpenapiPayoutListResponseMetaPaging) IsSet() bool
- func (v NullableOpenapiPayoutListResponseMetaPaging) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutListResponseMetaPaging) Set(val *OpenapiPayoutListResponseMetaPaging)
- func (v *NullableOpenapiPayoutListResponseMetaPaging) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutListResponseMetaPaging) Unset()
- type NullableOpenapiPayoutListResponseMetaPagingCursors
- func (v NullableOpenapiPayoutListResponseMetaPagingCursors) Get() *OpenapiPayoutListResponseMetaPagingCursors
- func (v NullableOpenapiPayoutListResponseMetaPagingCursors) IsSet() bool
- func (v NullableOpenapiPayoutListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiPayoutListResponseMetaPagingCursors) Set(val *OpenapiPayoutListResponseMetaPagingCursors)
- func (v *NullableOpenapiPayoutListResponseMetaPagingCursors) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiPayoutListResponseMetaPagingCursors) Unset()
- type NullableOpenapiResponseBodyIdempotencyConflict
- func (v NullableOpenapiResponseBodyIdempotencyConflict) Get() *OpenapiResponseBodyIdempotencyConflict
- func (v NullableOpenapiResponseBodyIdempotencyConflict) IsSet() bool
- func (v NullableOpenapiResponseBodyIdempotencyConflict) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyIdempotencyConflict) Set(val *OpenapiResponseBodyIdempotencyConflict)
- func (v *NullableOpenapiResponseBodyIdempotencyConflict) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyIdempotencyConflict) Unset()
- type NullableOpenapiResponseBodyInternalServerError
- func (v NullableOpenapiResponseBodyInternalServerError) Get() *OpenapiResponseBodyInternalServerError
- func (v NullableOpenapiResponseBodyInternalServerError) IsSet() bool
- func (v NullableOpenapiResponseBodyInternalServerError) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyInternalServerError) Set(val *OpenapiResponseBodyInternalServerError)
- func (v *NullableOpenapiResponseBodyInternalServerError) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyInternalServerError) Unset()
- type NullableOpenapiResponseBodyLookupAccountNotFound
- func (v NullableOpenapiResponseBodyLookupAccountNotFound) Get() *OpenapiResponseBodyLookupAccountNotFound
- func (v NullableOpenapiResponseBodyLookupAccountNotFound) IsSet() bool
- func (v NullableOpenapiResponseBodyLookupAccountNotFound) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyLookupAccountNotFound) Set(val *OpenapiResponseBodyLookupAccountNotFound)
- func (v *NullableOpenapiResponseBodyLookupAccountNotFound) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyLookupAccountNotFound) Unset()
- type NullableOpenapiResponseBodyNotFound
- func (v NullableOpenapiResponseBodyNotFound) Get() *OpenapiResponseBodyNotFound
- func (v NullableOpenapiResponseBodyNotFound) IsSet() bool
- func (v NullableOpenapiResponseBodyNotFound) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyNotFound) Set(val *OpenapiResponseBodyNotFound)
- func (v *NullableOpenapiResponseBodyNotFound) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyNotFound) Unset()
- type NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
- func (v NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) Get() *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
- func (v NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) IsSet() bool
- func (v NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) Set(val *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable)
- func (v *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) Unset()
- type NullableOpenapiResponseBodySuccessCollection
- func (v NullableOpenapiResponseBodySuccessCollection) Get() *OpenapiResponseBodySuccessCollection
- func (v NullableOpenapiResponseBodySuccessCollection) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCollection) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCollection) Set(val *OpenapiResponseBodySuccessCollection)
- func (v *NullableOpenapiResponseBodySuccessCollection) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCollection) Unset()
- type NullableOpenapiResponseBodySuccessCollectionNoMeta
- func (v NullableOpenapiResponseBodySuccessCollectionNoMeta) Get() *OpenapiResponseBodySuccessCollectionNoMeta
- func (v NullableOpenapiResponseBodySuccessCollectionNoMeta) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCollectionNoMeta) Set(val *OpenapiResponseBodySuccessCollectionNoMeta)
- func (v *NullableOpenapiResponseBodySuccessCollectionNoMeta) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCollectionNoMeta) Unset()
- type NullableOpenapiResponseBodySuccessCursorPaginated
- func (v NullableOpenapiResponseBodySuccessCursorPaginated) Get() *OpenapiResponseBodySuccessCursorPaginated
- func (v NullableOpenapiResponseBodySuccessCursorPaginated) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCursorPaginated) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginated) Set(val *OpenapiResponseBodySuccessCursorPaginated)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginated) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCursorPaginated) Unset()
- type NullableOpenapiResponseBodySuccessCursorPaginatedMeta
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMeta) Get() *OpenapiResponseBodySuccessCursorPaginatedMeta
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMeta) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMeta) Set(val *OpenapiResponseBodySuccessCursorPaginatedMeta)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMeta) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMeta) Unset()
- type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) Get() *OpenapiResponseBodySuccessCursorPaginatedMetaPaging
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) Set(val *OpenapiResponseBodySuccessCursorPaginatedMetaPaging)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) Unset()
- type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) Get() *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) Set(val *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors)
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) Unset()
- type NullableOpenapiResponseBodySuccessNoMeta
- func (v NullableOpenapiResponseBodySuccessNoMeta) Get() *OpenapiResponseBodySuccessNoMeta
- func (v NullableOpenapiResponseBodySuccessNoMeta) IsSet() bool
- func (v NullableOpenapiResponseBodySuccessNoMeta) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodySuccessNoMeta) Set(val *OpenapiResponseBodySuccessNoMeta)
- func (v *NullableOpenapiResponseBodySuccessNoMeta) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodySuccessNoMeta) Unset()
- type NullableOpenapiResponseBodyValidationFailed
- func (v NullableOpenapiResponseBodyValidationFailed) Get() *OpenapiResponseBodyValidationFailed
- func (v NullableOpenapiResponseBodyValidationFailed) IsSet() bool
- func (v NullableOpenapiResponseBodyValidationFailed) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyValidationFailed) Set(val *OpenapiResponseBodyValidationFailed)
- func (v *NullableOpenapiResponseBodyValidationFailed) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyValidationFailed) Unset()
- type NullableOpenapiResponseBodyValidationFailedErrors
- func (v NullableOpenapiResponseBodyValidationFailedErrors) Get() *OpenapiResponseBodyValidationFailedErrors
- func (v NullableOpenapiResponseBodyValidationFailedErrors) IsSet() bool
- func (v NullableOpenapiResponseBodyValidationFailedErrors) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyValidationFailedErrors) Set(val *OpenapiResponseBodyValidationFailedErrors)
- func (v *NullableOpenapiResponseBodyValidationFailedErrors) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyValidationFailedErrors) Unset()
- type NullableOpenapiResponseBodyWalletInsufficientBalance
- func (v NullableOpenapiResponseBodyWalletInsufficientBalance) Get() *OpenapiResponseBodyWalletInsufficientBalance
- func (v NullableOpenapiResponseBodyWalletInsufficientBalance) IsSet() bool
- func (v NullableOpenapiResponseBodyWalletInsufficientBalance) MarshalJSON() ([]byte, error)
- func (v *NullableOpenapiResponseBodyWalletInsufficientBalance) Set(val *OpenapiResponseBodyWalletInsufficientBalance)
- func (v *NullableOpenapiResponseBodyWalletInsufficientBalance) UnmarshalJSON(src []byte) error
- func (v *NullableOpenapiResponseBodyWalletInsufficientBalance) Unset()
- type NullablePaymentAccountsGet200Response
- func (v NullablePaymentAccountsGet200Response) Get() *PaymentAccountsGet200Response
- func (v NullablePaymentAccountsGet200Response) IsSet() bool
- func (v NullablePaymentAccountsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentAccountsGet200Response) Set(val *PaymentAccountsGet200Response)
- func (v *NullablePaymentAccountsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentAccountsGet200Response) Unset()
- type NullablePaymentAccountsPost200Response
- func (v NullablePaymentAccountsPost200Response) Get() *PaymentAccountsPost200Response
- func (v NullablePaymentAccountsPost200Response) IsSet() bool
- func (v NullablePaymentAccountsPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentAccountsPost200Response) Set(val *PaymentAccountsPost200Response)
- func (v *NullablePaymentAccountsPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentAccountsPost200Response) Unset()
- type NullablePaymentAccountsPost201Response
- func (v NullablePaymentAccountsPost201Response) Get() *PaymentAccountsPost201Response
- func (v NullablePaymentAccountsPost201Response) IsSet() bool
- func (v NullablePaymentAccountsPost201Response) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentAccountsPost201Response) Set(val *PaymentAccountsPost201Response)
- func (v *NullablePaymentAccountsPost201Response) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentAccountsPost201Response) Unset()
- type NullablePayoutsGet200Response
- func (v NullablePayoutsGet200Response) Get() *PayoutsGet200Response
- func (v NullablePayoutsGet200Response) IsSet() bool
- func (v NullablePayoutsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutsGet200Response) Set(val *PayoutsGet200Response)
- func (v *NullablePayoutsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutsGet200Response) Unset()
- type NullablePayoutsIdGet200Response
- func (v NullablePayoutsIdGet200Response) Get() *PayoutsIdGet200Response
- func (v NullablePayoutsIdGet200Response) IsSet() bool
- func (v NullablePayoutsIdGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutsIdGet200Response) Set(val *PayoutsIdGet200Response)
- func (v *NullablePayoutsIdGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutsIdGet200Response) Unset()
- type NullablePayoutsPost202Response
- func (v NullablePayoutsPost202Response) Get() *PayoutsPost202Response
- func (v NullablePayoutsPost202Response) IsSet() bool
- func (v NullablePayoutsPost202Response) MarshalJSON() ([]byte, error)
- func (v *NullablePayoutsPost202Response) Set(val *PayoutsPost202Response)
- func (v *NullablePayoutsPost202Response) UnmarshalJSON(src []byte) error
- func (v *NullablePayoutsPost202Response) Unset()
- type NullableString
- type NullableTime
- type NullableWalletsGet200Response
- func (v NullableWalletsGet200Response) Get() *WalletsGet200Response
- func (v NullableWalletsGet200Response) IsSet() bool
- func (v NullableWalletsGet200Response) MarshalJSON() ([]byte, error)
- func (v *NullableWalletsGet200Response) Set(val *WalletsGet200Response)
- func (v *NullableWalletsGet200Response) UnmarshalJSON(src []byte) error
- func (v *NullableWalletsGet200Response) Unset()
- type NullableWalletsGet200ResponseAllOfDataInner
- func (v NullableWalletsGet200ResponseAllOfDataInner) Get() *WalletsGet200ResponseAllOfDataInner
- func (v NullableWalletsGet200ResponseAllOfDataInner) IsSet() bool
- func (v NullableWalletsGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableWalletsGet200ResponseAllOfDataInner) Set(val *WalletsGet200ResponseAllOfDataInner)
- func (v *NullableWalletsGet200ResponseAllOfDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableWalletsGet200ResponseAllOfDataInner) Unset()
- type OpenapiLookupGetResponse
- func (o *OpenapiLookupGetResponse) GetHolder() OpenapiLookupGetResponseHolder
- func (o *OpenapiLookupGetResponse) GetHolderOk() (*OpenapiLookupGetResponseHolder, bool)
- func (o *OpenapiLookupGetResponse) HasHolder() bool
- func (o OpenapiLookupGetResponse) MarshalJSON() ([]byte, error)
- func (o *OpenapiLookupGetResponse) SetHolder(v OpenapiLookupGetResponseHolder)
- func (o OpenapiLookupGetResponse) ToMap() (map[string]interface{}, error)
- type OpenapiLookupGetResponseHolder
- func (o *OpenapiLookupGetResponseHolder) GetName() string
- func (o *OpenapiLookupGetResponseHolder) GetNameOk() (*string, bool)
- func (o *OpenapiLookupGetResponseHolder) HasName() bool
- func (o OpenapiLookupGetResponseHolder) MarshalJSON() ([]byte, error)
- func (o *OpenapiLookupGetResponseHolder) SetName(v string)
- func (o OpenapiLookupGetResponseHolder) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateRequest
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetBankAccount() OpenapiPaymentAccountGetOrCreateRequestBankAccount
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetBankAccountOk() (*OpenapiPaymentAccountGetOrCreateRequestBankAccount, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetCountry() string
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetCountryOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetHolder() OpenapiPaymentAccountGetOrCreateRequestHolder
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetHolderOk() (*OpenapiPaymentAccountGetOrCreateRequestHolder, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoney() OpenapiPaymentAccountGetOrCreateRequestMobileMoney
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoneyOk() (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetType() string
- func (o *OpenapiPaymentAccountGetOrCreateRequest) GetTypeOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) HasBankAccount() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequest) HasCountry() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequest) HasHolder() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequest) HasMobileMoney() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequest) HasType() bool
- func (o OpenapiPaymentAccountGetOrCreateRequest) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) SetBankAccount(v OpenapiPaymentAccountGetOrCreateRequestBankAccount)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) SetCountry(v string)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) SetHolder(v OpenapiPaymentAccountGetOrCreateRequestHolder)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) SetMobileMoney(v OpenapiPaymentAccountGetOrCreateRequestMobileMoney)
- func (o *OpenapiPaymentAccountGetOrCreateRequest) SetType(v string)
- func (o OpenapiPaymentAccountGetOrCreateRequest) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateRequestBankAccount
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankId() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankIdOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumber() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumberOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasBankId() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasNumber() bool
- func (o OpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetBankId(v string)
- func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetNumber(v string)
- func (o OpenapiPaymentAccountGetOrCreateRequestBankAccount) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateRequestHolder
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetName() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetNameOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetType() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetTypeOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) HasName() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) HasType() bool
- func (o OpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) SetName(v string)
- func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) SetType(v string)
- func (o OpenapiPaymentAccountGetOrCreateRequestHolder) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateRequestMobileMoney
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumber() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumberOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperator() string
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperatorOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasNumber() bool
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasOperator() bool
- func (o OpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetNumber(v string)
- func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetOperator(v string)
- func (o OpenapiPaymentAccountGetOrCreateRequestMobileMoney) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateResponse
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetBankAccount() OpenapiPaymentAccountGetOrCreateResponseBankAccount
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetBankAccountOk() (*OpenapiPaymentAccountGetOrCreateResponseBankAccount, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCountry() string
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCountryOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCreatedAt() string
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCreatedAtOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetHolder() OpenapiPaymentAccountGetOrCreateResponseHolder
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetHolderOk() (*OpenapiPaymentAccountGetOrCreateResponseHolder, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetId() string
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetIdOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoney() OpenapiPaymentAccountGetOrCreateResponseMobileMoney
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoneyOk() (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetType() string
- func (o *OpenapiPaymentAccountGetOrCreateResponse) GetTypeOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasBankAccount() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasCountry() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasCreatedAt() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasHolder() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasId() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasMobileMoney() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponse) HasType() bool
- func (o OpenapiPaymentAccountGetOrCreateResponse) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetBankAccount(v OpenapiPaymentAccountGetOrCreateResponseBankAccount)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetCountry(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetCreatedAt(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetHolder(v OpenapiPaymentAccountGetOrCreateResponseHolder)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetId(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetMobileMoney(v OpenapiPaymentAccountGetOrCreateResponseMobileMoney)
- func (o *OpenapiPaymentAccountGetOrCreateResponse) SetType(v string)
- func (o OpenapiPaymentAccountGetOrCreateResponse) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateResponseBankAccount
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankId() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankIdOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumber() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumberOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasBankId() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasNumber() bool
- func (o OpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetBankId(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetNumber(v string)
- func (o OpenapiPaymentAccountGetOrCreateResponseBankAccount) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateResponseHolder
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetName() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetNameOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetType() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetTypeOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) HasName() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) HasType() bool
- func (o OpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) SetName(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) SetType(v string)
- func (o OpenapiPaymentAccountGetOrCreateResponseHolder) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountGetOrCreateResponseMobileMoney
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumber() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumberOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperator() string
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperatorOk() (*string, bool)
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasNumber() bool
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasOperator() bool
- func (o OpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetNumber(v string)
- func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetOperator(v string)
- func (o OpenapiPaymentAccountGetOrCreateResponseMobileMoney) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountListResponseMeta
- func (o *OpenapiPaymentAccountListResponseMeta) GetPaging() OpenapiPaymentAccountListResponseMetaPaging
- func (o *OpenapiPaymentAccountListResponseMeta) GetPagingOk() (*OpenapiPaymentAccountListResponseMetaPaging, bool)
- func (o *OpenapiPaymentAccountListResponseMeta) HasPaging() bool
- func (o OpenapiPaymentAccountListResponseMeta) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountListResponseMeta) SetPaging(v OpenapiPaymentAccountListResponseMetaPaging)
- func (o OpenapiPaymentAccountListResponseMeta) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountListResponseMetaPaging
- func (o *OpenapiPaymentAccountListResponseMetaPaging) GetCursors() OpenapiPaymentAccountListResponseMetaPagingCursors
- func (o *OpenapiPaymentAccountListResponseMetaPaging) GetCursorsOk() (*OpenapiPaymentAccountListResponseMetaPagingCursors, bool)
- func (o *OpenapiPaymentAccountListResponseMetaPaging) GetNext() string
- func (o *OpenapiPaymentAccountListResponseMetaPaging) GetNextOk() (*string, bool)
- func (o *OpenapiPaymentAccountListResponseMetaPaging) HasCursors() bool
- func (o *OpenapiPaymentAccountListResponseMetaPaging) HasNext() bool
- func (o OpenapiPaymentAccountListResponseMetaPaging) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountListResponseMetaPaging) SetCursors(v OpenapiPaymentAccountListResponseMetaPagingCursors)
- func (o *OpenapiPaymentAccountListResponseMetaPaging) SetNext(v string)
- func (o OpenapiPaymentAccountListResponseMetaPaging) ToMap() (map[string]interface{}, error)
- type OpenapiPaymentAccountListResponseMetaPagingCursors
- func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfter() string
- func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfterOk() (*string, bool)
- func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) HasAfter() bool
- func (o OpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) SetAfter(v string)
- func (o OpenapiPaymentAccountListResponseMetaPagingCursors) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequest
- func (o *OpenapiPayoutCreateRequest) GetAmount() OpenapiPayoutCreateRequestAmount
- func (o *OpenapiPayoutCreateRequest) GetAmountOk() (*OpenapiPayoutCreateRequestAmount, bool)
- func (o *OpenapiPayoutCreateRequest) GetCustomId() string
- func (o *OpenapiPayoutCreateRequest) GetCustomIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequest) GetOnBehalfOf() []string
- func (o *OpenapiPayoutCreateRequest) GetOnBehalfOfOk() ([]string, bool)
- func (o *OpenapiPayoutCreateRequest) GetPaymentAccount() OpenapiPaymentAccountGetOrCreateRequest
- func (o *OpenapiPayoutCreateRequest) GetPaymentAccountId() string
- func (o *OpenapiPayoutCreateRequest) GetPaymentAccountIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequest) GetPaymentAccountOk() (*OpenapiPaymentAccountGetOrCreateRequest, bool)
- func (o *OpenapiPayoutCreateRequest) GetPurpose() string
- func (o *OpenapiPayoutCreateRequest) GetPurposeOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequest) GetSender() OpenapiPayoutCreateRequestSender
- func (o *OpenapiPayoutCreateRequest) GetSenderOk() (*OpenapiPayoutCreateRequestSender, bool)
- func (o *OpenapiPayoutCreateRequest) GetWalletId() string
- func (o *OpenapiPayoutCreateRequest) GetWalletIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequest) HasAmount() bool
- func (o *OpenapiPayoutCreateRequest) HasCustomId() bool
- func (o *OpenapiPayoutCreateRequest) HasOnBehalfOf() bool
- func (o *OpenapiPayoutCreateRequest) HasPaymentAccount() bool
- func (o *OpenapiPayoutCreateRequest) HasPaymentAccountId() bool
- func (o *OpenapiPayoutCreateRequest) HasPurpose() bool
- func (o *OpenapiPayoutCreateRequest) HasSender() bool
- func (o *OpenapiPayoutCreateRequest) HasWalletId() bool
- func (o OpenapiPayoutCreateRequest) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequest) SetAmount(v OpenapiPayoutCreateRequestAmount)
- func (o *OpenapiPayoutCreateRequest) SetCustomId(v string)
- func (o *OpenapiPayoutCreateRequest) SetOnBehalfOf(v []string)
- func (o *OpenapiPayoutCreateRequest) SetPaymentAccount(v OpenapiPaymentAccountGetOrCreateRequest)
- func (o *OpenapiPayoutCreateRequest) SetPaymentAccountId(v string)
- func (o *OpenapiPayoutCreateRequest) SetPurpose(v string)
- func (o *OpenapiPayoutCreateRequest) SetSender(v OpenapiPayoutCreateRequestSender)
- func (o *OpenapiPayoutCreateRequest) SetWalletId(v string)
- func (o OpenapiPayoutCreateRequest) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequestAmount
- func (o *OpenapiPayoutCreateRequestAmount) GetCurrency() string
- func (o *OpenapiPayoutCreateRequestAmount) GetCurrencyOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestAmount) GetValue() string
- func (o *OpenapiPayoutCreateRequestAmount) GetValueOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestAmount) HasCurrency() bool
- func (o *OpenapiPayoutCreateRequestAmount) HasValue() bool
- func (o OpenapiPayoutCreateRequestAmount) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequestAmount) SetCurrency(v string)
- func (o *OpenapiPayoutCreateRequestAmount) SetValue(v string)
- func (o OpenapiPayoutCreateRequestAmount) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequestSender
- func (o *OpenapiPayoutCreateRequestSender) GetAddress() OpenapiPayoutCreateRequestSenderAddress
- func (o *OpenapiPayoutCreateRequestSender) GetAddressOk() (*OpenapiPayoutCreateRequestSenderAddress, bool)
- func (o *OpenapiPayoutCreateRequestSender) GetIndividual() OpenapiPayoutCreateRequestSenderIndividual
- func (o *OpenapiPayoutCreateRequestSender) GetIndividualOk() (*OpenapiPayoutCreateRequestSenderIndividual, bool)
- func (o *OpenapiPayoutCreateRequestSender) GetName() string
- func (o *OpenapiPayoutCreateRequestSender) GetNameOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSender) GetType() string
- func (o *OpenapiPayoutCreateRequestSender) GetTypeOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSender) HasAddress() bool
- func (o *OpenapiPayoutCreateRequestSender) HasIndividual() bool
- func (o *OpenapiPayoutCreateRequestSender) HasName() bool
- func (o *OpenapiPayoutCreateRequestSender) HasType() bool
- func (o OpenapiPayoutCreateRequestSender) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequestSender) SetAddress(v OpenapiPayoutCreateRequestSenderAddress)
- func (o *OpenapiPayoutCreateRequestSender) SetIndividual(v OpenapiPayoutCreateRequestSenderIndividual)
- func (o *OpenapiPayoutCreateRequestSender) SetName(v string)
- func (o *OpenapiPayoutCreateRequestSender) SetType(v string)
- func (o OpenapiPayoutCreateRequestSender) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequestSenderAddress
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetCity() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetCityOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetCountry() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetCountryOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine1() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine1Ok() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine2() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine2Ok() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine3() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine3Ok() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetPostalCode() string
- func (o *OpenapiPayoutCreateRequestSenderAddress) GetPostalCodeOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasCity() bool
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasCountry() bool
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine1() bool
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine2() bool
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine3() bool
- func (o *OpenapiPayoutCreateRequestSenderAddress) HasPostalCode() bool
- func (o OpenapiPayoutCreateRequestSenderAddress) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetCity(v string)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetCountry(v string)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine1(v string)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine2(v string)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine3(v string)
- func (o *OpenapiPayoutCreateRequestSenderAddress) SetPostalCode(v string)
- func (o OpenapiPayoutCreateRequestSenderAddress) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequestSenderIndividual
- func (o *OpenapiPayoutCreateRequestSenderIndividual) GetDob() string
- func (o *OpenapiPayoutCreateRequestSenderIndividual) GetDobOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocument() OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
- func (o *OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocumentOk() (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividual) HasDob() bool
- func (o *OpenapiPayoutCreateRequestSenderIndividual) HasIdentityDocument() bool
- func (o OpenapiPayoutCreateRequestSenderIndividual) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequestSenderIndividual) SetDob(v string)
- func (o *OpenapiPayoutCreateRequestSenderIndividual) SetIdentityDocument(v OpenapiPayoutCreateRequestSenderIndividualIdentityDocument)
- func (o OpenapiPayoutCreateRequestSenderIndividual) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetCountry() string
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetCountryOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOn() string
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOnOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOn() string
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOnOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumber() string
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumberOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetType() string
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetTypeOk() (*string, bool)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasCountry() bool
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasExpiresOn() bool
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasIssuedOn() bool
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasNumber() bool
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasType() bool
- func (o OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetCountry(v string)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetExpiresOn(v string)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetIssuedOn(v string)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetNumber(v string)
- func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetType(v string)
- func (o OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponse
- func (o *OpenapiPayoutCreateResponse) GetAmount() OpenapiPayoutCreateResponseAmount
- func (o *OpenapiPayoutCreateResponse) GetAmountOk() (*OpenapiPayoutCreateResponseAmount, bool)
- func (o *OpenapiPayoutCreateResponse) GetCreatedAt() string
- func (o *OpenapiPayoutCreateResponse) GetCreatedAtOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) GetCustomId() string
- func (o *OpenapiPayoutCreateResponse) GetCustomIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) GetId() string
- func (o *OpenapiPayoutCreateResponse) GetIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) GetOnBehalfOf() []string
- func (o *OpenapiPayoutCreateResponse) GetOnBehalfOfOk() ([]string, bool)
- func (o *OpenapiPayoutCreateResponse) GetPaymentAccountId() string
- func (o *OpenapiPayoutCreateResponse) GetPaymentAccountIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) GetPurpose() string
- func (o *OpenapiPayoutCreateResponse) GetPurposeOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) GetSender() OpenapiPayoutCreateResponseSender
- func (o *OpenapiPayoutCreateResponse) GetSenderOk() (*OpenapiPayoutCreateResponseSender, bool)
- func (o *OpenapiPayoutCreateResponse) GetState() OpenapiPayoutCreateResponseState
- func (o *OpenapiPayoutCreateResponse) GetStateOk() (*OpenapiPayoutCreateResponseState, bool)
- func (o *OpenapiPayoutCreateResponse) GetWalletId() string
- func (o *OpenapiPayoutCreateResponse) GetWalletIdOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponse) HasAmount() bool
- func (o *OpenapiPayoutCreateResponse) HasCreatedAt() bool
- func (o *OpenapiPayoutCreateResponse) HasCustomId() bool
- func (o *OpenapiPayoutCreateResponse) HasId() bool
- func (o *OpenapiPayoutCreateResponse) HasOnBehalfOf() bool
- func (o *OpenapiPayoutCreateResponse) HasPaymentAccountId() bool
- func (o *OpenapiPayoutCreateResponse) HasPurpose() bool
- func (o *OpenapiPayoutCreateResponse) HasSender() bool
- func (o *OpenapiPayoutCreateResponse) HasState() bool
- func (o *OpenapiPayoutCreateResponse) HasWalletId() bool
- func (o OpenapiPayoutCreateResponse) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponse) SetAmount(v OpenapiPayoutCreateResponseAmount)
- func (o *OpenapiPayoutCreateResponse) SetCreatedAt(v string)
- func (o *OpenapiPayoutCreateResponse) SetCustomId(v string)
- func (o *OpenapiPayoutCreateResponse) SetId(v string)
- func (o *OpenapiPayoutCreateResponse) SetOnBehalfOf(v []string)
- func (o *OpenapiPayoutCreateResponse) SetPaymentAccountId(v string)
- func (o *OpenapiPayoutCreateResponse) SetPurpose(v string)
- func (o *OpenapiPayoutCreateResponse) SetSender(v OpenapiPayoutCreateResponseSender)
- func (o *OpenapiPayoutCreateResponse) SetState(v OpenapiPayoutCreateResponseState)
- func (o *OpenapiPayoutCreateResponse) SetWalletId(v string)
- func (o OpenapiPayoutCreateResponse) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseAmount
- func (o *OpenapiPayoutCreateResponseAmount) GetCurrency() string
- func (o *OpenapiPayoutCreateResponseAmount) GetCurrencyOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseAmount) GetValue() string
- func (o *OpenapiPayoutCreateResponseAmount) GetValueOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseAmount) HasCurrency() bool
- func (o *OpenapiPayoutCreateResponseAmount) HasValue() bool
- func (o OpenapiPayoutCreateResponseAmount) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseAmount) SetCurrency(v string)
- func (o *OpenapiPayoutCreateResponseAmount) SetValue(v string)
- func (o OpenapiPayoutCreateResponseAmount) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseSender
- func (o *OpenapiPayoutCreateResponseSender) GetAddress() OpenapiPayoutCreateResponseSenderAddress
- func (o *OpenapiPayoutCreateResponseSender) GetAddressOk() (*OpenapiPayoutCreateResponseSenderAddress, bool)
- func (o *OpenapiPayoutCreateResponseSender) GetIndividual() OpenapiPayoutCreateResponseSenderIndividual
- func (o *OpenapiPayoutCreateResponseSender) GetIndividualOk() (*OpenapiPayoutCreateResponseSenderIndividual, bool)
- func (o *OpenapiPayoutCreateResponseSender) GetName() string
- func (o *OpenapiPayoutCreateResponseSender) GetNameOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSender) GetType() string
- func (o *OpenapiPayoutCreateResponseSender) GetTypeOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSender) HasAddress() bool
- func (o *OpenapiPayoutCreateResponseSender) HasIndividual() bool
- func (o *OpenapiPayoutCreateResponseSender) HasName() bool
- func (o *OpenapiPayoutCreateResponseSender) HasType() bool
- func (o OpenapiPayoutCreateResponseSender) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseSender) SetAddress(v OpenapiPayoutCreateResponseSenderAddress)
- func (o *OpenapiPayoutCreateResponseSender) SetIndividual(v OpenapiPayoutCreateResponseSenderIndividual)
- func (o *OpenapiPayoutCreateResponseSender) SetName(v string)
- func (o *OpenapiPayoutCreateResponseSender) SetType(v string)
- func (o OpenapiPayoutCreateResponseSender) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseSenderAddress
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetCity() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetCityOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetCountry() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetCountryOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine1() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine1Ok() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine2() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine2Ok() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine3() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine3Ok() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetPostalCode() string
- func (o *OpenapiPayoutCreateResponseSenderAddress) GetPostalCodeOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasCity() bool
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasCountry() bool
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine1() bool
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine2() bool
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine3() bool
- func (o *OpenapiPayoutCreateResponseSenderAddress) HasPostalCode() bool
- func (o OpenapiPayoutCreateResponseSenderAddress) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetCity(v string)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetCountry(v string)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine1(v string)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine2(v string)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine3(v string)
- func (o *OpenapiPayoutCreateResponseSenderAddress) SetPostalCode(v string)
- func (o OpenapiPayoutCreateResponseSenderAddress) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseSenderIndividual
- func (o *OpenapiPayoutCreateResponseSenderIndividual) GetDob() string
- func (o *OpenapiPayoutCreateResponseSenderIndividual) GetDobOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocument() OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
- func (o *OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocumentOk() (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividual) HasDob() bool
- func (o *OpenapiPayoutCreateResponseSenderIndividual) HasIdentityDocument() bool
- func (o OpenapiPayoutCreateResponseSenderIndividual) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseSenderIndividual) SetDob(v string)
- func (o *OpenapiPayoutCreateResponseSenderIndividual) SetIdentityDocument(v OpenapiPayoutCreateResponseSenderIndividualIdentityDocument)
- func (o OpenapiPayoutCreateResponseSenderIndividual) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetCountry() string
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetCountryOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOn() string
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOnOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOn() string
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOnOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumber() string
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumberOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetType() string
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetTypeOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasCountry() bool
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasExpiresOn() bool
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasIssuedOn() bool
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasNumber() bool
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasType() bool
- func (o OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetCountry(v string)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetExpiresOn(v string)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetIssuedOn(v string)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetNumber(v string)
- func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetType(v string)
- func (o OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutCreateResponseState
- func (o *OpenapiPayoutCreateResponseState) GetCode() string
- func (o *OpenapiPayoutCreateResponseState) GetCodeOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseState) GetContext() string
- func (o *OpenapiPayoutCreateResponseState) GetContextOk() (*string, bool)
- func (o *OpenapiPayoutCreateResponseState) HasCode() bool
- func (o *OpenapiPayoutCreateResponseState) HasContext() bool
- func (o OpenapiPayoutCreateResponseState) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutCreateResponseState) SetCode(v string)
- func (o *OpenapiPayoutCreateResponseState) SetContext(v string)
- func (o OpenapiPayoutCreateResponseState) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutGetResponse
- func (o *OpenapiPayoutGetResponse) GetAmount() OpenapiPayoutCreateResponseAmount
- func (o *OpenapiPayoutGetResponse) GetAmountOk() (*OpenapiPayoutCreateResponseAmount, bool)
- func (o *OpenapiPayoutGetResponse) GetCreatedAt() string
- func (o *OpenapiPayoutGetResponse) GetCreatedAtOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetCustomId() string
- func (o *OpenapiPayoutGetResponse) GetCustomIdOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetId() string
- func (o *OpenapiPayoutGetResponse) GetIdOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetOnBehalfOf() []string
- func (o *OpenapiPayoutGetResponse) GetOnBehalfOfOk() ([]string, bool)
- func (o *OpenapiPayoutGetResponse) GetPaymentAccountId() string
- func (o *OpenapiPayoutGetResponse) GetPaymentAccountIdOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetPurpose() string
- func (o *OpenapiPayoutGetResponse) GetPurposeOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetReceipt() string
- func (o *OpenapiPayoutGetResponse) GetReceiptOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) GetSender() OpenapiPayoutCreateResponseSender
- func (o *OpenapiPayoutGetResponse) GetSenderOk() (*OpenapiPayoutCreateResponseSender, bool)
- func (o *OpenapiPayoutGetResponse) GetState() OpenapiPayoutCreateResponseState
- func (o *OpenapiPayoutGetResponse) GetStateOk() (*OpenapiPayoutCreateResponseState, bool)
- func (o *OpenapiPayoutGetResponse) GetWalletId() string
- func (o *OpenapiPayoutGetResponse) GetWalletIdOk() (*string, bool)
- func (o *OpenapiPayoutGetResponse) HasAmount() bool
- func (o *OpenapiPayoutGetResponse) HasCreatedAt() bool
- func (o *OpenapiPayoutGetResponse) HasCustomId() bool
- func (o *OpenapiPayoutGetResponse) HasId() bool
- func (o *OpenapiPayoutGetResponse) HasOnBehalfOf() bool
- func (o *OpenapiPayoutGetResponse) HasPaymentAccountId() bool
- func (o *OpenapiPayoutGetResponse) HasPurpose() bool
- func (o *OpenapiPayoutGetResponse) HasReceipt() bool
- func (o *OpenapiPayoutGetResponse) HasSender() bool
- func (o *OpenapiPayoutGetResponse) HasState() bool
- func (o *OpenapiPayoutGetResponse) HasWalletId() bool
- func (o OpenapiPayoutGetResponse) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutGetResponse) SetAmount(v OpenapiPayoutCreateResponseAmount)
- func (o *OpenapiPayoutGetResponse) SetCreatedAt(v string)
- func (o *OpenapiPayoutGetResponse) SetCustomId(v string)
- func (o *OpenapiPayoutGetResponse) SetId(v string)
- func (o *OpenapiPayoutGetResponse) SetOnBehalfOf(v []string)
- func (o *OpenapiPayoutGetResponse) SetPaymentAccountId(v string)
- func (o *OpenapiPayoutGetResponse) SetPurpose(v string)
- func (o *OpenapiPayoutGetResponse) SetReceipt(v string)
- func (o *OpenapiPayoutGetResponse) SetSender(v OpenapiPayoutCreateResponseSender)
- func (o *OpenapiPayoutGetResponse) SetState(v OpenapiPayoutCreateResponseState)
- func (o *OpenapiPayoutGetResponse) SetWalletId(v string)
- func (o OpenapiPayoutGetResponse) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutListResponseMeta
- func (o *OpenapiPayoutListResponseMeta) GetPaging() OpenapiPayoutListResponseMetaPaging
- func (o *OpenapiPayoutListResponseMeta) GetPagingOk() (*OpenapiPayoutListResponseMetaPaging, bool)
- func (o *OpenapiPayoutListResponseMeta) HasPaging() bool
- func (o OpenapiPayoutListResponseMeta) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutListResponseMeta) SetPaging(v OpenapiPayoutListResponseMetaPaging)
- func (o OpenapiPayoutListResponseMeta) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutListResponseMetaPaging
- func (o *OpenapiPayoutListResponseMetaPaging) GetCursors() OpenapiPayoutListResponseMetaPagingCursors
- func (o *OpenapiPayoutListResponseMetaPaging) GetCursorsOk() (*OpenapiPayoutListResponseMetaPagingCursors, bool)
- func (o *OpenapiPayoutListResponseMetaPaging) GetNext() string
- func (o *OpenapiPayoutListResponseMetaPaging) GetNextOk() (*string, bool)
- func (o *OpenapiPayoutListResponseMetaPaging) HasCursors() bool
- func (o *OpenapiPayoutListResponseMetaPaging) HasNext() bool
- func (o OpenapiPayoutListResponseMetaPaging) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutListResponseMetaPaging) SetCursors(v OpenapiPayoutListResponseMetaPagingCursors)
- func (o *OpenapiPayoutListResponseMetaPaging) SetNext(v string)
- func (o OpenapiPayoutListResponseMetaPaging) ToMap() (map[string]interface{}, error)
- type OpenapiPayoutListResponseMetaPagingCursors
- func (o *OpenapiPayoutListResponseMetaPagingCursors) GetAfter() string
- func (o *OpenapiPayoutListResponseMetaPagingCursors) GetAfterOk() (*string, bool)
- func (o *OpenapiPayoutListResponseMetaPagingCursors) HasAfter() bool
- func (o OpenapiPayoutListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (o *OpenapiPayoutListResponseMetaPagingCursors) SetAfter(v string)
- func (o OpenapiPayoutListResponseMetaPagingCursors) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyIdempotencyConflict
- func (o *OpenapiResponseBodyIdempotencyConflict) GetCode() string
- func (o *OpenapiResponseBodyIdempotencyConflict) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyIdempotencyConflict) GetMessage() string
- func (o *OpenapiResponseBodyIdempotencyConflict) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyIdempotencyConflict) HasCode() bool
- func (o *OpenapiResponseBodyIdempotencyConflict) HasMessage() bool
- func (o OpenapiResponseBodyIdempotencyConflict) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyIdempotencyConflict) SetCode(v string)
- func (o *OpenapiResponseBodyIdempotencyConflict) SetMessage(v string)
- func (o OpenapiResponseBodyIdempotencyConflict) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyInternalServerError
- func (o *OpenapiResponseBodyInternalServerError) GetCode() string
- func (o *OpenapiResponseBodyInternalServerError) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyInternalServerError) GetMessage() string
- func (o *OpenapiResponseBodyInternalServerError) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyInternalServerError) HasCode() bool
- func (o *OpenapiResponseBodyInternalServerError) HasMessage() bool
- func (o OpenapiResponseBodyInternalServerError) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyInternalServerError) SetCode(v string)
- func (o *OpenapiResponseBodyInternalServerError) SetMessage(v string)
- func (o OpenapiResponseBodyInternalServerError) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyLookupAccountNotFound
- func (o *OpenapiResponseBodyLookupAccountNotFound) GetCode() string
- func (o *OpenapiResponseBodyLookupAccountNotFound) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyLookupAccountNotFound) GetMessage() string
- func (o *OpenapiResponseBodyLookupAccountNotFound) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyLookupAccountNotFound) HasCode() bool
- func (o *OpenapiResponseBodyLookupAccountNotFound) HasMessage() bool
- func (o OpenapiResponseBodyLookupAccountNotFound) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyLookupAccountNotFound) SetCode(v string)
- func (o *OpenapiResponseBodyLookupAccountNotFound) SetMessage(v string)
- func (o OpenapiResponseBodyLookupAccountNotFound) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyNotFound
- func (o *OpenapiResponseBodyNotFound) GetCode() string
- func (o *OpenapiResponseBodyNotFound) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyNotFound) GetMessage() string
- func (o *OpenapiResponseBodyNotFound) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyNotFound) HasCode() bool
- func (o *OpenapiResponseBodyNotFound) HasMessage() bool
- func (o OpenapiResponseBodyNotFound) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyNotFound) SetCode(v string)
- func (o *OpenapiResponseBodyNotFound) SetMessage(v string)
- func (o OpenapiResponseBodyNotFound) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetCode() string
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetMessage() string
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasCode() bool
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasMessage() bool
- func (o OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetCode(v string)
- func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetMessage(v string)
- func (o OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCollection
- func (o *OpenapiResponseBodySuccessCollection) GetData() []interface{}
- func (o *OpenapiResponseBodySuccessCollection) GetDataOk() ([]interface{}, bool)
- func (o *OpenapiResponseBodySuccessCollection) GetMeta() interface{}
- func (o *OpenapiResponseBodySuccessCollection) GetMetaOk() (*interface{}, bool)
- func (o *OpenapiResponseBodySuccessCollection) HasData() bool
- func (o *OpenapiResponseBodySuccessCollection) HasMeta() bool
- func (o OpenapiResponseBodySuccessCollection) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCollection) SetData(v []interface{})
- func (o *OpenapiResponseBodySuccessCollection) SetMeta(v interface{})
- func (o OpenapiResponseBodySuccessCollection) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCollectionNoMeta
- func (o *OpenapiResponseBodySuccessCollectionNoMeta) GetData() []interface{}
- func (o *OpenapiResponseBodySuccessCollectionNoMeta) GetDataOk() ([]interface{}, bool)
- func (o *OpenapiResponseBodySuccessCollectionNoMeta) HasData() bool
- func (o OpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCollectionNoMeta) SetData(v []interface{})
- func (o OpenapiResponseBodySuccessCollectionNoMeta) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCursorPaginated
- func (o *OpenapiResponseBodySuccessCursorPaginated) GetData() []interface{}
- func (o *OpenapiResponseBodySuccessCursorPaginated) GetDataOk() ([]interface{}, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginated) GetMeta() OpenapiResponseBodySuccessCursorPaginatedMeta
- func (o *OpenapiResponseBodySuccessCursorPaginated) GetMetaOk() (*OpenapiResponseBodySuccessCursorPaginatedMeta, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginated) HasData() bool
- func (o *OpenapiResponseBodySuccessCursorPaginated) HasMeta() bool
- func (o OpenapiResponseBodySuccessCursorPaginated) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCursorPaginated) SetData(v []interface{})
- func (o *OpenapiResponseBodySuccessCursorPaginated) SetMeta(v OpenapiResponseBodySuccessCursorPaginatedMeta)
- func (o OpenapiResponseBodySuccessCursorPaginated) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCursorPaginatedMeta
- func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) GetPaging() OpenapiResponseBodySuccessCursorPaginatedMetaPaging
- func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) GetPagingOk() (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) HasPaging() bool
- func (o OpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) SetPaging(v OpenapiResponseBodySuccessCursorPaginatedMetaPaging)
- func (o OpenapiResponseBodySuccessCursorPaginatedMeta) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCursorPaginatedMetaPaging
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursors() OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursorsOk() (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNext() string
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNextOk() (*string, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasCursors() bool
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasNext() bool
- func (o OpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetCursors(v OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetNext(v string)
- func (o OpenapiResponseBodySuccessCursorPaginatedMetaPaging) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfter() string
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfterOk() (*string, bool)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) HasAfter() bool
- func (o OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) SetAfter(v string)
- func (o OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodySuccessNoMeta
- func (o *OpenapiResponseBodySuccessNoMeta) GetData() interface{}
- func (o *OpenapiResponseBodySuccessNoMeta) GetDataOk() (*interface{}, bool)
- func (o *OpenapiResponseBodySuccessNoMeta) HasData() bool
- func (o OpenapiResponseBodySuccessNoMeta) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodySuccessNoMeta) SetData(v interface{})
- func (o OpenapiResponseBodySuccessNoMeta) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyValidationFailed
- func (o *OpenapiResponseBodyValidationFailed) GetCode() string
- func (o *OpenapiResponseBodyValidationFailed) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyValidationFailed) GetErrors() OpenapiResponseBodyValidationFailedErrors
- func (o *OpenapiResponseBodyValidationFailed) GetErrorsOk() (*OpenapiResponseBodyValidationFailedErrors, bool)
- func (o *OpenapiResponseBodyValidationFailed) GetMessage() string
- func (o *OpenapiResponseBodyValidationFailed) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyValidationFailed) HasCode() bool
- func (o *OpenapiResponseBodyValidationFailed) HasErrors() bool
- func (o *OpenapiResponseBodyValidationFailed) HasMessage() bool
- func (o OpenapiResponseBodyValidationFailed) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyValidationFailed) SetCode(v string)
- func (o *OpenapiResponseBodyValidationFailed) SetErrors(v OpenapiResponseBodyValidationFailedErrors)
- func (o *OpenapiResponseBodyValidationFailed) SetMessage(v string)
- func (o OpenapiResponseBodyValidationFailed) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyValidationFailedErrors
- func (o *OpenapiResponseBodyValidationFailedErrors) GetFields() map[string][]string
- func (o *OpenapiResponseBodyValidationFailedErrors) GetFieldsOk() (*map[string][]string, bool)
- func (o *OpenapiResponseBodyValidationFailedErrors) HasFields() bool
- func (o OpenapiResponseBodyValidationFailedErrors) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyValidationFailedErrors) SetFields(v map[string][]string)
- func (o OpenapiResponseBodyValidationFailedErrors) ToMap() (map[string]interface{}, error)
- type OpenapiResponseBodyWalletInsufficientBalance
- func (o *OpenapiResponseBodyWalletInsufficientBalance) GetCode() string
- func (o *OpenapiResponseBodyWalletInsufficientBalance) GetCodeOk() (*string, bool)
- func (o *OpenapiResponseBodyWalletInsufficientBalance) GetMessage() string
- func (o *OpenapiResponseBodyWalletInsufficientBalance) GetMessageOk() (*string, bool)
- func (o *OpenapiResponseBodyWalletInsufficientBalance) HasCode() bool
- func (o *OpenapiResponseBodyWalletInsufficientBalance) HasMessage() bool
- func (o OpenapiResponseBodyWalletInsufficientBalance) MarshalJSON() ([]byte, error)
- func (o *OpenapiResponseBodyWalletInsufficientBalance) SetCode(v string)
- func (o *OpenapiResponseBodyWalletInsufficientBalance) SetMessage(v string)
- func (o OpenapiResponseBodyWalletInsufficientBalance) ToMap() (map[string]interface{}, error)
- type PaymentAccountAPIService
- func (a *PaymentAccountAPIService) PaymentAccountsGet(ctx context.Context) ApiPaymentAccountsGetRequest
- func (a *PaymentAccountAPIService) PaymentAccountsGetExecute(r ApiPaymentAccountsGetRequest) (*PaymentAccountsGet200Response, *http.Response, error)
- func (a *PaymentAccountAPIService) PaymentAccountsPost(ctx context.Context) ApiPaymentAccountsPostRequest
- func (a *PaymentAccountAPIService) PaymentAccountsPostExecute(r ApiPaymentAccountsPostRequest) (*PaymentAccountsPost200Response, *http.Response, error)
- type PaymentAccountsGet200Response
- func (o *PaymentAccountsGet200Response) GetData() []OpenapiPaymentAccountGetOrCreateResponse
- func (o *PaymentAccountsGet200Response) GetDataOk() ([]OpenapiPaymentAccountGetOrCreateResponse, bool)
- func (o *PaymentAccountsGet200Response) GetMeta() OpenapiPaymentAccountListResponseMeta
- func (o *PaymentAccountsGet200Response) GetMetaOk() (*OpenapiPaymentAccountListResponseMeta, bool)
- func (o *PaymentAccountsGet200Response) HasData() bool
- func (o *PaymentAccountsGet200Response) HasMeta() bool
- func (o PaymentAccountsGet200Response) MarshalJSON() ([]byte, error)
- func (o *PaymentAccountsGet200Response) SetData(v []OpenapiPaymentAccountGetOrCreateResponse)
- func (o *PaymentAccountsGet200Response) SetMeta(v OpenapiPaymentAccountListResponseMeta)
- func (o PaymentAccountsGet200Response) ToMap() (map[string]interface{}, error)
- type PaymentAccountsPost200Response
- func (o *PaymentAccountsPost200Response) GetData() OpenapiPaymentAccountGetOrCreateResponse
- func (o *PaymentAccountsPost200Response) GetDataOk() (*OpenapiPaymentAccountGetOrCreateResponse, bool)
- func (o *PaymentAccountsPost200Response) HasData() bool
- func (o PaymentAccountsPost200Response) MarshalJSON() ([]byte, error)
- func (o *PaymentAccountsPost200Response) SetData(v OpenapiPaymentAccountGetOrCreateResponse)
- func (o PaymentAccountsPost200Response) ToMap() (map[string]interface{}, error)
- type PaymentAccountsPost201Response
- func (o *PaymentAccountsPost201Response) GetData() OpenapiPaymentAccountGetOrCreateResponse
- func (o *PaymentAccountsPost201Response) GetDataOk() (*OpenapiPaymentAccountGetOrCreateResponse, bool)
- func (o *PaymentAccountsPost201Response) HasData() bool
- func (o PaymentAccountsPost201Response) MarshalJSON() ([]byte, error)
- func (o *PaymentAccountsPost201Response) SetData(v OpenapiPaymentAccountGetOrCreateResponse)
- func (o PaymentAccountsPost201Response) ToMap() (map[string]interface{}, error)
- type PayoutAPIService
- func (a *PayoutAPIService) PayoutsGet(ctx context.Context) ApiPayoutsGetRequest
- func (a *PayoutAPIService) PayoutsGetExecute(r ApiPayoutsGetRequest) (*PayoutsGet200Response, *http.Response, error)
- func (a *PayoutAPIService) PayoutsIdGet(ctx context.Context, id string) ApiPayoutsIdGetRequest
- func (a *PayoutAPIService) PayoutsIdGetExecute(r ApiPayoutsIdGetRequest) (*PayoutsIdGet200Response, *http.Response, error)
- func (a *PayoutAPIService) PayoutsPost(ctx context.Context) ApiPayoutsPostRequest
- func (a *PayoutAPIService) PayoutsPostExecute(r ApiPayoutsPostRequest) (*PayoutsPost202Response, *http.Response, error)
- type PayoutsGet200Response
- func (o *PayoutsGet200Response) GetData() []OpenapiPayoutGetResponse
- func (o *PayoutsGet200Response) GetDataOk() ([]OpenapiPayoutGetResponse, bool)
- func (o *PayoutsGet200Response) GetMeta() OpenapiPayoutListResponseMeta
- func (o *PayoutsGet200Response) GetMetaOk() (*OpenapiPayoutListResponseMeta, bool)
- func (o *PayoutsGet200Response) HasData() bool
- func (o *PayoutsGet200Response) HasMeta() bool
- func (o PayoutsGet200Response) MarshalJSON() ([]byte, error)
- func (o *PayoutsGet200Response) SetData(v []OpenapiPayoutGetResponse)
- func (o *PayoutsGet200Response) SetMeta(v OpenapiPayoutListResponseMeta)
- func (o PayoutsGet200Response) ToMap() (map[string]interface{}, error)
- type PayoutsIdGet200Response
- func (o *PayoutsIdGet200Response) GetData() OpenapiPayoutGetResponse
- func (o *PayoutsIdGet200Response) GetDataOk() (*OpenapiPayoutGetResponse, bool)
- func (o *PayoutsIdGet200Response) HasData() bool
- func (o PayoutsIdGet200Response) MarshalJSON() ([]byte, error)
- func (o *PayoutsIdGet200Response) SetData(v OpenapiPayoutGetResponse)
- func (o PayoutsIdGet200Response) ToMap() (map[string]interface{}, error)
- type PayoutsPost202Response
- func (o *PayoutsPost202Response) GetData() OpenapiPayoutCreateResponse
- func (o *PayoutsPost202Response) GetDataOk() (*OpenapiPayoutCreateResponse, bool)
- func (o *PayoutsPost202Response) HasData() bool
- func (o PayoutsPost202Response) MarshalJSON() ([]byte, error)
- func (o *PayoutsPost202Response) SetData(v OpenapiPayoutCreateResponse)
- func (o PayoutsPost202Response) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type WalletAPIService
- type WalletsGet200Response
- func (o *WalletsGet200Response) GetData() []WalletsGet200ResponseAllOfDataInner
- func (o *WalletsGet200Response) GetDataOk() ([]WalletsGet200ResponseAllOfDataInner, bool)
- func (o *WalletsGet200Response) HasData() bool
- func (o WalletsGet200Response) MarshalJSON() ([]byte, error)
- func (o *WalletsGet200Response) SetData(v []WalletsGet200ResponseAllOfDataInner)
- func (o WalletsGet200Response) ToMap() (map[string]interface{}, error)
- type WalletsGet200ResponseAllOfDataInner
- func (o *WalletsGet200ResponseAllOfDataInner) GetAvailable() string
- func (o *WalletsGet200ResponseAllOfDataInner) GetAvailableOk() (*string, bool)
- func (o *WalletsGet200ResponseAllOfDataInner) GetBalance() string
- func (o *WalletsGet200ResponseAllOfDataInner) GetBalanceOk() (*string, bool)
- func (o *WalletsGet200ResponseAllOfDataInner) GetCurrency() string
- func (o *WalletsGet200ResponseAllOfDataInner) GetCurrencyOk() (*string, bool)
- func (o *WalletsGet200ResponseAllOfDataInner) GetId() string
- func (o *WalletsGet200ResponseAllOfDataInner) GetIdOk() (*string, bool)
- func (o *WalletsGet200ResponseAllOfDataInner) HasAvailable() bool
- func (o *WalletsGet200ResponseAllOfDataInner) HasBalance() bool
- func (o *WalletsGet200ResponseAllOfDataInner) HasCurrency() bool
- func (o *WalletsGet200ResponseAllOfDataInner) HasId() bool
- func (o WalletsGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
- func (o *WalletsGet200ResponseAllOfDataInner) SetAvailable(v string)
- func (o *WalletsGet200ResponseAllOfDataInner) SetBalance(v string)
- func (o *WalletsGet200ResponseAllOfDataInner) SetCurrency(v string)
- func (o *WalletsGet200ResponseAllOfDataInner) SetId(v string)
- func (o WalletsGet200ResponseAllOfDataInner) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // 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 APIClient ¶
type APIClient struct { BankAPI *BankAPIService LookupAPI *LookupAPIService PaymentAccountAPI *PaymentAccountAPIService PayoutAPI *PayoutAPIService WalletAPI *WalletAPIService // contains filtered or unexported fields }
APIClient manages communication with the Resources API v1 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 ApiBanksGetRequest ¶
type ApiBanksGetRequest struct { ApiService *BankAPIService // contains filtered or unexported fields }
func (ApiBanksGetRequest) Execute ¶
func (r ApiBanksGetRequest) Execute() (*BanksGet200Response, *http.Response, error)
type ApiLookupsAccountNumberGetRequest ¶
type ApiLookupsAccountNumberGetRequest struct { ApiService *LookupAPIService // contains filtered or unexported fields }
func (ApiLookupsAccountNumberGetRequest) BankId ¶
func (r ApiLookupsAccountNumberGetRequest) BankId(bankId string) ApiLookupsAccountNumberGetRequest
If payment_account_type is BANK_ACCOUNT, this will be a mandatory field representing the bank id (bnk-xxx) used to identify which bank the account number belongs to
func (ApiLookupsAccountNumberGetRequest) Execute ¶
func (r ApiLookupsAccountNumberGetRequest) Execute() (*LookupsAccountNumberGet200Response, *http.Response, error)
func (ApiLookupsAccountNumberGetRequest) Operator ¶
func (r ApiLookupsAccountNumberGetRequest) Operator(operator string) ApiLookupsAccountNumberGetRequest
If payment_account_type is MOBILE_MONEY, this will be a mandatory field representing the mobile money operator
func (ApiLookupsAccountNumberGetRequest) PaymentAccountType ¶
func (r ApiLookupsAccountNumberGetRequest) PaymentAccountType(paymentAccountType string) ApiLookupsAccountNumberGetRequest
The payment account type to lookup for
type ApiPaymentAccountsGetRequest ¶
type ApiPaymentAccountsGetRequest struct { ApiService *PaymentAccountAPIService // contains filtered or unexported fields }
func (ApiPaymentAccountsGetRequest) Execute ¶
func (r ApiPaymentAccountsGetRequest) Execute() (*PaymentAccountsGet200Response, *http.Response, error)
func (ApiPaymentAccountsGetRequest) PagingAfter ¶
func (r ApiPaymentAccountsGetRequest) PagingAfter(pagingAfter string) ApiPaymentAccountsGetRequest
The base64 URL encoded cursor used to access the next set of paginated results
func (ApiPaymentAccountsGetRequest) PagingLimit ¶
func (r ApiPaymentAccountsGetRequest) PagingLimit(pagingLimit int32) ApiPaymentAccountsGetRequest
The count of items returned as part of the pagination cursor iteration, minimum value is 1 and maximum 50
type ApiPaymentAccountsPostRequest ¶
type ApiPaymentAccountsPostRequest struct { ApiService *PaymentAccountAPIService // contains filtered or unexported fields }
func (ApiPaymentAccountsPostRequest) Execute ¶
func (r ApiPaymentAccountsPostRequest) Execute() (*PaymentAccountsPost200Response, *http.Response, error)
func (ApiPaymentAccountsPostRequest) OpenapiPaymentAccountGetOrCreateRequest ¶
func (r ApiPaymentAccountsPostRequest) OpenapiPaymentAccountGetOrCreateRequest(openapiPaymentAccountGetOrCreateRequest OpenapiPaymentAccountGetOrCreateRequest) ApiPaymentAccountsPostRequest
The payment account
type ApiPayoutsGetRequest ¶
type ApiPayoutsGetRequest struct { ApiService *PayoutAPIService // contains filtered or unexported fields }
func (ApiPayoutsGetRequest) CreatedAtFrom ¶
func (r ApiPayoutsGetRequest) CreatedAtFrom(createdAtFrom string) ApiPayoutsGetRequest
Filters for payouts created from the specified datetime. The expected format can be either a standard date (YYYY-MM-DD) that defaults to 00:00:00 UTC or a valid RFC3339 string, including time and/or offset information.
func (ApiPayoutsGetRequest) CreatedAtTo ¶
func (r ApiPayoutsGetRequest) CreatedAtTo(createdAtTo string) ApiPayoutsGetRequest
Filters for payouts created before the specified datetime. The expected format can be either a standard date (YYYY-MM-DD) that defaults to 23:59:59 UTC or a valid RFC3339 string, including time and/or offset information.
func (ApiPayoutsGetRequest) Execute ¶
func (r ApiPayoutsGetRequest) Execute() (*PayoutsGet200Response, *http.Response, error)
func (ApiPayoutsGetRequest) PagingAfter ¶
func (r ApiPayoutsGetRequest) PagingAfter(pagingAfter string) ApiPayoutsGetRequest
The base64 URL encoded cursor used to access the next set of paginated results
func (ApiPayoutsGetRequest) PagingLimit ¶
func (r ApiPayoutsGetRequest) PagingLimit(pagingLimit int32) ApiPayoutsGetRequest
The count of items returned as part of the pagination cursor iteration, minimum value is 1 and maximum 50
type ApiPayoutsIdGetRequest ¶
type ApiPayoutsIdGetRequest struct { ApiService *PayoutAPIService // contains filtered or unexported fields }
func (ApiPayoutsIdGetRequest) Execute ¶
func (r ApiPayoutsIdGetRequest) Execute() (*PayoutsIdGet200Response, *http.Response, error)
type ApiPayoutsPostRequest ¶
type ApiPayoutsPostRequest struct { ApiService *PayoutAPIService // contains filtered or unexported fields }
func (ApiPayoutsPostRequest) Execute ¶
func (r ApiPayoutsPostRequest) Execute() (*PayoutsPost202Response, *http.Response, error)
func (ApiPayoutsPostRequest) OpenapiPayoutCreateRequest ¶
func (r ApiPayoutsPostRequest) OpenapiPayoutCreateRequest(openapiPayoutCreateRequest OpenapiPayoutCreateRequest) ApiPayoutsPostRequest
The payout
func (ApiPayoutsPostRequest) XIdempotencyKey ¶
func (r ApiPayoutsPostRequest) XIdempotencyKey(xIdempotencyKey string) ApiPayoutsPostRequest
🚨️ Prevent duplicate payouts! See: [x-idempotency-key security scheme](idempotency)
type ApiWalletsGetRequest ¶
type ApiWalletsGetRequest struct { ApiService *WalletAPIService // contains filtered or unexported fields }
func (ApiWalletsGetRequest) Execute ¶
func (r ApiWalletsGetRequest) Execute() (*WalletsGet200Response, *http.Response, error)
type BankAPIService ¶
type BankAPIService service
BankAPIService BankAPI service
func (*BankAPIService) BanksGet ¶
func (a *BankAPIService) BanksGet(ctx context.Context) ApiBanksGetRequest
BanksGet List
Within the scope of this API, the "Bank" resource serves the purpose of identifying the financial institutions that own payment accounts.
This endpoint enables you to retrieve the list of banks provided by our API.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBanksGetRequest
func (*BankAPIService) BanksGetExecute ¶
func (a *BankAPIService) BanksGetExecute(r ApiBanksGetRequest) (*BanksGet200Response, *http.Response, error)
Execute executes the request
@return BanksGet200Response
type BanksGet200Response ¶
type BanksGet200Response struct {
Data []BanksGet200ResponseAllOfDataInner `json:"data,omitempty"`
}
BanksGet200Response struct for BanksGet200Response
func NewBanksGet200Response ¶
func NewBanksGet200Response() *BanksGet200Response
NewBanksGet200Response instantiates a new BanksGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBanksGet200ResponseWithDefaults ¶
func NewBanksGet200ResponseWithDefaults() *BanksGet200Response
NewBanksGet200ResponseWithDefaults instantiates a new BanksGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BanksGet200Response) GetData ¶
func (o *BanksGet200Response) GetData() []BanksGet200ResponseAllOfDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*BanksGet200Response) GetDataOk ¶
func (o *BanksGet200Response) GetDataOk() ([]BanksGet200ResponseAllOfDataInner, 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 (*BanksGet200Response) HasData ¶
func (o *BanksGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (BanksGet200Response) MarshalJSON ¶
func (o BanksGet200Response) MarshalJSON() ([]byte, error)
func (*BanksGet200Response) SetData ¶
func (o *BanksGet200Response) SetData(v []BanksGet200ResponseAllOfDataInner)
SetData gets a reference to the given []BanksGet200ResponseAllOfDataInner and assigns it to the Data field.
func (BanksGet200Response) ToMap ¶
func (o BanksGet200Response) ToMap() (map[string]interface{}, error)
type BanksGet200ResponseAllOfDataInner ¶
type BanksGet200ResponseAllOfDataInner struct { // The ISO 3166 alpha-2 country code in which the bank operates. Country *string `json:"country,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` }
BanksGet200ResponseAllOfDataInner struct for BanksGet200ResponseAllOfDataInner
func NewBanksGet200ResponseAllOfDataInner ¶
func NewBanksGet200ResponseAllOfDataInner() *BanksGet200ResponseAllOfDataInner
NewBanksGet200ResponseAllOfDataInner instantiates a new BanksGet200ResponseAllOfDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBanksGet200ResponseAllOfDataInnerWithDefaults ¶
func NewBanksGet200ResponseAllOfDataInnerWithDefaults() *BanksGet200ResponseAllOfDataInner
NewBanksGet200ResponseAllOfDataInnerWithDefaults instantiates a new BanksGet200ResponseAllOfDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BanksGet200ResponseAllOfDataInner) GetCountry ¶
func (o *BanksGet200ResponseAllOfDataInner) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*BanksGet200ResponseAllOfDataInner) GetCountryOk ¶
func (o *BanksGet200ResponseAllOfDataInner) 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 (*BanksGet200ResponseAllOfDataInner) GetId ¶
func (o *BanksGet200ResponseAllOfDataInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BanksGet200ResponseAllOfDataInner) GetIdOk ¶
func (o *BanksGet200ResponseAllOfDataInner) 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 (*BanksGet200ResponseAllOfDataInner) GetName ¶
func (o *BanksGet200ResponseAllOfDataInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BanksGet200ResponseAllOfDataInner) GetNameOk ¶
func (o *BanksGet200ResponseAllOfDataInner) 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 (*BanksGet200ResponseAllOfDataInner) HasCountry ¶
func (o *BanksGet200ResponseAllOfDataInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*BanksGet200ResponseAllOfDataInner) HasId ¶
func (o *BanksGet200ResponseAllOfDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*BanksGet200ResponseAllOfDataInner) HasName ¶
func (o *BanksGet200ResponseAllOfDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (BanksGet200ResponseAllOfDataInner) MarshalJSON ¶
func (o BanksGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
func (*BanksGet200ResponseAllOfDataInner) SetCountry ¶
func (o *BanksGet200ResponseAllOfDataInner) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*BanksGet200ResponseAllOfDataInner) SetId ¶
func (o *BanksGet200ResponseAllOfDataInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BanksGet200ResponseAllOfDataInner) SetName ¶
func (o *BanksGet200ResponseAllOfDataInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (BanksGet200ResponseAllOfDataInner) ToMap ¶
func (o BanksGet200ResponseAllOfDataInner) ToMap() (map[string]interface{}, error)
type BanksGet200ResponseAllOfDataInnerBranchesInner ¶
type BanksGet200ResponseAllOfDataInnerBranchesInner struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` }
BanksGet200ResponseAllOfDataInnerBranchesInner struct for BanksGet200ResponseAllOfDataInnerBranchesInner
func NewBanksGet200ResponseAllOfDataInnerBranchesInner ¶
func NewBanksGet200ResponseAllOfDataInnerBranchesInner() *BanksGet200ResponseAllOfDataInnerBranchesInner
NewBanksGet200ResponseAllOfDataInnerBranchesInner instantiates a new BanksGet200ResponseAllOfDataInnerBranchesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBanksGet200ResponseAllOfDataInnerBranchesInnerWithDefaults ¶
func NewBanksGet200ResponseAllOfDataInnerBranchesInnerWithDefaults() *BanksGet200ResponseAllOfDataInnerBranchesInner
NewBanksGet200ResponseAllOfDataInnerBranchesInnerWithDefaults instantiates a new BanksGet200ResponseAllOfDataInnerBranchesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) GetId ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) GetIdOk ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) 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 (*BanksGet200ResponseAllOfDataInnerBranchesInner) GetName ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) GetNameOk ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) 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 (*BanksGet200ResponseAllOfDataInnerBranchesInner) HasId ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) HasName ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (BanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON ¶
func (o BanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON() ([]byte, error)
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) SetId ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BanksGet200ResponseAllOfDataInnerBranchesInner) SetName ¶
func (o *BanksGet200ResponseAllOfDataInnerBranchesInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (BanksGet200ResponseAllOfDataInnerBranchesInner) ToMap ¶
func (o BanksGet200ResponseAllOfDataInnerBranchesInner) ToMap() (map[string]interface{}, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` 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 }
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
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 LookupAPIService ¶
type LookupAPIService service
LookupAPIService LookupAPI service
func (*LookupAPIService) LookupsAccountNumberGet ¶
func (a *LookupAPIService) LookupsAccountNumberGet(ctx context.Context, accountNumber string) ApiLookupsAccountNumberGetRequest
LookupsAccountNumberGet Get
The lookup resource facilitates the retrieval of metadata associated with mobile money or bank accounts. For instance, prior to creating payment accounts, you can utilize this endpoint to validate whether an account number corresponds to a specific business or individual.
This functionality proves especially valuable in ensuring that only validated payment accounts are utilized; for example, when integrated with other processes, such as payouts, it helps mitigate the risk of costly reversals or refunds resulting from funds being sent to an incorrect recipient.
### Account not found
While we strive to ensure that our lookup sources are always up to date with the most recent data, we must consider instances when we cannot retrieve metadata for a requested payment account.
In such cases, our API will respond with the error code [LOOKUP_ACCOUNT_NOT_FOUND](error-codes#lookup_account_not_found-http-404), providing a way to programmatically determine whether the account lookup was unsuccessful.
For some cases like Kenya mobile money lookups, try again in 5 minutes after getting the `LOOKUP_ACCOUNT_NOT_FOUND` error. If we respond with the same error again, it is likely that the account is not registered with the operator.
### Supported countries/account types
| Country | Mobile Money | Bank Account | |:--------------|:------------:|:------------:| | 🇳🇬 Nigeria | ❌ | ✅ | | 🇺🇬 Uganda | ✅ | ✅ | | 🇬🇭 Ghana | ✅ | ✅ | | 🇰🇪 Kenya | ✅ | ✅ |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accountNumber The account number, that is either the mobile money number or bank account number @return ApiLookupsAccountNumberGetRequest
func (*LookupAPIService) LookupsAccountNumberGetExecute ¶
func (a *LookupAPIService) LookupsAccountNumberGetExecute(r ApiLookupsAccountNumberGetRequest) (*LookupsAccountNumberGet200Response, *http.Response, error)
Execute executes the request
@return LookupsAccountNumberGet200Response
type LookupsAccountNumberGet200Response ¶
type LookupsAccountNumberGet200Response struct {
Data *OpenapiLookupGetResponse `json:"data,omitempty"`
}
LookupsAccountNumberGet200Response struct for LookupsAccountNumberGet200Response
func NewLookupsAccountNumberGet200Response ¶
func NewLookupsAccountNumberGet200Response() *LookupsAccountNumberGet200Response
NewLookupsAccountNumberGet200Response instantiates a new LookupsAccountNumberGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLookupsAccountNumberGet200ResponseWithDefaults ¶
func NewLookupsAccountNumberGet200ResponseWithDefaults() *LookupsAccountNumberGet200Response
NewLookupsAccountNumberGet200ResponseWithDefaults instantiates a new LookupsAccountNumberGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LookupsAccountNumberGet200Response) GetData ¶
func (o *LookupsAccountNumberGet200Response) GetData() OpenapiLookupGetResponse
GetData returns the Data field value if set, zero value otherwise.
func (*LookupsAccountNumberGet200Response) GetDataOk ¶
func (o *LookupsAccountNumberGet200Response) GetDataOk() (*OpenapiLookupGetResponse, 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 (*LookupsAccountNumberGet200Response) HasData ¶
func (o *LookupsAccountNumberGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (LookupsAccountNumberGet200Response) MarshalJSON ¶
func (o LookupsAccountNumberGet200Response) MarshalJSON() ([]byte, error)
func (*LookupsAccountNumberGet200Response) SetData ¶
func (o *LookupsAccountNumberGet200Response) SetData(v OpenapiLookupGetResponse)
SetData gets a reference to the given OpenapiLookupGetResponse and assigns it to the Data field.
func (LookupsAccountNumberGet200Response) ToMap ¶
func (o LookupsAccountNumberGet200Response) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NullableBanksGet200Response ¶
type NullableBanksGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableBanksGet200Response ¶
func NewNullableBanksGet200Response(val *BanksGet200Response) *NullableBanksGet200Response
func (NullableBanksGet200Response) Get ¶
func (v NullableBanksGet200Response) Get() *BanksGet200Response
func (NullableBanksGet200Response) IsSet ¶
func (v NullableBanksGet200Response) IsSet() bool
func (NullableBanksGet200Response) MarshalJSON ¶
func (v NullableBanksGet200Response) MarshalJSON() ([]byte, error)
func (*NullableBanksGet200Response) Set ¶
func (v *NullableBanksGet200Response) Set(val *BanksGet200Response)
func (*NullableBanksGet200Response) UnmarshalJSON ¶
func (v *NullableBanksGet200Response) UnmarshalJSON(src []byte) error
func (*NullableBanksGet200Response) Unset ¶
func (v *NullableBanksGet200Response) Unset()
type NullableBanksGet200ResponseAllOfDataInner ¶
type NullableBanksGet200ResponseAllOfDataInner struct {
// contains filtered or unexported fields
}
func NewNullableBanksGet200ResponseAllOfDataInner ¶
func NewNullableBanksGet200ResponseAllOfDataInner(val *BanksGet200ResponseAllOfDataInner) *NullableBanksGet200ResponseAllOfDataInner
func (NullableBanksGet200ResponseAllOfDataInner) IsSet ¶
func (v NullableBanksGet200ResponseAllOfDataInner) IsSet() bool
func (NullableBanksGet200ResponseAllOfDataInner) MarshalJSON ¶
func (v NullableBanksGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
func (*NullableBanksGet200ResponseAllOfDataInner) Set ¶
func (v *NullableBanksGet200ResponseAllOfDataInner) Set(val *BanksGet200ResponseAllOfDataInner)
func (*NullableBanksGet200ResponseAllOfDataInner) UnmarshalJSON ¶
func (v *NullableBanksGet200ResponseAllOfDataInner) UnmarshalJSON(src []byte) error
func (*NullableBanksGet200ResponseAllOfDataInner) Unset ¶
func (v *NullableBanksGet200ResponseAllOfDataInner) Unset()
type NullableBanksGet200ResponseAllOfDataInnerBranchesInner ¶
type NullableBanksGet200ResponseAllOfDataInnerBranchesInner struct {
// contains filtered or unexported fields
}
func NewNullableBanksGet200ResponseAllOfDataInnerBranchesInner ¶
func NewNullableBanksGet200ResponseAllOfDataInnerBranchesInner(val *BanksGet200ResponseAllOfDataInnerBranchesInner) *NullableBanksGet200ResponseAllOfDataInnerBranchesInner
func (NullableBanksGet200ResponseAllOfDataInnerBranchesInner) IsSet ¶
func (v NullableBanksGet200ResponseAllOfDataInnerBranchesInner) IsSet() bool
func (NullableBanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON ¶
func (v NullableBanksGet200ResponseAllOfDataInnerBranchesInner) MarshalJSON() ([]byte, error)
func (*NullableBanksGet200ResponseAllOfDataInnerBranchesInner) UnmarshalJSON ¶
func (v *NullableBanksGet200ResponseAllOfDataInnerBranchesInner) UnmarshalJSON(src []byte) error
func (*NullableBanksGet200ResponseAllOfDataInnerBranchesInner) Unset ¶
func (v *NullableBanksGet200ResponseAllOfDataInnerBranchesInner) 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 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 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 NullableLookupsAccountNumberGet200Response ¶
type NullableLookupsAccountNumberGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableLookupsAccountNumberGet200Response ¶
func NewNullableLookupsAccountNumberGet200Response(val *LookupsAccountNumberGet200Response) *NullableLookupsAccountNumberGet200Response
func (NullableLookupsAccountNumberGet200Response) IsSet ¶
func (v NullableLookupsAccountNumberGet200Response) IsSet() bool
func (NullableLookupsAccountNumberGet200Response) MarshalJSON ¶
func (v NullableLookupsAccountNumberGet200Response) MarshalJSON() ([]byte, error)
func (*NullableLookupsAccountNumberGet200Response) Set ¶
func (v *NullableLookupsAccountNumberGet200Response) Set(val *LookupsAccountNumberGet200Response)
func (*NullableLookupsAccountNumberGet200Response) UnmarshalJSON ¶
func (v *NullableLookupsAccountNumberGet200Response) UnmarshalJSON(src []byte) error
func (*NullableLookupsAccountNumberGet200Response) Unset ¶
func (v *NullableLookupsAccountNumberGet200Response) Unset()
type NullableOpenapiLookupGetResponse ¶
type NullableOpenapiLookupGetResponse struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiLookupGetResponse ¶
func NewNullableOpenapiLookupGetResponse(val *OpenapiLookupGetResponse) *NullableOpenapiLookupGetResponse
func (NullableOpenapiLookupGetResponse) Get ¶
func (v NullableOpenapiLookupGetResponse) Get() *OpenapiLookupGetResponse
func (NullableOpenapiLookupGetResponse) IsSet ¶
func (v NullableOpenapiLookupGetResponse) IsSet() bool
func (NullableOpenapiLookupGetResponse) MarshalJSON ¶
func (v NullableOpenapiLookupGetResponse) MarshalJSON() ([]byte, error)
func (*NullableOpenapiLookupGetResponse) Set ¶
func (v *NullableOpenapiLookupGetResponse) Set(val *OpenapiLookupGetResponse)
func (*NullableOpenapiLookupGetResponse) UnmarshalJSON ¶
func (v *NullableOpenapiLookupGetResponse) UnmarshalJSON(src []byte) error
func (*NullableOpenapiLookupGetResponse) Unset ¶
func (v *NullableOpenapiLookupGetResponse) Unset()
type NullableOpenapiLookupGetResponseHolder ¶
type NullableOpenapiLookupGetResponseHolder struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiLookupGetResponseHolder ¶
func NewNullableOpenapiLookupGetResponseHolder(val *OpenapiLookupGetResponseHolder) *NullableOpenapiLookupGetResponseHolder
func (NullableOpenapiLookupGetResponseHolder) Get ¶
func (v NullableOpenapiLookupGetResponseHolder) Get() *OpenapiLookupGetResponseHolder
func (NullableOpenapiLookupGetResponseHolder) IsSet ¶
func (v NullableOpenapiLookupGetResponseHolder) IsSet() bool
func (NullableOpenapiLookupGetResponseHolder) MarshalJSON ¶
func (v NullableOpenapiLookupGetResponseHolder) MarshalJSON() ([]byte, error)
func (*NullableOpenapiLookupGetResponseHolder) Set ¶
func (v *NullableOpenapiLookupGetResponseHolder) Set(val *OpenapiLookupGetResponseHolder)
func (*NullableOpenapiLookupGetResponseHolder) UnmarshalJSON ¶
func (v *NullableOpenapiLookupGetResponseHolder) UnmarshalJSON(src []byte) error
func (*NullableOpenapiLookupGetResponseHolder) Unset ¶
func (v *NullableOpenapiLookupGetResponseHolder) Unset()
type NullableOpenapiPaymentAccountGetOrCreateRequest ¶
type NullableOpenapiPaymentAccountGetOrCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateRequest ¶
func NewNullableOpenapiPaymentAccountGetOrCreateRequest(val *OpenapiPaymentAccountGetOrCreateRequest) *NullableOpenapiPaymentAccountGetOrCreateRequest
func (NullableOpenapiPaymentAccountGetOrCreateRequest) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequest) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateRequest) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateRequest) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateRequest) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequest) Unset()
type NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount ¶
type NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateRequestBankAccount ¶
func NewNullableOpenapiPaymentAccountGetOrCreateRequestBankAccount(val *OpenapiPaymentAccountGetOrCreateRequestBankAccount) *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount
func (NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestBankAccount) Unset()
type NullableOpenapiPaymentAccountGetOrCreateRequestHolder ¶
type NullableOpenapiPaymentAccountGetOrCreateRequestHolder struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateRequestHolder ¶
func NewNullableOpenapiPaymentAccountGetOrCreateRequestHolder(val *OpenapiPaymentAccountGetOrCreateRequestHolder) *NullableOpenapiPaymentAccountGetOrCreateRequestHolder
func (NullableOpenapiPaymentAccountGetOrCreateRequestHolder) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestHolder) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateRequestHolder) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestHolder) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateRequestHolder) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestHolder) Unset()
type NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney ¶
type NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney ¶
func NewNullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney(val *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney
func (NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateRequestMobileMoney) Unset()
type NullableOpenapiPaymentAccountGetOrCreateResponse ¶
type NullableOpenapiPaymentAccountGetOrCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateResponse ¶
func NewNullableOpenapiPaymentAccountGetOrCreateResponse(val *OpenapiPaymentAccountGetOrCreateResponse) *NullableOpenapiPaymentAccountGetOrCreateResponse
func (NullableOpenapiPaymentAccountGetOrCreateResponse) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponse) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateResponse) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateResponse) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateResponse) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponse) Unset()
type NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount ¶
type NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateResponseBankAccount ¶
func NewNullableOpenapiPaymentAccountGetOrCreateResponseBankAccount(val *OpenapiPaymentAccountGetOrCreateResponseBankAccount) *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount
func (NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseBankAccount) Unset()
type NullableOpenapiPaymentAccountGetOrCreateResponseHolder ¶
type NullableOpenapiPaymentAccountGetOrCreateResponseHolder struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateResponseHolder ¶
func NewNullableOpenapiPaymentAccountGetOrCreateResponseHolder(val *OpenapiPaymentAccountGetOrCreateResponseHolder) *NullableOpenapiPaymentAccountGetOrCreateResponseHolder
func (NullableOpenapiPaymentAccountGetOrCreateResponseHolder) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseHolder) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateResponseHolder) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseHolder) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateResponseHolder) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseHolder) Unset()
type NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney ¶
type NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney ¶
func NewNullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney(val *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney
func (NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) IsSet ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) IsSet() bool
func (NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) Unset ¶
func (v *NullableOpenapiPaymentAccountGetOrCreateResponseMobileMoney) Unset()
type NullableOpenapiPaymentAccountListResponseMeta ¶
type NullableOpenapiPaymentAccountListResponseMeta struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountListResponseMeta ¶
func NewNullableOpenapiPaymentAccountListResponseMeta(val *OpenapiPaymentAccountListResponseMeta) *NullableOpenapiPaymentAccountListResponseMeta
func (NullableOpenapiPaymentAccountListResponseMeta) IsSet ¶
func (v NullableOpenapiPaymentAccountListResponseMeta) IsSet() bool
func (NullableOpenapiPaymentAccountListResponseMeta) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountListResponseMeta) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountListResponseMeta) Set ¶
func (v *NullableOpenapiPaymentAccountListResponseMeta) Set(val *OpenapiPaymentAccountListResponseMeta)
func (*NullableOpenapiPaymentAccountListResponseMeta) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountListResponseMeta) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountListResponseMeta) Unset ¶
func (v *NullableOpenapiPaymentAccountListResponseMeta) Unset()
type NullableOpenapiPaymentAccountListResponseMetaPaging ¶
type NullableOpenapiPaymentAccountListResponseMetaPaging struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountListResponseMetaPaging ¶
func NewNullableOpenapiPaymentAccountListResponseMetaPaging(val *OpenapiPaymentAccountListResponseMetaPaging) *NullableOpenapiPaymentAccountListResponseMetaPaging
func (NullableOpenapiPaymentAccountListResponseMetaPaging) IsSet ¶
func (v NullableOpenapiPaymentAccountListResponseMetaPaging) IsSet() bool
func (NullableOpenapiPaymentAccountListResponseMetaPaging) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountListResponseMetaPaging) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountListResponseMetaPaging) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountListResponseMetaPaging) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountListResponseMetaPaging) Unset ¶
func (v *NullableOpenapiPaymentAccountListResponseMetaPaging) Unset()
type NullableOpenapiPaymentAccountListResponseMetaPagingCursors ¶
type NullableOpenapiPaymentAccountListResponseMetaPagingCursors struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPaymentAccountListResponseMetaPagingCursors ¶
func NewNullableOpenapiPaymentAccountListResponseMetaPagingCursors(val *OpenapiPaymentAccountListResponseMetaPagingCursors) *NullableOpenapiPaymentAccountListResponseMetaPagingCursors
func (NullableOpenapiPaymentAccountListResponseMetaPagingCursors) IsSet ¶
func (v NullableOpenapiPaymentAccountListResponseMetaPagingCursors) IsSet() bool
func (NullableOpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON ¶
func (v NullableOpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPaymentAccountListResponseMetaPagingCursors) UnmarshalJSON ¶
func (v *NullableOpenapiPaymentAccountListResponseMetaPagingCursors) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPaymentAccountListResponseMetaPagingCursors) Unset ¶
func (v *NullableOpenapiPaymentAccountListResponseMetaPagingCursors) Unset()
type NullableOpenapiPayoutCreateRequest ¶
type NullableOpenapiPayoutCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequest ¶
func NewNullableOpenapiPayoutCreateRequest(val *OpenapiPayoutCreateRequest) *NullableOpenapiPayoutCreateRequest
func (NullableOpenapiPayoutCreateRequest) Get ¶
func (v NullableOpenapiPayoutCreateRequest) Get() *OpenapiPayoutCreateRequest
func (NullableOpenapiPayoutCreateRequest) IsSet ¶
func (v NullableOpenapiPayoutCreateRequest) IsSet() bool
func (NullableOpenapiPayoutCreateRequest) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequest) Set ¶
func (v *NullableOpenapiPayoutCreateRequest) Set(val *OpenapiPayoutCreateRequest)
func (*NullableOpenapiPayoutCreateRequest) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequest) Unset ¶
func (v *NullableOpenapiPayoutCreateRequest) Unset()
type NullableOpenapiPayoutCreateRequestAmount ¶
type NullableOpenapiPayoutCreateRequestAmount struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequestAmount ¶
func NewNullableOpenapiPayoutCreateRequestAmount(val *OpenapiPayoutCreateRequestAmount) *NullableOpenapiPayoutCreateRequestAmount
func (NullableOpenapiPayoutCreateRequestAmount) IsSet ¶
func (v NullableOpenapiPayoutCreateRequestAmount) IsSet() bool
func (NullableOpenapiPayoutCreateRequestAmount) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequestAmount) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequestAmount) Set ¶
func (v *NullableOpenapiPayoutCreateRequestAmount) Set(val *OpenapiPayoutCreateRequestAmount)
func (*NullableOpenapiPayoutCreateRequestAmount) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequestAmount) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequestAmount) Unset ¶
func (v *NullableOpenapiPayoutCreateRequestAmount) Unset()
type NullableOpenapiPayoutCreateRequestSender ¶
type NullableOpenapiPayoutCreateRequestSender struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequestSender ¶
func NewNullableOpenapiPayoutCreateRequestSender(val *OpenapiPayoutCreateRequestSender) *NullableOpenapiPayoutCreateRequestSender
func (NullableOpenapiPayoutCreateRequestSender) IsSet ¶
func (v NullableOpenapiPayoutCreateRequestSender) IsSet() bool
func (NullableOpenapiPayoutCreateRequestSender) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequestSender) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequestSender) Set ¶
func (v *NullableOpenapiPayoutCreateRequestSender) Set(val *OpenapiPayoutCreateRequestSender)
func (*NullableOpenapiPayoutCreateRequestSender) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequestSender) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequestSender) Unset ¶
func (v *NullableOpenapiPayoutCreateRequestSender) Unset()
type NullableOpenapiPayoutCreateRequestSenderAddress ¶
type NullableOpenapiPayoutCreateRequestSenderAddress struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequestSenderAddress ¶
func NewNullableOpenapiPayoutCreateRequestSenderAddress(val *OpenapiPayoutCreateRequestSenderAddress) *NullableOpenapiPayoutCreateRequestSenderAddress
func (NullableOpenapiPayoutCreateRequestSenderAddress) IsSet ¶
func (v NullableOpenapiPayoutCreateRequestSenderAddress) IsSet() bool
func (NullableOpenapiPayoutCreateRequestSenderAddress) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequestSenderAddress) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequestSenderAddress) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequestSenderAddress) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequestSenderAddress) Unset ¶
func (v *NullableOpenapiPayoutCreateRequestSenderAddress) Unset()
type NullableOpenapiPayoutCreateRequestSenderIndividual ¶
type NullableOpenapiPayoutCreateRequestSenderIndividual struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequestSenderIndividual ¶
func NewNullableOpenapiPayoutCreateRequestSenderIndividual(val *OpenapiPayoutCreateRequestSenderIndividual) *NullableOpenapiPayoutCreateRequestSenderIndividual
func (NullableOpenapiPayoutCreateRequestSenderIndividual) IsSet ¶
func (v NullableOpenapiPayoutCreateRequestSenderIndividual) IsSet() bool
func (NullableOpenapiPayoutCreateRequestSenderIndividual) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequestSenderIndividual) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequestSenderIndividual) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequestSenderIndividual) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequestSenderIndividual) Unset ¶
func (v *NullableOpenapiPayoutCreateRequestSenderIndividual) Unset()
type NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument ¶
type NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument ¶
func NewNullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument(val *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument
func (NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) IsSet ¶
func (v NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) IsSet() bool
func (NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) Unset ¶
func (v *NullableOpenapiPayoutCreateRequestSenderIndividualIdentityDocument) Unset()
type NullableOpenapiPayoutCreateResponse ¶
type NullableOpenapiPayoutCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponse ¶
func NewNullableOpenapiPayoutCreateResponse(val *OpenapiPayoutCreateResponse) *NullableOpenapiPayoutCreateResponse
func (NullableOpenapiPayoutCreateResponse) Get ¶
func (v NullableOpenapiPayoutCreateResponse) Get() *OpenapiPayoutCreateResponse
func (NullableOpenapiPayoutCreateResponse) IsSet ¶
func (v NullableOpenapiPayoutCreateResponse) IsSet() bool
func (NullableOpenapiPayoutCreateResponse) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponse) Set ¶
func (v *NullableOpenapiPayoutCreateResponse) Set(val *OpenapiPayoutCreateResponse)
func (*NullableOpenapiPayoutCreateResponse) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponse) Unset ¶
func (v *NullableOpenapiPayoutCreateResponse) Unset()
type NullableOpenapiPayoutCreateResponseAmount ¶
type NullableOpenapiPayoutCreateResponseAmount struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseAmount ¶
func NewNullableOpenapiPayoutCreateResponseAmount(val *OpenapiPayoutCreateResponseAmount) *NullableOpenapiPayoutCreateResponseAmount
func (NullableOpenapiPayoutCreateResponseAmount) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseAmount) IsSet() bool
func (NullableOpenapiPayoutCreateResponseAmount) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseAmount) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseAmount) Set ¶
func (v *NullableOpenapiPayoutCreateResponseAmount) Set(val *OpenapiPayoutCreateResponseAmount)
func (*NullableOpenapiPayoutCreateResponseAmount) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseAmount) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseAmount) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseAmount) Unset()
type NullableOpenapiPayoutCreateResponseSender ¶
type NullableOpenapiPayoutCreateResponseSender struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseSender ¶
func NewNullableOpenapiPayoutCreateResponseSender(val *OpenapiPayoutCreateResponseSender) *NullableOpenapiPayoutCreateResponseSender
func (NullableOpenapiPayoutCreateResponseSender) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseSender) IsSet() bool
func (NullableOpenapiPayoutCreateResponseSender) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseSender) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseSender) Set ¶
func (v *NullableOpenapiPayoutCreateResponseSender) Set(val *OpenapiPayoutCreateResponseSender)
func (*NullableOpenapiPayoutCreateResponseSender) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseSender) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseSender) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseSender) Unset()
type NullableOpenapiPayoutCreateResponseSenderAddress ¶
type NullableOpenapiPayoutCreateResponseSenderAddress struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseSenderAddress ¶
func NewNullableOpenapiPayoutCreateResponseSenderAddress(val *OpenapiPayoutCreateResponseSenderAddress) *NullableOpenapiPayoutCreateResponseSenderAddress
func (NullableOpenapiPayoutCreateResponseSenderAddress) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseSenderAddress) IsSet() bool
func (NullableOpenapiPayoutCreateResponseSenderAddress) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseSenderAddress) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseSenderAddress) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseSenderAddress) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseSenderAddress) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseSenderAddress) Unset()
type NullableOpenapiPayoutCreateResponseSenderIndividual ¶
type NullableOpenapiPayoutCreateResponseSenderIndividual struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseSenderIndividual ¶
func NewNullableOpenapiPayoutCreateResponseSenderIndividual(val *OpenapiPayoutCreateResponseSenderIndividual) *NullableOpenapiPayoutCreateResponseSenderIndividual
func (NullableOpenapiPayoutCreateResponseSenderIndividual) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseSenderIndividual) IsSet() bool
func (NullableOpenapiPayoutCreateResponseSenderIndividual) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseSenderIndividual) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseSenderIndividual) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseSenderIndividual) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseSenderIndividual) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseSenderIndividual) Unset()
type NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument ¶
type NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument ¶
func NewNullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument(val *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument
func (NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) IsSet() bool
func (NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseSenderIndividualIdentityDocument) Unset()
type NullableOpenapiPayoutCreateResponseState ¶
type NullableOpenapiPayoutCreateResponseState struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutCreateResponseState ¶
func NewNullableOpenapiPayoutCreateResponseState(val *OpenapiPayoutCreateResponseState) *NullableOpenapiPayoutCreateResponseState
func (NullableOpenapiPayoutCreateResponseState) IsSet ¶
func (v NullableOpenapiPayoutCreateResponseState) IsSet() bool
func (NullableOpenapiPayoutCreateResponseState) MarshalJSON ¶
func (v NullableOpenapiPayoutCreateResponseState) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutCreateResponseState) Set ¶
func (v *NullableOpenapiPayoutCreateResponseState) Set(val *OpenapiPayoutCreateResponseState)
func (*NullableOpenapiPayoutCreateResponseState) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutCreateResponseState) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutCreateResponseState) Unset ¶
func (v *NullableOpenapiPayoutCreateResponseState) Unset()
type NullableOpenapiPayoutGetResponse ¶
type NullableOpenapiPayoutGetResponse struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutGetResponse ¶
func NewNullableOpenapiPayoutGetResponse(val *OpenapiPayoutGetResponse) *NullableOpenapiPayoutGetResponse
func (NullableOpenapiPayoutGetResponse) Get ¶
func (v NullableOpenapiPayoutGetResponse) Get() *OpenapiPayoutGetResponse
func (NullableOpenapiPayoutGetResponse) IsSet ¶
func (v NullableOpenapiPayoutGetResponse) IsSet() bool
func (NullableOpenapiPayoutGetResponse) MarshalJSON ¶
func (v NullableOpenapiPayoutGetResponse) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutGetResponse) Set ¶
func (v *NullableOpenapiPayoutGetResponse) Set(val *OpenapiPayoutGetResponse)
func (*NullableOpenapiPayoutGetResponse) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutGetResponse) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutGetResponse) Unset ¶
func (v *NullableOpenapiPayoutGetResponse) Unset()
type NullableOpenapiPayoutListResponseMeta ¶
type NullableOpenapiPayoutListResponseMeta struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutListResponseMeta ¶
func NewNullableOpenapiPayoutListResponseMeta(val *OpenapiPayoutListResponseMeta) *NullableOpenapiPayoutListResponseMeta
func (NullableOpenapiPayoutListResponseMeta) Get ¶
func (v NullableOpenapiPayoutListResponseMeta) Get() *OpenapiPayoutListResponseMeta
func (NullableOpenapiPayoutListResponseMeta) IsSet ¶
func (v NullableOpenapiPayoutListResponseMeta) IsSet() bool
func (NullableOpenapiPayoutListResponseMeta) MarshalJSON ¶
func (v NullableOpenapiPayoutListResponseMeta) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutListResponseMeta) Set ¶
func (v *NullableOpenapiPayoutListResponseMeta) Set(val *OpenapiPayoutListResponseMeta)
func (*NullableOpenapiPayoutListResponseMeta) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutListResponseMeta) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutListResponseMeta) Unset ¶
func (v *NullableOpenapiPayoutListResponseMeta) Unset()
type NullableOpenapiPayoutListResponseMetaPaging ¶
type NullableOpenapiPayoutListResponseMetaPaging struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutListResponseMetaPaging ¶
func NewNullableOpenapiPayoutListResponseMetaPaging(val *OpenapiPayoutListResponseMetaPaging) *NullableOpenapiPayoutListResponseMetaPaging
func (NullableOpenapiPayoutListResponseMetaPaging) IsSet ¶
func (v NullableOpenapiPayoutListResponseMetaPaging) IsSet() bool
func (NullableOpenapiPayoutListResponseMetaPaging) MarshalJSON ¶
func (v NullableOpenapiPayoutListResponseMetaPaging) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutListResponseMetaPaging) Set ¶
func (v *NullableOpenapiPayoutListResponseMetaPaging) Set(val *OpenapiPayoutListResponseMetaPaging)
func (*NullableOpenapiPayoutListResponseMetaPaging) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutListResponseMetaPaging) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutListResponseMetaPaging) Unset ¶
func (v *NullableOpenapiPayoutListResponseMetaPaging) Unset()
type NullableOpenapiPayoutListResponseMetaPagingCursors ¶
type NullableOpenapiPayoutListResponseMetaPagingCursors struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiPayoutListResponseMetaPagingCursors ¶
func NewNullableOpenapiPayoutListResponseMetaPagingCursors(val *OpenapiPayoutListResponseMetaPagingCursors) *NullableOpenapiPayoutListResponseMetaPagingCursors
func (NullableOpenapiPayoutListResponseMetaPagingCursors) IsSet ¶
func (v NullableOpenapiPayoutListResponseMetaPagingCursors) IsSet() bool
func (NullableOpenapiPayoutListResponseMetaPagingCursors) MarshalJSON ¶
func (v NullableOpenapiPayoutListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*NullableOpenapiPayoutListResponseMetaPagingCursors) UnmarshalJSON ¶
func (v *NullableOpenapiPayoutListResponseMetaPagingCursors) UnmarshalJSON(src []byte) error
func (*NullableOpenapiPayoutListResponseMetaPagingCursors) Unset ¶
func (v *NullableOpenapiPayoutListResponseMetaPagingCursors) Unset()
type NullableOpenapiResponseBodyIdempotencyConflict ¶
type NullableOpenapiResponseBodyIdempotencyConflict struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyIdempotencyConflict ¶
func NewNullableOpenapiResponseBodyIdempotencyConflict(val *OpenapiResponseBodyIdempotencyConflict) *NullableOpenapiResponseBodyIdempotencyConflict
func (NullableOpenapiResponseBodyIdempotencyConflict) IsSet ¶
func (v NullableOpenapiResponseBodyIdempotencyConflict) IsSet() bool
func (NullableOpenapiResponseBodyIdempotencyConflict) MarshalJSON ¶
func (v NullableOpenapiResponseBodyIdempotencyConflict) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyIdempotencyConflict) Set ¶
func (v *NullableOpenapiResponseBodyIdempotencyConflict) Set(val *OpenapiResponseBodyIdempotencyConflict)
func (*NullableOpenapiResponseBodyIdempotencyConflict) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyIdempotencyConflict) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyIdempotencyConflict) Unset ¶
func (v *NullableOpenapiResponseBodyIdempotencyConflict) Unset()
type NullableOpenapiResponseBodyInternalServerError ¶
type NullableOpenapiResponseBodyInternalServerError struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyInternalServerError ¶
func NewNullableOpenapiResponseBodyInternalServerError(val *OpenapiResponseBodyInternalServerError) *NullableOpenapiResponseBodyInternalServerError
func (NullableOpenapiResponseBodyInternalServerError) IsSet ¶
func (v NullableOpenapiResponseBodyInternalServerError) IsSet() bool
func (NullableOpenapiResponseBodyInternalServerError) MarshalJSON ¶
func (v NullableOpenapiResponseBodyInternalServerError) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyInternalServerError) Set ¶
func (v *NullableOpenapiResponseBodyInternalServerError) Set(val *OpenapiResponseBodyInternalServerError)
func (*NullableOpenapiResponseBodyInternalServerError) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyInternalServerError) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyInternalServerError) Unset ¶
func (v *NullableOpenapiResponseBodyInternalServerError) Unset()
type NullableOpenapiResponseBodyLookupAccountNotFound ¶
type NullableOpenapiResponseBodyLookupAccountNotFound struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyLookupAccountNotFound ¶
func NewNullableOpenapiResponseBodyLookupAccountNotFound(val *OpenapiResponseBodyLookupAccountNotFound) *NullableOpenapiResponseBodyLookupAccountNotFound
func (NullableOpenapiResponseBodyLookupAccountNotFound) IsSet ¶
func (v NullableOpenapiResponseBodyLookupAccountNotFound) IsSet() bool
func (NullableOpenapiResponseBodyLookupAccountNotFound) MarshalJSON ¶
func (v NullableOpenapiResponseBodyLookupAccountNotFound) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyLookupAccountNotFound) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyLookupAccountNotFound) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyLookupAccountNotFound) Unset ¶
func (v *NullableOpenapiResponseBodyLookupAccountNotFound) Unset()
type NullableOpenapiResponseBodyNotFound ¶
type NullableOpenapiResponseBodyNotFound struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyNotFound ¶
func NewNullableOpenapiResponseBodyNotFound(val *OpenapiResponseBodyNotFound) *NullableOpenapiResponseBodyNotFound
func (NullableOpenapiResponseBodyNotFound) Get ¶
func (v NullableOpenapiResponseBodyNotFound) Get() *OpenapiResponseBodyNotFound
func (NullableOpenapiResponseBodyNotFound) IsSet ¶
func (v NullableOpenapiResponseBodyNotFound) IsSet() bool
func (NullableOpenapiResponseBodyNotFound) MarshalJSON ¶
func (v NullableOpenapiResponseBodyNotFound) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyNotFound) Set ¶
func (v *NullableOpenapiResponseBodyNotFound) Set(val *OpenapiResponseBodyNotFound)
func (*NullableOpenapiResponseBodyNotFound) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyNotFound) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyNotFound) Unset ¶
func (v *NullableOpenapiResponseBodyNotFound) Unset()
type NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable ¶
type NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable ¶
func NewNullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable(val *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
func (NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON ¶
func (v NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) Unset ¶
func (v *NullableOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) Unset()
type NullableOpenapiResponseBodySuccessCollection ¶
type NullableOpenapiResponseBodySuccessCollection struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCollection ¶
func NewNullableOpenapiResponseBodySuccessCollection(val *OpenapiResponseBodySuccessCollection) *NullableOpenapiResponseBodySuccessCollection
func (NullableOpenapiResponseBodySuccessCollection) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCollection) IsSet() bool
func (NullableOpenapiResponseBodySuccessCollection) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCollection) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCollection) Set ¶
func (v *NullableOpenapiResponseBodySuccessCollection) Set(val *OpenapiResponseBodySuccessCollection)
func (*NullableOpenapiResponseBodySuccessCollection) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCollection) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCollection) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCollection) Unset()
type NullableOpenapiResponseBodySuccessCollectionNoMeta ¶
type NullableOpenapiResponseBodySuccessCollectionNoMeta struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCollectionNoMeta ¶
func NewNullableOpenapiResponseBodySuccessCollectionNoMeta(val *OpenapiResponseBodySuccessCollectionNoMeta) *NullableOpenapiResponseBodySuccessCollectionNoMeta
func (NullableOpenapiResponseBodySuccessCollectionNoMeta) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCollectionNoMeta) IsSet() bool
func (NullableOpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCollectionNoMeta) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCollectionNoMeta) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCollectionNoMeta) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCollectionNoMeta) Unset()
type NullableOpenapiResponseBodySuccessCursorPaginated ¶
type NullableOpenapiResponseBodySuccessCursorPaginated struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCursorPaginated ¶
func NewNullableOpenapiResponseBodySuccessCursorPaginated(val *OpenapiResponseBodySuccessCursorPaginated) *NullableOpenapiResponseBodySuccessCursorPaginated
func (NullableOpenapiResponseBodySuccessCursorPaginated) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginated) IsSet() bool
func (NullableOpenapiResponseBodySuccessCursorPaginated) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginated) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCursorPaginated) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginated) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCursorPaginated) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginated) Unset()
type NullableOpenapiResponseBodySuccessCursorPaginatedMeta ¶
type NullableOpenapiResponseBodySuccessCursorPaginatedMeta struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMeta ¶
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMeta(val *OpenapiResponseBodySuccessCursorPaginatedMeta) *NullableOpenapiResponseBodySuccessCursorPaginatedMeta
func (NullableOpenapiResponseBodySuccessCursorPaginatedMeta) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMeta) IsSet() bool
func (NullableOpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMeta) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMeta) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMeta) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMeta) Unset()
type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging ¶
type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging ¶
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging(val *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging
func (NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) IsSet() bool
func (NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPaging) Unset()
type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors ¶
type NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors ¶
func NewNullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors(val *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
func (NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) IsSet ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) IsSet() bool
func (NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) Unset ¶
func (v *NullableOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) Unset()
type NullableOpenapiResponseBodySuccessNoMeta ¶
type NullableOpenapiResponseBodySuccessNoMeta struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodySuccessNoMeta ¶
func NewNullableOpenapiResponseBodySuccessNoMeta(val *OpenapiResponseBodySuccessNoMeta) *NullableOpenapiResponseBodySuccessNoMeta
func (NullableOpenapiResponseBodySuccessNoMeta) IsSet ¶
func (v NullableOpenapiResponseBodySuccessNoMeta) IsSet() bool
func (NullableOpenapiResponseBodySuccessNoMeta) MarshalJSON ¶
func (v NullableOpenapiResponseBodySuccessNoMeta) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodySuccessNoMeta) Set ¶
func (v *NullableOpenapiResponseBodySuccessNoMeta) Set(val *OpenapiResponseBodySuccessNoMeta)
func (*NullableOpenapiResponseBodySuccessNoMeta) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodySuccessNoMeta) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodySuccessNoMeta) Unset ¶
func (v *NullableOpenapiResponseBodySuccessNoMeta) Unset()
type NullableOpenapiResponseBodyValidationFailed ¶
type NullableOpenapiResponseBodyValidationFailed struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyValidationFailed ¶
func NewNullableOpenapiResponseBodyValidationFailed(val *OpenapiResponseBodyValidationFailed) *NullableOpenapiResponseBodyValidationFailed
func (NullableOpenapiResponseBodyValidationFailed) IsSet ¶
func (v NullableOpenapiResponseBodyValidationFailed) IsSet() bool
func (NullableOpenapiResponseBodyValidationFailed) MarshalJSON ¶
func (v NullableOpenapiResponseBodyValidationFailed) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyValidationFailed) Set ¶
func (v *NullableOpenapiResponseBodyValidationFailed) Set(val *OpenapiResponseBodyValidationFailed)
func (*NullableOpenapiResponseBodyValidationFailed) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyValidationFailed) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyValidationFailed) Unset ¶
func (v *NullableOpenapiResponseBodyValidationFailed) Unset()
type NullableOpenapiResponseBodyValidationFailedErrors ¶
type NullableOpenapiResponseBodyValidationFailedErrors struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyValidationFailedErrors ¶
func NewNullableOpenapiResponseBodyValidationFailedErrors(val *OpenapiResponseBodyValidationFailedErrors) *NullableOpenapiResponseBodyValidationFailedErrors
func (NullableOpenapiResponseBodyValidationFailedErrors) IsSet ¶
func (v NullableOpenapiResponseBodyValidationFailedErrors) IsSet() bool
func (NullableOpenapiResponseBodyValidationFailedErrors) MarshalJSON ¶
func (v NullableOpenapiResponseBodyValidationFailedErrors) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyValidationFailedErrors) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyValidationFailedErrors) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyValidationFailedErrors) Unset ¶
func (v *NullableOpenapiResponseBodyValidationFailedErrors) Unset()
type NullableOpenapiResponseBodyWalletInsufficientBalance ¶
type NullableOpenapiResponseBodyWalletInsufficientBalance struct {
// contains filtered or unexported fields
}
func NewNullableOpenapiResponseBodyWalletInsufficientBalance ¶
func NewNullableOpenapiResponseBodyWalletInsufficientBalance(val *OpenapiResponseBodyWalletInsufficientBalance) *NullableOpenapiResponseBodyWalletInsufficientBalance
func (NullableOpenapiResponseBodyWalletInsufficientBalance) IsSet ¶
func (v NullableOpenapiResponseBodyWalletInsufficientBalance) IsSet() bool
func (NullableOpenapiResponseBodyWalletInsufficientBalance) MarshalJSON ¶
func (v NullableOpenapiResponseBodyWalletInsufficientBalance) MarshalJSON() ([]byte, error)
func (*NullableOpenapiResponseBodyWalletInsufficientBalance) UnmarshalJSON ¶
func (v *NullableOpenapiResponseBodyWalletInsufficientBalance) UnmarshalJSON(src []byte) error
func (*NullableOpenapiResponseBodyWalletInsufficientBalance) Unset ¶
func (v *NullableOpenapiResponseBodyWalletInsufficientBalance) Unset()
type NullablePaymentAccountsGet200Response ¶
type NullablePaymentAccountsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullablePaymentAccountsGet200Response ¶
func NewNullablePaymentAccountsGet200Response(val *PaymentAccountsGet200Response) *NullablePaymentAccountsGet200Response
func (NullablePaymentAccountsGet200Response) Get ¶
func (v NullablePaymentAccountsGet200Response) Get() *PaymentAccountsGet200Response
func (NullablePaymentAccountsGet200Response) IsSet ¶
func (v NullablePaymentAccountsGet200Response) IsSet() bool
func (NullablePaymentAccountsGet200Response) MarshalJSON ¶
func (v NullablePaymentAccountsGet200Response) MarshalJSON() ([]byte, error)
func (*NullablePaymentAccountsGet200Response) Set ¶
func (v *NullablePaymentAccountsGet200Response) Set(val *PaymentAccountsGet200Response)
func (*NullablePaymentAccountsGet200Response) UnmarshalJSON ¶
func (v *NullablePaymentAccountsGet200Response) UnmarshalJSON(src []byte) error
func (*NullablePaymentAccountsGet200Response) Unset ¶
func (v *NullablePaymentAccountsGet200Response) Unset()
type NullablePaymentAccountsPost200Response ¶
type NullablePaymentAccountsPost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePaymentAccountsPost200Response ¶
func NewNullablePaymentAccountsPost200Response(val *PaymentAccountsPost200Response) *NullablePaymentAccountsPost200Response
func (NullablePaymentAccountsPost200Response) Get ¶
func (v NullablePaymentAccountsPost200Response) Get() *PaymentAccountsPost200Response
func (NullablePaymentAccountsPost200Response) IsSet ¶
func (v NullablePaymentAccountsPost200Response) IsSet() bool
func (NullablePaymentAccountsPost200Response) MarshalJSON ¶
func (v NullablePaymentAccountsPost200Response) MarshalJSON() ([]byte, error)
func (*NullablePaymentAccountsPost200Response) Set ¶
func (v *NullablePaymentAccountsPost200Response) Set(val *PaymentAccountsPost200Response)
func (*NullablePaymentAccountsPost200Response) UnmarshalJSON ¶
func (v *NullablePaymentAccountsPost200Response) UnmarshalJSON(src []byte) error
func (*NullablePaymentAccountsPost200Response) Unset ¶
func (v *NullablePaymentAccountsPost200Response) Unset()
type NullablePaymentAccountsPost201Response ¶
type NullablePaymentAccountsPost201Response struct {
// contains filtered or unexported fields
}
func NewNullablePaymentAccountsPost201Response ¶
func NewNullablePaymentAccountsPost201Response(val *PaymentAccountsPost201Response) *NullablePaymentAccountsPost201Response
func (NullablePaymentAccountsPost201Response) Get ¶
func (v NullablePaymentAccountsPost201Response) Get() *PaymentAccountsPost201Response
func (NullablePaymentAccountsPost201Response) IsSet ¶
func (v NullablePaymentAccountsPost201Response) IsSet() bool
func (NullablePaymentAccountsPost201Response) MarshalJSON ¶
func (v NullablePaymentAccountsPost201Response) MarshalJSON() ([]byte, error)
func (*NullablePaymentAccountsPost201Response) Set ¶
func (v *NullablePaymentAccountsPost201Response) Set(val *PaymentAccountsPost201Response)
func (*NullablePaymentAccountsPost201Response) UnmarshalJSON ¶
func (v *NullablePaymentAccountsPost201Response) UnmarshalJSON(src []byte) error
func (*NullablePaymentAccountsPost201Response) Unset ¶
func (v *NullablePaymentAccountsPost201Response) Unset()
type NullablePayoutsGet200Response ¶
type NullablePayoutsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullablePayoutsGet200Response ¶
func NewNullablePayoutsGet200Response(val *PayoutsGet200Response) *NullablePayoutsGet200Response
func (NullablePayoutsGet200Response) Get ¶
func (v NullablePayoutsGet200Response) Get() *PayoutsGet200Response
func (NullablePayoutsGet200Response) IsSet ¶
func (v NullablePayoutsGet200Response) IsSet() bool
func (NullablePayoutsGet200Response) MarshalJSON ¶
func (v NullablePayoutsGet200Response) MarshalJSON() ([]byte, error)
func (*NullablePayoutsGet200Response) Set ¶
func (v *NullablePayoutsGet200Response) Set(val *PayoutsGet200Response)
func (*NullablePayoutsGet200Response) UnmarshalJSON ¶
func (v *NullablePayoutsGet200Response) UnmarshalJSON(src []byte) error
func (*NullablePayoutsGet200Response) Unset ¶
func (v *NullablePayoutsGet200Response) Unset()
type NullablePayoutsIdGet200Response ¶
type NullablePayoutsIdGet200Response struct {
// contains filtered or unexported fields
}
func NewNullablePayoutsIdGet200Response ¶
func NewNullablePayoutsIdGet200Response(val *PayoutsIdGet200Response) *NullablePayoutsIdGet200Response
func (NullablePayoutsIdGet200Response) Get ¶
func (v NullablePayoutsIdGet200Response) Get() *PayoutsIdGet200Response
func (NullablePayoutsIdGet200Response) IsSet ¶
func (v NullablePayoutsIdGet200Response) IsSet() bool
func (NullablePayoutsIdGet200Response) MarshalJSON ¶
func (v NullablePayoutsIdGet200Response) MarshalJSON() ([]byte, error)
func (*NullablePayoutsIdGet200Response) Set ¶
func (v *NullablePayoutsIdGet200Response) Set(val *PayoutsIdGet200Response)
func (*NullablePayoutsIdGet200Response) UnmarshalJSON ¶
func (v *NullablePayoutsIdGet200Response) UnmarshalJSON(src []byte) error
func (*NullablePayoutsIdGet200Response) Unset ¶
func (v *NullablePayoutsIdGet200Response) Unset()
type NullablePayoutsPost202Response ¶
type NullablePayoutsPost202Response struct {
// contains filtered or unexported fields
}
func NewNullablePayoutsPost202Response ¶
func NewNullablePayoutsPost202Response(val *PayoutsPost202Response) *NullablePayoutsPost202Response
func (NullablePayoutsPost202Response) Get ¶
func (v NullablePayoutsPost202Response) Get() *PayoutsPost202Response
func (NullablePayoutsPost202Response) IsSet ¶
func (v NullablePayoutsPost202Response) IsSet() bool
func (NullablePayoutsPost202Response) MarshalJSON ¶
func (v NullablePayoutsPost202Response) MarshalJSON() ([]byte, error)
func (*NullablePayoutsPost202Response) Set ¶
func (v *NullablePayoutsPost202Response) Set(val *PayoutsPost202Response)
func (*NullablePayoutsPost202Response) UnmarshalJSON ¶
func (v *NullablePayoutsPost202Response) UnmarshalJSON(src []byte) error
func (*NullablePayoutsPost202Response) Unset ¶
func (v *NullablePayoutsPost202Response) 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 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 NullableWalletsGet200Response ¶
type NullableWalletsGet200Response struct {
// contains filtered or unexported fields
}
func NewNullableWalletsGet200Response ¶
func NewNullableWalletsGet200Response(val *WalletsGet200Response) *NullableWalletsGet200Response
func (NullableWalletsGet200Response) Get ¶
func (v NullableWalletsGet200Response) Get() *WalletsGet200Response
func (NullableWalletsGet200Response) IsSet ¶
func (v NullableWalletsGet200Response) IsSet() bool
func (NullableWalletsGet200Response) MarshalJSON ¶
func (v NullableWalletsGet200Response) MarshalJSON() ([]byte, error)
func (*NullableWalletsGet200Response) Set ¶
func (v *NullableWalletsGet200Response) Set(val *WalletsGet200Response)
func (*NullableWalletsGet200Response) UnmarshalJSON ¶
func (v *NullableWalletsGet200Response) UnmarshalJSON(src []byte) error
func (*NullableWalletsGet200Response) Unset ¶
func (v *NullableWalletsGet200Response) Unset()
type NullableWalletsGet200ResponseAllOfDataInner ¶
type NullableWalletsGet200ResponseAllOfDataInner struct {
// contains filtered or unexported fields
}
func NewNullableWalletsGet200ResponseAllOfDataInner ¶
func NewNullableWalletsGet200ResponseAllOfDataInner(val *WalletsGet200ResponseAllOfDataInner) *NullableWalletsGet200ResponseAllOfDataInner
func (NullableWalletsGet200ResponseAllOfDataInner) IsSet ¶
func (v NullableWalletsGet200ResponseAllOfDataInner) IsSet() bool
func (NullableWalletsGet200ResponseAllOfDataInner) MarshalJSON ¶
func (v NullableWalletsGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
func (*NullableWalletsGet200ResponseAllOfDataInner) Set ¶
func (v *NullableWalletsGet200ResponseAllOfDataInner) Set(val *WalletsGet200ResponseAllOfDataInner)
func (*NullableWalletsGet200ResponseAllOfDataInner) UnmarshalJSON ¶
func (v *NullableWalletsGet200ResponseAllOfDataInner) UnmarshalJSON(src []byte) error
func (*NullableWalletsGet200ResponseAllOfDataInner) Unset ¶
func (v *NullableWalletsGet200ResponseAllOfDataInner) Unset()
type OpenapiLookupGetResponse ¶
type OpenapiLookupGetResponse struct {
Holder *OpenapiLookupGetResponseHolder `json:"holder,omitempty"`
}
OpenapiLookupGetResponse struct for OpenapiLookupGetResponse
func NewOpenapiLookupGetResponse ¶
func NewOpenapiLookupGetResponse() *OpenapiLookupGetResponse
NewOpenapiLookupGetResponse instantiates a new OpenapiLookupGetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiLookupGetResponseWithDefaults ¶
func NewOpenapiLookupGetResponseWithDefaults() *OpenapiLookupGetResponse
NewOpenapiLookupGetResponseWithDefaults instantiates a new OpenapiLookupGetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiLookupGetResponse) GetHolder ¶
func (o *OpenapiLookupGetResponse) GetHolder() OpenapiLookupGetResponseHolder
GetHolder returns the Holder field value if set, zero value otherwise.
func (*OpenapiLookupGetResponse) GetHolderOk ¶
func (o *OpenapiLookupGetResponse) GetHolderOk() (*OpenapiLookupGetResponseHolder, bool)
GetHolderOk returns a tuple with the Holder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiLookupGetResponse) HasHolder ¶
func (o *OpenapiLookupGetResponse) HasHolder() bool
HasHolder returns a boolean if a field has been set.
func (OpenapiLookupGetResponse) MarshalJSON ¶
func (o OpenapiLookupGetResponse) MarshalJSON() ([]byte, error)
func (*OpenapiLookupGetResponse) SetHolder ¶
func (o *OpenapiLookupGetResponse) SetHolder(v OpenapiLookupGetResponseHolder)
SetHolder gets a reference to the given OpenapiLookupGetResponseHolder and assigns it to the Holder field.
func (OpenapiLookupGetResponse) ToMap ¶
func (o OpenapiLookupGetResponse) ToMap() (map[string]interface{}, error)
type OpenapiLookupGetResponseHolder ¶
type OpenapiLookupGetResponseHolder struct { // The payment account owner's registered full name at the banking entity Name *string `json:"name,omitempty"` }
OpenapiLookupGetResponseHolder struct for OpenapiLookupGetResponseHolder
func NewOpenapiLookupGetResponseHolder ¶
func NewOpenapiLookupGetResponseHolder() *OpenapiLookupGetResponseHolder
NewOpenapiLookupGetResponseHolder instantiates a new OpenapiLookupGetResponseHolder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiLookupGetResponseHolderWithDefaults ¶
func NewOpenapiLookupGetResponseHolderWithDefaults() *OpenapiLookupGetResponseHolder
NewOpenapiLookupGetResponseHolderWithDefaults instantiates a new OpenapiLookupGetResponseHolder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiLookupGetResponseHolder) GetName ¶
func (o *OpenapiLookupGetResponseHolder) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OpenapiLookupGetResponseHolder) GetNameOk ¶
func (o *OpenapiLookupGetResponseHolder) 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 (*OpenapiLookupGetResponseHolder) HasName ¶
func (o *OpenapiLookupGetResponseHolder) HasName() bool
HasName returns a boolean if a field has been set.
func (OpenapiLookupGetResponseHolder) MarshalJSON ¶
func (o OpenapiLookupGetResponseHolder) MarshalJSON() ([]byte, error)
func (*OpenapiLookupGetResponseHolder) SetName ¶
func (o *OpenapiLookupGetResponseHolder) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (OpenapiLookupGetResponseHolder) ToMap ¶
func (o OpenapiLookupGetResponseHolder) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateRequest ¶
type OpenapiPaymentAccountGetOrCreateRequest struct { BankAccount *OpenapiPaymentAccountGetOrCreateRequestBankAccount `json:"bank_account,omitempty"` // <span style=\"color:#e95f6a;\">required</span> The ISO 3166 alpha-2 country code in which the payment account is registered. Country *string `json:"country,omitempty"` Holder *OpenapiPaymentAccountGetOrCreateRequestHolder `json:"holder,omitempty"` MobileMoney *OpenapiPaymentAccountGetOrCreateRequestMobileMoney `json:"mobile_money,omitempty"` // <span style=\"color:#e95f6a;\">required</span> Either `MOBILE_MONEY` or `BANK_ACCOUNT` Type *string `json:"type,omitempty"` }
OpenapiPaymentAccountGetOrCreateRequest struct for OpenapiPaymentAccountGetOrCreateRequest
func NewOpenapiPaymentAccountGetOrCreateRequest ¶
func NewOpenapiPaymentAccountGetOrCreateRequest() *OpenapiPaymentAccountGetOrCreateRequest
NewOpenapiPaymentAccountGetOrCreateRequest instantiates a new OpenapiPaymentAccountGetOrCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateRequestWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateRequestWithDefaults() *OpenapiPaymentAccountGetOrCreateRequest
NewOpenapiPaymentAccountGetOrCreateRequestWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateRequest) GetBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetBankAccount() OpenapiPaymentAccountGetOrCreateRequestBankAccount
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetBankAccountOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetBankAccountOk() (*OpenapiPaymentAccountGetOrCreateRequestBankAccount, bool)
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetCountryOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) 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 (*OpenapiPaymentAccountGetOrCreateRequest) GetHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetHolder() OpenapiPaymentAccountGetOrCreateRequestHolder
GetHolder returns the Holder field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetHolderOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetHolderOk() (*OpenapiPaymentAccountGetOrCreateRequestHolder, bool)
GetHolderOk returns a tuple with the Holder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoney() OpenapiPaymentAccountGetOrCreateRequestMobileMoney
GetMobileMoney returns the MobileMoney field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoneyOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetMobileMoneyOk() (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney, bool)
GetMobileMoneyOk returns a tuple with the MobileMoney field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequest) GetTypeOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) HasBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) HasBankAccount() bool
HasBankAccount returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) HasCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) HasHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) HasHolder() bool
HasHolder returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) HasMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) HasMobileMoney() bool
HasMobileMoney returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequest) HasType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateRequest) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateRequest) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateRequest) SetBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) SetBankAccount(v OpenapiPaymentAccountGetOrCreateRequestBankAccount)
SetBankAccount gets a reference to the given OpenapiPaymentAccountGetOrCreateRequestBankAccount and assigns it to the BankAccount field.
func (*OpenapiPaymentAccountGetOrCreateRequest) SetCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPaymentAccountGetOrCreateRequest) SetHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) SetHolder(v OpenapiPaymentAccountGetOrCreateRequestHolder)
SetHolder gets a reference to the given OpenapiPaymentAccountGetOrCreateRequestHolder and assigns it to the Holder field.
func (*OpenapiPaymentAccountGetOrCreateRequest) SetMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) SetMobileMoney(v OpenapiPaymentAccountGetOrCreateRequestMobileMoney)
SetMobileMoney gets a reference to the given OpenapiPaymentAccountGetOrCreateRequestMobileMoney and assigns it to the MobileMoney field.
func (*OpenapiPaymentAccountGetOrCreateRequest) SetType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPaymentAccountGetOrCreateRequest) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateRequest) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateRequestBankAccount ¶
type OpenapiPaymentAccountGetOrCreateRequestBankAccount struct { // <span style=\"color:#e95f6a;\">required with type BANK_ACCOUNT</span> The bank identifier representing the bank associated with the payment account BankId *string `json:"bank_id,omitempty"` // <span style=\"color:#e95f6a;\">required with type BANK_ACCOUNT</span> The actual bank account number (alphanum). Number *string `json:"number,omitempty"` }
OpenapiPaymentAccountGetOrCreateRequestBankAccount struct for OpenapiPaymentAccountGetOrCreateRequestBankAccount
func NewOpenapiPaymentAccountGetOrCreateRequestBankAccount ¶
func NewOpenapiPaymentAccountGetOrCreateRequestBankAccount() *OpenapiPaymentAccountGetOrCreateRequestBankAccount
NewOpenapiPaymentAccountGetOrCreateRequestBankAccount instantiates a new OpenapiPaymentAccountGetOrCreateRequestBankAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateRequestBankAccountWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateRequestBankAccountWithDefaults() *OpenapiPaymentAccountGetOrCreateRequestBankAccount
NewOpenapiPaymentAccountGetOrCreateRequestBankAccountWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateRequestBankAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankId() string
GetBankId returns the BankId field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankIdOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetBankIdOk() (*string, bool)
GetBankIdOk returns a tuple with the BankId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumberOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasBankId() bool
HasBankId returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateRequestBankAccount) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetBankId(v string)
SetBankId gets a reference to the given string and assigns it to the BankId field.
func (*OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestBankAccount) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (OpenapiPaymentAccountGetOrCreateRequestBankAccount) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateRequestBankAccount) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateRequestHolder ¶
type OpenapiPaymentAccountGetOrCreateRequestHolder struct { // <span style=\"color:#e95f6a;\">required</span> Either the INDIVIDUAL full name or the BUSINESS registered legal name Name *string `json:"name,omitempty"` // <span style=\"color:#e95f6a;\">required</span> The holder legal entity type, whether an INDIVIDUAL person or a BUSINESS Type *string `json:"type,omitempty"` }
OpenapiPaymentAccountGetOrCreateRequestHolder <span style=\"color:#e95f6a;\">required</span> The individual (or business) in whose name the bank account is registered
func NewOpenapiPaymentAccountGetOrCreateRequestHolder ¶
func NewOpenapiPaymentAccountGetOrCreateRequestHolder() *OpenapiPaymentAccountGetOrCreateRequestHolder
NewOpenapiPaymentAccountGetOrCreateRequestHolder instantiates a new OpenapiPaymentAccountGetOrCreateRequestHolder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateRequestHolderWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateRequestHolderWithDefaults() *OpenapiPaymentAccountGetOrCreateRequestHolder
NewOpenapiPaymentAccountGetOrCreateRequestHolderWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateRequestHolder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) GetName ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) GetNameOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) 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 (*OpenapiPaymentAccountGetOrCreateRequestHolder) GetType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) GetTypeOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) HasName ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) HasName() bool
HasName returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) HasType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateRequestHolder) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) SetName ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OpenapiPaymentAccountGetOrCreateRequestHolder) SetType ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestHolder) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPaymentAccountGetOrCreateRequestHolder) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateRequestHolder) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateRequestMobileMoney ¶
type OpenapiPaymentAccountGetOrCreateRequestMobileMoney struct { // <span style=\"color:#e95f6a;\">required with type MOBILE_MONEY</span> The actual phone number formatted as E.164 Number *string `json:"number,omitempty"` // <span style=\"color:#e95f6a;\">required with type MOBILE_MONEY</span> The telco network associated with the phone number. Each country allows only a subset of operators, this is documented [here](post_payment-accounts#mobile-money). Operator *string `json:"operator,omitempty"` }
OpenapiPaymentAccountGetOrCreateRequestMobileMoney struct for OpenapiPaymentAccountGetOrCreateRequestMobileMoney
func NewOpenapiPaymentAccountGetOrCreateRequestMobileMoney ¶
func NewOpenapiPaymentAccountGetOrCreateRequestMobileMoney() *OpenapiPaymentAccountGetOrCreateRequestMobileMoney
NewOpenapiPaymentAccountGetOrCreateRequestMobileMoney instantiates a new OpenapiPaymentAccountGetOrCreateRequestMobileMoney object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateRequestMobileMoneyWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateRequestMobileMoneyWithDefaults() *OpenapiPaymentAccountGetOrCreateRequestMobileMoney
NewOpenapiPaymentAccountGetOrCreateRequestMobileMoneyWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateRequestMobileMoney object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumberOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperator() string
GetOperator returns the Operator field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperatorOk ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateRequestMobileMoney) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateRequestMobileMoney) SetOperator(v string)
SetOperator gets a reference to the given string and assigns it to the Operator field.
func (OpenapiPaymentAccountGetOrCreateRequestMobileMoney) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateRequestMobileMoney) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateResponse ¶
type OpenapiPaymentAccountGetOrCreateResponse struct { BankAccount *OpenapiPaymentAccountGetOrCreateResponseBankAccount `json:"bank_account,omitempty"` Country *string `json:"country,omitempty"` CreatedAt *string `json:"created_at,omitempty"` Holder *OpenapiPaymentAccountGetOrCreateResponseHolder `json:"holder,omitempty"` // The newly created payment account unique identifier Id *string `json:"id,omitempty"` MobileMoney *OpenapiPaymentAccountGetOrCreateResponseMobileMoney `json:"mobile_money,omitempty"` Type *string `json:"type,omitempty"` }
OpenapiPaymentAccountGetOrCreateResponse struct for OpenapiPaymentAccountGetOrCreateResponse
func NewOpenapiPaymentAccountGetOrCreateResponse ¶
func NewOpenapiPaymentAccountGetOrCreateResponse() *OpenapiPaymentAccountGetOrCreateResponse
NewOpenapiPaymentAccountGetOrCreateResponse instantiates a new OpenapiPaymentAccountGetOrCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateResponseWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateResponseWithDefaults() *OpenapiPaymentAccountGetOrCreateResponse
NewOpenapiPaymentAccountGetOrCreateResponseWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateResponse) GetBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetBankAccount() OpenapiPaymentAccountGetOrCreateResponseBankAccount
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetBankAccountOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetBankAccountOk() (*OpenapiPaymentAccountGetOrCreateResponseBankAccount, bool)
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetCountryOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) 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 (*OpenapiPaymentAccountGetOrCreateResponse) GetCreatedAt ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetCreatedAtOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) 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 (*OpenapiPaymentAccountGetOrCreateResponse) GetHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetHolder() OpenapiPaymentAccountGetOrCreateResponseHolder
GetHolder returns the Holder field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetHolderOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetHolderOk() (*OpenapiPaymentAccountGetOrCreateResponseHolder, bool)
GetHolderOk returns a tuple with the Holder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetIdOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) 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 (*OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoney() OpenapiPaymentAccountGetOrCreateResponseMobileMoney
GetMobileMoney returns the MobileMoney field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoneyOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetMobileMoneyOk() (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney, bool)
GetMobileMoneyOk returns a tuple with the MobileMoney field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponse) GetTypeOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasBankAccount() bool
HasBankAccount returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasCreatedAt ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasHolder() bool
HasHolder returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasMobileMoney() bool
HasMobileMoney returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponse) HasType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateResponse) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateResponse) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateResponse) SetBankAccount ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetBankAccount(v OpenapiPaymentAccountGetOrCreateResponseBankAccount)
SetBankAccount gets a reference to the given OpenapiPaymentAccountGetOrCreateResponseBankAccount and assigns it to the BankAccount field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetCountry ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetCreatedAt ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetHolder ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetHolder(v OpenapiPaymentAccountGetOrCreateResponseHolder)
SetHolder gets a reference to the given OpenapiPaymentAccountGetOrCreateResponseHolder and assigns it to the Holder field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetMobileMoney ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetMobileMoney(v OpenapiPaymentAccountGetOrCreateResponseMobileMoney)
SetMobileMoney gets a reference to the given OpenapiPaymentAccountGetOrCreateResponseMobileMoney and assigns it to the MobileMoney field.
func (*OpenapiPaymentAccountGetOrCreateResponse) SetType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponse) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPaymentAccountGetOrCreateResponse) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateResponse) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateResponseBankAccount ¶
type OpenapiPaymentAccountGetOrCreateResponseBankAccount struct { BankId *string `json:"bank_id,omitempty"` Number *string `json:"number,omitempty"` }
OpenapiPaymentAccountGetOrCreateResponseBankAccount struct for OpenapiPaymentAccountGetOrCreateResponseBankAccount
func NewOpenapiPaymentAccountGetOrCreateResponseBankAccount ¶
func NewOpenapiPaymentAccountGetOrCreateResponseBankAccount() *OpenapiPaymentAccountGetOrCreateResponseBankAccount
NewOpenapiPaymentAccountGetOrCreateResponseBankAccount instantiates a new OpenapiPaymentAccountGetOrCreateResponseBankAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateResponseBankAccountWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateResponseBankAccountWithDefaults() *OpenapiPaymentAccountGetOrCreateResponseBankAccount
NewOpenapiPaymentAccountGetOrCreateResponseBankAccountWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateResponseBankAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankId() string
GetBankId returns the BankId field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankIdOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetBankIdOk() (*string, bool)
GetBankIdOk returns a tuple with the BankId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumberOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasBankId() bool
HasBankId returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateResponseBankAccount) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetBankId ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetBankId(v string)
SetBankId gets a reference to the given string and assigns it to the BankId field.
func (*OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseBankAccount) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (OpenapiPaymentAccountGetOrCreateResponseBankAccount) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateResponseBankAccount) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateResponseHolder ¶
type OpenapiPaymentAccountGetOrCreateResponseHolder struct { Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
OpenapiPaymentAccountGetOrCreateResponseHolder struct for OpenapiPaymentAccountGetOrCreateResponseHolder
func NewOpenapiPaymentAccountGetOrCreateResponseHolder ¶
func NewOpenapiPaymentAccountGetOrCreateResponseHolder() *OpenapiPaymentAccountGetOrCreateResponseHolder
NewOpenapiPaymentAccountGetOrCreateResponseHolder instantiates a new OpenapiPaymentAccountGetOrCreateResponseHolder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateResponseHolderWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateResponseHolderWithDefaults() *OpenapiPaymentAccountGetOrCreateResponseHolder
NewOpenapiPaymentAccountGetOrCreateResponseHolderWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateResponseHolder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) GetName ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) GetNameOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) 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 (*OpenapiPaymentAccountGetOrCreateResponseHolder) GetType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) GetTypeOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) HasName ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) HasName() bool
HasName returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) HasType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateResponseHolder) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) SetName ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OpenapiPaymentAccountGetOrCreateResponseHolder) SetType ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseHolder) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPaymentAccountGetOrCreateResponseHolder) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateResponseHolder) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountGetOrCreateResponseMobileMoney ¶
type OpenapiPaymentAccountGetOrCreateResponseMobileMoney struct { Number *string `json:"number,omitempty"` Operator *string `json:"operator,omitempty"` }
OpenapiPaymentAccountGetOrCreateResponseMobileMoney struct for OpenapiPaymentAccountGetOrCreateResponseMobileMoney
func NewOpenapiPaymentAccountGetOrCreateResponseMobileMoney ¶
func NewOpenapiPaymentAccountGetOrCreateResponseMobileMoney() *OpenapiPaymentAccountGetOrCreateResponseMobileMoney
NewOpenapiPaymentAccountGetOrCreateResponseMobileMoney instantiates a new OpenapiPaymentAccountGetOrCreateResponseMobileMoney object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountGetOrCreateResponseMobileMoneyWithDefaults ¶
func NewOpenapiPaymentAccountGetOrCreateResponseMobileMoneyWithDefaults() *OpenapiPaymentAccountGetOrCreateResponseMobileMoney
NewOpenapiPaymentAccountGetOrCreateResponseMobileMoneyWithDefaults instantiates a new OpenapiPaymentAccountGetOrCreateResponseMobileMoney object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumberOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperator() string
GetOperator returns the Operator field value if set, zero value otherwise.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperatorOk ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (OpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON ¶
func (o OpenapiPaymentAccountGetOrCreateResponseMobileMoney) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetNumber ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetOperator ¶
func (o *OpenapiPaymentAccountGetOrCreateResponseMobileMoney) SetOperator(v string)
SetOperator gets a reference to the given string and assigns it to the Operator field.
func (OpenapiPaymentAccountGetOrCreateResponseMobileMoney) ToMap ¶
func (o OpenapiPaymentAccountGetOrCreateResponseMobileMoney) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountListResponseMeta ¶
type OpenapiPaymentAccountListResponseMeta struct {
Paging *OpenapiPaymentAccountListResponseMetaPaging `json:"paging,omitempty"`
}
OpenapiPaymentAccountListResponseMeta struct for OpenapiPaymentAccountListResponseMeta
func NewOpenapiPaymentAccountListResponseMeta ¶
func NewOpenapiPaymentAccountListResponseMeta() *OpenapiPaymentAccountListResponseMeta
NewOpenapiPaymentAccountListResponseMeta instantiates a new OpenapiPaymentAccountListResponseMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountListResponseMetaWithDefaults ¶
func NewOpenapiPaymentAccountListResponseMetaWithDefaults() *OpenapiPaymentAccountListResponseMeta
NewOpenapiPaymentAccountListResponseMetaWithDefaults instantiates a new OpenapiPaymentAccountListResponseMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountListResponseMeta) GetPaging ¶
func (o *OpenapiPaymentAccountListResponseMeta) GetPaging() OpenapiPaymentAccountListResponseMetaPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*OpenapiPaymentAccountListResponseMeta) GetPagingOk ¶
func (o *OpenapiPaymentAccountListResponseMeta) GetPagingOk() (*OpenapiPaymentAccountListResponseMetaPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountListResponseMeta) HasPaging ¶
func (o *OpenapiPaymentAccountListResponseMeta) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (OpenapiPaymentAccountListResponseMeta) MarshalJSON ¶
func (o OpenapiPaymentAccountListResponseMeta) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountListResponseMeta) SetPaging ¶
func (o *OpenapiPaymentAccountListResponseMeta) SetPaging(v OpenapiPaymentAccountListResponseMetaPaging)
SetPaging gets a reference to the given OpenapiPaymentAccountListResponseMetaPaging and assigns it to the Paging field.
func (OpenapiPaymentAccountListResponseMeta) ToMap ¶
func (o OpenapiPaymentAccountListResponseMeta) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountListResponseMetaPaging ¶
type OpenapiPaymentAccountListResponseMetaPaging struct { Cursors *OpenapiPaymentAccountListResponseMetaPagingCursors `json:"cursors,omitempty"` Next *string `json:"next,omitempty"` }
OpenapiPaymentAccountListResponseMetaPaging struct for OpenapiPaymentAccountListResponseMetaPaging
func NewOpenapiPaymentAccountListResponseMetaPaging ¶
func NewOpenapiPaymentAccountListResponseMetaPaging() *OpenapiPaymentAccountListResponseMetaPaging
NewOpenapiPaymentAccountListResponseMetaPaging instantiates a new OpenapiPaymentAccountListResponseMetaPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountListResponseMetaPagingWithDefaults ¶
func NewOpenapiPaymentAccountListResponseMetaPagingWithDefaults() *OpenapiPaymentAccountListResponseMetaPaging
NewOpenapiPaymentAccountListResponseMetaPagingWithDefaults instantiates a new OpenapiPaymentAccountListResponseMetaPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountListResponseMetaPaging) GetCursors ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) GetCursors() OpenapiPaymentAccountListResponseMetaPagingCursors
GetCursors returns the Cursors field value if set, zero value otherwise.
func (*OpenapiPaymentAccountListResponseMetaPaging) GetCursorsOk ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) GetCursorsOk() (*OpenapiPaymentAccountListResponseMetaPagingCursors, bool)
GetCursorsOk returns a tuple with the Cursors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountListResponseMetaPaging) GetNext ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*OpenapiPaymentAccountListResponseMetaPaging) GetNextOk ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountListResponseMetaPaging) HasCursors ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) HasCursors() bool
HasCursors returns a boolean if a field has been set.
func (*OpenapiPaymentAccountListResponseMetaPaging) HasNext ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (OpenapiPaymentAccountListResponseMetaPaging) MarshalJSON ¶
func (o OpenapiPaymentAccountListResponseMetaPaging) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountListResponseMetaPaging) SetCursors ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) SetCursors(v OpenapiPaymentAccountListResponseMetaPagingCursors)
SetCursors gets a reference to the given OpenapiPaymentAccountListResponseMetaPagingCursors and assigns it to the Cursors field.
func (*OpenapiPaymentAccountListResponseMetaPaging) SetNext ¶
func (o *OpenapiPaymentAccountListResponseMetaPaging) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (OpenapiPaymentAccountListResponseMetaPaging) ToMap ¶
func (o OpenapiPaymentAccountListResponseMetaPaging) ToMap() (map[string]interface{}, error)
type OpenapiPaymentAccountListResponseMetaPagingCursors ¶
type OpenapiPaymentAccountListResponseMetaPagingCursors struct {
After *string `json:"after,omitempty"`
}
OpenapiPaymentAccountListResponseMetaPagingCursors struct for OpenapiPaymentAccountListResponseMetaPagingCursors
func NewOpenapiPaymentAccountListResponseMetaPagingCursors ¶
func NewOpenapiPaymentAccountListResponseMetaPagingCursors() *OpenapiPaymentAccountListResponseMetaPagingCursors
NewOpenapiPaymentAccountListResponseMetaPagingCursors instantiates a new OpenapiPaymentAccountListResponseMetaPagingCursors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPaymentAccountListResponseMetaPagingCursorsWithDefaults ¶
func NewOpenapiPaymentAccountListResponseMetaPagingCursorsWithDefaults() *OpenapiPaymentAccountListResponseMetaPagingCursors
NewOpenapiPaymentAccountListResponseMetaPagingCursorsWithDefaults instantiates a new OpenapiPaymentAccountListResponseMetaPagingCursors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfter ¶
func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfter() string
GetAfter returns the After field value if set, zero value otherwise.
func (*OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfterOk ¶
func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPaymentAccountListResponseMetaPagingCursors) HasAfter ¶
func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (OpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON ¶
func (o OpenapiPaymentAccountListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*OpenapiPaymentAccountListResponseMetaPagingCursors) SetAfter ¶
func (o *OpenapiPaymentAccountListResponseMetaPagingCursors) SetAfter(v string)
SetAfter gets a reference to the given string and assigns it to the After field.
func (OpenapiPaymentAccountListResponseMetaPagingCursors) ToMap ¶
func (o OpenapiPaymentAccountListResponseMetaPagingCursors) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequest ¶
type OpenapiPayoutCreateRequest struct { Amount *OpenapiPayoutCreateRequestAmount `json:"amount,omitempty"` // An optional unique custom id that can be used to reconcile payouts with your own internal systems, this is particularly useful in the event of network failures. The accepted format can include up to 64 characters, which may consist of both letters, digits, and the symbols \"-\" and \"_\". CustomId *string `json:"custom_id,omitempty"` OnBehalfOf []string `json:"on_behalf_of,omitempty"` PaymentAccount *OpenapiPaymentAccountGetOrCreateRequest `json:"payment_account,omitempty"` // <span style=\"color:#e95f6a;\">required if payment_account is empty</span> The payment account ID represents a pre-existing payment account that acts as the recipient for the payout. PaymentAccountId *string `json:"payment_account_id,omitempty"` // <span style=\"color:#e95f6a;\">required if payment_account country is GH,UG,EG,CI,SN or CM</span> The purpose of the payout is a mandatory property that must be provided for compliance and reporting purposes. Choose one of the following predefined values that best describes the nature of the payout: <ul> <li><code>GOODS_PURCHASE</code>: Payments made for buying physical or digital goods.</li> <li><code>SERVICES_PAYMENT</code>: Payments made for services rendered, including professional services, consulting, and freelance work.</li> <li><code>INVOICE_PAYMENT</code>: Payments made to settle invoices issued for goods or services.</li> <li><code>LOAN_REPAYMENT</code>: Payments made towards repaying loans, including personal, auto, mortgage, and business loans.</li> <li><code>BILLS_PAYMENT</code>: Payments for recurring bills such as utilities, rent, insurance, and telecommunications.</li> <li><code>SALARY_AND_WAGES</code>: Disbursements made to employees for their salaries and wages.</li> <li><code>P2P_TRANSFER</code>: Domestic person-to-person transfers for sending money to friends, family, or acquaintances.</li> <li><code>REMITTANCE</code>: Cross-border person-to-person transfers for sending money to friends, family, or acquaintances.</li> <li><code>DONATION</code>: Payments made to charitable organizations or causes.</li> <li><code>GRANTS_AND_SCHOLARSHIPS</code>: Payments distributed as grants, scholarships, or other forms of financial aid.</li> <li><code>TRAVEL_AND_ACCOMMODATION</code>: Payments made for travel-related expenses, including flight bookings, hotel reservations, and car rentals.</li> <li><code>TAX_PAYMENT</code>: Payments made for settling taxes and duties.</li> <li><code>INSURANCE_PREMIUM</code>: Payments made towards insurance policies, including health, auto, and life insurance.</li> </ul> Purpose *string `json:"purpose,omitempty"` Sender *OpenapiPayoutCreateRequestSender `json:"sender,omitempty"` // The wallet ID from which to disburse money, if not provided, we will attempt to use the one that matches the provided currency amount. WalletId *string `json:"wallet_id,omitempty"` }
OpenapiPayoutCreateRequest struct for OpenapiPayoutCreateRequest
func NewOpenapiPayoutCreateRequest ¶
func NewOpenapiPayoutCreateRequest() *OpenapiPayoutCreateRequest
NewOpenapiPayoutCreateRequest instantiates a new OpenapiPayoutCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestWithDefaults ¶
func NewOpenapiPayoutCreateRequestWithDefaults() *OpenapiPayoutCreateRequest
NewOpenapiPayoutCreateRequestWithDefaults instantiates a new OpenapiPayoutCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequest) GetAmount ¶
func (o *OpenapiPayoutCreateRequest) GetAmount() OpenapiPayoutCreateRequestAmount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetAmountOk ¶
func (o *OpenapiPayoutCreateRequest) GetAmountOk() (*OpenapiPayoutCreateRequestAmount, 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 (*OpenapiPayoutCreateRequest) GetCustomId ¶
func (o *OpenapiPayoutCreateRequest) GetCustomId() string
GetCustomId returns the CustomId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetCustomIdOk ¶
func (o *OpenapiPayoutCreateRequest) GetCustomIdOk() (*string, bool)
GetCustomIdOk returns a tuple with the CustomId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetOnBehalfOf ¶
func (o *OpenapiPayoutCreateRequest) GetOnBehalfOf() []string
GetOnBehalfOf returns the OnBehalfOf field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetOnBehalfOfOk ¶
func (o *OpenapiPayoutCreateRequest) GetOnBehalfOfOk() ([]string, bool)
GetOnBehalfOfOk returns a tuple with the OnBehalfOf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetPaymentAccount ¶
func (o *OpenapiPayoutCreateRequest) GetPaymentAccount() OpenapiPaymentAccountGetOrCreateRequest
GetPaymentAccount returns the PaymentAccount field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetPaymentAccountId ¶
func (o *OpenapiPayoutCreateRequest) GetPaymentAccountId() string
GetPaymentAccountId returns the PaymentAccountId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetPaymentAccountIdOk ¶
func (o *OpenapiPayoutCreateRequest) GetPaymentAccountIdOk() (*string, bool)
GetPaymentAccountIdOk returns a tuple with the PaymentAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetPaymentAccountOk ¶
func (o *OpenapiPayoutCreateRequest) GetPaymentAccountOk() (*OpenapiPaymentAccountGetOrCreateRequest, bool)
GetPaymentAccountOk returns a tuple with the PaymentAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetPurpose ¶
func (o *OpenapiPayoutCreateRequest) GetPurpose() string
GetPurpose returns the Purpose field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetPurposeOk ¶
func (o *OpenapiPayoutCreateRequest) GetPurposeOk() (*string, bool)
GetPurposeOk returns a tuple with the Purpose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetSender ¶
func (o *OpenapiPayoutCreateRequest) GetSender() OpenapiPayoutCreateRequestSender
GetSender returns the Sender field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetSenderOk ¶
func (o *OpenapiPayoutCreateRequest) GetSenderOk() (*OpenapiPayoutCreateRequestSender, bool)
GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequest) GetWalletId ¶
func (o *OpenapiPayoutCreateRequest) GetWalletId() string
GetWalletId returns the WalletId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequest) GetWalletIdOk ¶
func (o *OpenapiPayoutCreateRequest) 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 (*OpenapiPayoutCreateRequest) HasAmount ¶
func (o *OpenapiPayoutCreateRequest) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasCustomId ¶
func (o *OpenapiPayoutCreateRequest) HasCustomId() bool
HasCustomId returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasOnBehalfOf ¶
func (o *OpenapiPayoutCreateRequest) HasOnBehalfOf() bool
HasOnBehalfOf returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasPaymentAccount ¶
func (o *OpenapiPayoutCreateRequest) HasPaymentAccount() bool
HasPaymentAccount returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasPaymentAccountId ¶
func (o *OpenapiPayoutCreateRequest) HasPaymentAccountId() bool
HasPaymentAccountId returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasPurpose ¶
func (o *OpenapiPayoutCreateRequest) HasPurpose() bool
HasPurpose returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasSender ¶
func (o *OpenapiPayoutCreateRequest) HasSender() bool
HasSender returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequest) HasWalletId ¶
func (o *OpenapiPayoutCreateRequest) HasWalletId() bool
HasWalletId returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequest) MarshalJSON ¶
func (o OpenapiPayoutCreateRequest) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequest) SetAmount ¶
func (o *OpenapiPayoutCreateRequest) SetAmount(v OpenapiPayoutCreateRequestAmount)
SetAmount gets a reference to the given OpenapiPayoutCreateRequestAmount and assigns it to the Amount field.
func (*OpenapiPayoutCreateRequest) SetCustomId ¶
func (o *OpenapiPayoutCreateRequest) SetCustomId(v string)
SetCustomId gets a reference to the given string and assigns it to the CustomId field.
func (*OpenapiPayoutCreateRequest) SetOnBehalfOf ¶
func (o *OpenapiPayoutCreateRequest) SetOnBehalfOf(v []string)
SetOnBehalfOf gets a reference to the given []string and assigns it to the OnBehalfOf field.
func (*OpenapiPayoutCreateRequest) SetPaymentAccount ¶
func (o *OpenapiPayoutCreateRequest) SetPaymentAccount(v OpenapiPaymentAccountGetOrCreateRequest)
SetPaymentAccount gets a reference to the given OpenapiPaymentAccountGetOrCreateRequest and assigns it to the PaymentAccount field.
func (*OpenapiPayoutCreateRequest) SetPaymentAccountId ¶
func (o *OpenapiPayoutCreateRequest) SetPaymentAccountId(v string)
SetPaymentAccountId gets a reference to the given string and assigns it to the PaymentAccountId field.
func (*OpenapiPayoutCreateRequest) SetPurpose ¶
func (o *OpenapiPayoutCreateRequest) SetPurpose(v string)
SetPurpose gets a reference to the given string and assigns it to the Purpose field.
func (*OpenapiPayoutCreateRequest) SetSender ¶
func (o *OpenapiPayoutCreateRequest) SetSender(v OpenapiPayoutCreateRequestSender)
SetSender gets a reference to the given OpenapiPayoutCreateRequestSender and assigns it to the Sender field.
func (*OpenapiPayoutCreateRequest) SetWalletId ¶
func (o *OpenapiPayoutCreateRequest) SetWalletId(v string)
SetWalletId gets a reference to the given string and assigns it to the WalletId field.
func (OpenapiPayoutCreateRequest) ToMap ¶
func (o OpenapiPayoutCreateRequest) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequestAmount ¶
type OpenapiPayoutCreateRequestAmount struct { // <span style=\"color:#e95f6a;\">required</span> The currency associated with the amount value, formatted according to ISO 4217 Currency *string `json:"currency,omitempty"` // <span style=\"color:#e95f6a;\">required</span> Value *string `json:"value,omitempty"` }
OpenapiPayoutCreateRequestAmount <span style=\"color:#e95f6a;\">required</span> The intended amount to send to either the payment_account_id or payment_account
func NewOpenapiPayoutCreateRequestAmount ¶
func NewOpenapiPayoutCreateRequestAmount() *OpenapiPayoutCreateRequestAmount
NewOpenapiPayoutCreateRequestAmount instantiates a new OpenapiPayoutCreateRequestAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestAmountWithDefaults ¶
func NewOpenapiPayoutCreateRequestAmountWithDefaults() *OpenapiPayoutCreateRequestAmount
NewOpenapiPayoutCreateRequestAmountWithDefaults instantiates a new OpenapiPayoutCreateRequestAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequestAmount) GetCurrency ¶
func (o *OpenapiPayoutCreateRequestAmount) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestAmount) GetCurrencyOk ¶
func (o *OpenapiPayoutCreateRequestAmount) 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 (*OpenapiPayoutCreateRequestAmount) GetValue ¶
func (o *OpenapiPayoutCreateRequestAmount) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestAmount) GetValueOk ¶
func (o *OpenapiPayoutCreateRequestAmount) 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 (*OpenapiPayoutCreateRequestAmount) HasCurrency ¶
func (o *OpenapiPayoutCreateRequestAmount) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestAmount) HasValue ¶
func (o *OpenapiPayoutCreateRequestAmount) HasValue() bool
HasValue returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequestAmount) MarshalJSON ¶
func (o OpenapiPayoutCreateRequestAmount) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequestAmount) SetCurrency ¶
func (o *OpenapiPayoutCreateRequestAmount) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*OpenapiPayoutCreateRequestAmount) SetValue ¶
func (o *OpenapiPayoutCreateRequestAmount) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (OpenapiPayoutCreateRequestAmount) ToMap ¶
func (o OpenapiPayoutCreateRequestAmount) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequestSender ¶
type OpenapiPayoutCreateRequestSender struct { Address *OpenapiPayoutCreateRequestSenderAddress `json:"address,omitempty"` Individual *OpenapiPayoutCreateRequestSenderIndividual `json:"individual,omitempty"` // <span style=\"color:#e95f6a;\">required if sender is provided</span> The individual full name or registered business legal name Name *string `json:"name,omitempty"` // <span style=\"color:#e95f6a;\">required if sender is provided</span> Either `INDIVIDUAL` or `BUSINESS` Type *string `json:"type,omitempty"` }
OpenapiPayoutCreateRequestSender An optional property for incorporating sender details. Please refer to the \"💡 **Compliance requirements**\" documentation above.
func NewOpenapiPayoutCreateRequestSender ¶
func NewOpenapiPayoutCreateRequestSender() *OpenapiPayoutCreateRequestSender
NewOpenapiPayoutCreateRequestSender instantiates a new OpenapiPayoutCreateRequestSender object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestSenderWithDefaults ¶
func NewOpenapiPayoutCreateRequestSenderWithDefaults() *OpenapiPayoutCreateRequestSender
NewOpenapiPayoutCreateRequestSenderWithDefaults instantiates a new OpenapiPayoutCreateRequestSender object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequestSender) GetAddress ¶
func (o *OpenapiPayoutCreateRequestSender) GetAddress() OpenapiPayoutCreateRequestSenderAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSender) GetAddressOk ¶
func (o *OpenapiPayoutCreateRequestSender) GetAddressOk() (*OpenapiPayoutCreateRequestSenderAddress, 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 (*OpenapiPayoutCreateRequestSender) GetIndividual ¶
func (o *OpenapiPayoutCreateRequestSender) GetIndividual() OpenapiPayoutCreateRequestSenderIndividual
GetIndividual returns the Individual field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSender) GetIndividualOk ¶
func (o *OpenapiPayoutCreateRequestSender) GetIndividualOk() (*OpenapiPayoutCreateRequestSenderIndividual, bool)
GetIndividualOk returns a tuple with the Individual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSender) GetName ¶
func (o *OpenapiPayoutCreateRequestSender) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSender) GetNameOk ¶
func (o *OpenapiPayoutCreateRequestSender) 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 (*OpenapiPayoutCreateRequestSender) GetType ¶
func (o *OpenapiPayoutCreateRequestSender) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSender) GetTypeOk ¶
func (o *OpenapiPayoutCreateRequestSender) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSender) HasAddress ¶
func (o *OpenapiPayoutCreateRequestSender) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSender) HasIndividual ¶
func (o *OpenapiPayoutCreateRequestSender) HasIndividual() bool
HasIndividual returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSender) HasName ¶
func (o *OpenapiPayoutCreateRequestSender) HasName() bool
HasName returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSender) HasType ¶
func (o *OpenapiPayoutCreateRequestSender) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequestSender) MarshalJSON ¶
func (o OpenapiPayoutCreateRequestSender) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequestSender) SetAddress ¶
func (o *OpenapiPayoutCreateRequestSender) SetAddress(v OpenapiPayoutCreateRequestSenderAddress)
SetAddress gets a reference to the given OpenapiPayoutCreateRequestSenderAddress and assigns it to the Address field.
func (*OpenapiPayoutCreateRequestSender) SetIndividual ¶
func (o *OpenapiPayoutCreateRequestSender) SetIndividual(v OpenapiPayoutCreateRequestSenderIndividual)
SetIndividual gets a reference to the given OpenapiPayoutCreateRequestSenderIndividual and assigns it to the Individual field.
func (*OpenapiPayoutCreateRequestSender) SetName ¶
func (o *OpenapiPayoutCreateRequestSender) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OpenapiPayoutCreateRequestSender) SetType ¶
func (o *OpenapiPayoutCreateRequestSender) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPayoutCreateRequestSender) ToMap ¶
func (o OpenapiPayoutCreateRequestSender) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequestSenderAddress ¶
type OpenapiPayoutCreateRequestSenderAddress struct { // <span style=\"color:#e95f6a;\">required if address is provided</span> City *string `json:"city,omitempty"` // <span style=\"color:#e95f6a;\">required if address is provided</span> The ISO 3166 alpha-2 country code associated with the address. Country *string `json:"country,omitempty"` // <span style=\"color:#e95f6a;\">required if address is provided</span> Line1 *string `json:"line_1,omitempty"` Line2 *string `json:"line_2,omitempty"` Line3 *string `json:"line_3,omitempty"` // <span style=\"color:#e95f6a;\">required if address is provided</span> ⚠️ We enforce postal code validation for these following country codes : GB, US, PT, IE, MT, NG, NL, SK PostalCode *string `json:"postal_code,omitempty"` }
OpenapiPayoutCreateRequestSenderAddress struct for OpenapiPayoutCreateRequestSenderAddress
func NewOpenapiPayoutCreateRequestSenderAddress ¶
func NewOpenapiPayoutCreateRequestSenderAddress() *OpenapiPayoutCreateRequestSenderAddress
NewOpenapiPayoutCreateRequestSenderAddress instantiates a new OpenapiPayoutCreateRequestSenderAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestSenderAddressWithDefaults ¶
func NewOpenapiPayoutCreateRequestSenderAddressWithDefaults() *OpenapiPayoutCreateRequestSenderAddress
NewOpenapiPayoutCreateRequestSenderAddressWithDefaults instantiates a new OpenapiPayoutCreateRequestSenderAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequestSenderAddress) GetCity ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetCityOk ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) 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 (*OpenapiPayoutCreateRequestSenderAddress) GetCountry ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetCountryOk ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) 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 (*OpenapiPayoutCreateRequestSenderAddress) GetLine1 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine1() string
GetLine1 returns the Line1 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetLine1Ok ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) GetLine2 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine2() string
GetLine2 returns the Line2 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetLine2Ok ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) GetLine3 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine3() string
GetLine3 returns the Line3 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetLine3Ok ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) GetPostalCode ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderAddress) GetPostalCodeOk ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) 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 (*OpenapiPayoutCreateRequestSenderAddress) HasCity ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) HasCountry ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) HasLine1 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine1() bool
HasLine1 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) HasLine2 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine2() bool
HasLine2 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) HasLine3 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasLine3() bool
HasLine3 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderAddress) HasPostalCode ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequestSenderAddress) MarshalJSON ¶
func (o OpenapiPayoutCreateRequestSenderAddress) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequestSenderAddress) SetCity ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*OpenapiPayoutCreateRequestSenderAddress) SetCountry ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPayoutCreateRequestSenderAddress) SetLine1 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine1(v string)
SetLine1 gets a reference to the given string and assigns it to the Line1 field.
func (*OpenapiPayoutCreateRequestSenderAddress) SetLine2 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine2(v string)
SetLine2 gets a reference to the given string and assigns it to the Line2 field.
func (*OpenapiPayoutCreateRequestSenderAddress) SetLine3 ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetLine3(v string)
SetLine3 gets a reference to the given string and assigns it to the Line3 field.
func (*OpenapiPayoutCreateRequestSenderAddress) SetPostalCode ¶
func (o *OpenapiPayoutCreateRequestSenderAddress) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (OpenapiPayoutCreateRequestSenderAddress) ToMap ¶
func (o OpenapiPayoutCreateRequestSenderAddress) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequestSenderIndividual ¶
type OpenapiPayoutCreateRequestSenderIndividual struct { // Date of birth formatted as yyyy-mm-dd Dob *string `json:"dob,omitempty"` IdentityDocument *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument `json:"identity_document,omitempty"` }
OpenapiPayoutCreateRequestSenderIndividual struct for OpenapiPayoutCreateRequestSenderIndividual
func NewOpenapiPayoutCreateRequestSenderIndividual ¶
func NewOpenapiPayoutCreateRequestSenderIndividual() *OpenapiPayoutCreateRequestSenderIndividual
NewOpenapiPayoutCreateRequestSenderIndividual instantiates a new OpenapiPayoutCreateRequestSenderIndividual object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestSenderIndividualWithDefaults ¶
func NewOpenapiPayoutCreateRequestSenderIndividualWithDefaults() *OpenapiPayoutCreateRequestSenderIndividual
NewOpenapiPayoutCreateRequestSenderIndividualWithDefaults instantiates a new OpenapiPayoutCreateRequestSenderIndividual object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequestSenderIndividual) GetDob ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) GetDob() string
GetDob returns the Dob field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividual) GetDobOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) 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 (*OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocument ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocument() OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
GetIdentityDocument returns the IdentityDocument field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocumentOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) GetIdentityDocumentOk() (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument, bool)
GetIdentityDocumentOk returns a tuple with the IdentityDocument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderIndividual) HasDob ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) HasDob() bool
HasDob returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderIndividual) HasIdentityDocument ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) HasIdentityDocument() bool
HasIdentityDocument returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequestSenderIndividual) MarshalJSON ¶
func (o OpenapiPayoutCreateRequestSenderIndividual) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequestSenderIndividual) SetDob ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) SetDob(v string)
SetDob gets a reference to the given string and assigns it to the Dob field.
func (*OpenapiPayoutCreateRequestSenderIndividual) SetIdentityDocument ¶
func (o *OpenapiPayoutCreateRequestSenderIndividual) SetIdentityDocument(v OpenapiPayoutCreateRequestSenderIndividualIdentityDocument)
SetIdentityDocument gets a reference to the given OpenapiPayoutCreateRequestSenderIndividualIdentityDocument and assigns it to the IdentityDocument field.
func (OpenapiPayoutCreateRequestSenderIndividual) ToMap ¶
func (o OpenapiPayoutCreateRequestSenderIndividual) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateRequestSenderIndividualIdentityDocument ¶
type OpenapiPayoutCreateRequestSenderIndividualIdentityDocument struct { // <span style=\"color:#e95f6a;\">required if identity_document is provided</span> The ISO 3166 alpha-2 country code indicating the issuing country of the document. Country *string `json:"country,omitempty"` // <span style=\"color:#e95f6a;\">required if identity_document is provided</span> Date formatted as yyyy-mm-dd ExpiresOn *string `json:"expires_on,omitempty"` // Date formatted as yyyy-mm-dd IssuedOn *string `json:"issued_on,omitempty"` // <span style=\"color:#e95f6a;\">required if identity_document is provided</span> Number *string `json:"number,omitempty"` // <span style=\"color:#e95f6a;\">required if identity_document is provided</span> One of `PASSPORT`, `DRIVING_LICENCE`, `NATIONAL_ID_CARD`, `RESIDENCE_PERMIT` Type *string `json:"type,omitempty"` }
OpenapiPayoutCreateRequestSenderIndividualIdentityDocument struct for OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
func NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocument ¶
func NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocument() *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocument instantiates a new OpenapiPayoutCreateRequestSenderIndividualIdentityDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocumentWithDefaults ¶
func NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocumentWithDefaults() *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument
NewOpenapiPayoutCreateRequestSenderIndividualIdentityDocumentWithDefaults instantiates a new OpenapiPayoutCreateRequestSenderIndividualIdentityDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetCountry ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetCountryOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) 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 (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOn() string
GetExpiresOn returns the ExpiresOn field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOnOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetExpiresOnOk() (*string, bool)
GetExpiresOnOk returns a tuple with the ExpiresOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOn() string
GetIssuedOn returns the IssuedOn field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOnOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetIssuedOnOk() (*string, bool)
GetIssuedOnOk returns a tuple with the IssuedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumber ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumberOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetType ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetTypeOk ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasCountry ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasExpiresOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasExpiresOn() bool
HasExpiresOn returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasIssuedOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasIssuedOn() bool
HasIssuedOn returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasNumber ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasType ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON ¶
func (o OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetCountry ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetExpiresOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetExpiresOn(v string)
SetExpiresOn gets a reference to the given string and assigns it to the ExpiresOn field.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetIssuedOn ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetIssuedOn(v string)
SetIssuedOn gets a reference to the given string and assigns it to the IssuedOn field.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetNumber ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetType ¶
func (o *OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) ToMap ¶
func (o OpenapiPayoutCreateRequestSenderIndividualIdentityDocument) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponse ¶
type OpenapiPayoutCreateResponse struct { Amount *OpenapiPayoutCreateResponseAmount `json:"amount,omitempty"` CreatedAt *string `json:"created_at,omitempty"` CustomId *string `json:"custom_id,omitempty"` // The payout unique identifier Id *string `json:"id,omitempty"` OnBehalfOf []string `json:"on_behalf_of,omitempty"` // The recipient payment account receiving funds PaymentAccountId *string `json:"payment_account_id,omitempty"` Purpose *string `json:"purpose,omitempty"` Sender *OpenapiPayoutCreateResponseSender `json:"sender,omitempty"` State *OpenapiPayoutCreateResponseState `json:"state,omitempty"` // The wallet ID from which the money will disburse WalletId *string `json:"wallet_id,omitempty"` }
OpenapiPayoutCreateResponse struct for OpenapiPayoutCreateResponse
func NewOpenapiPayoutCreateResponse ¶
func NewOpenapiPayoutCreateResponse() *OpenapiPayoutCreateResponse
NewOpenapiPayoutCreateResponse instantiates a new OpenapiPayoutCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseWithDefaults ¶
func NewOpenapiPayoutCreateResponseWithDefaults() *OpenapiPayoutCreateResponse
NewOpenapiPayoutCreateResponseWithDefaults instantiates a new OpenapiPayoutCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponse) GetAmount ¶
func (o *OpenapiPayoutCreateResponse) GetAmount() OpenapiPayoutCreateResponseAmount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetAmountOk ¶
func (o *OpenapiPayoutCreateResponse) GetAmountOk() (*OpenapiPayoutCreateResponseAmount, 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 (*OpenapiPayoutCreateResponse) GetCreatedAt ¶
func (o *OpenapiPayoutCreateResponse) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetCreatedAtOk ¶
func (o *OpenapiPayoutCreateResponse) 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 (*OpenapiPayoutCreateResponse) GetCustomId ¶
func (o *OpenapiPayoutCreateResponse) GetCustomId() string
GetCustomId returns the CustomId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetCustomIdOk ¶
func (o *OpenapiPayoutCreateResponse) GetCustomIdOk() (*string, bool)
GetCustomIdOk returns a tuple with the CustomId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponse) GetId ¶
func (o *OpenapiPayoutCreateResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetIdOk ¶
func (o *OpenapiPayoutCreateResponse) 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 (*OpenapiPayoutCreateResponse) GetOnBehalfOf ¶
func (o *OpenapiPayoutCreateResponse) GetOnBehalfOf() []string
GetOnBehalfOf returns the OnBehalfOf field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetOnBehalfOfOk ¶
func (o *OpenapiPayoutCreateResponse) GetOnBehalfOfOk() ([]string, bool)
GetOnBehalfOfOk returns a tuple with the OnBehalfOf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponse) GetPaymentAccountId ¶
func (o *OpenapiPayoutCreateResponse) GetPaymentAccountId() string
GetPaymentAccountId returns the PaymentAccountId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetPaymentAccountIdOk ¶
func (o *OpenapiPayoutCreateResponse) GetPaymentAccountIdOk() (*string, bool)
GetPaymentAccountIdOk returns a tuple with the PaymentAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponse) GetPurpose ¶
func (o *OpenapiPayoutCreateResponse) GetPurpose() string
GetPurpose returns the Purpose field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetPurposeOk ¶
func (o *OpenapiPayoutCreateResponse) GetPurposeOk() (*string, bool)
GetPurposeOk returns a tuple with the Purpose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponse) GetSender ¶
func (o *OpenapiPayoutCreateResponse) GetSender() OpenapiPayoutCreateResponseSender
GetSender returns the Sender field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetSenderOk ¶
func (o *OpenapiPayoutCreateResponse) GetSenderOk() (*OpenapiPayoutCreateResponseSender, bool)
GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponse) GetState ¶
func (o *OpenapiPayoutCreateResponse) GetState() OpenapiPayoutCreateResponseState
GetState returns the State field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetStateOk ¶
func (o *OpenapiPayoutCreateResponse) GetStateOk() (*OpenapiPayoutCreateResponseState, 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 (*OpenapiPayoutCreateResponse) GetWalletId ¶
func (o *OpenapiPayoutCreateResponse) GetWalletId() string
GetWalletId returns the WalletId field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponse) GetWalletIdOk ¶
func (o *OpenapiPayoutCreateResponse) 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 (*OpenapiPayoutCreateResponse) HasAmount ¶
func (o *OpenapiPayoutCreateResponse) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasCreatedAt ¶
func (o *OpenapiPayoutCreateResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasCustomId ¶
func (o *OpenapiPayoutCreateResponse) HasCustomId() bool
HasCustomId returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasId ¶
func (o *OpenapiPayoutCreateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasOnBehalfOf ¶
func (o *OpenapiPayoutCreateResponse) HasOnBehalfOf() bool
HasOnBehalfOf returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasPaymentAccountId ¶
func (o *OpenapiPayoutCreateResponse) HasPaymentAccountId() bool
HasPaymentAccountId returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasPurpose ¶
func (o *OpenapiPayoutCreateResponse) HasPurpose() bool
HasPurpose returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasSender ¶
func (o *OpenapiPayoutCreateResponse) HasSender() bool
HasSender returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasState ¶
func (o *OpenapiPayoutCreateResponse) HasState() bool
HasState returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponse) HasWalletId ¶
func (o *OpenapiPayoutCreateResponse) HasWalletId() bool
HasWalletId returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponse) MarshalJSON ¶
func (o OpenapiPayoutCreateResponse) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponse) SetAmount ¶
func (o *OpenapiPayoutCreateResponse) SetAmount(v OpenapiPayoutCreateResponseAmount)
SetAmount gets a reference to the given OpenapiPayoutCreateResponseAmount and assigns it to the Amount field.
func (*OpenapiPayoutCreateResponse) SetCreatedAt ¶
func (o *OpenapiPayoutCreateResponse) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OpenapiPayoutCreateResponse) SetCustomId ¶
func (o *OpenapiPayoutCreateResponse) SetCustomId(v string)
SetCustomId gets a reference to the given string and assigns it to the CustomId field.
func (*OpenapiPayoutCreateResponse) SetId ¶
func (o *OpenapiPayoutCreateResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OpenapiPayoutCreateResponse) SetOnBehalfOf ¶
func (o *OpenapiPayoutCreateResponse) SetOnBehalfOf(v []string)
SetOnBehalfOf gets a reference to the given []string and assigns it to the OnBehalfOf field.
func (*OpenapiPayoutCreateResponse) SetPaymentAccountId ¶
func (o *OpenapiPayoutCreateResponse) SetPaymentAccountId(v string)
SetPaymentAccountId gets a reference to the given string and assigns it to the PaymentAccountId field.
func (*OpenapiPayoutCreateResponse) SetPurpose ¶
func (o *OpenapiPayoutCreateResponse) SetPurpose(v string)
SetPurpose gets a reference to the given string and assigns it to the Purpose field.
func (*OpenapiPayoutCreateResponse) SetSender ¶
func (o *OpenapiPayoutCreateResponse) SetSender(v OpenapiPayoutCreateResponseSender)
SetSender gets a reference to the given OpenapiPayoutCreateResponseSender and assigns it to the Sender field.
func (*OpenapiPayoutCreateResponse) SetState ¶
func (o *OpenapiPayoutCreateResponse) SetState(v OpenapiPayoutCreateResponseState)
SetState gets a reference to the given OpenapiPayoutCreateResponseState and assigns it to the State field.
func (*OpenapiPayoutCreateResponse) SetWalletId ¶
func (o *OpenapiPayoutCreateResponse) SetWalletId(v string)
SetWalletId gets a reference to the given string and assigns it to the WalletId field.
func (OpenapiPayoutCreateResponse) ToMap ¶
func (o OpenapiPayoutCreateResponse) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseAmount ¶
type OpenapiPayoutCreateResponseAmount struct { // The currency associated with the amount value, formatted according to ISO 4217 Currency *string `json:"currency,omitempty"` Value *string `json:"value,omitempty"` }
OpenapiPayoutCreateResponseAmount struct for OpenapiPayoutCreateResponseAmount
func NewOpenapiPayoutCreateResponseAmount ¶
func NewOpenapiPayoutCreateResponseAmount() *OpenapiPayoutCreateResponseAmount
NewOpenapiPayoutCreateResponseAmount instantiates a new OpenapiPayoutCreateResponseAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseAmountWithDefaults ¶
func NewOpenapiPayoutCreateResponseAmountWithDefaults() *OpenapiPayoutCreateResponseAmount
NewOpenapiPayoutCreateResponseAmountWithDefaults instantiates a new OpenapiPayoutCreateResponseAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseAmount) GetCurrency ¶
func (o *OpenapiPayoutCreateResponseAmount) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseAmount) GetCurrencyOk ¶
func (o *OpenapiPayoutCreateResponseAmount) 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 (*OpenapiPayoutCreateResponseAmount) GetValue ¶
func (o *OpenapiPayoutCreateResponseAmount) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseAmount) GetValueOk ¶
func (o *OpenapiPayoutCreateResponseAmount) 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 (*OpenapiPayoutCreateResponseAmount) HasCurrency ¶
func (o *OpenapiPayoutCreateResponseAmount) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseAmount) HasValue ¶
func (o *OpenapiPayoutCreateResponseAmount) HasValue() bool
HasValue returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseAmount) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseAmount) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseAmount) SetCurrency ¶
func (o *OpenapiPayoutCreateResponseAmount) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*OpenapiPayoutCreateResponseAmount) SetValue ¶
func (o *OpenapiPayoutCreateResponseAmount) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (OpenapiPayoutCreateResponseAmount) ToMap ¶
func (o OpenapiPayoutCreateResponseAmount) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseSender ¶
type OpenapiPayoutCreateResponseSender struct { Address *OpenapiPayoutCreateResponseSenderAddress `json:"address,omitempty"` Individual *OpenapiPayoutCreateResponseSenderIndividual `json:"individual,omitempty"` // The individual full name or registered business legal name Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
OpenapiPayoutCreateResponseSender struct for OpenapiPayoutCreateResponseSender
func NewOpenapiPayoutCreateResponseSender ¶
func NewOpenapiPayoutCreateResponseSender() *OpenapiPayoutCreateResponseSender
NewOpenapiPayoutCreateResponseSender instantiates a new OpenapiPayoutCreateResponseSender object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseSenderWithDefaults ¶
func NewOpenapiPayoutCreateResponseSenderWithDefaults() *OpenapiPayoutCreateResponseSender
NewOpenapiPayoutCreateResponseSenderWithDefaults instantiates a new OpenapiPayoutCreateResponseSender object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseSender) GetAddress ¶
func (o *OpenapiPayoutCreateResponseSender) GetAddress() OpenapiPayoutCreateResponseSenderAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSender) GetAddressOk ¶
func (o *OpenapiPayoutCreateResponseSender) GetAddressOk() (*OpenapiPayoutCreateResponseSenderAddress, 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 (*OpenapiPayoutCreateResponseSender) GetIndividual ¶
func (o *OpenapiPayoutCreateResponseSender) GetIndividual() OpenapiPayoutCreateResponseSenderIndividual
GetIndividual returns the Individual field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSender) GetIndividualOk ¶
func (o *OpenapiPayoutCreateResponseSender) GetIndividualOk() (*OpenapiPayoutCreateResponseSenderIndividual, bool)
GetIndividualOk returns a tuple with the Individual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSender) GetName ¶
func (o *OpenapiPayoutCreateResponseSender) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSender) GetNameOk ¶
func (o *OpenapiPayoutCreateResponseSender) 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 (*OpenapiPayoutCreateResponseSender) GetType ¶
func (o *OpenapiPayoutCreateResponseSender) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSender) GetTypeOk ¶
func (o *OpenapiPayoutCreateResponseSender) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSender) HasAddress ¶
func (o *OpenapiPayoutCreateResponseSender) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSender) HasIndividual ¶
func (o *OpenapiPayoutCreateResponseSender) HasIndividual() bool
HasIndividual returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSender) HasName ¶
func (o *OpenapiPayoutCreateResponseSender) HasName() bool
HasName returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSender) HasType ¶
func (o *OpenapiPayoutCreateResponseSender) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseSender) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseSender) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseSender) SetAddress ¶
func (o *OpenapiPayoutCreateResponseSender) SetAddress(v OpenapiPayoutCreateResponseSenderAddress)
SetAddress gets a reference to the given OpenapiPayoutCreateResponseSenderAddress and assigns it to the Address field.
func (*OpenapiPayoutCreateResponseSender) SetIndividual ¶
func (o *OpenapiPayoutCreateResponseSender) SetIndividual(v OpenapiPayoutCreateResponseSenderIndividual)
SetIndividual gets a reference to the given OpenapiPayoutCreateResponseSenderIndividual and assigns it to the Individual field.
func (*OpenapiPayoutCreateResponseSender) SetName ¶
func (o *OpenapiPayoutCreateResponseSender) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OpenapiPayoutCreateResponseSender) SetType ¶
func (o *OpenapiPayoutCreateResponseSender) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPayoutCreateResponseSender) ToMap ¶
func (o OpenapiPayoutCreateResponseSender) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseSenderAddress ¶
type OpenapiPayoutCreateResponseSenderAddress struct { City *string `json:"city,omitempty"` // The ISO 3166 alpha-2 country code associated with the address. Country *string `json:"country,omitempty"` Line1 *string `json:"line_1,omitempty"` Line2 *string `json:"line_2,omitempty"` Line3 *string `json:"line_3,omitempty"` PostalCode *string `json:"postal_code,omitempty"` }
OpenapiPayoutCreateResponseSenderAddress struct for OpenapiPayoutCreateResponseSenderAddress
func NewOpenapiPayoutCreateResponseSenderAddress ¶
func NewOpenapiPayoutCreateResponseSenderAddress() *OpenapiPayoutCreateResponseSenderAddress
NewOpenapiPayoutCreateResponseSenderAddress instantiates a new OpenapiPayoutCreateResponseSenderAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseSenderAddressWithDefaults ¶
func NewOpenapiPayoutCreateResponseSenderAddressWithDefaults() *OpenapiPayoutCreateResponseSenderAddress
NewOpenapiPayoutCreateResponseSenderAddressWithDefaults instantiates a new OpenapiPayoutCreateResponseSenderAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseSenderAddress) GetCity ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetCityOk ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) 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 (*OpenapiPayoutCreateResponseSenderAddress) GetCountry ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetCountryOk ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) 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 (*OpenapiPayoutCreateResponseSenderAddress) GetLine1 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine1() string
GetLine1 returns the Line1 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetLine1Ok ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) GetLine2 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine2() string
GetLine2 returns the Line2 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetLine2Ok ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) GetLine3 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine3() string
GetLine3 returns the Line3 field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetLine3Ok ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) GetPostalCode ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderAddress) GetPostalCodeOk ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) 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 (*OpenapiPayoutCreateResponseSenderAddress) HasCity ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) HasCountry ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) HasLine1 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine1() bool
HasLine1 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) HasLine2 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine2() bool
HasLine2 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) HasLine3 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasLine3() bool
HasLine3 returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderAddress) HasPostalCode ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseSenderAddress) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseSenderAddress) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseSenderAddress) SetCity ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*OpenapiPayoutCreateResponseSenderAddress) SetCountry ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPayoutCreateResponseSenderAddress) SetLine1 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine1(v string)
SetLine1 gets a reference to the given string and assigns it to the Line1 field.
func (*OpenapiPayoutCreateResponseSenderAddress) SetLine2 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine2(v string)
SetLine2 gets a reference to the given string and assigns it to the Line2 field.
func (*OpenapiPayoutCreateResponseSenderAddress) SetLine3 ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetLine3(v string)
SetLine3 gets a reference to the given string and assigns it to the Line3 field.
func (*OpenapiPayoutCreateResponseSenderAddress) SetPostalCode ¶
func (o *OpenapiPayoutCreateResponseSenderAddress) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (OpenapiPayoutCreateResponseSenderAddress) ToMap ¶
func (o OpenapiPayoutCreateResponseSenderAddress) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseSenderIndividual ¶
type OpenapiPayoutCreateResponseSenderIndividual struct { // Date of birth formatted as yyyy-mm-dd Dob *string `json:"dob,omitempty"` IdentityDocument *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument `json:"identity_document,omitempty"` }
OpenapiPayoutCreateResponseSenderIndividual struct for OpenapiPayoutCreateResponseSenderIndividual
func NewOpenapiPayoutCreateResponseSenderIndividual ¶
func NewOpenapiPayoutCreateResponseSenderIndividual() *OpenapiPayoutCreateResponseSenderIndividual
NewOpenapiPayoutCreateResponseSenderIndividual instantiates a new OpenapiPayoutCreateResponseSenderIndividual object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseSenderIndividualWithDefaults ¶
func NewOpenapiPayoutCreateResponseSenderIndividualWithDefaults() *OpenapiPayoutCreateResponseSenderIndividual
NewOpenapiPayoutCreateResponseSenderIndividualWithDefaults instantiates a new OpenapiPayoutCreateResponseSenderIndividual object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseSenderIndividual) GetDob ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) GetDob() string
GetDob returns the Dob field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividual) GetDobOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) 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 (*OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocument ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocument() OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
GetIdentityDocument returns the IdentityDocument field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocumentOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) GetIdentityDocumentOk() (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument, bool)
GetIdentityDocumentOk returns a tuple with the IdentityDocument field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderIndividual) HasDob ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) HasDob() bool
HasDob returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderIndividual) HasIdentityDocument ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) HasIdentityDocument() bool
HasIdentityDocument returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseSenderIndividual) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseSenderIndividual) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseSenderIndividual) SetDob ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) SetDob(v string)
SetDob gets a reference to the given string and assigns it to the Dob field.
func (*OpenapiPayoutCreateResponseSenderIndividual) SetIdentityDocument ¶
func (o *OpenapiPayoutCreateResponseSenderIndividual) SetIdentityDocument(v OpenapiPayoutCreateResponseSenderIndividualIdentityDocument)
SetIdentityDocument gets a reference to the given OpenapiPayoutCreateResponseSenderIndividualIdentityDocument and assigns it to the IdentityDocument field.
func (OpenapiPayoutCreateResponseSenderIndividual) ToMap ¶
func (o OpenapiPayoutCreateResponseSenderIndividual) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseSenderIndividualIdentityDocument ¶
type OpenapiPayoutCreateResponseSenderIndividualIdentityDocument struct { // The ISO 3166 alpha-2 country code indicating the issuing country of the document. Country *string `json:"country,omitempty"` // Date formatted as yyyy-mm-dd ExpiresOn *string `json:"expires_on,omitempty"` // Date formatted as yyyy-mm-dd IssuedOn *string `json:"issued_on,omitempty"` Number *string `json:"number,omitempty"` Type *string `json:"type,omitempty"` }
OpenapiPayoutCreateResponseSenderIndividualIdentityDocument struct for OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
func NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocument ¶
func NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocument() *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocument instantiates a new OpenapiPayoutCreateResponseSenderIndividualIdentityDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocumentWithDefaults ¶
func NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocumentWithDefaults() *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument
NewOpenapiPayoutCreateResponseSenderIndividualIdentityDocumentWithDefaults instantiates a new OpenapiPayoutCreateResponseSenderIndividualIdentityDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetCountry ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetCountryOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) 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 (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOn() string
GetExpiresOn returns the ExpiresOn field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOnOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetExpiresOnOk() (*string, bool)
GetExpiresOnOk returns a tuple with the ExpiresOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOn() string
GetIssuedOn returns the IssuedOn field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOnOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetIssuedOnOk() (*string, bool)
GetIssuedOnOk returns a tuple with the IssuedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumber ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumberOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetType ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetTypeOk ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasCountry ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasExpiresOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasExpiresOn() bool
HasExpiresOn returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasIssuedOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasIssuedOn() bool
HasIssuedOn returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasNumber ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasType ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) HasType() bool
HasType returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetCountry ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetExpiresOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetExpiresOn(v string)
SetExpiresOn gets a reference to the given string and assigns it to the ExpiresOn field.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetIssuedOn ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetIssuedOn(v string)
SetIssuedOn gets a reference to the given string and assigns it to the IssuedOn field.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetNumber ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetType ¶
func (o *OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) ToMap ¶
func (o OpenapiPayoutCreateResponseSenderIndividualIdentityDocument) ToMap() (map[string]interface{}, error)
type OpenapiPayoutCreateResponseState ¶
type OpenapiPayoutCreateResponseState struct { // The state code signifies the overall status of a payout. For detailed information about the meaning of each state, please consult the lifecycle section above. Code *string `json:"code,omitempty"` // Together with the \"code\" property, the \"context\" property offers additional context and information, whenever possible, about the specific state. For instance, if a payout fails, there are numerous reasons why this might occur. The \"context\" property will provide more detailed information in such cases. Context *string `json:"context,omitempty"` }
OpenapiPayoutCreateResponseState struct for OpenapiPayoutCreateResponseState
func NewOpenapiPayoutCreateResponseState ¶
func NewOpenapiPayoutCreateResponseState() *OpenapiPayoutCreateResponseState
NewOpenapiPayoutCreateResponseState instantiates a new OpenapiPayoutCreateResponseState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutCreateResponseStateWithDefaults ¶
func NewOpenapiPayoutCreateResponseStateWithDefaults() *OpenapiPayoutCreateResponseState
NewOpenapiPayoutCreateResponseStateWithDefaults instantiates a new OpenapiPayoutCreateResponseState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutCreateResponseState) GetCode ¶
func (o *OpenapiPayoutCreateResponseState) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseState) GetCodeOk ¶
func (o *OpenapiPayoutCreateResponseState) 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 (*OpenapiPayoutCreateResponseState) GetContext ¶
func (o *OpenapiPayoutCreateResponseState) GetContext() string
GetContext returns the Context field value if set, zero value otherwise.
func (*OpenapiPayoutCreateResponseState) GetContextOk ¶
func (o *OpenapiPayoutCreateResponseState) GetContextOk() (*string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutCreateResponseState) HasCode ¶
func (o *OpenapiPayoutCreateResponseState) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiPayoutCreateResponseState) HasContext ¶
func (o *OpenapiPayoutCreateResponseState) HasContext() bool
HasContext returns a boolean if a field has been set.
func (OpenapiPayoutCreateResponseState) MarshalJSON ¶
func (o OpenapiPayoutCreateResponseState) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutCreateResponseState) SetCode ¶
func (o *OpenapiPayoutCreateResponseState) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiPayoutCreateResponseState) SetContext ¶
func (o *OpenapiPayoutCreateResponseState) SetContext(v string)
SetContext gets a reference to the given string and assigns it to the Context field.
func (OpenapiPayoutCreateResponseState) ToMap ¶
func (o OpenapiPayoutCreateResponseState) ToMap() (map[string]interface{}, error)
type OpenapiPayoutGetResponse ¶
type OpenapiPayoutGetResponse struct { Amount *OpenapiPayoutCreateResponseAmount `json:"amount,omitempty"` CreatedAt *string `json:"created_at,omitempty"` CustomId *string `json:"custom_id,omitempty"` // The payout unique identifier Id *string `json:"id,omitempty"` OnBehalfOf []string `json:"on_behalf_of,omitempty"` // The recipient payment account receiving funds PaymentAccountId *string `json:"payment_account_id,omitempty"` Purpose *string `json:"purpose,omitempty"` // The reference provided by the recipient account's actual bank or telco on a successful payout. > ⚠️ > It's important to be aware that this information might not be accessible for every payout. If there's no way for us to obtain it, this property will be omitted entirely. Hence, we highly recommend implementing conditional checks to confirm the presence of this property. Receipt *string `json:"receipt,omitempty"` Sender *OpenapiPayoutCreateResponseSender `json:"sender,omitempty"` State *OpenapiPayoutCreateResponseState `json:"state,omitempty"` // The wallet ID from which the money will disburse WalletId *string `json:"wallet_id,omitempty"` }
OpenapiPayoutGetResponse struct for OpenapiPayoutGetResponse
func NewOpenapiPayoutGetResponse ¶
func NewOpenapiPayoutGetResponse() *OpenapiPayoutGetResponse
NewOpenapiPayoutGetResponse instantiates a new OpenapiPayoutGetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutGetResponseWithDefaults ¶
func NewOpenapiPayoutGetResponseWithDefaults() *OpenapiPayoutGetResponse
NewOpenapiPayoutGetResponseWithDefaults instantiates a new OpenapiPayoutGetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutGetResponse) GetAmount ¶
func (o *OpenapiPayoutGetResponse) GetAmount() OpenapiPayoutCreateResponseAmount
GetAmount returns the Amount field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetAmountOk ¶
func (o *OpenapiPayoutGetResponse) GetAmountOk() (*OpenapiPayoutCreateResponseAmount, 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 (*OpenapiPayoutGetResponse) GetCreatedAt ¶
func (o *OpenapiPayoutGetResponse) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetCreatedAtOk ¶
func (o *OpenapiPayoutGetResponse) 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 (*OpenapiPayoutGetResponse) GetCustomId ¶
func (o *OpenapiPayoutGetResponse) GetCustomId() string
GetCustomId returns the CustomId field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetCustomIdOk ¶
func (o *OpenapiPayoutGetResponse) GetCustomIdOk() (*string, bool)
GetCustomIdOk returns a tuple with the CustomId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetId ¶
func (o *OpenapiPayoutGetResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetIdOk ¶
func (o *OpenapiPayoutGetResponse) 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 (*OpenapiPayoutGetResponse) GetOnBehalfOf ¶
func (o *OpenapiPayoutGetResponse) GetOnBehalfOf() []string
GetOnBehalfOf returns the OnBehalfOf field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetOnBehalfOfOk ¶
func (o *OpenapiPayoutGetResponse) GetOnBehalfOfOk() ([]string, bool)
GetOnBehalfOfOk returns a tuple with the OnBehalfOf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetPaymentAccountId ¶
func (o *OpenapiPayoutGetResponse) GetPaymentAccountId() string
GetPaymentAccountId returns the PaymentAccountId field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetPaymentAccountIdOk ¶
func (o *OpenapiPayoutGetResponse) GetPaymentAccountIdOk() (*string, bool)
GetPaymentAccountIdOk returns a tuple with the PaymentAccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetPurpose ¶
func (o *OpenapiPayoutGetResponse) GetPurpose() string
GetPurpose returns the Purpose field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetPurposeOk ¶
func (o *OpenapiPayoutGetResponse) GetPurposeOk() (*string, bool)
GetPurposeOk returns a tuple with the Purpose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetReceipt ¶
func (o *OpenapiPayoutGetResponse) GetReceipt() string
GetReceipt returns the Receipt field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetReceiptOk ¶
func (o *OpenapiPayoutGetResponse) GetReceiptOk() (*string, bool)
GetReceiptOk returns a tuple with the Receipt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetSender ¶
func (o *OpenapiPayoutGetResponse) GetSender() OpenapiPayoutCreateResponseSender
GetSender returns the Sender field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetSenderOk ¶
func (o *OpenapiPayoutGetResponse) GetSenderOk() (*OpenapiPayoutCreateResponseSender, bool)
GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutGetResponse) GetState ¶
func (o *OpenapiPayoutGetResponse) GetState() OpenapiPayoutCreateResponseState
GetState returns the State field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetStateOk ¶
func (o *OpenapiPayoutGetResponse) GetStateOk() (*OpenapiPayoutCreateResponseState, 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 (*OpenapiPayoutGetResponse) GetWalletId ¶
func (o *OpenapiPayoutGetResponse) GetWalletId() string
GetWalletId returns the WalletId field value if set, zero value otherwise.
func (*OpenapiPayoutGetResponse) GetWalletIdOk ¶
func (o *OpenapiPayoutGetResponse) 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 (*OpenapiPayoutGetResponse) HasAmount ¶
func (o *OpenapiPayoutGetResponse) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasCreatedAt ¶
func (o *OpenapiPayoutGetResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasCustomId ¶
func (o *OpenapiPayoutGetResponse) HasCustomId() bool
HasCustomId returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasId ¶
func (o *OpenapiPayoutGetResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasOnBehalfOf ¶
func (o *OpenapiPayoutGetResponse) HasOnBehalfOf() bool
HasOnBehalfOf returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasPaymentAccountId ¶
func (o *OpenapiPayoutGetResponse) HasPaymentAccountId() bool
HasPaymentAccountId returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasPurpose ¶
func (o *OpenapiPayoutGetResponse) HasPurpose() bool
HasPurpose returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasReceipt ¶
func (o *OpenapiPayoutGetResponse) HasReceipt() bool
HasReceipt returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasSender ¶
func (o *OpenapiPayoutGetResponse) HasSender() bool
HasSender returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasState ¶
func (o *OpenapiPayoutGetResponse) HasState() bool
HasState returns a boolean if a field has been set.
func (*OpenapiPayoutGetResponse) HasWalletId ¶
func (o *OpenapiPayoutGetResponse) HasWalletId() bool
HasWalletId returns a boolean if a field has been set.
func (OpenapiPayoutGetResponse) MarshalJSON ¶
func (o OpenapiPayoutGetResponse) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutGetResponse) SetAmount ¶
func (o *OpenapiPayoutGetResponse) SetAmount(v OpenapiPayoutCreateResponseAmount)
SetAmount gets a reference to the given OpenapiPayoutCreateResponseAmount and assigns it to the Amount field.
func (*OpenapiPayoutGetResponse) SetCreatedAt ¶
func (o *OpenapiPayoutGetResponse) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OpenapiPayoutGetResponse) SetCustomId ¶
func (o *OpenapiPayoutGetResponse) SetCustomId(v string)
SetCustomId gets a reference to the given string and assigns it to the CustomId field.
func (*OpenapiPayoutGetResponse) SetId ¶
func (o *OpenapiPayoutGetResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OpenapiPayoutGetResponse) SetOnBehalfOf ¶
func (o *OpenapiPayoutGetResponse) SetOnBehalfOf(v []string)
SetOnBehalfOf gets a reference to the given []string and assigns it to the OnBehalfOf field.
func (*OpenapiPayoutGetResponse) SetPaymentAccountId ¶
func (o *OpenapiPayoutGetResponse) SetPaymentAccountId(v string)
SetPaymentAccountId gets a reference to the given string and assigns it to the PaymentAccountId field.
func (*OpenapiPayoutGetResponse) SetPurpose ¶
func (o *OpenapiPayoutGetResponse) SetPurpose(v string)
SetPurpose gets a reference to the given string and assigns it to the Purpose field.
func (*OpenapiPayoutGetResponse) SetReceipt ¶
func (o *OpenapiPayoutGetResponse) SetReceipt(v string)
SetReceipt gets a reference to the given string and assigns it to the Receipt field.
func (*OpenapiPayoutGetResponse) SetSender ¶
func (o *OpenapiPayoutGetResponse) SetSender(v OpenapiPayoutCreateResponseSender)
SetSender gets a reference to the given OpenapiPayoutCreateResponseSender and assigns it to the Sender field.
func (*OpenapiPayoutGetResponse) SetState ¶
func (o *OpenapiPayoutGetResponse) SetState(v OpenapiPayoutCreateResponseState)
SetState gets a reference to the given OpenapiPayoutCreateResponseState and assigns it to the State field.
func (*OpenapiPayoutGetResponse) SetWalletId ¶
func (o *OpenapiPayoutGetResponse) SetWalletId(v string)
SetWalletId gets a reference to the given string and assigns it to the WalletId field.
func (OpenapiPayoutGetResponse) ToMap ¶
func (o OpenapiPayoutGetResponse) ToMap() (map[string]interface{}, error)
type OpenapiPayoutListResponseMeta ¶
type OpenapiPayoutListResponseMeta struct {
Paging *OpenapiPayoutListResponseMetaPaging `json:"paging,omitempty"`
}
OpenapiPayoutListResponseMeta struct for OpenapiPayoutListResponseMeta
func NewOpenapiPayoutListResponseMeta ¶
func NewOpenapiPayoutListResponseMeta() *OpenapiPayoutListResponseMeta
NewOpenapiPayoutListResponseMeta instantiates a new OpenapiPayoutListResponseMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutListResponseMetaWithDefaults ¶
func NewOpenapiPayoutListResponseMetaWithDefaults() *OpenapiPayoutListResponseMeta
NewOpenapiPayoutListResponseMetaWithDefaults instantiates a new OpenapiPayoutListResponseMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutListResponseMeta) GetPaging ¶
func (o *OpenapiPayoutListResponseMeta) GetPaging() OpenapiPayoutListResponseMetaPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*OpenapiPayoutListResponseMeta) GetPagingOk ¶
func (o *OpenapiPayoutListResponseMeta) GetPagingOk() (*OpenapiPayoutListResponseMetaPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutListResponseMeta) HasPaging ¶
func (o *OpenapiPayoutListResponseMeta) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (OpenapiPayoutListResponseMeta) MarshalJSON ¶
func (o OpenapiPayoutListResponseMeta) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutListResponseMeta) SetPaging ¶
func (o *OpenapiPayoutListResponseMeta) SetPaging(v OpenapiPayoutListResponseMetaPaging)
SetPaging gets a reference to the given OpenapiPayoutListResponseMetaPaging and assigns it to the Paging field.
func (OpenapiPayoutListResponseMeta) ToMap ¶
func (o OpenapiPayoutListResponseMeta) ToMap() (map[string]interface{}, error)
type OpenapiPayoutListResponseMetaPaging ¶
type OpenapiPayoutListResponseMetaPaging struct { Cursors *OpenapiPayoutListResponseMetaPagingCursors `json:"cursors,omitempty"` Next *string `json:"next,omitempty"` }
OpenapiPayoutListResponseMetaPaging struct for OpenapiPayoutListResponseMetaPaging
func NewOpenapiPayoutListResponseMetaPaging ¶
func NewOpenapiPayoutListResponseMetaPaging() *OpenapiPayoutListResponseMetaPaging
NewOpenapiPayoutListResponseMetaPaging instantiates a new OpenapiPayoutListResponseMetaPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutListResponseMetaPagingWithDefaults ¶
func NewOpenapiPayoutListResponseMetaPagingWithDefaults() *OpenapiPayoutListResponseMetaPaging
NewOpenapiPayoutListResponseMetaPagingWithDefaults instantiates a new OpenapiPayoutListResponseMetaPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutListResponseMetaPaging) GetCursors ¶
func (o *OpenapiPayoutListResponseMetaPaging) GetCursors() OpenapiPayoutListResponseMetaPagingCursors
GetCursors returns the Cursors field value if set, zero value otherwise.
func (*OpenapiPayoutListResponseMetaPaging) GetCursorsOk ¶
func (o *OpenapiPayoutListResponseMetaPaging) GetCursorsOk() (*OpenapiPayoutListResponseMetaPagingCursors, bool)
GetCursorsOk returns a tuple with the Cursors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutListResponseMetaPaging) GetNext ¶
func (o *OpenapiPayoutListResponseMetaPaging) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*OpenapiPayoutListResponseMetaPaging) GetNextOk ¶
func (o *OpenapiPayoutListResponseMetaPaging) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutListResponseMetaPaging) HasCursors ¶
func (o *OpenapiPayoutListResponseMetaPaging) HasCursors() bool
HasCursors returns a boolean if a field has been set.
func (*OpenapiPayoutListResponseMetaPaging) HasNext ¶
func (o *OpenapiPayoutListResponseMetaPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (OpenapiPayoutListResponseMetaPaging) MarshalJSON ¶
func (o OpenapiPayoutListResponseMetaPaging) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutListResponseMetaPaging) SetCursors ¶
func (o *OpenapiPayoutListResponseMetaPaging) SetCursors(v OpenapiPayoutListResponseMetaPagingCursors)
SetCursors gets a reference to the given OpenapiPayoutListResponseMetaPagingCursors and assigns it to the Cursors field.
func (*OpenapiPayoutListResponseMetaPaging) SetNext ¶
func (o *OpenapiPayoutListResponseMetaPaging) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (OpenapiPayoutListResponseMetaPaging) ToMap ¶
func (o OpenapiPayoutListResponseMetaPaging) ToMap() (map[string]interface{}, error)
type OpenapiPayoutListResponseMetaPagingCursors ¶
type OpenapiPayoutListResponseMetaPagingCursors struct {
After *string `json:"after,omitempty"`
}
OpenapiPayoutListResponseMetaPagingCursors struct for OpenapiPayoutListResponseMetaPagingCursors
func NewOpenapiPayoutListResponseMetaPagingCursors ¶
func NewOpenapiPayoutListResponseMetaPagingCursors() *OpenapiPayoutListResponseMetaPagingCursors
NewOpenapiPayoutListResponseMetaPagingCursors instantiates a new OpenapiPayoutListResponseMetaPagingCursors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiPayoutListResponseMetaPagingCursorsWithDefaults ¶
func NewOpenapiPayoutListResponseMetaPagingCursorsWithDefaults() *OpenapiPayoutListResponseMetaPagingCursors
NewOpenapiPayoutListResponseMetaPagingCursorsWithDefaults instantiates a new OpenapiPayoutListResponseMetaPagingCursors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiPayoutListResponseMetaPagingCursors) GetAfter ¶
func (o *OpenapiPayoutListResponseMetaPagingCursors) GetAfter() string
GetAfter returns the After field value if set, zero value otherwise.
func (*OpenapiPayoutListResponseMetaPagingCursors) GetAfterOk ¶
func (o *OpenapiPayoutListResponseMetaPagingCursors) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiPayoutListResponseMetaPagingCursors) HasAfter ¶
func (o *OpenapiPayoutListResponseMetaPagingCursors) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (OpenapiPayoutListResponseMetaPagingCursors) MarshalJSON ¶
func (o OpenapiPayoutListResponseMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*OpenapiPayoutListResponseMetaPagingCursors) SetAfter ¶
func (o *OpenapiPayoutListResponseMetaPagingCursors) SetAfter(v string)
SetAfter gets a reference to the given string and assigns it to the After field.
func (OpenapiPayoutListResponseMetaPagingCursors) ToMap ¶
func (o OpenapiPayoutListResponseMetaPagingCursors) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyIdempotencyConflict ¶
type OpenapiResponseBodyIdempotencyConflict struct { // Can be either `IDEMPOTENCY_RACE` or `IDEMPOTENCY_KEY_ALREADY_USED` Code *string `json:"code,omitempty"` // E.g. \"Idempotency key already in use\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyIdempotencyConflict struct for OpenapiResponseBodyIdempotencyConflict
func NewOpenapiResponseBodyIdempotencyConflict ¶
func NewOpenapiResponseBodyIdempotencyConflict() *OpenapiResponseBodyIdempotencyConflict
NewOpenapiResponseBodyIdempotencyConflict instantiates a new OpenapiResponseBodyIdempotencyConflict object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyIdempotencyConflictWithDefaults ¶
func NewOpenapiResponseBodyIdempotencyConflictWithDefaults() *OpenapiResponseBodyIdempotencyConflict
NewOpenapiResponseBodyIdempotencyConflictWithDefaults instantiates a new OpenapiResponseBodyIdempotencyConflict object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyIdempotencyConflict) GetCode ¶
func (o *OpenapiResponseBodyIdempotencyConflict) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyIdempotencyConflict) GetCodeOk ¶
func (o *OpenapiResponseBodyIdempotencyConflict) 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 (*OpenapiResponseBodyIdempotencyConflict) GetMessage ¶
func (o *OpenapiResponseBodyIdempotencyConflict) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyIdempotencyConflict) GetMessageOk ¶
func (o *OpenapiResponseBodyIdempotencyConflict) 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 (*OpenapiResponseBodyIdempotencyConflict) HasCode ¶
func (o *OpenapiResponseBodyIdempotencyConflict) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyIdempotencyConflict) HasMessage ¶
func (o *OpenapiResponseBodyIdempotencyConflict) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyIdempotencyConflict) MarshalJSON ¶
func (o OpenapiResponseBodyIdempotencyConflict) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyIdempotencyConflict) SetCode ¶
func (o *OpenapiResponseBodyIdempotencyConflict) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyIdempotencyConflict) SetMessage ¶
func (o *OpenapiResponseBodyIdempotencyConflict) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyIdempotencyConflict) ToMap ¶
func (o OpenapiResponseBodyIdempotencyConflict) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyInternalServerError ¶
type OpenapiResponseBodyInternalServerError struct { // `INTERNAL_SERVER_ERROR` Code *string `json:"code,omitempty"` // E.g. \"An internal error has occurred.\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyInternalServerError struct for OpenapiResponseBodyInternalServerError
func NewOpenapiResponseBodyInternalServerError ¶
func NewOpenapiResponseBodyInternalServerError() *OpenapiResponseBodyInternalServerError
NewOpenapiResponseBodyInternalServerError instantiates a new OpenapiResponseBodyInternalServerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyInternalServerErrorWithDefaults ¶
func NewOpenapiResponseBodyInternalServerErrorWithDefaults() *OpenapiResponseBodyInternalServerError
NewOpenapiResponseBodyInternalServerErrorWithDefaults instantiates a new OpenapiResponseBodyInternalServerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyInternalServerError) GetCode ¶
func (o *OpenapiResponseBodyInternalServerError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyInternalServerError) GetCodeOk ¶
func (o *OpenapiResponseBodyInternalServerError) 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 (*OpenapiResponseBodyInternalServerError) GetMessage ¶
func (o *OpenapiResponseBodyInternalServerError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyInternalServerError) GetMessageOk ¶
func (o *OpenapiResponseBodyInternalServerError) 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 (*OpenapiResponseBodyInternalServerError) HasCode ¶
func (o *OpenapiResponseBodyInternalServerError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyInternalServerError) HasMessage ¶
func (o *OpenapiResponseBodyInternalServerError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyInternalServerError) MarshalJSON ¶
func (o OpenapiResponseBodyInternalServerError) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyInternalServerError) SetCode ¶
func (o *OpenapiResponseBodyInternalServerError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyInternalServerError) SetMessage ¶
func (o *OpenapiResponseBodyInternalServerError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyInternalServerError) ToMap ¶
func (o OpenapiResponseBodyInternalServerError) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyLookupAccountNotFound ¶
type OpenapiResponseBodyLookupAccountNotFound struct { // `LOOKUP_ACCOUNT_NOT_FOUND` Code *string `json:"code,omitempty"` // E.g. \"Invalid bank account number, or, syntactically valid, but not registered with any banking entity\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyLookupAccountNotFound struct for OpenapiResponseBodyLookupAccountNotFound
func NewOpenapiResponseBodyLookupAccountNotFound ¶
func NewOpenapiResponseBodyLookupAccountNotFound() *OpenapiResponseBodyLookupAccountNotFound
NewOpenapiResponseBodyLookupAccountNotFound instantiates a new OpenapiResponseBodyLookupAccountNotFound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyLookupAccountNotFoundWithDefaults ¶
func NewOpenapiResponseBodyLookupAccountNotFoundWithDefaults() *OpenapiResponseBodyLookupAccountNotFound
NewOpenapiResponseBodyLookupAccountNotFoundWithDefaults instantiates a new OpenapiResponseBodyLookupAccountNotFound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyLookupAccountNotFound) GetCode ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyLookupAccountNotFound) GetCodeOk ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) 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 (*OpenapiResponseBodyLookupAccountNotFound) GetMessage ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyLookupAccountNotFound) GetMessageOk ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) 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 (*OpenapiResponseBodyLookupAccountNotFound) HasCode ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyLookupAccountNotFound) HasMessage ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyLookupAccountNotFound) MarshalJSON ¶
func (o OpenapiResponseBodyLookupAccountNotFound) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyLookupAccountNotFound) SetCode ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyLookupAccountNotFound) SetMessage ¶
func (o *OpenapiResponseBodyLookupAccountNotFound) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyLookupAccountNotFound) ToMap ¶
func (o OpenapiResponseBodyLookupAccountNotFound) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyNotFound ¶
type OpenapiResponseBodyNotFound struct { // `NOT_FOUND` Code *string `json:"code,omitempty"` // E.g. \"The resource you are looking for cannot be found.\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyNotFound struct for OpenapiResponseBodyNotFound
func NewOpenapiResponseBodyNotFound ¶
func NewOpenapiResponseBodyNotFound() *OpenapiResponseBodyNotFound
NewOpenapiResponseBodyNotFound instantiates a new OpenapiResponseBodyNotFound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyNotFoundWithDefaults ¶
func NewOpenapiResponseBodyNotFoundWithDefaults() *OpenapiResponseBodyNotFound
NewOpenapiResponseBodyNotFoundWithDefaults instantiates a new OpenapiResponseBodyNotFound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyNotFound) GetCode ¶
func (o *OpenapiResponseBodyNotFound) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyNotFound) GetCodeOk ¶
func (o *OpenapiResponseBodyNotFound) 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 (*OpenapiResponseBodyNotFound) GetMessage ¶
func (o *OpenapiResponseBodyNotFound) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyNotFound) GetMessageOk ¶
func (o *OpenapiResponseBodyNotFound) 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 (*OpenapiResponseBodyNotFound) HasCode ¶
func (o *OpenapiResponseBodyNotFound) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyNotFound) HasMessage ¶
func (o *OpenapiResponseBodyNotFound) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyNotFound) MarshalJSON ¶
func (o OpenapiResponseBodyNotFound) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyNotFound) SetCode ¶
func (o *OpenapiResponseBodyNotFound) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyNotFound) SetMessage ¶
func (o *OpenapiResponseBodyNotFound) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyNotFound) ToMap ¶
func (o OpenapiResponseBodyNotFound) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable ¶
type OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable struct { string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }Code *
OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable struct for OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
func NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable ¶
func NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable() *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable instantiates a new OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailableWithDefaults ¶
func NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailableWithDefaults() *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable
NewOpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailableWithDefaults instantiates a new OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetCode ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetCodeOk ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) 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 (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetMessage ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) GetMessageOk ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) 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 (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasCode ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasMessage ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON ¶
func (o OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetCode ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetMessage ¶
func (o *OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) ToMap ¶
func (o OpenapiResponseBodyPayoutPaymentAccountTemporarilyUnavailable) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCollection ¶
type OpenapiResponseBodySuccessCollection struct { Data []interface{} `json:"data,omitempty"` Meta interface{} `json:"meta,omitempty"` }
OpenapiResponseBodySuccessCollection struct for OpenapiResponseBodySuccessCollection
func NewOpenapiResponseBodySuccessCollection ¶
func NewOpenapiResponseBodySuccessCollection() *OpenapiResponseBodySuccessCollection
NewOpenapiResponseBodySuccessCollection instantiates a new OpenapiResponseBodySuccessCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCollectionWithDefaults ¶
func NewOpenapiResponseBodySuccessCollectionWithDefaults() *OpenapiResponseBodySuccessCollection
NewOpenapiResponseBodySuccessCollectionWithDefaults instantiates a new OpenapiResponseBodySuccessCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCollection) GetData ¶
func (o *OpenapiResponseBodySuccessCollection) GetData() []interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCollection) GetDataOk ¶
func (o *OpenapiResponseBodySuccessCollection) GetDataOk() ([]interface{}, 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 (*OpenapiResponseBodySuccessCollection) GetMeta ¶
func (o *OpenapiResponseBodySuccessCollection) GetMeta() interface{}
GetMeta returns the Meta field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OpenapiResponseBodySuccessCollection) GetMetaOk ¶
func (o *OpenapiResponseBodySuccessCollection) GetMetaOk() (*interface{}, bool)
GetMetaOk returns a tuple with the Meta 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 (*OpenapiResponseBodySuccessCollection) HasData ¶
func (o *OpenapiResponseBodySuccessCollection) HasData() bool
HasData returns a boolean if a field has been set.
func (*OpenapiResponseBodySuccessCollection) HasMeta ¶
func (o *OpenapiResponseBodySuccessCollection) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCollection) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCollection) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCollection) SetData ¶
func (o *OpenapiResponseBodySuccessCollection) SetData(v []interface{})
SetData gets a reference to the given []interface{} and assigns it to the Data field.
func (*OpenapiResponseBodySuccessCollection) SetMeta ¶
func (o *OpenapiResponseBodySuccessCollection) SetMeta(v interface{})
SetMeta gets a reference to the given interface{} and assigns it to the Meta field.
func (OpenapiResponseBodySuccessCollection) ToMap ¶
func (o OpenapiResponseBodySuccessCollection) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCollectionNoMeta ¶
type OpenapiResponseBodySuccessCollectionNoMeta struct {
Data []interface{} `json:"data,omitempty"`
}
OpenapiResponseBodySuccessCollectionNoMeta struct for OpenapiResponseBodySuccessCollectionNoMeta
func NewOpenapiResponseBodySuccessCollectionNoMeta ¶
func NewOpenapiResponseBodySuccessCollectionNoMeta() *OpenapiResponseBodySuccessCollectionNoMeta
NewOpenapiResponseBodySuccessCollectionNoMeta instantiates a new OpenapiResponseBodySuccessCollectionNoMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCollectionNoMetaWithDefaults ¶
func NewOpenapiResponseBodySuccessCollectionNoMetaWithDefaults() *OpenapiResponseBodySuccessCollectionNoMeta
NewOpenapiResponseBodySuccessCollectionNoMetaWithDefaults instantiates a new OpenapiResponseBodySuccessCollectionNoMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCollectionNoMeta) GetData ¶
func (o *OpenapiResponseBodySuccessCollectionNoMeta) GetData() []interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCollectionNoMeta) GetDataOk ¶
func (o *OpenapiResponseBodySuccessCollectionNoMeta) GetDataOk() ([]interface{}, 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 (*OpenapiResponseBodySuccessCollectionNoMeta) HasData ¶
func (o *OpenapiResponseBodySuccessCollectionNoMeta) HasData() bool
HasData returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCollectionNoMeta) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCollectionNoMeta) SetData ¶
func (o *OpenapiResponseBodySuccessCollectionNoMeta) SetData(v []interface{})
SetData gets a reference to the given []interface{} and assigns it to the Data field.
func (OpenapiResponseBodySuccessCollectionNoMeta) ToMap ¶
func (o OpenapiResponseBodySuccessCollectionNoMeta) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCursorPaginated ¶
type OpenapiResponseBodySuccessCursorPaginated struct { Data []interface{} `json:"data,omitempty"` Meta *OpenapiResponseBodySuccessCursorPaginatedMeta `json:"meta,omitempty"` }
OpenapiResponseBodySuccessCursorPaginated struct for OpenapiResponseBodySuccessCursorPaginated
func NewOpenapiResponseBodySuccessCursorPaginated ¶
func NewOpenapiResponseBodySuccessCursorPaginated() *OpenapiResponseBodySuccessCursorPaginated
NewOpenapiResponseBodySuccessCursorPaginated instantiates a new OpenapiResponseBodySuccessCursorPaginated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCursorPaginatedWithDefaults ¶
func NewOpenapiResponseBodySuccessCursorPaginatedWithDefaults() *OpenapiResponseBodySuccessCursorPaginated
NewOpenapiResponseBodySuccessCursorPaginatedWithDefaults instantiates a new OpenapiResponseBodySuccessCursorPaginated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCursorPaginated) GetData ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) GetData() []interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginated) GetDataOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) GetDataOk() ([]interface{}, 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 (*OpenapiResponseBodySuccessCursorPaginated) GetMeta ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) GetMeta() OpenapiResponseBodySuccessCursorPaginatedMeta
GetMeta returns the Meta field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginated) GetMetaOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) GetMetaOk() (*OpenapiResponseBodySuccessCursorPaginatedMeta, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodySuccessCursorPaginated) HasData ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) HasData() bool
HasData returns a boolean if a field has been set.
func (*OpenapiResponseBodySuccessCursorPaginated) HasMeta ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCursorPaginated) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCursorPaginated) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCursorPaginated) SetData ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) SetData(v []interface{})
SetData gets a reference to the given []interface{} and assigns it to the Data field.
func (*OpenapiResponseBodySuccessCursorPaginated) SetMeta ¶
func (o *OpenapiResponseBodySuccessCursorPaginated) SetMeta(v OpenapiResponseBodySuccessCursorPaginatedMeta)
SetMeta gets a reference to the given OpenapiResponseBodySuccessCursorPaginatedMeta and assigns it to the Meta field.
func (OpenapiResponseBodySuccessCursorPaginated) ToMap ¶
func (o OpenapiResponseBodySuccessCursorPaginated) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCursorPaginatedMeta ¶
type OpenapiResponseBodySuccessCursorPaginatedMeta struct {
Paging *OpenapiResponseBodySuccessCursorPaginatedMetaPaging `json:"paging,omitempty"`
}
OpenapiResponseBodySuccessCursorPaginatedMeta struct for OpenapiResponseBodySuccessCursorPaginatedMeta
func NewOpenapiResponseBodySuccessCursorPaginatedMeta ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMeta() *OpenapiResponseBodySuccessCursorPaginatedMeta
NewOpenapiResponseBodySuccessCursorPaginatedMeta instantiates a new OpenapiResponseBodySuccessCursorPaginatedMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCursorPaginatedMetaWithDefaults ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMetaWithDefaults() *OpenapiResponseBodySuccessCursorPaginatedMeta
NewOpenapiResponseBodySuccessCursorPaginatedMetaWithDefaults instantiates a new OpenapiResponseBodySuccessCursorPaginatedMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCursorPaginatedMeta) GetPaging ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) GetPaging() OpenapiResponseBodySuccessCursorPaginatedMetaPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginatedMeta) GetPagingOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) GetPagingOk() (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodySuccessCursorPaginatedMeta) HasPaging ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMeta) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCursorPaginatedMeta) SetPaging ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMeta) SetPaging(v OpenapiResponseBodySuccessCursorPaginatedMetaPaging)
SetPaging gets a reference to the given OpenapiResponseBodySuccessCursorPaginatedMetaPaging and assigns it to the Paging field.
func (OpenapiResponseBodySuccessCursorPaginatedMeta) ToMap ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMeta) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCursorPaginatedMetaPaging ¶
type OpenapiResponseBodySuccessCursorPaginatedMetaPaging struct { Cursors *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors `json:"cursors,omitempty"` Next *string `json:"next,omitempty"` }
OpenapiResponseBodySuccessCursorPaginatedMetaPaging struct for OpenapiResponseBodySuccessCursorPaginatedMetaPaging
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPaging ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPaging() *OpenapiResponseBodySuccessCursorPaginatedMetaPaging
NewOpenapiResponseBodySuccessCursorPaginatedMetaPaging instantiates a new OpenapiResponseBodySuccessCursorPaginatedMetaPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingWithDefaults ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingWithDefaults() *OpenapiResponseBodySuccessCursorPaginatedMetaPaging
NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingWithDefaults instantiates a new OpenapiResponseBodySuccessCursorPaginatedMetaPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursors ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursors() OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
GetCursors returns the Cursors field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursorsOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetCursorsOk() (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors, bool)
GetCursorsOk returns a tuple with the Cursors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNext ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNextOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasCursors ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasCursors() bool
HasCursors returns a boolean if a field has been set.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasNext ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMetaPaging) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetCursors ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetCursors(v OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors)
SetCursors gets a reference to the given OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors and assigns it to the Cursors field.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetNext ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPaging) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (OpenapiResponseBodySuccessCursorPaginatedMetaPaging) ToMap ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMetaPaging) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors ¶
type OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors struct {
After *string `json:"after,omitempty"`
}
OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors struct for OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors() *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors instantiates a new OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursorsWithDefaults ¶
func NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursorsWithDefaults() *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors
NewOpenapiResponseBodySuccessCursorPaginatedMetaPagingCursorsWithDefaults instantiates a new OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfter ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfter() string
GetAfter returns the After field value if set, zero value otherwise.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfterOk ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) HasAfter ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) SetAfter ¶
func (o *OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) SetAfter(v string)
SetAfter gets a reference to the given string and assigns it to the After field.
func (OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) ToMap ¶
func (o OpenapiResponseBodySuccessCursorPaginatedMetaPagingCursors) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodySuccessNoMeta ¶
type OpenapiResponseBodySuccessNoMeta struct {
Data interface{} `json:"data,omitempty"`
}
OpenapiResponseBodySuccessNoMeta struct for OpenapiResponseBodySuccessNoMeta
func NewOpenapiResponseBodySuccessNoMeta ¶
func NewOpenapiResponseBodySuccessNoMeta() *OpenapiResponseBodySuccessNoMeta
NewOpenapiResponseBodySuccessNoMeta instantiates a new OpenapiResponseBodySuccessNoMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodySuccessNoMetaWithDefaults ¶
func NewOpenapiResponseBodySuccessNoMetaWithDefaults() *OpenapiResponseBodySuccessNoMeta
NewOpenapiResponseBodySuccessNoMetaWithDefaults instantiates a new OpenapiResponseBodySuccessNoMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodySuccessNoMeta) GetData ¶
func (o *OpenapiResponseBodySuccessNoMeta) GetData() interface{}
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OpenapiResponseBodySuccessNoMeta) GetDataOk ¶
func (o *OpenapiResponseBodySuccessNoMeta) GetDataOk() (*interface{}, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OpenapiResponseBodySuccessNoMeta) HasData ¶
func (o *OpenapiResponseBodySuccessNoMeta) HasData() bool
HasData returns a boolean if a field has been set.
func (OpenapiResponseBodySuccessNoMeta) MarshalJSON ¶
func (o OpenapiResponseBodySuccessNoMeta) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodySuccessNoMeta) SetData ¶
func (o *OpenapiResponseBodySuccessNoMeta) SetData(v interface{})
SetData gets a reference to the given interface{} and assigns it to the Data field.
func (OpenapiResponseBodySuccessNoMeta) ToMap ¶
func (o OpenapiResponseBodySuccessNoMeta) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyValidationFailed ¶
type OpenapiResponseBodyValidationFailed struct { // `VALIDATION_FAILED` Code *string `json:"code,omitempty"` Errors *OpenapiResponseBodyValidationFailedErrors `json:"errors,omitempty"` // E.g. \"Validation failed.\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyValidationFailed struct for OpenapiResponseBodyValidationFailed
func NewOpenapiResponseBodyValidationFailed ¶
func NewOpenapiResponseBodyValidationFailed() *OpenapiResponseBodyValidationFailed
NewOpenapiResponseBodyValidationFailed instantiates a new OpenapiResponseBodyValidationFailed object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyValidationFailedWithDefaults ¶
func NewOpenapiResponseBodyValidationFailedWithDefaults() *OpenapiResponseBodyValidationFailed
NewOpenapiResponseBodyValidationFailedWithDefaults instantiates a new OpenapiResponseBodyValidationFailed object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyValidationFailed) GetCode ¶
func (o *OpenapiResponseBodyValidationFailed) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyValidationFailed) GetCodeOk ¶
func (o *OpenapiResponseBodyValidationFailed) 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 (*OpenapiResponseBodyValidationFailed) GetErrors ¶
func (o *OpenapiResponseBodyValidationFailed) GetErrors() OpenapiResponseBodyValidationFailedErrors
GetErrors returns the Errors field value if set, zero value otherwise.
func (*OpenapiResponseBodyValidationFailed) GetErrorsOk ¶
func (o *OpenapiResponseBodyValidationFailed) GetErrorsOk() (*OpenapiResponseBodyValidationFailedErrors, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodyValidationFailed) GetMessage ¶
func (o *OpenapiResponseBodyValidationFailed) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyValidationFailed) GetMessageOk ¶
func (o *OpenapiResponseBodyValidationFailed) 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 (*OpenapiResponseBodyValidationFailed) HasCode ¶
func (o *OpenapiResponseBodyValidationFailed) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyValidationFailed) HasErrors ¶
func (o *OpenapiResponseBodyValidationFailed) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*OpenapiResponseBodyValidationFailed) HasMessage ¶
func (o *OpenapiResponseBodyValidationFailed) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyValidationFailed) MarshalJSON ¶
func (o OpenapiResponseBodyValidationFailed) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyValidationFailed) SetCode ¶
func (o *OpenapiResponseBodyValidationFailed) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyValidationFailed) SetErrors ¶
func (o *OpenapiResponseBodyValidationFailed) SetErrors(v OpenapiResponseBodyValidationFailedErrors)
SetErrors gets a reference to the given OpenapiResponseBodyValidationFailedErrors and assigns it to the Errors field.
func (*OpenapiResponseBodyValidationFailed) SetMessage ¶
func (o *OpenapiResponseBodyValidationFailed) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyValidationFailed) ToMap ¶
func (o OpenapiResponseBodyValidationFailed) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyValidationFailedErrors ¶
type OpenapiResponseBodyValidationFailedErrors struct { // Every key corresponds to the name of a property that has not passed validation. The value associated with each key is an array of strings that serves to provide a descriptive explanation of the requirements for that particular property and the reasons for its failure. Fields *map[string][]string `json:"fields,omitempty"` }
OpenapiResponseBodyValidationFailedErrors struct for OpenapiResponseBodyValidationFailedErrors
func NewOpenapiResponseBodyValidationFailedErrors ¶
func NewOpenapiResponseBodyValidationFailedErrors() *OpenapiResponseBodyValidationFailedErrors
NewOpenapiResponseBodyValidationFailedErrors instantiates a new OpenapiResponseBodyValidationFailedErrors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyValidationFailedErrorsWithDefaults ¶
func NewOpenapiResponseBodyValidationFailedErrorsWithDefaults() *OpenapiResponseBodyValidationFailedErrors
NewOpenapiResponseBodyValidationFailedErrorsWithDefaults instantiates a new OpenapiResponseBodyValidationFailedErrors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyValidationFailedErrors) GetFields ¶
func (o *OpenapiResponseBodyValidationFailedErrors) GetFields() map[string][]string
GetFields returns the Fields field value if set, zero value otherwise.
func (*OpenapiResponseBodyValidationFailedErrors) GetFieldsOk ¶
func (o *OpenapiResponseBodyValidationFailedErrors) GetFieldsOk() (*map[string][]string, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OpenapiResponseBodyValidationFailedErrors) HasFields ¶
func (o *OpenapiResponseBodyValidationFailedErrors) HasFields() bool
HasFields returns a boolean if a field has been set.
func (OpenapiResponseBodyValidationFailedErrors) MarshalJSON ¶
func (o OpenapiResponseBodyValidationFailedErrors) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyValidationFailedErrors) SetFields ¶
func (o *OpenapiResponseBodyValidationFailedErrors) SetFields(v map[string][]string)
SetFields gets a reference to the given map[string][]string and assigns it to the Fields field.
func (OpenapiResponseBodyValidationFailedErrors) ToMap ¶
func (o OpenapiResponseBodyValidationFailedErrors) ToMap() (map[string]interface{}, error)
type OpenapiResponseBodyWalletInsufficientBalance ¶
type OpenapiResponseBodyWalletInsufficientBalance struct { // `WALLET_INSUFFICIENT_BALANCE` Code *string `json:"code,omitempty"` // E.g. \"Wallet '{wlt-xxx}' doesn't have enough balance\" Message *string `json:"message,omitempty"` }
OpenapiResponseBodyWalletInsufficientBalance struct for OpenapiResponseBodyWalletInsufficientBalance
func NewOpenapiResponseBodyWalletInsufficientBalance ¶
func NewOpenapiResponseBodyWalletInsufficientBalance() *OpenapiResponseBodyWalletInsufficientBalance
NewOpenapiResponseBodyWalletInsufficientBalance instantiates a new OpenapiResponseBodyWalletInsufficientBalance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOpenapiResponseBodyWalletInsufficientBalanceWithDefaults ¶
func NewOpenapiResponseBodyWalletInsufficientBalanceWithDefaults() *OpenapiResponseBodyWalletInsufficientBalance
NewOpenapiResponseBodyWalletInsufficientBalanceWithDefaults instantiates a new OpenapiResponseBodyWalletInsufficientBalance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OpenapiResponseBodyWalletInsufficientBalance) GetCode ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*OpenapiResponseBodyWalletInsufficientBalance) GetCodeOk ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) 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 (*OpenapiResponseBodyWalletInsufficientBalance) GetMessage ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*OpenapiResponseBodyWalletInsufficientBalance) GetMessageOk ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) 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 (*OpenapiResponseBodyWalletInsufficientBalance) HasCode ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*OpenapiResponseBodyWalletInsufficientBalance) HasMessage ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (OpenapiResponseBodyWalletInsufficientBalance) MarshalJSON ¶
func (o OpenapiResponseBodyWalletInsufficientBalance) MarshalJSON() ([]byte, error)
func (*OpenapiResponseBodyWalletInsufficientBalance) SetCode ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*OpenapiResponseBodyWalletInsufficientBalance) SetMessage ¶
func (o *OpenapiResponseBodyWalletInsufficientBalance) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (OpenapiResponseBodyWalletInsufficientBalance) ToMap ¶
func (o OpenapiResponseBodyWalletInsufficientBalance) ToMap() (map[string]interface{}, error)
type PaymentAccountAPIService ¶
type PaymentAccountAPIService service
PaymentAccountAPIService PaymentAccountAPI service
func (*PaymentAccountAPIService) PaymentAccountsGet ¶
func (a *PaymentAccountAPIService) PaymentAccountsGet(ctx context.Context) ApiPaymentAccountsGetRequest
PaymentAccountsGet List
Using this endpoint, you can list all your payment accounts ordered by their creation date in descending order. Considering that the returned data may contain thousands of records, the results will be paginated with a cursor [(see pagination docs)](pagination), allowing you to scroll through the data using multiple requests as necessary.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPaymentAccountsGetRequest
func (*PaymentAccountAPIService) PaymentAccountsGetExecute ¶
func (a *PaymentAccountAPIService) PaymentAccountsGetExecute(r ApiPaymentAccountsGetRequest) (*PaymentAccountsGet200Response, *http.Response, error)
Execute executes the request
@return PaymentAccountsGet200Response
func (*PaymentAccountAPIService) PaymentAccountsPost ¶
func (a *PaymentAccountAPIService) PaymentAccountsPost(ctx context.Context) ApiPaymentAccountsPostRequest
PaymentAccountsPost Get or create
A payment account is a uniquely identifiable entity that serves the purpose of a recipient to send money to (e.g. a remittance recipient).
This endpoint allows you to create payment accounts of both **Mobile Money** and **Bank Account** types, which can subsequently serve as recipient accounts for making [payouts](post_payouts).
> 💁 > > Although HTTP POST is not inherently idempotent, with this endpoint, you can confidently retry the same request without inadvertently creating duplicate records. Our process involves checking the existence of the payment account first. If it exists, we promptly respond with a `200 OK` status. Otherwise, we proceed to create a new one and respond with a `201 Created` status. In both scenarios, the structure of the response body will remain identical.
### Mobile Money
The "mobile money" type refers to accounts registered with telecom companies (a.k.a operators) like SAFARICOM in Kenya, and it necessitates a valid mobile number for identification of the payment account within that telecom provider.
The following table outlines the operators supported by our API for each specific country.
| Country | Operators | | --------- | ------------------------------------ | | 🇰🇪 KE | SAFARICOM, AIRTEL | | 🇹🇿 TZ | VODACOM, AIRTEL, TIGO, HALOTEL, TTCL | | 🇷🇼 RW | AIRTEL, MTN | | 🇬🇭 GH | AIRTEL, MTN, TIGO, VODAFONE | | 🇺🇬 UG | AIRTEL, MTN | | 🇨🇮 CI | MTN, ORANGE, MOOV | | 🇸🇳 SN | ORANGE, FREE, EXPRESSO | | 🇨🇲 CM | MTN, ORANGE |
### Bank account
The "bank account" type is designated for conventional accounts registered with bank institutions, such as "Equity Bank." It comprises an account number and the associated bank ID, where accounts are registered.
We provide support for numerous banks in each country. Documenting each of them here would be impractical. Therefore, we recommend utilizing the dedicated [/v1/banks](get_banks) endpoint to access the most current and accurate list of banks.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPaymentAccountsPostRequest
func (*PaymentAccountAPIService) PaymentAccountsPostExecute ¶
func (a *PaymentAccountAPIService) PaymentAccountsPostExecute(r ApiPaymentAccountsPostRequest) (*PaymentAccountsPost200Response, *http.Response, error)
Execute executes the request
@return PaymentAccountsPost200Response
type PaymentAccountsGet200Response ¶
type PaymentAccountsGet200Response struct { Data []OpenapiPaymentAccountGetOrCreateResponse `json:"data,omitempty"` Meta *OpenapiPaymentAccountListResponseMeta `json:"meta,omitempty"` }
PaymentAccountsGet200Response struct for PaymentAccountsGet200Response
func NewPaymentAccountsGet200Response ¶
func NewPaymentAccountsGet200Response() *PaymentAccountsGet200Response
NewPaymentAccountsGet200Response instantiates a new PaymentAccountsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentAccountsGet200ResponseWithDefaults ¶
func NewPaymentAccountsGet200ResponseWithDefaults() *PaymentAccountsGet200Response
NewPaymentAccountsGet200ResponseWithDefaults instantiates a new PaymentAccountsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentAccountsGet200Response) GetData ¶
func (o *PaymentAccountsGet200Response) GetData() []OpenapiPaymentAccountGetOrCreateResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PaymentAccountsGet200Response) GetDataOk ¶
func (o *PaymentAccountsGet200Response) GetDataOk() ([]OpenapiPaymentAccountGetOrCreateResponse, 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 (*PaymentAccountsGet200Response) GetMeta ¶
func (o *PaymentAccountsGet200Response) GetMeta() OpenapiPaymentAccountListResponseMeta
GetMeta returns the Meta field value if set, zero value otherwise.
func (*PaymentAccountsGet200Response) GetMetaOk ¶
func (o *PaymentAccountsGet200Response) GetMetaOk() (*OpenapiPaymentAccountListResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentAccountsGet200Response) HasData ¶
func (o *PaymentAccountsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (*PaymentAccountsGet200Response) HasMeta ¶
func (o *PaymentAccountsGet200Response) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (PaymentAccountsGet200Response) MarshalJSON ¶
func (o PaymentAccountsGet200Response) MarshalJSON() ([]byte, error)
func (*PaymentAccountsGet200Response) SetData ¶
func (o *PaymentAccountsGet200Response) SetData(v []OpenapiPaymentAccountGetOrCreateResponse)
SetData gets a reference to the given []OpenapiPaymentAccountGetOrCreateResponse and assigns it to the Data field.
func (*PaymentAccountsGet200Response) SetMeta ¶
func (o *PaymentAccountsGet200Response) SetMeta(v OpenapiPaymentAccountListResponseMeta)
SetMeta gets a reference to the given OpenapiPaymentAccountListResponseMeta and assigns it to the Meta field.
func (PaymentAccountsGet200Response) ToMap ¶
func (o PaymentAccountsGet200Response) ToMap() (map[string]interface{}, error)
type PaymentAccountsPost200Response ¶
type PaymentAccountsPost200Response struct {
Data *OpenapiPaymentAccountGetOrCreateResponse `json:"data,omitempty"`
}
PaymentAccountsPost200Response struct for PaymentAccountsPost200Response
func NewPaymentAccountsPost200Response ¶
func NewPaymentAccountsPost200Response() *PaymentAccountsPost200Response
NewPaymentAccountsPost200Response instantiates a new PaymentAccountsPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentAccountsPost200ResponseWithDefaults ¶
func NewPaymentAccountsPost200ResponseWithDefaults() *PaymentAccountsPost200Response
NewPaymentAccountsPost200ResponseWithDefaults instantiates a new PaymentAccountsPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentAccountsPost200Response) GetData ¶
func (o *PaymentAccountsPost200Response) GetData() OpenapiPaymentAccountGetOrCreateResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PaymentAccountsPost200Response) GetDataOk ¶
func (o *PaymentAccountsPost200Response) GetDataOk() (*OpenapiPaymentAccountGetOrCreateResponse, 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 (*PaymentAccountsPost200Response) HasData ¶
func (o *PaymentAccountsPost200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (PaymentAccountsPost200Response) MarshalJSON ¶
func (o PaymentAccountsPost200Response) MarshalJSON() ([]byte, error)
func (*PaymentAccountsPost200Response) SetData ¶
func (o *PaymentAccountsPost200Response) SetData(v OpenapiPaymentAccountGetOrCreateResponse)
SetData gets a reference to the given OpenapiPaymentAccountGetOrCreateResponse and assigns it to the Data field.
func (PaymentAccountsPost200Response) ToMap ¶
func (o PaymentAccountsPost200Response) ToMap() (map[string]interface{}, error)
type PaymentAccountsPost201Response ¶
type PaymentAccountsPost201Response struct {
Data *OpenapiPaymentAccountGetOrCreateResponse `json:"data,omitempty"`
}
PaymentAccountsPost201Response struct for PaymentAccountsPost201Response
func NewPaymentAccountsPost201Response ¶
func NewPaymentAccountsPost201Response() *PaymentAccountsPost201Response
NewPaymentAccountsPost201Response instantiates a new PaymentAccountsPost201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentAccountsPost201ResponseWithDefaults ¶
func NewPaymentAccountsPost201ResponseWithDefaults() *PaymentAccountsPost201Response
NewPaymentAccountsPost201ResponseWithDefaults instantiates a new PaymentAccountsPost201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaymentAccountsPost201Response) GetData ¶
func (o *PaymentAccountsPost201Response) GetData() OpenapiPaymentAccountGetOrCreateResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PaymentAccountsPost201Response) GetDataOk ¶
func (o *PaymentAccountsPost201Response) GetDataOk() (*OpenapiPaymentAccountGetOrCreateResponse, 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 (*PaymentAccountsPost201Response) HasData ¶
func (o *PaymentAccountsPost201Response) HasData() bool
HasData returns a boolean if a field has been set.
func (PaymentAccountsPost201Response) MarshalJSON ¶
func (o PaymentAccountsPost201Response) MarshalJSON() ([]byte, error)
func (*PaymentAccountsPost201Response) SetData ¶
func (o *PaymentAccountsPost201Response) SetData(v OpenapiPaymentAccountGetOrCreateResponse)
SetData gets a reference to the given OpenapiPaymentAccountGetOrCreateResponse and assigns it to the Data field.
func (PaymentAccountsPost201Response) ToMap ¶
func (o PaymentAccountsPost201Response) ToMap() (map[string]interface{}, error)
type PayoutAPIService ¶
type PayoutAPIService service
PayoutAPIService PayoutAPI service
func (*PayoutAPIService) PayoutsGet ¶
func (a *PayoutAPIService) PayoutsGet(ctx context.Context) ApiPayoutsGetRequest
PayoutsGet List
Using this endpoint, you can list all your historical payouts with an optional dates filter. Considering that the returned data may contain thousands of records, the results will be paginated with a cursor [(see pagination docs)](pagination), allowing you to scroll through the data using multiple requests as necessary.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPayoutsGetRequest
func (*PayoutAPIService) PayoutsGetExecute ¶
func (a *PayoutAPIService) PayoutsGetExecute(r ApiPayoutsGetRequest) (*PayoutsGet200Response, *http.Response, error)
Execute executes the request
@return PayoutsGet200Response
func (*PayoutAPIService) PayoutsIdGet ¶
func (a *PayoutAPIService) PayoutsIdGet(ctx context.Context, id string) ApiPayoutsIdGetRequest
PayoutsIdGet Get
This endpoint enables the retrieval of a previously accepted payout using its unique ID (`pyt-xxx`) or the `custom_id` submitted when creating it. Its primary purpose is to periodically check for changes in the payout status.
To learn more about the lifecycle of payouts, please refer to the dedicated section under the [Send Money](post_payouts) endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Payout ID (pyt-xxx) or the custom_id provided at the time of payout creation @return ApiPayoutsIdGetRequest
func (*PayoutAPIService) PayoutsIdGetExecute ¶
func (a *PayoutAPIService) PayoutsIdGetExecute(r ApiPayoutsIdGetRequest) (*PayoutsIdGet200Response, *http.Response, error)
Execute executes the request
@return PayoutsIdGet200Response
func (*PayoutAPIService) PayoutsPost ¶
func (a *PayoutAPIService) PayoutsPost(ctx context.Context) ApiPayoutsPostRequest
PayoutsPost Create
The payout resource finds its application in various scenarios where funds need to be disbursed electronically; For example, but not limited to, money remittance services or businesses that need to disburse salaries to their employees.
Regardless of your specific use case, this endpoint has you covered, offering a versatile API to facilitate money disbursement from your [local wallets](get_wallets) to designated recipients (a.k.a [payment accounts](post_payment-accounts)).
> ℹ️ Lifecycle > > If the request you submit meets our minimum validation standards for processing the payout, our server will accept the request. It will defer the execution to a background asynchronous process, and in response, send you an HTTP 202 status code, along with the payout unique identifier. > <br> > Upon acceptance, the payout is marked as pending. Your client program will need to poll at intervals to [query the payout state](get_payouts-id) and determine whether it has succeeded or not. After the payout is completed, provided [webhook notifications](webhooks) are set up, Rafiki will also dispatch [payout.state-updated](payoutstate-updated) events > <br> > > <details> > <summary>Payout States</summary> > <br> > <table> > <thead> > <tr> > <th>State</th> > <th>Description</th> > </tr> > </thead> > <tbody> > <tr> > <th>⏳<br>PENDING</th> > <th>Your payout has been accepted, and it is currently awaiting processing.</th> > </tr> > <tr> > <th>🎉<br>SENT</th> > <th>The payout has been successfully processed, and the intended recipient should have received the funds.</th> > </tr> > <tr> > <th>🔙<br>REVERSED</th> > <th>Upon reaching the "SENT" state, you can request a manual reversal (for instance, if funds were sent to the wrong recipient) by contacting our support team. Please be aware that there is no programmatic API available for this process yet. This state indicates a successful reversal.</th> > </tr> > <tr> > <th>🙅<br>CANCELLED</th> > <th>If the payout has not yet reached the intended recipient, you have the option to request manual cancellation by reaching out to our support team (please note that there is no programmatic API for this yet). This state signifies that the payout has been successfully canceled.</th> > </tr> > <tr> > <th>💔<br>FAILED</th> > <th> > The funds did not reach the intended recipient due to a failure. If the "context" property does not provide specific information about the reason for the failure, please contact our customer support for assistance. > </th> > </tr> > </tbody> > </table> > </details> > <br> > <details> > <summary>Payout state context</summary> > <br> > When a payout fails, the "context" property of the state object will provide additional information about the reason for the failure. The table below outlines the possible values for this property. > > #### `WALLET_INSUFFICIENT_BALANCE` > > The selected wallet currently doesn't have enough money to process the payout. <br><br> > > #### `PAYMENT_ACCOUNT_INVALID_ACCOUNT_NUMBER` > > The account number provided is invalid. <br><br> > > #### `PAYMENT_ACCOUNT_BALANCE_MAXED_OUT` > > The payment account balance has reached the maximum allowed. <br><br> > > #### `PAYMENT_ACCOUNT_PER_TRANSACTION_LIMIT_REACHED` > > The amount to be sent exceeds the maximum allowed per transaction for this payment account <br><br> > > #### `PAYMENT_ACCOUNT_DAILY_LIMIT_REACHED` > > The payment account has reached the daily limit or would reach it by processing this payout. <br><br> > > #### `PAYMENT_ACCOUNT_MONTHLY_LIMIT_REACHED` > > The payment account has reached the monthly limit or would reach it by processing this payout. <br><br> > > #### `PAYMENT_ACCOUNT_LIMIT_REACHED` > > The payment account has reached a limit but we don't know which one. <br><br> > > </details>
> 📘 Payout amount limits > > Depending on the payment account type and destination currency, different transactions amount limits apply. > <br> > Such limits might be enforced for compliance reasons or mandated by the banking authority that owns the payment account or the country in which the account resides. > <br> > <details> > <summary>Per transaction limits</summary> > <br> > <table> > <thead> > <th>Country</th> > <th>Minimum</th> > <th>Maximum</th> > </thead> > <tbody> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇰🇪 Kenya</td> > <td>KSh 140</td> > <td> > <table> > <thead> > <th>Bank Account</th> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>KSh 950,000</td> > <td>KSh 250,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇹🇿 Tanzania</td> > <td>TSh 2,500</td> > <td> > <table> > <thead> > <th>Bank Account</th> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>TSh 20,000,000</td> > <td>TSh 5,000,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇷🇼 Rwanda</td> > <td>R₣ 500</td> > <td> > <table> > <thead> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td style="text-align: center; vertical-align: middle;"> > <strong>MTN</strong> R₣ 2,000,000 <br> > <strong>Airtel</strong> R₣ 500,000 <br> > </td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇳🇬 Nigeria</td> > <td>₦ 100</td> > <td> > <table> > <thead> > <th>Bank Account</th> > </thead> > <tbody> > <tr> > <td>₦ 50,000,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇬🇭 Ghana</td> > <td>₵ 10</td> > <td> > <table> > <thead> > <th>Bank Account</th> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>₵ 50,000</td> > <td>₵ 15,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇺🇬 Uganda</td> > <td>USh 5,000</td> > <td> > <table> > <thead> > <th>Bank Account</th> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>USh 5,000,000</td> > <td>USh 5,000,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇪🇬 Egypt</td> > <td>£ 200</td> > <td> > <table> > <thead> > <th>Bank Account</th> > </thead> > <tbody> > <tr> > <td>£ 300,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇸🇳 Senegal</td> > <td>XOF 2,000</td> > <td> > <table> > <thead> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>XOF 1,500,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇨🇮 Côte d'Ivoire</td> > <td>XOF 2,000</td> > <td> > <table> > <thead> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>XOF 1,500,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > <tr style="text-align: center; vertical-align: middle;"> > <td>🇨🇲 Cameroon</td> > <td>XAF 500</td> > <td> > <table> > <thead> > <th>Mobile Money</th> > </thead> > <tbody> > <tr> > <td>XAF 1,000,000</td> > </tr> > </tbody> > </table> > </td> > </tr> > </tbody> > </table> > </details>
> ⚠️ Sender requirements > > Some countries might necessitate different and more comprehensive sender details. > <br> > We understand that navigating these varying rules for different countries can be complex, considering the multitude of combinations possible. To simplify this process, you can detail the requirements for each country listed below. > <br> > > <details> > <summary>🇰🇪 Kenya</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Kenya --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>-</td> <!-- Kenya --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇳🇬 Nigeria</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Nigeria --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Nigeria --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇹🇿 Tanzania</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Tanzania --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Tanzania --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇷🇼 Rwanda</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Rwanda --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Rwanda --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇬🇭 Ghana</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Ghana --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Ghana --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇺🇬 Uganda</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Uganda --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Uganda --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇪🇬 Egypt</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Egypt --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Egypt --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇸🇳 Senegal</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Senegal --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Senegal --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇨🇮 Côte d'Ivoire</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Côte d'Ivoire --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Côte d'Ivoire --> > </tr> > </tbody> > </table> > <br> > </details> > > <details> > <summary>🇨🇲 Cameroon</summary> > <table> > <thead> > <tr> > <th>Field</th> > <th>Requirements</th> > </tr> > </thead> > <tbody> > <tr> > <td>sender.type</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.name</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.line1</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.line2</td> > <td>-</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.line3</td> > <td>-</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.city</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.postal_code</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.address.country</td> > <td>Required</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.dob</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.identity_document.type</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.identity_document.country</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.identity_document.number</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.identity_document.issued_on</td> > <td>-</td> <!-- Cameroon --> > </tr> > <tr> > <td>sender.individual.identity_document.expires_on</td> > <td>Required (with type INDIVIDUAL)</td> <!-- Cameroon --> > </tr> > </tbody> > </table> > <br> > </details>
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPayoutsPostRequest
func (*PayoutAPIService) PayoutsPostExecute ¶
func (a *PayoutAPIService) PayoutsPostExecute(r ApiPayoutsPostRequest) (*PayoutsPost202Response, *http.Response, error)
Execute executes the request
@return PayoutsPost202Response
type PayoutsGet200Response ¶
type PayoutsGet200Response struct { Data []OpenapiPayoutGetResponse `json:"data,omitempty"` Meta *OpenapiPayoutListResponseMeta `json:"meta,omitempty"` }
PayoutsGet200Response struct for PayoutsGet200Response
func NewPayoutsGet200Response ¶
func NewPayoutsGet200Response() *PayoutsGet200Response
NewPayoutsGet200Response instantiates a new PayoutsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutsGet200ResponseWithDefaults ¶
func NewPayoutsGet200ResponseWithDefaults() *PayoutsGet200Response
NewPayoutsGet200ResponseWithDefaults instantiates a new PayoutsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutsGet200Response) GetData ¶
func (o *PayoutsGet200Response) GetData() []OpenapiPayoutGetResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PayoutsGet200Response) GetDataOk ¶
func (o *PayoutsGet200Response) GetDataOk() ([]OpenapiPayoutGetResponse, 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 (*PayoutsGet200Response) GetMeta ¶
func (o *PayoutsGet200Response) GetMeta() OpenapiPayoutListResponseMeta
GetMeta returns the Meta field value if set, zero value otherwise.
func (*PayoutsGet200Response) GetMetaOk ¶
func (o *PayoutsGet200Response) GetMetaOk() (*OpenapiPayoutListResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PayoutsGet200Response) HasData ¶
func (o *PayoutsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (*PayoutsGet200Response) HasMeta ¶
func (o *PayoutsGet200Response) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (PayoutsGet200Response) MarshalJSON ¶
func (o PayoutsGet200Response) MarshalJSON() ([]byte, error)
func (*PayoutsGet200Response) SetData ¶
func (o *PayoutsGet200Response) SetData(v []OpenapiPayoutGetResponse)
SetData gets a reference to the given []OpenapiPayoutGetResponse and assigns it to the Data field.
func (*PayoutsGet200Response) SetMeta ¶
func (o *PayoutsGet200Response) SetMeta(v OpenapiPayoutListResponseMeta)
SetMeta gets a reference to the given OpenapiPayoutListResponseMeta and assigns it to the Meta field.
func (PayoutsGet200Response) ToMap ¶
func (o PayoutsGet200Response) ToMap() (map[string]interface{}, error)
type PayoutsIdGet200Response ¶
type PayoutsIdGet200Response struct {
Data *OpenapiPayoutGetResponse `json:"data,omitempty"`
}
PayoutsIdGet200Response struct for PayoutsIdGet200Response
func NewPayoutsIdGet200Response ¶
func NewPayoutsIdGet200Response() *PayoutsIdGet200Response
NewPayoutsIdGet200Response instantiates a new PayoutsIdGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutsIdGet200ResponseWithDefaults ¶
func NewPayoutsIdGet200ResponseWithDefaults() *PayoutsIdGet200Response
NewPayoutsIdGet200ResponseWithDefaults instantiates a new PayoutsIdGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutsIdGet200Response) GetData ¶
func (o *PayoutsIdGet200Response) GetData() OpenapiPayoutGetResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PayoutsIdGet200Response) GetDataOk ¶
func (o *PayoutsIdGet200Response) GetDataOk() (*OpenapiPayoutGetResponse, 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 (*PayoutsIdGet200Response) HasData ¶
func (o *PayoutsIdGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (PayoutsIdGet200Response) MarshalJSON ¶
func (o PayoutsIdGet200Response) MarshalJSON() ([]byte, error)
func (*PayoutsIdGet200Response) SetData ¶
func (o *PayoutsIdGet200Response) SetData(v OpenapiPayoutGetResponse)
SetData gets a reference to the given OpenapiPayoutGetResponse and assigns it to the Data field.
func (PayoutsIdGet200Response) ToMap ¶
func (o PayoutsIdGet200Response) ToMap() (map[string]interface{}, error)
type PayoutsPost202Response ¶
type PayoutsPost202Response struct {
Data *OpenapiPayoutCreateResponse `json:"data,omitempty"`
}
PayoutsPost202Response struct for PayoutsPost202Response
func NewPayoutsPost202Response ¶
func NewPayoutsPost202Response() *PayoutsPost202Response
NewPayoutsPost202Response instantiates a new PayoutsPost202Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPayoutsPost202ResponseWithDefaults ¶
func NewPayoutsPost202ResponseWithDefaults() *PayoutsPost202Response
NewPayoutsPost202ResponseWithDefaults instantiates a new PayoutsPost202Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PayoutsPost202Response) GetData ¶
func (o *PayoutsPost202Response) GetData() OpenapiPayoutCreateResponse
GetData returns the Data field value if set, zero value otherwise.
func (*PayoutsPost202Response) GetDataOk ¶
func (o *PayoutsPost202Response) GetDataOk() (*OpenapiPayoutCreateResponse, 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 (*PayoutsPost202Response) HasData ¶
func (o *PayoutsPost202Response) HasData() bool
HasData returns a boolean if a field has been set.
func (PayoutsPost202Response) MarshalJSON ¶
func (o PayoutsPost202Response) MarshalJSON() ([]byte, error)
func (*PayoutsPost202Response) SetData ¶
func (o *PayoutsPost202Response) SetData(v OpenapiPayoutCreateResponse)
SetData gets a reference to the given OpenapiPayoutCreateResponse and assigns it to the Data field.
func (PayoutsPost202Response) ToMap ¶
func (o PayoutsPost202Response) ToMap() (map[string]interface{}, error)
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 WalletAPIService ¶
type WalletAPIService service
WalletAPIService WalletAPI service
func (*WalletAPIService) WalletsGet ¶
func (a *WalletAPIService) WalletsGet(ctx context.Context) ApiWalletsGetRequest
WalletsGet List
Wallets serve as repositories for your funds in a specific currency and are employed in tandem with payouts as the origin from which funds will be disbursed.
This particular endpoint will return a comprehensive list of your active wallets, showcasing their associated currencies and the most recent updates on available balances.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWalletsGetRequest
func (*WalletAPIService) WalletsGetExecute ¶
func (a *WalletAPIService) WalletsGetExecute(r ApiWalletsGetRequest) (*WalletsGet200Response, *http.Response, error)
Execute executes the request
@return WalletsGet200Response
type WalletsGet200Response ¶
type WalletsGet200Response struct {
Data []WalletsGet200ResponseAllOfDataInner `json:"data,omitempty"`
}
WalletsGet200Response struct for WalletsGet200Response
func NewWalletsGet200Response ¶
func NewWalletsGet200Response() *WalletsGet200Response
NewWalletsGet200Response instantiates a new WalletsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWalletsGet200ResponseWithDefaults ¶
func NewWalletsGet200ResponseWithDefaults() *WalletsGet200Response
NewWalletsGet200ResponseWithDefaults instantiates a new WalletsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WalletsGet200Response) GetData ¶
func (o *WalletsGet200Response) GetData() []WalletsGet200ResponseAllOfDataInner
GetData returns the Data field value if set, zero value otherwise.
func (*WalletsGet200Response) GetDataOk ¶
func (o *WalletsGet200Response) GetDataOk() ([]WalletsGet200ResponseAllOfDataInner, 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 (*WalletsGet200Response) HasData ¶
func (o *WalletsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (WalletsGet200Response) MarshalJSON ¶
func (o WalletsGet200Response) MarshalJSON() ([]byte, error)
func (*WalletsGet200Response) SetData ¶
func (o *WalletsGet200Response) SetData(v []WalletsGet200ResponseAllOfDataInner)
SetData gets a reference to the given []WalletsGet200ResponseAllOfDataInner and assigns it to the Data field.
func (WalletsGet200Response) ToMap ¶
func (o WalletsGet200Response) ToMap() (map[string]interface{}, error)
type WalletsGet200ResponseAllOfDataInner ¶
type WalletsGet200ResponseAllOfDataInner struct { // The actual available balance Available *string `json:"available,omitempty"` // The total balance yet to settle Balance *string `json:"balance,omitempty"` // The ISO 4217 currency code associated with the wallet Currency *string `json:"currency,omitempty"` Id *string `json:"id,omitempty"` }
WalletsGet200ResponseAllOfDataInner struct for WalletsGet200ResponseAllOfDataInner
func NewWalletsGet200ResponseAllOfDataInner ¶
func NewWalletsGet200ResponseAllOfDataInner() *WalletsGet200ResponseAllOfDataInner
NewWalletsGet200ResponseAllOfDataInner instantiates a new WalletsGet200ResponseAllOfDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWalletsGet200ResponseAllOfDataInnerWithDefaults ¶
func NewWalletsGet200ResponseAllOfDataInnerWithDefaults() *WalletsGet200ResponseAllOfDataInner
NewWalletsGet200ResponseAllOfDataInnerWithDefaults instantiates a new WalletsGet200ResponseAllOfDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WalletsGet200ResponseAllOfDataInner) GetAvailable ¶
func (o *WalletsGet200ResponseAllOfDataInner) GetAvailable() string
GetAvailable returns the Available field value if set, zero value otherwise.
func (*WalletsGet200ResponseAllOfDataInner) GetAvailableOk ¶
func (o *WalletsGet200ResponseAllOfDataInner) GetAvailableOk() (*string, bool)
GetAvailableOk returns a tuple with the Available field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WalletsGet200ResponseAllOfDataInner) GetBalance ¶
func (o *WalletsGet200ResponseAllOfDataInner) GetBalance() string
GetBalance returns the Balance field value if set, zero value otherwise.
func (*WalletsGet200ResponseAllOfDataInner) GetBalanceOk ¶
func (o *WalletsGet200ResponseAllOfDataInner) 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 (*WalletsGet200ResponseAllOfDataInner) GetCurrency ¶
func (o *WalletsGet200ResponseAllOfDataInner) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*WalletsGet200ResponseAllOfDataInner) GetCurrencyOk ¶
func (o *WalletsGet200ResponseAllOfDataInner) 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 (*WalletsGet200ResponseAllOfDataInner) GetId ¶
func (o *WalletsGet200ResponseAllOfDataInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WalletsGet200ResponseAllOfDataInner) GetIdOk ¶
func (o *WalletsGet200ResponseAllOfDataInner) 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 (*WalletsGet200ResponseAllOfDataInner) HasAvailable ¶
func (o *WalletsGet200ResponseAllOfDataInner) HasAvailable() bool
HasAvailable returns a boolean if a field has been set.
func (*WalletsGet200ResponseAllOfDataInner) HasBalance ¶
func (o *WalletsGet200ResponseAllOfDataInner) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (*WalletsGet200ResponseAllOfDataInner) HasCurrency ¶
func (o *WalletsGet200ResponseAllOfDataInner) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*WalletsGet200ResponseAllOfDataInner) HasId ¶
func (o *WalletsGet200ResponseAllOfDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (WalletsGet200ResponseAllOfDataInner) MarshalJSON ¶
func (o WalletsGet200ResponseAllOfDataInner) MarshalJSON() ([]byte, error)
func (*WalletsGet200ResponseAllOfDataInner) SetAvailable ¶
func (o *WalletsGet200ResponseAllOfDataInner) SetAvailable(v string)
SetAvailable gets a reference to the given string and assigns it to the Available field.
func (*WalletsGet200ResponseAllOfDataInner) SetBalance ¶
func (o *WalletsGet200ResponseAllOfDataInner) SetBalance(v string)
SetBalance gets a reference to the given string and assigns it to the Balance field.
func (*WalletsGet200ResponseAllOfDataInner) SetCurrency ¶
func (o *WalletsGet200ResponseAllOfDataInner) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*WalletsGet200ResponseAllOfDataInner) SetId ¶
func (o *WalletsGet200ResponseAllOfDataInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (WalletsGet200ResponseAllOfDataInner) ToMap ¶
func (o WalletsGet200ResponseAllOfDataInner) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_bank.go
- api_lookup.go
- api_payment_account.go
- api_payout.go
- api_wallet.go
- client.go
- configuration.go
- model__banks_get_200_response.go
- model__banks_get_200_response_all_of_data_inner.go
- model__banks_get_200_response_all_of_data_inner_branches_inner.go
- model__lookups__account_number__get_200_response.go
- model__payment_accounts_get_200_response.go
- model__payment_accounts_post_200_response.go
- model__payment_accounts_post_201_response.go
- model__payouts__id__get_200_response.go
- model__payouts_get_200_response.go
- model__payouts_post_202_response.go
- model__wallets_get_200_response.go
- model__wallets_get_200_response_all_of_data_inner.go
- model_openapi_lookup_get_response.go
- model_openapi_lookup_get_response_holder.go
- model_openapi_payment_account_get_or_create_request.go
- model_openapi_payment_account_get_or_create_request_bank_account.go
- model_openapi_payment_account_get_or_create_request_holder.go
- model_openapi_payment_account_get_or_create_request_mobile_money.go
- model_openapi_payment_account_get_or_create_response.go
- model_openapi_payment_account_get_or_create_response_bank_account.go
- model_openapi_payment_account_get_or_create_response_holder.go
- model_openapi_payment_account_get_or_create_response_mobile_money.go
- model_openapi_payment_account_list_response_meta.go
- model_openapi_payment_account_list_response_meta_paging.go
- model_openapi_payment_account_list_response_meta_paging_cursors.go
- model_openapi_payout_create_request.go
- model_openapi_payout_create_request_amount.go
- model_openapi_payout_create_request_sender.go
- model_openapi_payout_create_request_sender_address.go
- model_openapi_payout_create_request_sender_individual.go
- model_openapi_payout_create_request_sender_individual_identity_document.go
- model_openapi_payout_create_response.go
- model_openapi_payout_create_response_amount.go
- model_openapi_payout_create_response_sender.go
- model_openapi_payout_create_response_sender_address.go
- model_openapi_payout_create_response_sender_individual.go
- model_openapi_payout_create_response_sender_individual_identity_document.go
- model_openapi_payout_create_response_state.go
- model_openapi_payout_get_response.go
- model_openapi_payout_list_response_meta.go
- model_openapi_payout_list_response_meta_paging.go
- model_openapi_payout_list_response_meta_paging_cursors.go
- model_openapi_response_body_idempotency_conflict.go
- model_openapi_response_body_internal_server_error.go
- model_openapi_response_body_lookup_account_not_found.go
- model_openapi_response_body_not_found.go
- model_openapi_response_body_payout_payment_account_temporarily_unavailable.go
- model_openapi_response_body_success_collection.go
- model_openapi_response_body_success_collection_no_meta.go
- model_openapi_response_body_success_cursor_paginated.go
- model_openapi_response_body_success_cursor_paginated_meta.go
- model_openapi_response_body_success_cursor_paginated_meta_paging.go
- model_openapi_response_body_success_cursor_paginated_meta_paging_cursors.go
- model_openapi_response_body_success_no_meta.go
- model_openapi_response_body_validation_failed.go
- model_openapi_response_body_validation_failed_errors.go
- model_openapi_response_body_wallet_insufficient_balance.go
- response.go
- utils.go