menu
iugu package
documentation
infra/models/response/payment_token_response.dart
PaymentTokenResponse
PaymentTokenResponse constructor
PaymentTokenResponse constructor
dark_mode
light_mode
PaymentTokenResponse
constructor
PaymentTokenResponse
(
{
required
String
id
,
required
String
method
,
ExtraInfo
?
extraInfo
,
})
Implementation
PaymentTokenResponse({ required this.id, required this.method, this.extraInfo, });
iugu package
documentation
infra/models/response/payment_token_response
PaymentTokenResponse
PaymentTokenResponse constructor
PaymentTokenResponse class