-
- 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 CashAppPayConfig
cashAppPayConfig
public 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 CashAppPayConfig
getCashAppPayConfig()
Returns CashAppPayConfig. void
setShopperResultUrl(@Nullable() String shopperResultUrl)
ShopperResultUrl is not required for CashAppPayPaymentParams. void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-