Uses of Enum
cz.gopay.api.v3.model.payment.support.BnplType
Packages that use BnplType
-
Uses of BnplType in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment with parameters of type BnplType -
Uses of BnplType in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return BnplTypeModifier and TypeMethodDescriptionBnpl.getBnplType()Payer.getDefaultBnplType()static BnplTypeReturns the enum constant of this type with the specified name.static BnplType[]BnplType.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 BnplTypeMethods in cz.gopay.api.v3.model.payment.support with parameters of type BnplTypeModifier and TypeMethodDescriptionPayerBuilder.addDefaultBnplType(BnplType defaultBnplType) static BnplvoidPayer.setDefaultBnplType(BnplType defaultBnplType) Method parameters in cz.gopay.api.v3.model.payment.support with type arguments of type BnplTypeModifier and TypeMethodDescriptionvoidPayer.setAllowedBnplTypes(List<BnplType> allowedBnplTypes) PayerBuilder.withAllowedBnplTypes(List<BnplType> allowedBnplTypes) Constructors in cz.gopay.api.v3.model.payment.support with parameters of type BnplType