import { DaffCustomerStoreCreditMagentoService } from '@daffodil/customer-store-credit/driver/magento'
A service for making Magento GraphQL queries for customers.
@Injectable()
class DaffCustomerStoreCreditMagentoService implements DaffCustomerStoreCreditDriverInterface {
get(): Observable<DaffCustomerStoreCredit>
}
Observable<DaffCustomerStoreCredit>
Get the customer's store credit.