Skip to content

Commit

Permalink
Add documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Sep 20, 2023
1 parent 991032a commit a41c794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/binders/payments/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export type CreateParameters = Pick<PaymentData, 'amount' | 'description' | 'red
familyName?: string;
};
issuer?: Issuer;
/**
* The unique identifier used for referring to a terminal. This ID is used for assigning the payment to a specific terminal and it can be retrieved via List terminals. For more information about
* point-of-sale payments, please check our guide point-of-sale payments.
*
* @see https://docs.mollie.com/reference/v2/payments-api/create-payment?path=terminalId#point-of-sale
*/
terminalId?: string
/**
* The card number on the gift card. You can supply this to prefill the card number.
Expand Down

0 comments on commit a41c794

Please sign in to comment.