All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ExtendedCredit |
copyFrom(ExtendedCredit instance) |
ExtendedCredit.APIRequestCreateExtendedCreditInvoiceGroup |
createExtendedCreditInvoiceGroup() |
ExtendedCredit.APIRequestCreateOwningCreditAllocationConfig |
createOwningCreditAllocationConfig() |
ExtendedCredit.APIRequestCreateWhatsappCreditSharingAndAttach |
createWhatsappCreditSharingAndAttach() |
ExtendedCredit |
fetch() |
static ExtendedCredit |
fetchById(Long id,
APIContext context) |
static ExtendedCredit |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCredit> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExtendedCredit> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ExtendedCredit> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ExtendedCredit>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ExtendedCredit.APIRequestGet |
get() |
APIContext |
getContext() |
ExtendedCredit.APIRequestGetExtendedCreditInvoiceGroups |
getExtendedCreditInvoiceGroups() |
CurrencyAmount |
getFieldAllocatedAmount() |
CurrencyAmount |
getFieldBalance() |
CurrencyAmount |
getFieldCreditAvailable() |
String |
getFieldCreditType() |
String |
getFieldId() |
Boolean |
getFieldIsAccessRevoked() |
Boolean |
getFieldIsAutomatedExperience() |
String |
getFieldLegalEntityName() |
CRMAddress |
getFieldLiableAddress() |
String |
getFieldLiableBizName() |
CurrencyAmount |
getFieldMaxBalance() |
CurrencyAmount |
getFieldOnlineMaxBalance() |
Business |
getFieldOwnerBusiness() |
String |
getFieldOwnerBusinessName() |
String |
getFieldPartitionFrom() |
ExtendedCreditAllocationConfig |
getFieldReceivingCreditAllocationConfig() |
CRMAddress |
getFieldSendBillToAddress() |
String |
getFieldSendBillToBizName() |
CRMAddress |
getFieldSoldToAddress() |
String |
getId() |
ExtendedCredit.APIRequestGetOwningCreditAllocationConfigs |
getOwningCreditAllocationConfigs() |
static APIRequest.ResponseParser<ExtendedCredit> |
getParser() |
static ExtendedCredit |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ExtendedCredit> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |