DaffInMemoryBackendPaypalService
import { DaffInMemoryBackendPaypalService } from '@daffodil/paypal/driver/in-memory'
@Injectable()
class DaffInMemoryBackendPaypalService implements InMemoryDbService, DaffInMemorySingleRouteableBackend {
readonly collectionName: DAFF_PAYPAL_IN_MEMORY_COLLECTION_NAME
paypalTokenResponse: DaffPaypalExpressTokenResponse
parseRequestUrl(
url: string
utils: RequestInfoUtilities
): ParsedRequestUrl
createDb(): any
get(reqInfo: any)
}
Properties
Name | Type | Description |
---|---|---|
collectionName | DAFF_PAYPAL_IN_MEMORY_COLLECTION_NAME | |
paypalTokenResponse | DaffPaypalExpressTokenResponse | |
parseRequestUrl | ParsedRequestUrl | |
createDb | any | |
get |