From f100f1f269b2c0f0a4a9ec0cb9feb4939794b4e9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 30 Apr 2024 14:14:32 +0200 Subject: [PATCH] Add StatementDescriptor on Refund See: https://mangopay.com/docs/release-notes/hongze --- MangoPay/Refund.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MangoPay/Refund.php b/MangoPay/Refund.php index bde01043..c3c01571 100644 --- a/MangoPay/Refund.php +++ b/MangoPay/Refund.php @@ -42,6 +42,11 @@ class Refund extends Transaction */ public $Reference; + /** + * @var string + */ + public $StatementDescriptor; + /** * Get array with mapping which property is object and what type of object *