Versions in this module Expand all Collapse all v13 v13.0.0 Oct 21, 2024 Changes in this version + type Address struct + City *string + CountryCode *string + PostalCode *string + StateOrProvince *string + StreetAddress *string + StreetAddress2 *string + func NewAddress() *Address + func NewAddressWithDefaults() *Address + func (o *Address) GetCity() string + func (o *Address) GetCityOk() (*string, bool) + func (o *Address) GetCountryCode() string + func (o *Address) GetCountryCodeOk() (*string, bool) + func (o *Address) GetPostalCode() string + func (o *Address) GetPostalCodeOk() (*string, bool) + func (o *Address) GetStateOrProvince() string + func (o *Address) GetStateOrProvinceOk() (*string, bool) + func (o *Address) GetStreetAddress() string + func (o *Address) GetStreetAddress2() string + func (o *Address) GetStreetAddress2Ok() (*string, bool) + func (o *Address) GetStreetAddressOk() (*string, bool) + func (o *Address) HasCity() bool + func (o *Address) HasCountryCode() bool + func (o *Address) HasPostalCode() bool + func (o *Address) HasStateOrProvince() bool + func (o *Address) HasStreetAddress() bool + func (o *Address) HasStreetAddress2() bool + func (o *Address) SetCity(v string) + func (o *Address) SetCountryCode(v string) + func (o *Address) SetPostalCode(v string) + func (o *Address) SetStateOrProvince(v string) + func (o *Address) SetStreetAddress(v string) + func (o *Address) SetStreetAddress2(v string) + func (o Address) MarshalJSON() ([]byte, error) + func (o Address) ToMap() (map[string]interface{}, error) + type AssignTerminalsRequest struct + CompanyAccount string + MerchantAccount *string + MerchantInventory *bool + Store *string + Terminals []string + func NewAssignTerminalsRequest(companyAccount string, terminals []string) *AssignTerminalsRequest + func NewAssignTerminalsRequestWithDefaults() *AssignTerminalsRequest + func (o *AssignTerminalsRequest) GetCompanyAccount() string + func (o *AssignTerminalsRequest) GetCompanyAccountOk() (*string, bool) + func (o *AssignTerminalsRequest) GetMerchantAccount() string + func (o *AssignTerminalsRequest) GetMerchantAccountOk() (*string, bool) + func (o *AssignTerminalsRequest) GetMerchantInventory() bool + func (o *AssignTerminalsRequest) GetMerchantInventoryOk() (*bool, bool) + func (o *AssignTerminalsRequest) GetStore() string + func (o *AssignTerminalsRequest) GetStoreOk() (*string, bool) + func (o *AssignTerminalsRequest) GetTerminals() []string + func (o *AssignTerminalsRequest) GetTerminalsOk() ([]string, bool) + func (o *AssignTerminalsRequest) HasMerchantAccount() bool + func (o *AssignTerminalsRequest) HasMerchantInventory() bool + func (o *AssignTerminalsRequest) HasStore() bool + func (o *AssignTerminalsRequest) SetCompanyAccount(v string) + func (o *AssignTerminalsRequest) SetMerchantAccount(v string) + func (o *AssignTerminalsRequest) SetMerchantInventory(v bool) + func (o *AssignTerminalsRequest) SetStore(v string) + func (o *AssignTerminalsRequest) SetTerminals(v []string) + func (o AssignTerminalsRequest) MarshalJSON() ([]byte, error) + func (o AssignTerminalsRequest) ToMap() (map[string]interface{}, error) + type AssignTerminalsResponse struct + Results map[string]string + func NewAssignTerminalsResponse(results map[string]string) *AssignTerminalsResponse + func NewAssignTerminalsResponseWithDefaults() *AssignTerminalsResponse + func (o *AssignTerminalsResponse) GetResults() map[string]string + func (o *AssignTerminalsResponse) GetResultsOk() (*map[string]string, bool) + func (o *AssignTerminalsResponse) SetResults(v map[string]string) + func (o AssignTerminalsResponse) MarshalJSON() ([]byte, error) + func (o AssignTerminalsResponse) ToMap() (map[string]interface{}, error) + type FindTerminalRequest struct + Terminal string + func NewFindTerminalRequest(terminal string) *FindTerminalRequest + func NewFindTerminalRequestWithDefaults() *FindTerminalRequest + func (o *FindTerminalRequest) GetTerminal() string + func (o *FindTerminalRequest) GetTerminalOk() (*string, bool) + func (o *FindTerminalRequest) SetTerminal(v string) + func (o FindTerminalRequest) MarshalJSON() ([]byte, error) + func (o FindTerminalRequest) ToMap() (map[string]interface{}, error) + type FindTerminalResponse struct + CompanyAccount string + MerchantAccount *string + MerchantInventory *bool + Store *string + Terminal string + func NewFindTerminalResponse(companyAccount string, terminal string) *FindTerminalResponse + func NewFindTerminalResponseWithDefaults() *FindTerminalResponse + func (o *FindTerminalResponse) GetCompanyAccount() string + func (o *FindTerminalResponse) GetCompanyAccountOk() (*string, bool) + func (o *FindTerminalResponse) GetMerchantAccount() string + func (o *FindTerminalResponse) GetMerchantAccountOk() (*string, bool) + func (o *FindTerminalResponse) GetMerchantInventory() bool + func (o *FindTerminalResponse) GetMerchantInventoryOk() (*bool, bool) + func (o *FindTerminalResponse) GetStore() string + func (o *FindTerminalResponse) GetStoreOk() (*string, bool) + func (o *FindTerminalResponse) GetTerminal() string + func (o *FindTerminalResponse) GetTerminalOk() (*string, bool) + func (o *FindTerminalResponse) HasMerchantAccount() bool + func (o *FindTerminalResponse) HasMerchantInventory() bool + func (o *FindTerminalResponse) HasStore() bool + func (o *FindTerminalResponse) SetCompanyAccount(v string) + func (o *FindTerminalResponse) SetMerchantAccount(v string) + func (o *FindTerminalResponse) SetMerchantInventory(v bool) + func (o *FindTerminalResponse) SetStore(v string) + func (o *FindTerminalResponse) SetTerminal(v string) + func (o FindTerminalResponse) MarshalJSON() ([]byte, error) + func (o FindTerminalResponse) ToMap() (map[string]interface{}, error) + type GeneralApi common.Service + func (a *GeneralApi) AssignTerminals(ctx context.Context, r GeneralApiAssignTerminalsInput) (AssignTerminalsResponse, *http.Response, error) + func (a *GeneralApi) AssignTerminalsInput() GeneralApiAssignTerminalsInput + func (a *GeneralApi) FindTerminal(ctx context.Context, r GeneralApiFindTerminalInput) (FindTerminalResponse, *http.Response, error) + func (a *GeneralApi) FindTerminalInput() GeneralApiFindTerminalInput + func (a *GeneralApi) GetStoresUnderAccount(ctx context.Context, r GeneralApiGetStoresUnderAccountInput) (GetStoresUnderAccountResponse, *http.Response, error) + func (a *GeneralApi) GetStoresUnderAccountInput() GeneralApiGetStoresUnderAccountInput + func (a *GeneralApi) GetTerminalDetails(ctx context.Context, r GeneralApiGetTerminalDetailsInput) (GetTerminalDetailsResponse, *http.Response, error) + func (a *GeneralApi) GetTerminalDetailsInput() GeneralApiGetTerminalDetailsInput + func (a *GeneralApi) GetTerminalsUnderAccount(ctx context.Context, r GeneralApiGetTerminalsUnderAccountInput) (GetTerminalsUnderAccountResponse, *http.Response, error) + func (a *GeneralApi) GetTerminalsUnderAccountInput() GeneralApiGetTerminalsUnderAccountInput + type GeneralApiAssignTerminalsInput struct + func (r GeneralApiAssignTerminalsInput) AssignTerminalsRequest(assignTerminalsRequest AssignTerminalsRequest) GeneralApiAssignTerminalsInput + type GeneralApiFindTerminalInput struct + func (r GeneralApiFindTerminalInput) FindTerminalRequest(findTerminalRequest FindTerminalRequest) GeneralApiFindTerminalInput + type GeneralApiGetStoresUnderAccountInput struct + func (r GeneralApiGetStoresUnderAccountInput) GetStoresUnderAccountRequest(getStoresUnderAccountRequest GetStoresUnderAccountRequest) GeneralApiGetStoresUnderAccountInput + type GeneralApiGetTerminalDetailsInput struct + func (r GeneralApiGetTerminalDetailsInput) GetTerminalDetailsRequest(getTerminalDetailsRequest GetTerminalDetailsRequest) GeneralApiGetTerminalDetailsInput + type GeneralApiGetTerminalsUnderAccountInput struct + func (r GeneralApiGetTerminalsUnderAccountInput) GetTerminalsUnderAccountRequest(getTerminalsUnderAccountRequest GetTerminalsUnderAccountRequest) GeneralApiGetTerminalsUnderAccountInput + type GetStoresUnderAccountRequest struct + CompanyAccount string + MerchantAccount *string + func NewGetStoresUnderAccountRequest(companyAccount string) *GetStoresUnderAccountRequest + func NewGetStoresUnderAccountRequestWithDefaults() *GetStoresUnderAccountRequest + func (o *GetStoresUnderAccountRequest) GetCompanyAccount() string + func (o *GetStoresUnderAccountRequest) GetCompanyAccountOk() (*string, bool) + func (o *GetStoresUnderAccountRequest) GetMerchantAccount() string + func (o *GetStoresUnderAccountRequest) GetMerchantAccountOk() (*string, bool) + func (o *GetStoresUnderAccountRequest) HasMerchantAccount() bool + func (o *GetStoresUnderAccountRequest) SetCompanyAccount(v string) + func (o *GetStoresUnderAccountRequest) SetMerchantAccount(v string) + func (o GetStoresUnderAccountRequest) MarshalJSON() ([]byte, error) + func (o GetStoresUnderAccountRequest) ToMap() (map[string]interface{}, error) + type GetStoresUnderAccountResponse struct + Stores []Store + func NewGetStoresUnderAccountResponse() *GetStoresUnderAccountResponse + func NewGetStoresUnderAccountResponseWithDefaults() *GetStoresUnderAccountResponse + func (o *GetStoresUnderAccountResponse) GetStores() []Store + func (o *GetStoresUnderAccountResponse) GetStoresOk() ([]Store, bool) + func (o *GetStoresUnderAccountResponse) HasStores() bool + func (o *GetStoresUnderAccountResponse) SetStores(v []Store) + func (o GetStoresUnderAccountResponse) MarshalJSON() ([]byte, error) + func (o GetStoresUnderAccountResponse) ToMap() (map[string]interface{}, error) + type GetTerminalDetailsRequest struct + Terminal string + func NewGetTerminalDetailsRequest(terminal string) *GetTerminalDetailsRequest + func NewGetTerminalDetailsRequestWithDefaults() *GetTerminalDetailsRequest + func (o *GetTerminalDetailsRequest) GetTerminal() string + func (o *GetTerminalDetailsRequest) GetTerminalOk() (*string, bool) + func (o *GetTerminalDetailsRequest) SetTerminal(v string) + func (o GetTerminalDetailsRequest) MarshalJSON() ([]byte, error) + func (o GetTerminalDetailsRequest) ToMap() (map[string]interface{}, error) + type GetTerminalDetailsResponse struct + BluetoothIp *string + BluetoothMac *string + CompanyAccount string + Country *string + DeviceModel *string + DhcpEnabled *bool + DisplayLabel *string + EthernetIp *string + EthernetMac *string + FirmwareVersion *string + Iccid *string + LastActivityDateTime *time.Time + LastTransactionDateTime *time.Time + LinkNegotiation *string + MerchantAccount *string + MerchantInventory *bool + PermanentTerminalId *string + SerialNumber *string + SimStatus *string + Store *string + StoreDetails *Store + Terminal string + TerminalStatus *string + WifiIp *string + WifiMac *string + func NewGetTerminalDetailsResponse(companyAccount string, terminal string) *GetTerminalDetailsResponse + func NewGetTerminalDetailsResponseWithDefaults() *GetTerminalDetailsResponse + func (o *GetTerminalDetailsResponse) GetBluetoothIp() string + func (o *GetTerminalDetailsResponse) GetBluetoothIpOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetBluetoothMac() string + func (o *GetTerminalDetailsResponse) GetBluetoothMacOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetCompanyAccount() string + func (o *GetTerminalDetailsResponse) GetCompanyAccountOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetCountry() string + func (o *GetTerminalDetailsResponse) GetCountryOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetDeviceModel() string + func (o *GetTerminalDetailsResponse) GetDeviceModelOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetDhcpEnabled() bool + func (o *GetTerminalDetailsResponse) GetDhcpEnabledOk() (*bool, bool) + func (o *GetTerminalDetailsResponse) GetDisplayLabel() string + func (o *GetTerminalDetailsResponse) GetDisplayLabelOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetEthernetIp() string + func (o *GetTerminalDetailsResponse) GetEthernetIpOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetEthernetMac() string + func (o *GetTerminalDetailsResponse) GetEthernetMacOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetFirmwareVersion() string + func (o *GetTerminalDetailsResponse) GetFirmwareVersionOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetIccid() string + func (o *GetTerminalDetailsResponse) GetIccidOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetLastActivityDateTime() time.Time + func (o *GetTerminalDetailsResponse) GetLastActivityDateTimeOk() (*time.Time, bool) + func (o *GetTerminalDetailsResponse) GetLastTransactionDateTime() time.Time + func (o *GetTerminalDetailsResponse) GetLastTransactionDateTimeOk() (*time.Time, bool) + func (o *GetTerminalDetailsResponse) GetLinkNegotiation() string + func (o *GetTerminalDetailsResponse) GetLinkNegotiationOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetMerchantAccount() string + func (o *GetTerminalDetailsResponse) GetMerchantAccountOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetMerchantInventory() bool + func (o *GetTerminalDetailsResponse) GetMerchantInventoryOk() (*bool, bool) + func (o *GetTerminalDetailsResponse) GetPermanentTerminalId() string + func (o *GetTerminalDetailsResponse) GetPermanentTerminalIdOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetSerialNumber() string + func (o *GetTerminalDetailsResponse) GetSerialNumberOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetSimStatus() string + func (o *GetTerminalDetailsResponse) GetSimStatusOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetStore() string + func (o *GetTerminalDetailsResponse) GetStoreDetails() Store + func (o *GetTerminalDetailsResponse) GetStoreDetailsOk() (*Store, bool) + func (o *GetTerminalDetailsResponse) GetStoreOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetTerminal() string + func (o *GetTerminalDetailsResponse) GetTerminalOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetTerminalStatus() string + func (o *GetTerminalDetailsResponse) GetTerminalStatusOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetWifiIp() string + func (o *GetTerminalDetailsResponse) GetWifiIpOk() (*string, bool) + func (o *GetTerminalDetailsResponse) GetWifiMac() string + func (o *GetTerminalDetailsResponse) GetWifiMacOk() (*string, bool) + func (o *GetTerminalDetailsResponse) HasBluetoothIp() bool + func (o *GetTerminalDetailsResponse) HasBluetoothMac() bool + func (o *GetTerminalDetailsResponse) HasCountry() bool + func (o *GetTerminalDetailsResponse) HasDeviceModel() bool + func (o *GetTerminalDetailsResponse) HasDhcpEnabled() bool + func (o *GetTerminalDetailsResponse) HasDisplayLabel() bool + func (o *GetTerminalDetailsResponse) HasEthernetIp() bool + func (o *GetTerminalDetailsResponse) HasEthernetMac() bool + func (o *GetTerminalDetailsResponse) HasFirmwareVersion() bool + func (o *GetTerminalDetailsResponse) HasIccid() bool + func (o *GetTerminalDetailsResponse) HasLastActivityDateTime() bool + func (o *GetTerminalDetailsResponse) HasLastTransactionDateTime() bool + func (o *GetTerminalDetailsResponse) HasLinkNegotiation() bool + func (o *GetTerminalDetailsResponse) HasMerchantAccount() bool + func (o *GetTerminalDetailsResponse) HasMerchantInventory() bool + func (o *GetTerminalDetailsResponse) HasPermanentTerminalId() bool + func (o *GetTerminalDetailsResponse) HasSerialNumber() bool + func (o *GetTerminalDetailsResponse) HasSimStatus() bool + func (o *GetTerminalDetailsResponse) HasStore() bool + func (o *GetTerminalDetailsResponse) HasStoreDetails() bool + func (o *GetTerminalDetailsResponse) HasTerminalStatus() bool + func (o *GetTerminalDetailsResponse) HasWifiIp() bool + func (o *GetTerminalDetailsResponse) HasWifiMac() bool + func (o *GetTerminalDetailsResponse) SetBluetoothIp(v string) + func (o *GetTerminalDetailsResponse) SetBluetoothMac(v string) + func (o *GetTerminalDetailsResponse) SetCompanyAccount(v string) + func (o *GetTerminalDetailsResponse) SetCountry(v string) + func (o *GetTerminalDetailsResponse) SetDeviceModel(v string) + func (o *GetTerminalDetailsResponse) SetDhcpEnabled(v bool) + func (o *GetTerminalDetailsResponse) SetDisplayLabel(v string) + func (o *GetTerminalDetailsResponse) SetEthernetIp(v string) + func (o *GetTerminalDetailsResponse) SetEthernetMac(v string) + func (o *GetTerminalDetailsResponse) SetFirmwareVersion(v string) + func (o *GetTerminalDetailsResponse) SetIccid(v string) + func (o *GetTerminalDetailsResponse) SetLastActivityDateTime(v time.Time) + func (o *GetTerminalDetailsResponse) SetLastTransactionDateTime(v time.Time) + func (o *GetTerminalDetailsResponse) SetLinkNegotiation(v string) + func (o *GetTerminalDetailsResponse) SetMerchantAccount(v string) + func (o *GetTerminalDetailsResponse) SetMerchantInventory(v bool) + func (o *GetTerminalDetailsResponse) SetPermanentTerminalId(v string) + func (o *GetTerminalDetailsResponse) SetSerialNumber(v string) + func (o *GetTerminalDetailsResponse) SetSimStatus(v string) + func (o *GetTerminalDetailsResponse) SetStore(v string) + func (o *GetTerminalDetailsResponse) SetStoreDetails(v Store) + func (o *GetTerminalDetailsResponse) SetTerminal(v string) + func (o *GetTerminalDetailsResponse) SetTerminalStatus(v string) + func (o *GetTerminalDetailsResponse) SetWifiIp(v string) + func (o *GetTerminalDetailsResponse) SetWifiMac(v string) + func (o GetTerminalDetailsResponse) MarshalJSON() ([]byte, error) + func (o GetTerminalDetailsResponse) ToMap() (map[string]interface{}, error) + type GetTerminalsUnderAccountRequest struct + CompanyAccount string + MerchantAccount *string + Store *string + func NewGetTerminalsUnderAccountRequest(companyAccount string) *GetTerminalsUnderAccountRequest + func NewGetTerminalsUnderAccountRequestWithDefaults() *GetTerminalsUnderAccountRequest + func (o *GetTerminalsUnderAccountRequest) GetCompanyAccount() string + func (o *GetTerminalsUnderAccountRequest) GetCompanyAccountOk() (*string, bool) + func (o *GetTerminalsUnderAccountRequest) GetMerchantAccount() string + func (o *GetTerminalsUnderAccountRequest) GetMerchantAccountOk() (*string, bool) + func (o *GetTerminalsUnderAccountRequest) GetStore() string + func (o *GetTerminalsUnderAccountRequest) GetStoreOk() (*string, bool) + func (o *GetTerminalsUnderAccountRequest) HasMerchantAccount() bool + func (o *GetTerminalsUnderAccountRequest) HasStore() bool + func (o *GetTerminalsUnderAccountRequest) SetCompanyAccount(v string) + func (o *GetTerminalsUnderAccountRequest) SetMerchantAccount(v string) + func (o *GetTerminalsUnderAccountRequest) SetStore(v string) + func (o GetTerminalsUnderAccountRequest) MarshalJSON() ([]byte, error) + func (o GetTerminalsUnderAccountRequest) ToMap() (map[string]interface{}, error) + type GetTerminalsUnderAccountResponse struct + CompanyAccount string + InventoryTerminals []string + MerchantAccounts []MerchantAccount + func NewGetTerminalsUnderAccountResponse(companyAccount string) *GetTerminalsUnderAccountResponse + func NewGetTerminalsUnderAccountResponseWithDefaults() *GetTerminalsUnderAccountResponse + func (o *GetTerminalsUnderAccountResponse) GetCompanyAccount() string + func (o *GetTerminalsUnderAccountResponse) GetCompanyAccountOk() (*string, bool) + func (o *GetTerminalsUnderAccountResponse) GetInventoryTerminals() []string + func (o *GetTerminalsUnderAccountResponse) GetInventoryTerminalsOk() ([]string, bool) + func (o *GetTerminalsUnderAccountResponse) GetMerchantAccounts() []MerchantAccount + func (o *GetTerminalsUnderAccountResponse) GetMerchantAccountsOk() ([]MerchantAccount, bool) + func (o *GetTerminalsUnderAccountResponse) HasInventoryTerminals() bool + func (o *GetTerminalsUnderAccountResponse) HasMerchantAccounts() bool + func (o *GetTerminalsUnderAccountResponse) SetCompanyAccount(v string) + func (o *GetTerminalsUnderAccountResponse) SetInventoryTerminals(v []string) + func (o *GetTerminalsUnderAccountResponse) SetMerchantAccounts(v []MerchantAccount) + func (o GetTerminalsUnderAccountResponse) MarshalJSON() ([]byte, error) + func (o GetTerminalsUnderAccountResponse) ToMap() (map[string]interface{}, error) + type MerchantAccount struct + InStoreTerminals []string + InventoryTerminals []string + MerchantAccount string + Stores []Store + func NewMerchantAccount(merchantAccount string) *MerchantAccount + func NewMerchantAccountWithDefaults() *MerchantAccount + func (o *MerchantAccount) GetInStoreTerminals() []string + func (o *MerchantAccount) GetInStoreTerminalsOk() ([]string, bool) + func (o *MerchantAccount) GetInventoryTerminals() []string + func (o *MerchantAccount) GetInventoryTerminalsOk() ([]string, bool) + func (o *MerchantAccount) GetMerchantAccount() string + func (o *MerchantAccount) GetMerchantAccountOk() (*string, bool) + func (o *MerchantAccount) GetStores() []Store + func (o *MerchantAccount) GetStoresOk() ([]Store, bool) + func (o *MerchantAccount) HasInStoreTerminals() bool + func (o *MerchantAccount) HasInventoryTerminals() bool + func (o *MerchantAccount) HasStores() bool + func (o *MerchantAccount) SetInStoreTerminals(v []string) + func (o *MerchantAccount) SetInventoryTerminals(v []string) + func (o *MerchantAccount) SetMerchantAccount(v string) + func (o *MerchantAccount) SetStores(v []Store) + func (o MerchantAccount) MarshalJSON() ([]byte, error) + func (o MerchantAccount) ToMap() (map[string]interface{}, error) + type NullableAddress struct + func NewNullableAddress(val *Address) *NullableAddress + func (v *NullableAddress) Set(val *Address) + func (v *NullableAddress) UnmarshalJSON(src []byte) error + func (v *NullableAddress) Unset() + func (v NullableAddress) Get() *Address + func (v NullableAddress) IsSet() bool + func (v NullableAddress) MarshalJSON() ([]byte, error) + type NullableAssignTerminalsRequest struct + func NewNullableAssignTerminalsRequest(val *AssignTerminalsRequest) *NullableAssignTerminalsRequest + func (v *NullableAssignTerminalsRequest) Set(val *AssignTerminalsRequest) + func (v *NullableAssignTerminalsRequest) UnmarshalJSON(src []byte) error + func (v *NullableAssignTerminalsRequest) Unset() + func (v NullableAssignTerminalsRequest) Get() *AssignTerminalsRequest + func (v NullableAssignTerminalsRequest) IsSet() bool + func (v NullableAssignTerminalsRequest) MarshalJSON() ([]byte, error) + type NullableAssignTerminalsResponse struct + func NewNullableAssignTerminalsResponse(val *AssignTerminalsResponse) *NullableAssignTerminalsResponse + func (v *NullableAssignTerminalsResponse) Set(val *AssignTerminalsResponse) + func (v *NullableAssignTerminalsResponse) UnmarshalJSON(src []byte) error + func (v *NullableAssignTerminalsResponse) Unset() + func (v NullableAssignTerminalsResponse) Get() *AssignTerminalsResponse + func (v NullableAssignTerminalsResponse) IsSet() bool + func (v NullableAssignTerminalsResponse) MarshalJSON() ([]byte, error) + type NullableFindTerminalRequest struct + func NewNullableFindTerminalRequest(val *FindTerminalRequest) *NullableFindTerminalRequest + func (v *NullableFindTerminalRequest) Set(val *FindTerminalRequest) + func (v *NullableFindTerminalRequest) UnmarshalJSON(src []byte) error + func (v *NullableFindTerminalRequest) Unset() + func (v NullableFindTerminalRequest) Get() *FindTerminalRequest + func (v NullableFindTerminalRequest) IsSet() bool + func (v NullableFindTerminalRequest) MarshalJSON() ([]byte, error) + type NullableFindTerminalResponse struct + func NewNullableFindTerminalResponse(val *FindTerminalResponse) *NullableFindTerminalResponse + func (v *NullableFindTerminalResponse) Set(val *FindTerminalResponse) + func (v *NullableFindTerminalResponse) UnmarshalJSON(src []byte) error + func (v *NullableFindTerminalResponse) Unset() + func (v NullableFindTerminalResponse) Get() *FindTerminalResponse + func (v NullableFindTerminalResponse) IsSet() bool + func (v NullableFindTerminalResponse) MarshalJSON() ([]byte, error) + type NullableGetStoresUnderAccountRequest struct + func NewNullableGetStoresUnderAccountRequest(val *GetStoresUnderAccountRequest) *NullableGetStoresUnderAccountRequest + func (v *NullableGetStoresUnderAccountRequest) Set(val *GetStoresUnderAccountRequest) + func (v *NullableGetStoresUnderAccountRequest) UnmarshalJSON(src []byte) error + func (v *NullableGetStoresUnderAccountRequest) Unset() + func (v NullableGetStoresUnderAccountRequest) Get() *GetStoresUnderAccountRequest + func (v NullableGetStoresUnderAccountRequest) IsSet() bool + func (v NullableGetStoresUnderAccountRequest) MarshalJSON() ([]byte, error) + type NullableGetStoresUnderAccountResponse struct + func NewNullableGetStoresUnderAccountResponse(val *GetStoresUnderAccountResponse) *NullableGetStoresUnderAccountResponse + func (v *NullableGetStoresUnderAccountResponse) Set(val *GetStoresUnderAccountResponse) + func (v *NullableGetStoresUnderAccountResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetStoresUnderAccountResponse) Unset() + func (v NullableGetStoresUnderAccountResponse) Get() *GetStoresUnderAccountResponse + func (v NullableGetStoresUnderAccountResponse) IsSet() bool + func (v NullableGetStoresUnderAccountResponse) MarshalJSON() ([]byte, error) + type NullableGetTerminalDetailsRequest struct + func NewNullableGetTerminalDetailsRequest(val *GetTerminalDetailsRequest) *NullableGetTerminalDetailsRequest + func (v *NullableGetTerminalDetailsRequest) Set(val *GetTerminalDetailsRequest) + func (v *NullableGetTerminalDetailsRequest) UnmarshalJSON(src []byte) error + func (v *NullableGetTerminalDetailsRequest) Unset() + func (v NullableGetTerminalDetailsRequest) Get() *GetTerminalDetailsRequest + func (v NullableGetTerminalDetailsRequest) IsSet() bool + func (v NullableGetTerminalDetailsRequest) MarshalJSON() ([]byte, error) + type NullableGetTerminalDetailsResponse struct + func NewNullableGetTerminalDetailsResponse(val *GetTerminalDetailsResponse) *NullableGetTerminalDetailsResponse + func (v *NullableGetTerminalDetailsResponse) Set(val *GetTerminalDetailsResponse) + func (v *NullableGetTerminalDetailsResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetTerminalDetailsResponse) Unset() + func (v NullableGetTerminalDetailsResponse) Get() *GetTerminalDetailsResponse + func (v NullableGetTerminalDetailsResponse) IsSet() bool + func (v NullableGetTerminalDetailsResponse) MarshalJSON() ([]byte, error) + type NullableGetTerminalsUnderAccountRequest struct + func NewNullableGetTerminalsUnderAccountRequest(val *GetTerminalsUnderAccountRequest) *NullableGetTerminalsUnderAccountRequest + func (v *NullableGetTerminalsUnderAccountRequest) Set(val *GetTerminalsUnderAccountRequest) + func (v *NullableGetTerminalsUnderAccountRequest) UnmarshalJSON(src []byte) error + func (v *NullableGetTerminalsUnderAccountRequest) Unset() + func (v NullableGetTerminalsUnderAccountRequest) Get() *GetTerminalsUnderAccountRequest + func (v NullableGetTerminalsUnderAccountRequest) IsSet() bool + func (v NullableGetTerminalsUnderAccountRequest) MarshalJSON() ([]byte, error) + type NullableGetTerminalsUnderAccountResponse struct + func NewNullableGetTerminalsUnderAccountResponse(val *GetTerminalsUnderAccountResponse) *NullableGetTerminalsUnderAccountResponse + func (v *NullableGetTerminalsUnderAccountResponse) Set(val *GetTerminalsUnderAccountResponse) + func (v *NullableGetTerminalsUnderAccountResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetTerminalsUnderAccountResponse) Unset() + func (v NullableGetTerminalsUnderAccountResponse) Get() *GetTerminalsUnderAccountResponse + func (v NullableGetTerminalsUnderAccountResponse) IsSet() bool + func (v NullableGetTerminalsUnderAccountResponse) MarshalJSON() ([]byte, error) + type NullableMerchantAccount struct + func NewNullableMerchantAccount(val *MerchantAccount) *NullableMerchantAccount + func (v *NullableMerchantAccount) Set(val *MerchantAccount) + func (v *NullableMerchantAccount) UnmarshalJSON(src []byte) error + func (v *NullableMerchantAccount) Unset() + func (v NullableMerchantAccount) Get() *MerchantAccount + func (v NullableMerchantAccount) IsSet() bool + func (v NullableMerchantAccount) MarshalJSON() ([]byte, error) + type NullableServiceError struct + func NewNullableServiceError(val *ServiceError) *NullableServiceError + func (v *NullableServiceError) Set(val *ServiceError) + func (v *NullableServiceError) UnmarshalJSON(src []byte) error + func (v *NullableServiceError) Unset() + func (v NullableServiceError) Get() *ServiceError + func (v NullableServiceError) IsSet() bool + func (v NullableServiceError) MarshalJSON() ([]byte, error) + type NullableStore struct + func NewNullableStore(val *Store) *NullableStore + func (v *NullableStore) Set(val *Store) + func (v *NullableStore) UnmarshalJSON(src []byte) error + func (v *NullableStore) Unset() + func (v NullableStore) Get() *Store + func (v NullableStore) IsSet() bool + func (v NullableStore) MarshalJSON() ([]byte, error) + type ServiceError struct + ErrorCode *string + ErrorType *string + Message *string + PspReference *string + Status *int32 + func NewServiceError() *ServiceError + func NewServiceErrorWithDefaults() *ServiceError + func (o *ServiceError) GetErrorCode() string + func (o *ServiceError) GetErrorCodeOk() (*string, bool) + func (o *ServiceError) GetErrorType() string + func (o *ServiceError) GetErrorTypeOk() (*string, bool) + func (o *ServiceError) GetMessage() string + func (o *ServiceError) GetMessageOk() (*string, bool) + func (o *ServiceError) GetPspReference() string + func (o *ServiceError) GetPspReferenceOk() (*string, bool) + func (o *ServiceError) GetStatus() int32 + func (o *ServiceError) GetStatusOk() (*int32, bool) + func (o *ServiceError) HasErrorCode() bool + func (o *ServiceError) HasErrorType() bool + func (o *ServiceError) HasMessage() bool + func (o *ServiceError) HasPspReference() bool + func (o *ServiceError) HasStatus() bool + func (o *ServiceError) SetErrorCode(v string) + func (o *ServiceError) SetErrorType(v string) + func (o *ServiceError) SetMessage(v string) + func (o *ServiceError) SetPspReference(v string) + func (o *ServiceError) SetStatus(v int32) + func (o ServiceError) MarshalJSON() ([]byte, error) + func (o ServiceError) ToMap() (map[string]interface{}, error) + type Store struct + Address *Address + Description *string + InStoreTerminals []string + MerchantAccountCode *string + Status *string + Store string + func NewStore(store string) *Store + func NewStoreWithDefaults() *Store + func (o *Store) GetAddress() Address + func (o *Store) GetAddressOk() (*Address, bool) + func (o *Store) GetDescription() string + func (o *Store) GetDescriptionOk() (*string, bool) + func (o *Store) GetInStoreTerminals() []string + func (o *Store) GetInStoreTerminalsOk() ([]string, bool) + func (o *Store) GetMerchantAccountCode() string + func (o *Store) GetMerchantAccountCodeOk() (*string, bool) + func (o *Store) GetStatus() string + func (o *Store) GetStatusOk() (*string, bool) + func (o *Store) GetStore() string + func (o *Store) GetStoreOk() (*string, bool) + func (o *Store) HasAddress() bool + func (o *Store) HasDescription() bool + func (o *Store) HasInStoreTerminals() bool + func (o *Store) HasMerchantAccountCode() bool + func (o *Store) HasStatus() bool + func (o *Store) SetAddress(v Address) + func (o *Store) SetDescription(v string) + func (o *Store) SetInStoreTerminals(v []string) + func (o *Store) SetMerchantAccountCode(v string) + func (o *Store) SetStatus(v string) + func (o *Store) SetStore(v string) + func (o Store) MarshalJSON() ([]byte, error) + func (o Store) ToMap() (map[string]interface{}, error) Other modules containing this package github.com/adyen/adyen-go-api-library/v10 github.com/adyen/adyen-go-api-library/v11 github.com/adyen/adyen-go-api-library/v12 github.com/adyen/adyen-go-api-library/v14 github.com/adyen/adyen-go-api-library/v15 github.com/adyen/adyen-go-api-library/v16 github.com/adyen/adyen-go-api-library/v17 github.com/adyen/adyen-go-api-library/v7 github.com/adyen/adyen-go-api-library/v8 github.com/adyen/adyen-go-api-library/v9