Package com.increase.api.models
Class PhysicalCard.Shipment
-
- All Implemented Interfaces:
public final class PhysicalCard.ShipmentThe details used to ship this physical card.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPhysicalCard.Shipment.BuilderA builder for Shipment.
public final classPhysicalCard.Shipment.AddressThe location to where the card's packing label is addressed.
public final classPhysicalCard.Shipment.MethodThe shipping method.
public final classPhysicalCard.Shipment.StatusThe status of this shipment.
public final classPhysicalCard.Shipment.TrackingTracking details for the shipment.
-
Method Summary
-
-
Method Detail
-
address
final PhysicalCard.Shipment.Address address()
The location to where the card's packing label is addressed.
-
method
final PhysicalCard.Shipment.Method method()
The shipping method.
-
status
final PhysicalCard.Shipment.Status status()
The status of this shipment.
-
tracking
final Optional<PhysicalCard.Shipment.Tracking> tracking()
Tracking details for the shipment.
-
_address
final JsonField<PhysicalCard.Shipment.Address> _address()
The location to where the card's packing label is addressed.
-
_method
final JsonField<PhysicalCard.Shipment.Method> _method()
The shipping method.
-
_status
final JsonField<PhysicalCard.Shipment.Status> _status()
The status of this shipment.
-
_tracking
final JsonField<PhysicalCard.Shipment.Tracking> _tracking()
Tracking details for the shipment.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final PhysicalCard.Shipment validate()
-
toBuilder
final PhysicalCard.Shipment.Builder toBuilder()
-
builder
final static PhysicalCard.Shipment.Builder builder()
-
-
-
-