menu
incognia_flutter package
documentation
payment_value.dart
PaymentValue
PaymentValue.new constructor
PaymentValue.new constructor
dark_mode
light_mode
PaymentValue
constructor
PaymentValue
(
{
required
double
amount
,
String
?
currency
,
int
?
installments
,
double
?
discountAmount
,
})
Implementation
PaymentValue({ required this.amount, this.currency, this.installments, this.discountAmount, });
incognia_flutter package
documentation
payment_value
PaymentValue
PaymentValue.new constructor
PaymentValue class