| Package | Description |
|---|---|
| com.crm.dataobject.accounts | |
| com.crm.dataobject.billing |
| Modifier and Type | Method and Description |
|---|---|
PresentmentMethod |
CRMDOPresentmentPreference.getType() |
static PresentmentMethod |
PresentmentMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresentmentMethod[] |
PresentmentMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PresentmentMethod> |
CRMDOAccountReceivable.getActivePresentmentMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOPresentmentPreference.setType(PresentmentMethod type) |
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOAccountReceivable.setActivePresentmentMethods(java.util.Set<PresentmentMethod> activePresentmentMethods) |
| Modifier and Type | Method and Description |
|---|---|
PresentmentMethod |
BillingTermDefinitionAdditionalFeeCondition.getAccountReceivablePresentmentMethod() |
PresentmentMethod |
BillSendingRunDefPresPrefMethod.getType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
BillingTermDefinitionAdditionalFeeCondition.isValid(PresentmentMethod presentmentMethod,
CRMDOAccountClassification accountClassification,
CRMDOBillingTermScheme billingTermScheme) |
void |
BillingTermDefinitionAdditionalFeeCondition.setAccountReceivablePresentmentMethod(PresentmentMethod accountReceivablePresentmentMethod) |
void |
BillSendingRunDefPresPrefMethod.setType(PresentmentMethod type) |