Uses of Class
cz.gopay.api.v3.model.payment.support.PaymentInstrument
-
Packages that use PaymentInstrument Package Description cz.gopay.api.v3.model.common cz.gopay.api.v3.model.payment cz.gopay.api.v3.model.payment.support -
-
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 PaymentInstrument Modifier and Type Method Description Set<PaymentInstrument>CheckoutGroup. getPaymentInstruments()Methods in cz.gopay.api.v3.model.common with parameters of type PaymentInstrument Modifier and Type Method Description static CheckoutGroupCheckoutGroup. findByInstrument(PaymentInstrument instrument) -
Uses of PaymentInstrument in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return PaymentInstrument Modifier and Type Method Description PaymentInstrumentPayment. getPaymentInstrument()Methods in cz.gopay.api.v3.model.payment with parameters of type PaymentInstrument Modifier and Type Method Description PaymentPayment. chosenPaymentInstrument(PaymentInstrument paymentInstrument)voidPayment. setPaymentInstrument(PaymentInstrument paymentInstrument)BasePaymentBuilderBasePaymentBuilder. withDefaultPaymentInstrument(PaymentInstrument paymentInstrument)BasePaymentBuilderBasePaymentBuilder. 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 PaymentInstrument Modifier and Type Method Description PaymentInstrumentPayer. getDefaultPaymentInstrument()PaymentInstrumentEnabledPaymentInstrument. getPaymentInstrument()PaymentInstrumentPayer. getPaymentInstrument()static PaymentInstrumentPaymentInstrument. valueOf(String name)Returns 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 PaymentInstrument Modifier and Type Method Description List<PaymentInstrument>Payer. getAllowedPaymentInstruments()Methods in cz.gopay.api.v3.model.payment.support with parameters of type PaymentInstrument Modifier and Type Method Description PayerBuilderPayerBuilder. addAllowedPaymentMethod(PaymentInstrument allowedInstrument)static EnabledPaymentInstrumentEnabledPaymentInstrument. init(PaymentInstrument paymentInstrument)voidPayer. setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument)voidPayer. setPaymentInstrument(PaymentInstrument paymentInstrument)PayerBuilderPayerBuilder. withDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument)PayerBuilderPayerBuilder. withPaymentInstrument(PaymentInstrument paymentInstrument)Method parameters in cz.gopay.api.v3.model.payment.support with type arguments of type PaymentInstrument Modifier and Type Method Description voidPayer. setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments)PayerBuilderPayerBuilder. withAllowedPaymentInstruments(List<PaymentInstrument> allowedInstruments)
-