@@ -37,4 +37,10 @@ public class TariffInfo {
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "tariff_id")
|
||||
private Tariff tariff;
|
||||
|
||||
@Column(name = "auto_renewal")
|
||||
private boolean autoRenewal = false;
|
||||
|
||||
@Column(name = "payment_method_id")
|
||||
private String paymentMethodId;
|
||||
}
|
||||
Reference in New Issue
Block a user