9 lines
128 B
C
9 lines
128 B
C
|
#pragma once
|
||
|
|
||
|
class ATBPaymentRate
|
||
|
{
|
||
|
public:
|
||
|
int pra_payment_option_id;
|
||
|
int pra_payment_unit_id;
|
||
|
double pra_price;
|
||
|
};
|