CartExtension.CartDeliveryGroupChange
Object that may contain data about a changed CartDeliveryGroup, that can be used to optimize the business logic in custom calculators.
Constructor for CartDeliveryGroupChange
object to be used only in Apex unit test. All arguments are required.
Param | Description |
---|---|
OptionalCartDeliveryGroup | Provides the changed cart delivery group |
Get the changed DeliveryGroup
Type | Description |
---|---|
OptionalCartDeliveryGroup | OptionalCartDeliveryGroup |
Builds an instance of CartDeliveryGroupChange. This should only be used for Apex unit testing.