PaymentAmountNullable class
- Available extensions
- Annotations
- 
    - @JsonSerializable.new(explicitToJson: true)
 
Constructors
- PaymentAmountNullable({required PaymentAmountCurrency currency, required double value})
- 
          PaymentAmountNullable.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}) → PaymentAmountNullable 
- 
      Available on PaymentAmountNullable, provided by the $PaymentAmountNullableExtension extension 
- 
  copyWithWrapped({Wrapped< PaymentAmountCurrency> ? currency, Wrapped<double> ? value}) → PaymentAmountNullable
- 
      Available on PaymentAmountNullable, provided by the $PaymentAmountNullableExtension 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 PaymentAmountNullable Function(Map<String, dynamic> json)
- 
    toJsonFactory
  → const Map<String, dynamic> Function(PaymentAmountNullable instance)