Skip to content

Commit

Permalink
Merge pull request #642 from williamdes/refund-descriptor
Browse files Browse the repository at this point in the history
Add StatementDescriptor on Refund
  • Loading branch information
iulian03 authored May 31, 2024
2 parents bec52f6 + f100f1f commit 8b0b73e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MangoPay/Refund.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 8b0b73e

Please sign in to comment.