menu
iugu package
documentation
infra/models/response/account_request_withdraw_response.dart
AccountRequestWithdrawResponse
AccountRequestWithdrawResponse constructor
AccountRequestWithdrawResponse constructor
dark_mode
light_mode
AccountRequestWithdrawResponse
constructor
AccountRequestWithdrawResponse
(
{
required
String
operationId
,
required
double
withdrawValue
,
})
Implementation
AccountRequestWithdrawResponse({ required this.operationId, required this.withdrawValue, });
iugu package
documentation
infra/models/response/account_request_withdraw_response
AccountRequestWithdrawResponse
AccountRequestWithdrawResponse constructor
AccountRequestWithdrawResponse class