From 143cd6d1f3a54016585bd4958d2bc593ea6c16d0 Mon Sep 17 00:00:00 2001 From: alexandrumatei Date: Sun, 15 Dec 2024 14:56:48 +0200 Subject: [PATCH] Renames field to PaymentRef --- typings/models/payOut.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/models/payOut.d.ts b/typings/models/payOut.d.ts index b9620f4..8f23a48 100644 --- a/typings/models/payOut.d.ts +++ b/typings/models/payOut.d.ts @@ -32,7 +32,7 @@ export namespace payOut { /** * Payment reference provided for the payout. */ - PayoutPaymentRef: PayoutPaymentRefData + PaymentRef: PayoutPaymentRefData } interface CreatePayOut {