Uses of Interface
com.labs64.netlicensing.domain.entity.PaymentMethod
Packages that use PaymentMethod
Package
Description
Schema converters.
Service interfaces.
-
Uses of PaymentMethod in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement PaymentMethod -
Uses of PaymentMethod in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return PaymentMethod -
Uses of PaymentMethod in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return PaymentMethodModifier and TypeMethodDescriptionstatic PaymentMethod
Gets payment method by its number.static PaymentMethod
PaymentMethodService.update
(Context context, String number, PaymentMethod paymentMethod) Updates payment method properties.Methods in com.labs64.netlicensing.service that return types with arguments of type PaymentMethodModifier and TypeMethodDescriptionstatic Page<PaymentMethod>
Returns payment methods of a vendor.Methods in com.labs64.netlicensing.service with parameters of type PaymentMethodModifier and TypeMethodDescriptionstatic PaymentMethod
PaymentMethodService.update
(Context context, String number, PaymentMethod paymentMethod) Updates payment method properties.