Uses of Enum
com.chargebee.models.enums.PaymentMethod
Packages that use PaymentMethod
-
Uses of PaymentMethod in com.chargebee.models
Methods in com.chargebee.models that return PaymentMethodMethods in com.chargebee.models that return types with arguments of type PaymentMethodModifier and TypeMethodDescriptionTransaction.TransactionListRequest.paymentMethod()Export.TransactionsRequest.transactionPaymentMethod()Methods in com.chargebee.models with parameters of type PaymentMethodModifier and TypeMethodDescriptionCreditNote.ImportCreditNoteRequest.linkedRefundPaymentMethod(int index, PaymentMethod linkedRefundPaymentMethod) Transaction.RecordRefundRequest.paymentMethod(PaymentMethod paymentMethod) Invoice.ImportInvoiceRequest.paymentPaymentMethod(int index, PaymentMethod paymentPaymentMethod) CreditNote.RecordRefundRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Customer.RecordExcessPaymentRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Invoice.RecordPaymentRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Invoice.RecordRefundRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Subscription.ImportForCustomerRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Subscription.ImportForItemsRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) Subscription.ImportSubscriptionRequest.transactionPaymentMethod(PaymentMethod transactionPaymentMethod) -
Uses of PaymentMethod in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return PaymentMethodModifier and TypeMethodDescriptionstatic PaymentMethodReturns the enum constant of this type with the specified name.static PaymentMethod[]PaymentMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.