GitHub

MagentoCustomerOrderCollectionTransformer

import { MagentoCustomerOrderCollectionTransformer } from '@daffodil/customer-order/driver/magento/2-4-6'
@Injectable()
class MagentoCustomerOrderCollectionTransformer {
  transform(
    response: MagentoGetCustomerOrdersResponse
    request: DaffCollectionRequest
  ): DaffOrderCollection
}

Properties

Name Type Description
transform DaffOrderCollection