public static class BillingScheduleProduct.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BillingScheduleProduct |
build() |
BillingScheduleProduct.Builder |
copy(BillingScheduleProduct model) |
BillingScheduleProduct.Builder |
name(String name)
Product name
|
BillingScheduleProduct.Builder |
partNumber(String partNumber)
Indicates the associated AR Invoice Number
|
public BillingScheduleProduct.Builder partNumber(String partNumber)
Indicates the associated AR Invoice Number
partNumber
- the value to setpublic BillingScheduleProduct.Builder name(String name)
Product name
name
- the value to setpublic BillingScheduleProduct build()
public BillingScheduleProduct.Builder copy(BillingScheduleProduct model)
Copyright © 2016–2024. All rights reserved.