-
- All Implemented Interfaces:
-
android.os.Parcelable
public abstract class VirtualAccountPaymentParams extends PaymentParams
Represents payment parameters for virtual account, providing access to payment token.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
paymentToken
-
Constructor Summary
Constructors Constructor Description VirtualAccountPaymentParams(String checkoutId, String paymentBrand, String paymentToken)
-
Method Summary
Modifier and Type Method Description String
getPaymentToken()
Map<String, String>
getParamsForRequest()
Returns a map of all parameters needed for transaction. void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
getPaymentToken
@NonNull() String getPaymentToken()
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns a map of all parameters needed for transaction.
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-