Skip to content

Commit

Permalink
Merge pull request #530 from mercadopago/feature/add-response-externa…
Browse files Browse the repository at this point in the history
…l-reference-id

[Feature] add external-reference in response
  • Loading branch information
andreagostinho-meli committed Sep 2, 2024
2 parents 3e52ce9 + 152cc9a commit 3c23029
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/MercadoPago/Resources/Payment/PaymentMethodData.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ class PaymentMethodData
/** Payment rules. */
public array|object|null $rules;

/** Reference ID. */
public ?string $reference_id;

/** External reference ID. */
public ?string $external_reference_id;

/** External Resource URL. */
public ?string $external_resource_url;

private $map = [
"rules" => "MercadoPago\Resources\Payment\PaymentMethodRules",
];
Expand Down

0 comments on commit 3c23029

Please sign in to comment.