@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/deposit-services
index
CashDepositStoreLocationService
Class CashDepositStoreLocationService
Index
Constructors
constructor
Methods
search
Constructors
constructor
new
CashDepositStoreLocationService
(
args
:
{
cashDepositRetailerService
:
CashDepositRetailerService
;
greendotStoreClient
:
GreendotStoreClient
;
}
,
)
:
CashDepositStoreLocationService
Parameters
args
:
{
cashDepositRetailerService
:
CashDepositRetailerService
;
greendotStoreClient
:
GreendotStoreClient
;
}
Returns
CashDepositStoreLocationService
Methods
search
search
(
__namedParameters
:
{
page
?:
number
;
pageSize
?:
number
;
retailerId
?:
string
;
}
&
(
{
zipcode
:
string
}
|
{
latitude
:
string
;
longitude
:
string
}
)
,
)
:
Promise
<
{
items
:
(
CashDepositStoreLocation
&
{
retailerName
:
string
}
)
[]
;
page
:
number
;
pageSize
:
number
;
}
,
>
Parameters
__namedParameters
:
{
page
?:
number
;
pageSize
?:
number
;
retailerId
?:
string
}
&
(
{
zipcode
:
string
}
|
{
latitude
:
string
;
longitude
:
string
}
)
Returns
Promise
<
{
items
:
(
CashDepositStoreLocation
&
{
retailerName
:
string
}
)
[]
;
page
:
number
;
pageSize
:
number
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
search
@cfxlabsinc/b2b-services
Loading...