PartnerCustomerCreateRequest class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PartnerCustomerCreateRequest({String? clientId, String? secret, required String companyName, required bool isDiligenceAttested, required List<Products> products, bool? createLinkCustomization, required String legalEntityName, required String website, required String applicationName, PartnerEndCustomerTechnicalContact? technicalContact, PartnerEndCustomerBillingContact? billingContact, required PartnerEndCustomerAddress address, required bool isBankAddendumCompleted, PartnerEndCustomerAssetsUnderManagement? assetsUnderManagement})
PartnerCustomerCreateRequest.fromJson(Map<String, dynamic> json)
factory

Properties

address PartnerEndCustomerAddress
final
applicationName String
final
assetsUnderManagement PartnerEndCustomerAssetsUnderManagement?
final
billingContact PartnerEndCustomerBillingContact?
final
clientId String?
final
companyName String
final
createLinkCustomization bool?
final
hashCode int
The hash code for this object.
no setteroverride
isBankAddendumCompleted bool
final
isDiligenceAttested bool
final
legalEntityName String
final
final
products List<Products>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
final
technicalContact PartnerEndCustomerTechnicalContact?
final
website 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 ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const PartnerCustomerCreateRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PartnerCustomerCreateRequest instance)