menu
paypal_sdk package
documentation
subscriptions.dart
LastPaymentDetails
LastPaymentDetails.new const constructor
LastPaymentDetails.new const constructor
dark_mode
light_mode
LastPaymentDetails
constructor
const
LastPaymentDetails
(
{
String
?
status
,
Money
?
amount
,
String
?
time
,
})
Implementation
const LastPaymentDetails({this.status, this.amount, this.time});
paypal_sdk package
documentation
subscriptions
LastPaymentDetails
LastPaymentDetails.new const constructor
LastPaymentDetails class