Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 644e844

Browse files
committed
feat!: sender and recipient have amounts
1 parent 2791ad2 commit 644e844

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

banking/payment.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ type PaymentComplianceRequired struct {
3939
StreetLine1 string
4040
StreetLine2 string
4141
}
42+
Currency string
43+
Amount float64
4244
Document *IdentificationDocument
4345
}
4446
Recipient struct {
@@ -59,9 +61,9 @@ type PaymentComplianceRequired struct {
5961
Provider string
6062
Email string
6163
}
64+
Currency string
65+
Amount float64
6266
}
63-
Currency string
64-
Amount float64
6567
Reference string
6668
Timestamp time.Time
6769
}

0 commit comments

Comments
 (0)