GetMoreInfo constructor

GetMoreInfo({
  1. Profile? profile,
  2. AddressDetails? addressDetails,
  3. Signatory? signatory,
  4. Account? account,
  5. CreditLimit? creditLimit,
  6. List<Documents>? documents,
})

Implementation

GetMoreInfo({
  this.profile,
  this.addressDetails,
  this.signatory,
  this.account,
  this.creditLimit,
  this.documents,
});