Class PayerBuilder
java.lang.Object
cz.gopay.api.v3.model.payment.support.PayerBuilder
- Author:
- FrantiĊĦek Sichinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedPaymentMethod(PaymentInstrument allowedInstrument) addAllowedSwift(String allowedSwift) addDefaultBnplType(BnplType defaultBnplType) build()withAllowedBnplTypes(List<BnplType> allowedBnplTypes) withAllowedCardToken(String cardToken) withAllowedPaymentInstruments(List<PaymentInstrument> allowedInstruments) withAllowedSwifts(List<String> allowedSwifts) withContactData(PayerContact contact) withDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) withMaskedPan(String maskedPan) withPaymentInstrument(PaymentInstrument paymentInstrument) withRequestCardToken(Boolean requestCardToken) withVerificationPin(String verificationPin)
-
Constructor Details
-
PayerBuilder
public PayerBuilder()
-
-
Method Details
-
build
-
withPaymentInstrument
-
withDefaultPaymentInstrument
-
withAllowedPaymentInstruments
-
addAllowedPaymentMethod
-
withAllowedSwifts
-
addAllowedSwift
-
withContactData
-
withAllowedCardToken
-
withVerificationPin
-
withRequestCardToken
-
withMaskedPan
-
withAllowedBnplTypes
-
addDefaultBnplType
-