menu
tosspayments_widget_sdk_flutter package
documentation
model/payment_widget_options.dart
Amount
Amount constructor
Amount constructor
dark_mode
light_mode
Amount
constructor
Amount
(
{
required
num
value
,
Currency
currency
=
Currency.KRW
,
String
country
=
"KR"
,
})
Implementation
Amount({required this.value, this.currency = Currency.KRW, this.country = "KR"});
tosspayments_widget_sdk_flutter package
documentation
model/payment_widget_options
Amount
Amount constructor
Amount class