Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.PaymentFrequency
-
Packages that use PaymentFrequency Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of PaymentFrequency in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return PaymentFrequency Modifier and Type Method Description PaymentFrequencyExpectedCustomerSpend. frequency()Indicates how frequently the customer is expected to spend the projected amount.static PaymentFrequencyPaymentFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PaymentFrequencyPaymentFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentFrequency[]PaymentFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type PaymentFrequency Modifier and Type Method Description static Set<PaymentFrequency>PaymentFrequency. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type PaymentFrequency Modifier and Type Method Description ExpectedCustomerSpend.BuilderExpectedCustomerSpend.Builder. frequency(PaymentFrequency frequency)Indicates how frequently the customer is expected to spend the projected amount.
-