@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/deposit-services
index
GreendotBarcodeConsumptionSimulatorService
Class GreendotBarcodeConsumptionSimulatorService
Index
Constructors
constructor
Methods
auth
auth
Commit
auth
Void
Constructors
constructor
new
GreendotBarcodeConsumptionSimulatorService
(
args
:
{
depositQuoteService
:
DepositQuoteService
;
environment
:
string
;
password
:
string
;
processorApiBaseUrl
:
string
;
userName
:
string
;
}
,
)
:
GreendotBarcodeConsumptionSimulatorService
Parameters
args
:
{
depositQuoteService
:
DepositQuoteService
;
environment
:
string
;
password
:
string
;
processorApiBaseUrl
:
string
;
userName
:
string
;
}
Returns
GreendotBarcodeConsumptionSimulatorService
Methods
auth
auth
(
args
:
{
customerId
:
string
;
quoteId
:
string
;
sourceAmount
?:
number
}
,
)
:
Promise
<
|
{
ok
:
true
;
value
:
{
confirmationId
:
string
;
requestId
:
string
;
responseXml
:
string
}
;
}
|
{
error
:
AuthError
;
ok
:
false
}
,
>
Parameters
args
:
{
customerId
:
string
;
quoteId
:
string
;
sourceAmount
?:
number
}
Returns
Promise
<
|
{
ok
:
true
;
value
:
{
confirmationId
:
string
;
requestId
:
string
;
responseXml
:
string
}
;
}
|
{
error
:
AuthError
;
ok
:
false
}
,
>
auth
Commit
authCommit
(
args
:
{
confirmationId
:
string
;
customerId
:
string
;
quoteId
:
string
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
string
}
|
{
error
:
QuoteValidationError
;
ok
:
false
}
,
>
Parameters
args
:
{
confirmationId
:
string
;
customerId
:
string
;
quoteId
:
string
}
Returns
Promise
<
{
ok
:
true
;
value
:
string
}
|
{
error
:
QuoteValidationError
;
ok
:
false
}
,
>
auth
Void
authVoid
(
args
:
{
customerId
:
string
;
originalRequestId
:
string
;
quoteId
:
string
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
string
}
|
{
error
:
QuoteValidationError
;
ok
:
false
}
,
>
Parameters
args
:
{
customerId
:
string
;
originalRequestId
:
string
;
quoteId
:
string
}
Returns
Promise
<
{
ok
:
true
;
value
:
string
}
|
{
error
:
QuoteValidationError
;
ok
:
false
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
auth
auth
Commit
auth
Void
@cfxlabsinc/b2b-services
Loading...