Uses of Class
com.broadleafcommerce.billing.domain.BillingEventDTOWithRefunds
Packages that use BillingEventDTOWithRefunds
-
Uses of BillingEventDTOWithRefunds in com.broadleafcommerce.billing.web.endpoint
Methods in com.broadleafcommerce.billing.web.endpoint that return BillingEventDTOWithRefundsModifier and TypeMethodDescriptionBillingEventWithRefundDetailsEndpoint.readBillingRefundsByBillingId(String eventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventEndpoint.readNewBillingRefundsByBillingId(String eventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.Methods in com.broadleafcommerce.billing.web.endpoint that return types with arguments of type BillingEventDTOWithRefundsModifier and TypeMethodDescriptionprotected List<BillingEventDTOWithRefunds>BillingEventEndpoint.getBulkBillingEventWithRefunds(Collection<BillingEventDTO> billingEvents, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected List<BillingEventDTOWithRefunds>BillingEventWithRefundDetailsEndpoint.getBulkBillingEventWithRefunds(Collection<BillingEventDTO> billingEvents, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected List<BillingEventDTOWithRefunds>BillingEventEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) protected List<BillingEventDTOWithRefunds>BillingEventWithRefundDetailsEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) BillingEventWithRefundDetailsEndpoint.readBillingRefundsByBillingEventIds(Set<String> billingEventIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventWithRefundDetailsEndpoint.readBillingRefundsBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventWithRefundDetailsEndpoint.readBillingRefundsBySubscriptionIds(Set<String> subscriptionIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventEndpoint.readNewBillingRefundsByBillingIds(String[] requestIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.BillingEventEndpoint.readNewBillingRefundsBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.BillingEventEndpoint.readNewBillingRefundsBySubscriptionIds(String[] requestIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.
BillingEventWithRefundDetailsEndpoint.readBillingRefundsByBillingId(String, ContextInfo)