import { DaffMagentoCartAddressInputTransformer } from '@daffodil/cart/driver/magento'
@Injectable()
class DaffMagentoCartAddressInputTransformer {
transform(cartAddress: Partial<DaffCartAddress>): MagentoCartAddressInput
}
MagentoCartAddressInput
Parameter | cartAddress: Partial<DaffCartAddress> |
---|---|
Description |