| Package | Description |
|---|---|
| com.chargebee.models |
| Modifier and Type | Method and Description |
|---|---|
CreditNote.Type |
CreditNote.type() |
static CreditNote.Type |
CreditNote.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreditNote.Type[] |
CreditNote.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumFilter<CreditNote.Type,Export.CreditNotesRequest> |
Export.CreditNotesRequest.creditNoteType() |
EnumFilter<CreditNote.Type,CreditNote.CreditNoteListRequest> |
CreditNote.CreditNoteListRequest.type() |
| Modifier and Type | Method and Description |
|---|---|
CreditNote.CreateRequest |
CreditNote.CreateRequest.type(CreditNote.Type type) |
CreditNote.ImportCreditNoteRequest |
CreditNote.ImportCreditNoteRequest.type(CreditNote.Type type) |
Copyright © 2023 ChargeBee. All rights reserved.