Skip to content

Commit

Permalink
adding sponsor id (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmarSoaress authored Apr 17, 2024
1 parent ac8434d commit e2f6306
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 e2f6306

Please sign in to comment.