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) build()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