Ƭ PurchaseInput: Omit‹PaymentOrderRequestResource, "operation"›
• examplePrice: Price[] = [ { type: 'CreditCard', amount: 1500, vatAmount: 0, }, ]
• genericResourceScope: Scope‹› = nock('https://api.payex.com') .get('/generic-resource') .reply(200)
• runOperationScope: Scope‹› = nock('https://api.payex.com') .get('/test') .reply(200)
• testScope: Scope‹› = nock('https://api.payex.com') .get('/test-resource') .reply(200, PaymentResponse)