ScheduledPaymentLine wrapped object with camel case properties. Each properties maps to a field on the SObject that has _ for each capital letter. Ex. (paymentMethod -> Payment_Method__c)
Method Summary
Modifier and Type | Method and Description |
---|---|
void | ScheduledPaymentLine() |
void | getInstance() |
void | getInstance(OrderApi__Scheduled_Payment_Line__c ScheduledPaymentLine) |
void | getInstance(OrderApi__Scheduled_Payment_Line__c[] ScheduledPaymentLines) |
void | toSObject() |
Method Detail
This class supports the following methods:
global ScheduledPaymentLine()
global static ScheduledPaymentLine getInstance()
global static ScheduledPaymentLine getInstance(OrderApi__Scheduled_Payment_Line__c ScheduledPaymentLine)
Parameters
Name | Type | Description |
---|---|---|
ScheduledPaymentLine | OrderApi__Scheduled_Payment_Line__c | undefined |
global static ScheduledPaymentLine[] getInstance(OrderApi__Scheduled_Payment_Line__c[] ScheduledPaymentLines)
Parameters
Name | Type | Description |
---|---|---|
ScheduledPaymentLines | List<OrderApi__Scheduled_Payment_Line__c> | undefined |
global override SObject toSObject()
Properties
Name | Type | Description |
---|---|---|
id | Id | |
isDeleted | Boolean | |
name | String | |
createdDate | Datetime | |
createdById | Id | |
lastModifiedDate | Datetime | |
lastModifiedById | Id | |
systemModstamp | Datetime | |
scheduledPayment | Id | |
activationDate | Date | |
autoCalculateActivationDate | Boolean | |
businessGroup | Id | |
endDate | Date | |
gLAccount | Id | |
invoiceLine | Id | |
isRenewal | Boolean | |
isShippingRate | Boolean | |
isTax | Boolean | |
itemClass | Id | |
item | Id | |
listPrice | Decimal | |
priceOverride | Boolean | |
priceRule | Id | |
quantity | Integer | |
salePrice | Decimal | |
salesOrderLine | Id | |
scheduledPaymentLine | Id | |
subscriptionPlan | Id | |
subscription | Id | |
subtotal | Decimal | |
taxOverride | Boolean | |
taxPercent | Decimal | |
total | Decimal |