Class CommerceSubscriptionStatusResult
java.lang.Object
com.liferay.commerce.payment.result.CommerceSubscriptionStatusResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceSubscriptionStatusResult
(long paymentsFailed, long cyclesRemaining, long cyclesCompleted) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Constructor Details
-
CommerceSubscriptionStatusResult
public CommerceSubscriptionStatusResult(long paymentsFailed, long cyclesRemaining, long cyclesCompleted)
-
-
Method Details
-
getCyclesCompleted
public long getCyclesCompleted() -
getCyclesRemaining
public long getCyclesRemaining() -
getPaymentsFailed
public long getPaymentsFailed()
-