public static class BillingScheduleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public BillingScheduleSummary.Builder subscribedServiceId(String subscribedServiceId)
SPM internal Subscribed Service ID
subscribedServiceId
- the value to setpublic BillingScheduleSummary.Builder timeStart(Date timeStart)
Billing schedule start date
timeStart
- the value to setpublic BillingScheduleSummary.Builder timeEnd(Date timeEnd)
Billing schedule end date
timeEnd
- the value to setpublic BillingScheduleSummary.Builder timeInvoicing(Date timeInvoicing)
Billing schedule invoicing date
timeInvoicing
- the value to setpublic BillingScheduleSummary.Builder invoiceStatus(BillingScheduleSummary.InvoiceStatus invoiceStatus)
Billing schedule invoice status
invoiceStatus
- the value to setpublic BillingScheduleSummary.Builder quantity(String quantity)
Billing schedule quantity
quantity
- the value to setpublic BillingScheduleSummary.Builder netUnitPrice(String netUnitPrice)
Billing schedule net unit price
netUnitPrice
- the value to setpublic BillingScheduleSummary.Builder amount(String amount)
Billing schedule line net amount
amount
- the value to setpublic BillingScheduleSummary.Builder billingFrequency(String billingFrequency)
Billing frequency
billingFrequency
- the value to setpublic BillingScheduleSummary.Builder arInvoiceNumber(String arInvoiceNumber)
Indicates the associated AR Invoice Number
arInvoiceNumber
- the value to setpublic BillingScheduleSummary.Builder arCustomerTransactionId(String arCustomerTransactionId)
Indicates the associated AR Customer transaction id a unique identifier existing on AR.
arCustomerTransactionId
- the value to setpublic BillingScheduleSummary.Builder orderNumber(String orderNumber)
Order number associated with the Subscribed Service
orderNumber
- the value to setpublic BillingScheduleSummary.Builder product(BillingScheduleProduct product)
public BillingScheduleSummary build()
public BillingScheduleSummary.Builder copy(BillingScheduleSummary model)
Copyright © 2016–2024. All rights reserved.