PaymentSDK
Mobile payment SDK
de.wirecard.paymentsdk.WirecardCardFormFragment.Builder Class Reference
+ Collaboration diagram for de.wirecard.paymentsdk.WirecardCardFormFragment.Builder:

Public Instance Methods

 Builder (WirecardExtendedCardPayment wirecardExtendedCardPayment) throws WirecardException
 
Builder setTextSize (int textSize)
 
Builder setTextColorID (int textColorID)
 
Builder setHintColorID (int hintColorID)
 
Builder setLocale (String locale)
 
Builder setSupportedCardBrands (Set< CardBrand > supportedCardBrands)
 
Builder setCardBrand (CardBrand cardBrand)
 
Builder setRequestFocus (boolean requestFocus)
 
Builder setExpirationDate (String expirationDate) throws WirecardException
 
Builder setHideCardIcon (boolean hideCardIcon)
 
WirecardCardFormFragment build ()
 

Private Fields

Bundle args
 

Constructor & Destructor Documentation

de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.Builder ( WirecardExtendedCardPayment  wirecardExtendedCardPayment) throws WirecardException
inline

Method Documentation

WirecardCardFormFragment de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.build ( )
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setCardBrand ( CardBrand  cardBrand)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setExpirationDate ( String  expirationDate) throws WirecardException
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setHideCardIcon ( boolean  hideCardIcon)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setHintColorID ( int  hintColorID)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setLocale ( String  locale)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setRequestFocus ( boolean  requestFocus)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setSupportedCardBrands ( Set< CardBrand supportedCardBrands)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setTextColorID ( int  textColorID)
inline
Builder de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.setTextSize ( int  textSize)
inline

Member Data Documentation

Bundle de.wirecard.paymentsdk.WirecardCardFormFragment.Builder.args
private