public static class Invoice.CloseRequest extends Request<Invoice.CloseRequest>
headers, params, uri
Modifier and Type | Method and Description |
---|---|
Invoice.CloseRequest |
comment(String comment) |
Invoice.CloseRequest |
invoiceDate(Timestamp invoiceDate) |
Invoice.CloseRequest |
invoiceNote(String invoiceNote) |
Invoice.CloseRequest |
notesToRemoveEntityId(int index,
String notesToRemoveEntityId) |
Invoice.CloseRequest |
notesToRemoveEntityType(int index,
EntityType notesToRemoveEntityType) |
Params |
params() |
Invoice.CloseRequest |
removeGeneralNote(Boolean removeGeneralNote) |
header, headers, uri
public Invoice.CloseRequest comment(String comment)
public Invoice.CloseRequest invoiceNote(String invoiceNote)
public Invoice.CloseRequest removeGeneralNote(Boolean removeGeneralNote)
public Invoice.CloseRequest invoiceDate(Timestamp invoiceDate)
public Invoice.CloseRequest notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType)
public Invoice.CloseRequest notesToRemoveEntityId(int index, String notesToRemoveEntityId)
public Params params()
params
in class Request<Invoice.CloseRequest>
Copyright © 2023 ChargeBee. All rights reserved.