PaymentConsentPeriodicAmountAmount class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaymentConsentPeriodicAmountAmount({required PaymentAmountCurrency currency, required double value})
-
PaymentConsentPeriodicAmountAmount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currency → PaymentAmountCurrency
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
final
Methods
-
copyWith(
{PaymentAmountCurrency? currency, double? value}) → PaymentConsentPeriodicAmountAmount -
Available on PaymentConsentPeriodicAmountAmount, provided by the $PaymentConsentPeriodicAmountAmountExtension extension
-
copyWithWrapped(
{Wrapped< PaymentAmountCurrency> ? currency, Wrapped<double> ? value}) → PaymentConsentPeriodicAmountAmount -
Available on PaymentConsentPeriodicAmountAmount, provided by the $PaymentConsentPeriodicAmountAmountExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PaymentConsentPeriodicAmountAmount Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaymentConsentPeriodicAmountAmount instance)