Included XML files for the "pay to new number" and "pay to old number" features in the Ozon platform.
11 lines
131 B
C
11 lines
131 B
C
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
struct BankInfo {
|
|
int id = -1;
|
|
QString alias;
|
|
QString name;
|
|
QString nspkName;
|
|
};
|