Example #1
0
 public function getDefaultData()
 {
     return ['borrower_country' => $this->country->getBorrowerCountry(), 'dialing_code' => $this->country->getDialingCode(), 'phone_number_length' => $this->country->getPhoneNumberLength(), 'registration_fee' => $this->country->getRegistrationFee(), 'installment_period' => $this->country->getInstallmentPeriod(), 'repayment_instructions' => $this->country->getRepaymentInstructions()];
 }