![]() |
Global Lender
A Pebble app for finding new and interesting loans on kiva.org
|
#include <KivaModel.h>
Data Fields | |
uint32_t | id |
numeric loan ID More... | |
char * | name |
the name of the loan (generally the individual or group receiving the loan) More... | |
char * | use |
description of how the loan will be used More... | |
char * | countryCode |
the two-character ISO-3361 code More... | |
uint16_t | fundedAmt |
amount (USD) of funding received by the loan More... | |
uint16_t | loanAmt |
amount (USD) requested for the loan More... | |
char* countryCode |
the two-character ISO-3361 code
uint16_t fundedAmt |
amount (USD) of funding received by the loan
uint32_t id |
numeric loan ID
uint16_t loanAmt |
amount (USD) requested for the loan
char* name |
the name of the loan (generally the individual or group receiving the loan)
char* use |
description of how the loan will be used