-
- All Implemented Interfaces:
-
android.os.Parcelable
public class CashAppPayPaymentParams extends AfterpayPacificPaymentParams
Represents the payment parameters for CASH_APP_PAY payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description private final CashAppPayConfigcashAppPayConfigpublic final static Parcelable.Creator<CashAppPayPaymentParams>CREATOR
-
Constructor Summary
Constructors Constructor Description CashAppPayPaymentParams(String checkoutId, CashAppPayConfig config)Creates the parameters for CASH_APP_PAY transaction.
-
Method Summary
Modifier and Type Method Description CashAppPayConfiggetCashAppPayConfig()Returns CashAppPayConfig. voidsetShopperResultUrl(@Nullable() String shopperResultUrl)ShopperResultUrl is not required for CashAppPayPaymentParams. voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
CashAppPayPaymentParams
CashAppPayPaymentParams(String checkoutId, CashAppPayConfig config)
Creates the parameters for CASH_APP_PAY transaction.- Parameters:
checkoutId- The checkout id of the transaction.config- The CashAppPayConfig.
-
-
Method Detail
-
getCashAppPayConfig
@Nullable() CashAppPayConfig getCashAppPayConfig()
Returns CashAppPayConfig.
-
setShopperResultUrl
void setShopperResultUrl(@Nullable() String shopperResultUrl)
ShopperResultUrl is not required for CashAppPayPaymentParams.
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-