Uses of Enum
cz.gopay.api.v3.model.payment.support.PaymentInstrument
Packages that use PaymentInstrument
Package
Description
-
Uses of PaymentInstrument in cz.gopay.api.v3.model.common
Methods in cz.gopay.api.v3.model.common that return types with arguments of type PaymentInstrumentMethods in cz.gopay.api.v3.model.common with parameters of type PaymentInstrumentModifier and TypeMethodDescriptionstatic CheckoutGroupCheckoutGroup.findByInstrument(PaymentInstrument instrument) -
Uses of PaymentInstrument in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return PaymentInstrumentMethods in cz.gopay.api.v3.model.payment with parameters of type PaymentInstrumentModifier and TypeMethodDescriptionPayment.chosenPaymentInstrument(PaymentInstrument paymentInstrument) voidPayment.setPaymentInstrument(PaymentInstrument paymentInstrument) BasePaymentBuilder.withDefaultPaymentInstrument(PaymentInstrument paymentInstrument) BasePaymentBuilder.withPaymentInstrument(PaymentInstrument paymentInstrument) -
Uses of PaymentInstrument in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return PaymentInstrumentModifier and TypeMethodDescriptionPayer.getDefaultPaymentInstrument()EnabledPaymentInstrument.getPaymentInstrument()Payer.getPaymentInstrument()static PaymentInstrumentReturns the enum constant of this type with the specified name.static PaymentInstrument[]PaymentInstrument.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment.support that return types with arguments of type PaymentInstrumentMethods in cz.gopay.api.v3.model.payment.support with parameters of type PaymentInstrumentModifier and TypeMethodDescriptionPayerBuilder.addAllowedPaymentMethod(PaymentInstrument allowedInstrument) static EnabledPaymentInstrumentEnabledPaymentInstrument.init(PaymentInstrument paymentInstrument) voidPayer.setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) voidPayer.setPaymentInstrument(PaymentInstrument paymentInstrument) PayerBuilder.withDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) PayerBuilder.withPaymentInstrument(PaymentInstrument paymentInstrument) Method parameters in cz.gopay.api.v3.model.payment.support with type arguments of type PaymentInstrumentModifier and TypeMethodDescriptionvoidPayer.setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments) PayerBuilder.withAllowedPaymentInstruments(List<PaymentInstrument> allowedInstruments)