public interface CartStateService
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPopulatedBillingAddress()
A helper method used to determine the validity of the payments on the
CartState.getCart() |
boolean |
hasPopulatedOrderInfo()
A helper method used to determine the validity of the
CartState.getCart()'s order info |
boolean |
hasPopulatedShippingAddress()
A helper method used to determine the validity of the
CartState.getCart()'s fulfillment groups |
boolean |
orderContainsThirdPartyPayment()
A helper method used to determine whether or not the
CartState.getCart() is using a third party payment |
boolean |
orderContainsUnconfirmedCreditCard()
A helper method used to determine whether or not the
CartState.getCart() contains an unconfirmed credit card |
boolean hasPopulatedOrderInfo()
CartState.getCart()'s order infoboolean hasPopulatedBillingAddress()
CartState.getCart()boolean hasPopulatedShippingAddress()
CartState.getCart()'s fulfillment groupsboolean orderContainsThirdPartyPayment()
CartState.getCart() is using a third party paymentboolean orderContainsUnconfirmedCreditCard()
CartState.getCart() contains an unconfirmed credit cardCopyright © 2018. All rights reserved.