GitHub

MockMagentoShippingAddress

import { MockMagentoShippingAddress } from '@daffodil/cart/driver/magento/testing'
class MockMagentoShippingAddress extends MockMagentoCartAddress implements MagentoShippingAddress {
  __typename: 'ShippingCartAddress'
  available_shipping_methods: []
  selected_shipping_method: null
}

Properties

Name Type Description
__typename 'ShippingCartAddress'
available_shipping_methods []
selected_shipping_method null