Interface ShippingMethodResourceIdentifier

All Superinterfaces:
Identifiable<ShippingMethod>, ResourceIdentifier, WithKey
All Known Implementing Classes:
ShippingMethodResourceIdentifierImpl

public interface ShippingMethodResourceIdentifier extends ResourceIdentifier, Identifiable<ShippingMethod>

ResourceIdentifier to a ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodResourceIdentifier shippingMethodResourceIdentifier = ShippingMethodResourceIdentifier.builder()
             .build()