fixed fee direction
This commit is contained in:
11
api/gateway/aurora/internal/service/provider/payloads.go
Normal file
11
api/gateway/aurora/internal/service/provider/payloads.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package provider
|
||||
|
||||
// CardPayoutSendResult is the minimal provider result contract used by Aurora simulator.
|
||||
type CardPayoutSendResult struct {
|
||||
Accepted bool
|
||||
ProviderRequestID string
|
||||
ProviderStatus string
|
||||
StatusCode int
|
||||
ErrorCode string
|
||||
ErrorMessage string
|
||||
}
|
||||
Reference in New Issue
Block a user