DaffCartPaymentServiceInterface

The interface responsible for managing the selected payment method of a cart.

Properties

Name Type Description
get Observable<T> Get the currently applied payment method of a cart.
update Observable<Partial<V>> Update the payment method applied to a cart. If a billing address is provided, the driver will update that simultaneously.
updateWithBilling Observable<Partial<V>> Update the billing address and payment method applied to a cart.
remove Observable<void> Remove the payment method applied to a cart.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.