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