This commit is contained in:
Stephan D
2026-02-03 16:10:47 +01:00
parent 446d4d737c
commit bbf781bba3
3 changed files with 32 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ type ConfirmationRequest struct {
Rail string `bson:"rail,omitempty" json:"rail,omitempty"`
OperationRef string `bson:"operationRef,omitempty" json:"operation_ref,omitempty"`
IntentRef string `bson:"intentRef,omitempty" json:"intent_ref,omitempty"`
PaymentRef string `bson:"paymentRef,omitempty" json:"payment_ref,omitempty"`
}
type ConfirmationResult struct {