Skip to content

Commit

Permalink
Merge pull request #342 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 authored Sep 2, 2024
2 parents 16e4d86 + aab9009 commit 7a3f19b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clients/payment/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export declare type Rules = {
export declare type Data = {
routing_data?: MerchantAccount;
rules?: Rules;
reference_id?: string;
external_reference_id?: string;
external_resource_url?: string;
};

export declare type PaymentMethod = {
Expand Down

0 comments on commit 7a3f19b

Please sign in to comment.