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

Commit 66fd0f0

Browse files
feat: checkout (#17)
1 parent 56b9cf5 commit 66fd0f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

banking/payment.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ type PaymentComplianceRequired struct {
135135
Currency string
136136
Amount float64
137137
}
138+
Checkout struct {
139+
Provider string
140+
ProviderReference string
141+
}
138142
Reference string
139143
Timestamp time.Time
140144
}

0 commit comments

Comments
 (0)