Skip to content

Commit

Permalink
Merge pull request #322 from mercadopago/feature/update-transaction-d…
Browse files Browse the repository at this point in the history
…etails

[Feature] Update TransactionDetailsRequest
  • Loading branch information
danielen-meli authored Apr 29, 2024
2 parents b323701 + a840e1e commit 4e22128
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/clients/payment/create/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export declare type PaymentCreateRequest = {
payer?: PayerRequest,
point_of_interaction?: PointOfInteractionRequest,
sponsor_id?: number,
transaction_details?: TransactionDetailsRequest
};

export declare type PayerRequest = {
Expand Down Expand Up @@ -93,3 +94,7 @@ export declare type AdditionalInfo = {
shipments?: Shipments,
};

export declare type TransactionDetailsRequest = {
financial_institution?: string,
};

0 comments on commit 4e22128

Please sign in to comment.