PaymentInitiationPaymentReverseResponse class
- Available extensions
- Annotations
- 
    - @JsonSerializable.new(explicitToJson: true)
 
Constructors
- PaymentInitiationPaymentReverseResponse({required String refundId, required WalletTransactionStatus status, required String requestId})
- 
          PaymentInitiationPaymentReverseResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- refundId → String
- 
  
  final
- requestId → String
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → WalletTransactionStatus
- 
  
  final
Methods
- 
  copyWith({String? refundId, WalletTransactionStatus? status, String? requestId}) → PaymentInitiationPaymentReverseResponse 
- 
      Available on PaymentInitiationPaymentReverseResponse, provided by the $PaymentInitiationPaymentReverseResponseExtension extension 
- 
  copyWithWrapped({Wrapped< String> ? refundId, Wrapped<WalletTransactionStatus> ? status, Wrapped<String> ? requestId}) → PaymentInitiationPaymentReverseResponse
- 
      Available on PaymentInitiationPaymentReverseResponse, provided by the $PaymentInitiationPaymentReverseResponseExtension 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 PaymentInitiationPaymentReverseResponse Function(Map<String, dynamic> json)
- 
    toJsonFactory
  → const Map<String, dynamic> Function(PaymentInitiationPaymentReverseResponse instance)