import { DaffCartPaymentLoad } from '@daffodil/cart/state'
Triggers the load of the cart's selected payment method.
class DaffCartPaymentLoad implements Action {
readonly type: DaffCartPaymentActionTypes.CartPaymentLoadAction = DaffCartPaymentActionTypes.CartPaymentLoadAction
}