-
- All Implemented Interfaces:
-
android.os.Parcelable,com.oppwa.mobile.connect.payment.BrandConfig
public final class VenmoPayfastConfig implements BrandConfigCreates the config for VENMO_PAYFAST transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVenmoPayfastConfig.CREATOR
-
Constructor Summary
Constructors Constructor Description VenmoPayfastConfig(Parcel parcel)VenmoPayfastConfig(String appLinkReturnUrl, Boolean collectCustomerShippingAddress, Boolean collectCustomerBillingAddress)
-
Method Summary
Modifier and Type Method Description StringgetPaymentBrand()final StringgetNonce()Returns nonce. final UnitsetNonce(String nonce)sets nonce. final StringgetDeviceData()Returns deviceData. final UnitsetDeviceData(String deviceData)sets deviceData. final StringgetBillingRecipientName()Returns billingRecipientName. final UnitsetBillingRecipientName(String billingRecipientName)sets billingRecipientName. final StringgetBillingStreetAddress()Returns billingStreetAddress. final UnitsetBillingStreetAddress(String billingStreetAddress)sets billingStreetAddress. final StringgetBillingExtendedAddress()Returns billingExtendedAddress. final UnitsetBillingExtendedAddress(String billingExtendedAddress)sets billingExtendedAddress. final StringgetBillingRegion()Returns billingRegion. final UnitsetBillingRegion(String billingRegion)sets billingRegion. final StringgetBillingLocality()Returns billingLocality. final UnitsetBillingLocality(String billingLocality)sets billingLocality. final StringgetBillingCountryCode()Returns billingCountryCode. final UnitsetBillingCountryCode(String billingCountryCode)sets billingCountryCode. final StringgetBillingPostalCode()Returns billingPostalCode. final UnitsetBillingPostalCode(String billingPostalCode)sets billingPostalCode. final StringgetShippingRecipientName()Returns shippingRecipientName. final UnitsetShippingRecipientName(String shippingRecipientName)sets shippingRecipientName. final StringgetShippingStreetAddress()Returns shippingStreetAddress. final UnitsetShippingStreetAddress(String shippingStreetAddress)sets shippingStreetAddress. final StringgetShippingExtendedAddress()Returns shippingExtendedAddress. final UnitsetShippingExtendedAddress(String shippingExtendedAddress)sets shippingExtendedAddress. final StringgetShippingRegion()Returns shippingRegion. final UnitsetShippingRegion(String shippingRegion)sets shippingRegion. final StringgetShippingLocality()Returns shippingLocality. final UnitsetShippingLocality(String shippingLocality)sets shippingLocality. final StringgetShippingCountryCode()Returns shippingCountryCode. final UnitsetShippingCountryCode(String shippingCountryCode)sets shippingCountryCode. final StringgetShippingPostalCode()Returns shippingPostalCode. final UnitsetShippingPostalCode(String shippingPostalCode)sets shippingPostalCode. final StringgetEmail()Returns email. final UnitsetEmail(String email)sets email. final StringgetExternalId()Returns externalId. final UnitsetExternalId(String externalId)sets externalId. final StringgetFirstName()Returns firstName. final UnitsetFirstName(String firstName)sets firstName. final StringgetLastName()Returns lastName. final UnitsetLastName(String lastName)sets lastName. final StringgetPhoneNumber()Returns phoneNumber. final UnitsetPhoneNumber(String phoneNumber)sets phoneNumber. final StringgetUserName()Returns userName. final UnitsetUserName(String userName)sets userName. final StringgetAppLinkReturnUrl()Returns appLinkReturnUrl. final BooleangetCollectCustomerShippingAddress()Returns collectCustomerShippingAddress. final UnitsetCollectCustomerShippingAddress(Boolean collectCustomerShippingAddress)sets collectCustomerShippingAddress. final BooleangetCollectCustomerBillingAddress()Returns collectCustomerBillingAddress. final UnitsetCollectCustomerBillingAddress(Boolean collectCustomerBillingAddress)sets collectCustomerBillingAddress. Booleanequals(Object other)IntegerhashCode()IntegerdescribeContents()UnitwriteToParcel(Parcel dest, Integer flags)-
-
Constructor Detail
-
VenmoPayfastConfig
VenmoPayfastConfig(Parcel parcel)
-
VenmoPayfastConfig
VenmoPayfastConfig(String appLinkReturnUrl, Boolean collectCustomerShippingAddress, Boolean collectCustomerBillingAddress)
- Parameters:
appLinkReturnUrl-A Uri containing the Android App Link website associated with your application to be used to return to your app from the PayPal payment flows.
-
-
Method Detail
-
getPaymentBrand
String getPaymentBrand()
-
getDeviceData
final String getDeviceData()
Returns deviceData.
-
setDeviceData
final Unit setDeviceData(String deviceData)
sets deviceData.
-
getBillingRecipientName
final String getBillingRecipientName()
Returns billingRecipientName.
-
setBillingRecipientName
final Unit setBillingRecipientName(String billingRecipientName)
sets billingRecipientName.
-
getBillingStreetAddress
final String getBillingStreetAddress()
Returns billingStreetAddress.
-
setBillingStreetAddress
final Unit setBillingStreetAddress(String billingStreetAddress)
sets billingStreetAddress.
-
getBillingExtendedAddress
final String getBillingExtendedAddress()
Returns billingExtendedAddress.
-
setBillingExtendedAddress
final Unit setBillingExtendedAddress(String billingExtendedAddress)
sets billingExtendedAddress.
-
getBillingRegion
final String getBillingRegion()
Returns billingRegion.
-
setBillingRegion
final Unit setBillingRegion(String billingRegion)
sets billingRegion.
-
getBillingLocality
final String getBillingLocality()
Returns billingLocality.
-
setBillingLocality
final Unit setBillingLocality(String billingLocality)
sets billingLocality.
-
getBillingCountryCode
final String getBillingCountryCode()
Returns billingCountryCode.
-
setBillingCountryCode
final Unit setBillingCountryCode(String billingCountryCode)
sets billingCountryCode.
-
getBillingPostalCode
final String getBillingPostalCode()
Returns billingPostalCode.
-
setBillingPostalCode
final Unit setBillingPostalCode(String billingPostalCode)
sets billingPostalCode.
-
getShippingRecipientName
final String getShippingRecipientName()
Returns shippingRecipientName.
-
setShippingRecipientName
final Unit setShippingRecipientName(String shippingRecipientName)
sets shippingRecipientName.
-
getShippingStreetAddress
final String getShippingStreetAddress()
Returns shippingStreetAddress.
-
setShippingStreetAddress
final Unit setShippingStreetAddress(String shippingStreetAddress)
sets shippingStreetAddress.
-
getShippingExtendedAddress
final String getShippingExtendedAddress()
Returns shippingExtendedAddress.
-
setShippingExtendedAddress
final Unit setShippingExtendedAddress(String shippingExtendedAddress)
sets shippingExtendedAddress.
-
getShippingRegion
final String getShippingRegion()
Returns shippingRegion.
-
setShippingRegion
final Unit setShippingRegion(String shippingRegion)
sets shippingRegion.
-
getShippingLocality
final String getShippingLocality()
Returns shippingLocality.
-
setShippingLocality
final Unit setShippingLocality(String shippingLocality)
sets shippingLocality.
-
getShippingCountryCode
final String getShippingCountryCode()
Returns shippingCountryCode.
-
setShippingCountryCode
final Unit setShippingCountryCode(String shippingCountryCode)
sets shippingCountryCode.
-
getShippingPostalCode
final String getShippingPostalCode()
Returns shippingPostalCode.
-
setShippingPostalCode
final Unit setShippingPostalCode(String shippingPostalCode)
sets shippingPostalCode.
-
getExternalId
final String getExternalId()
Returns externalId.
-
setExternalId
final Unit setExternalId(String externalId)
sets externalId.
-
getFirstName
final String getFirstName()
Returns firstName.
-
setFirstName
final Unit setFirstName(String firstName)
sets firstName.
-
getLastName
final String getLastName()
Returns lastName.
-
setLastName
final Unit setLastName(String lastName)
sets lastName.
-
getPhoneNumber
final String getPhoneNumber()
Returns phoneNumber.
-
setPhoneNumber
final Unit setPhoneNumber(String phoneNumber)
sets phoneNumber.
-
getUserName
final String getUserName()
Returns userName.
-
setUserName
final Unit setUserName(String userName)
sets userName.
-
getAppLinkReturnUrl
final String getAppLinkReturnUrl()
Returns appLinkReturnUrl.
-
getCollectCustomerShippingAddress
final Boolean getCollectCustomerShippingAddress()
Returns collectCustomerShippingAddress.
-
setCollectCustomerShippingAddress
final Unit setCollectCustomerShippingAddress(Boolean collectCustomerShippingAddress)
sets collectCustomerShippingAddress.
-
getCollectCustomerBillingAddress
final Boolean getCollectCustomerBillingAddress()
Returns collectCustomerBillingAddress.
-
setCollectCustomerBillingAddress
final Unit setCollectCustomerBillingAddress(Boolean collectCustomerBillingAddress)
sets collectCustomerBillingAddress.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-