GetMoreInfo constructor
GetMoreInfo({
- Profile? profile,
- AddressDetails? addressDetails,
- Signatory? signatory,
- Account? account,
- CreditLimit? creditLimit,
- List<
Documents> ? documents,
Implementation
GetMoreInfo({
this.profile,
this.addressDetails,
this.signatory,
this.account,
this.creditLimit,
this.documents,
});