Class ChasePaymentCreateApplePaySessionRequest
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.wallet.domain.ChasePaymentCreateApplePaySessionRequest
- All Implemented Interfaces:
Serializable
The request that is used to create the Apple Pay session and build the opaque session object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetDisplayName(String displayName) voidsetInitiative(String initiative) voidsetInitiativeContext(String initiativeContext) voidsetMerchantIdentifier(String merchantIdentifier) toString()
-
Constructor Details
-
ChasePaymentCreateApplePaySessionRequest
public ChasePaymentCreateApplePaySessionRequest()
-
-
Method Details
-
getMerchantIdentifier
-
getDisplayName
-
getInitiative
-
getInitiativeContext
-
setMerchantIdentifier
-
setDisplayName
-
setInitiative
-
setInitiativeContext
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-