Skip to content

Commit

Permalink
adding sponsor id
Browse files Browse the repository at this point in the history
  • Loading branch information
edmarSoaress committed Apr 17, 2024
1 parent ac8434d commit 5ca2703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/payment/create/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export declare type PaymentCreateRequest = {
transaction_amount?: number,
payer?: PayerRequest,
point_of_interaction?: PointOfInteractionRequest,
sponsor_id?: number,
};

export declare type PayerRequest = {
Expand Down

0 comments on commit 5ca2703

Please sign in to comment.