Uses of Enum
com.chargebee.models.PaymentReferenceNumber.Type
Packages that use PaymentReferenceNumber.Type
-
Uses of PaymentReferenceNumber.Type in com.chargebee.models
Methods in com.chargebee.models that return PaymentReferenceNumber.TypeModifier and TypeMethodDescriptionPaymentReferenceNumber.type()static PaymentReferenceNumber.TypeReturns the enum constant of this type with the specified name.static PaymentReferenceNumber.Type[]PaymentReferenceNumber.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type PaymentReferenceNumber.TypeModifier and TypeMethodDescriptionInvoice.ImportInvoiceRequest.paymentReferenceNumberType(int index, PaymentReferenceNumber.Type paymentReferenceNumberType)