menu
adyen_api package
documentation
terminal_models.dart
AmountsReq
AmountsReq.new constructor
AmountsReq.new constructor
dark_mode
light_mode
AmountsReq
constructor
AmountsReq
(
{
required
String
currency
,
required
num
requestedAmount
,
})
Creates a new amounts request.
Implementation
AmountsReq({required this.currency, required this.requestedAmount});
adyen_api package
documentation
terminal_models
AmountsReq
AmountsReq.new constructor
AmountsReq class