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 }