MSPF-560 Add more deprecation notes about provider replacement (#648)

This commit is contained in:
Andrey Fadeev 2021-02-09 17:26:19 +03:00 committed by GitHub
parent 95b0d8df0d
commit 957a713ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2080,8 +2080,8 @@ struct ProviderParameterInteger {}
struct ProviderParameterUrl {}
struct ProviderParameterPassword {}
// WithdrawalProvider is deprecated, use Provider instead
struct WithdrawalProviderRef { 1: required ObjectID id }
struct WithdrawalProvider {
1: required string name
2: optional string description
@ -2092,8 +2092,8 @@ struct WithdrawalProvider {
7: optional WithdrawalTerminalSelector terminal
}
// P2PProvider is deprecated, use Provider instead
struct P2PProviderRef { 1: required ObjectID id }
struct P2PProvider {
1: required string name
2: optional string description
@ -2324,11 +2324,13 @@ struct TerminalRef {
//
// WithdrawalTerminalRef is deprecated, use TerminalRef instead
struct WithdrawalTerminalRef {
1: required ObjectID id
2: optional i64 priority = 1000
}
// WithdrawalTerminal is deprecated, use Terminal instead
struct WithdrawalTerminal {
1: required string name
2: optional string description