LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
global class ReferenceItemBaseInput {
    global Double amount;
    global Integer billDayOfMonth;
    global String billToContactId;
    global String billingAccountId;
    global ConnectApi.BillingAddressRequest billingAddress;
    global ConnectApi.BillingMethodEnum billingMethod;
    global String billingScheduleEndDate;
    global String billingScheduleStartDate;
    global Integer billingStartMonth;
    global Integer billingTerm;
    global ConnectApi.InvoiceBillingTermUnitEnum billingTermUnit;
    global String billingTreatmentId;
    global ConnectApi.BillingTypeEnum billingType;
    global String currencyIsoCode;
    global String paymentTermId;
    global ConnectApi.PeriodBoundaryEnum periodBoundary;
    global String productId;
    global String productName;
    global String prorationPolicyId;
    global String referenceId;
    global String referenceItemId;
    global ConnectApi.BillingAddressRequest shippingAddress;
    global String taxTreatmentId;
    global Object clone() { }
    global Boolean equals(Object obj) { }
    global Integer hashCode() { }
    global String toString() { }
 
}