UNPKG
@atomixdesign/nodepay-fatzebra
Version:
latest (0.12.0)
0.12.0
0.11.5
0.11.3
0.11.2
0.11.0
0.10.9
0.10.8
0.10.6
0.10.5
0.10.3
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
Nodepay strategy for the Fatzebra payment gateway.
github.com/atomixdesign/nodepay
@atomixdesign/nodepay-fatzebra
/
build
/
index.d.ts
3 lines
(2 loc)
•
284 B
TypeScript
View Raw
1
2
3
export
{
Fatzebra
as
Strategy
}
from
'./fatzebra'
;
export
{
FatzebraPaymentFrequency
,
FatzebraAddress
as
Address
,
FatzebraConfig
as
Config
,
FatzebraCharge
as
Charge
,
FatzebraCreditCard
as
CreditCard
,
FatzebraCustomer
as
Customer
,
FatzebraPaymentPlan
as
PaymentPlan
, }
from
'./types'
;