GitHub

DaffCartBillingAddressUpdateSuccess

Indicates the successful update of the cart's billing address.

import { DaffCartBillingAddressUpdateSuccess } from '@daffodil/cart/state'
class DaffCartBillingAddressUpdateSuccess<<T extends DaffCart = DaffCart>>  implements DaffCartRetrievalAction<T> {
  readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction
  payload: Partial<T>
}

Properties

Name Type Description
type DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction
payload Partial<T>