Class CommercePaymentRequest
java.lang.Object
com.liferay.commerce.payment.request.CommercePaymentRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentRequest
(BigDecimal amount, String cancelUrl, long commerceOrderId, Locale locale, String returnUrl, String transactionId) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
CommercePaymentRequest
public CommercePaymentRequest(BigDecimal amount, String cancelUrl, long commerceOrderId, Locale locale, String returnUrl, String transactionId)
-
-
Method Details
-
getAmount
-
getCancelUrl
-
getCommerceOrderId
public long getCommerceOrderId() -
getLocale
-
getReturnUrl
-
getTransactionId
-