Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Add min and max to PaymentMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Mar 25, 2024
1 parent 1d82302 commit 85636b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/protocol/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ export type PaymentMethod = {
requiredPaymentDetails?: JsonSchema
/** value that can be used to group specific payment methods together e.g. Mobile Money vs. Direct Bank Deposit */
group?: string
/** minimum amount required to use this payment method. */
min?: string
/** maximum amount allowed when using this payment method. */
max?: string
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tbdex

0 comments on commit 85636b3

Please sign in to comment.