PrivateMoney class

Annotations
  • @JsonSerializable()

Constructors

PrivateMoney({required String id, required String name, required String type, required String unit, required String description, required String onlineMessage, String? accountImage, required Images images, required Organization organization, double? maxBalance, double? transferLimit, required String expirationType, bool? isExclusive, String? termsUrl, String? privacyPolicyUrl, String? paymentActUrl, String? commercialActUrl, required bool canUseCreditCard, String? customDomainName})
PrivateMoney.fromJson(Map<String, dynamic> json)
factory

Properties

accountImage String?
final
canUseCreditCard bool
final
commercialActUrl String?
final
customDomainName String?
final
description String
final
expirationType String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
images Images
final
isExclusive bool?
final
maxBalance double?
final
name String
final
onlineMessage String
final
organization Organization
final
paymentActUrl String?
final
privacyPolicyUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsUrl String?
final
transferLimit double?
final
type String
final
unit String
final

Methods

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 ==(Object other) bool
The equality operator.
inherited