Uses of Enum
com.chargebee.models.enums.PaymentInitiator
Packages that use PaymentInitiator
-
Uses of PaymentInitiator in com.chargebee.models
Methods in com.chargebee.models with parameters of type PaymentInitiatorModifier and TypeMethodDescriptionCustomer.CollectPaymentRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.ChargeAddonRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.ChargeRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.CollectPaymentRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.CreateForChargeItemRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.CreateForChargeItemsAndChargesRequest.paymentInitiator(PaymentInitiator paymentInitiator) Invoice.CreateRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.CreateForCustomerRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.CreateRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.CreateWithItemsRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.ReactivateRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.ResumeRequest.paymentInitiator(PaymentInitiator paymentInitiator) Subscription.UpdateForItemsRequest.paymentInitiator(PaymentInitiator paymentInitiator) -
Uses of PaymentInitiator in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return PaymentInitiatorModifier and TypeMethodDescriptionstatic PaymentInitiatorReturns the enum constant of this type with the specified name.static PaymentInitiator[]PaymentInitiator.values()Returns an array containing the constants of this enum type, in the order they are declared.