UNPKG
@spartacus/checkout
Version:
RC (4.3.0-RC.0)
latest (4.3.8)
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-RC.0
4.2.1
4.2.0
4.2.0-RC.0
4.1.1
4.1.0
4.1.0-rc.0
4.1.0-next.0
4.0.2
4.0.1
4.0.0
4.0.0-rc.1
4.0.0-rc.0
Checkout feature library for Spartacus
github.com/SAP/spartacus
SAP/spartacus
@spartacus/checkout
/
core
/
models
/
checkout.model.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Address
,
DeliveryMode
,
PaymentDetails
}
from
'@spartacus/core'
;
export
declare
type
CheckoutDetails
= {
deliveryAddress
:
Address
;
deliveryMode
:
DeliveryMode
;
paymentInfo
:
PaymentDetails
; };