Skip to content

Commit

Permalink
feat(paymentRequest): add bulkPaymentId. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMontone authored Apr 3, 2024
1 parent 2d3f3fe commit 61970d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/payments/paymentRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type PaymentRequest = CreatePaymentRequest & {
id: string
paymentUrl: string
status: PaymentRequestStatus
bulkPaymentId: string | null
recipient?: PaymentRecipient
customer?: PaymentCustomer
createdAt: Date
Expand Down

0 comments on commit 61970d2

Please sign in to comment.