PaymentProfileGetResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaymentProfileGetResponse({required DateTime updatedAt, required DateTime createdAt, required DateTime? deletedAt, required PaymentProfileStatus status, required String requestId})
-
PaymentProfileGetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{DateTime? updatedAt, DateTime? createdAt, DateTime? deletedAt, PaymentProfileStatus? status, String? requestId}) → PaymentProfileGetResponse -
Available on PaymentProfileGetResponse, provided by the $PaymentProfileGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< DateTime> ? updatedAt, Wrapped<DateTime> ? createdAt, Wrapped<DateTime?> ? deletedAt, Wrapped<PaymentProfileStatus> ? status, Wrapped<String> ? requestId}) → PaymentProfileGetResponse -
Available on PaymentProfileGetResponse, provided by the $PaymentProfileGetResponseExtension 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 PaymentProfileGetResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaymentProfileGetResponse instance)