Class CardConvertPhysicalParams.Body
-
- All Implemented Interfaces:
public final class CardConvertPhysicalParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardConvertPhysicalParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final ShippingAddressshippingAddress()The shipping address this card will be sent to. final Optional<Carrier>carrier()If omitted, the previous carrier will be used. final Optional<String>productId()Specifies the configuration (e.g. final Optional<CardConvertPhysicalParams.ShippingMethod>shippingMethod()Shipping method for the card. final JsonField<ShippingAddress>_shippingAddress()The shipping address this card will be sent to. final JsonField<Carrier>_carrier()If omitted, the previous carrier will be used. final JsonField<String>_productId()Specifies the configuration (e.g. final JsonField<CardConvertPhysicalParams.ShippingMethod>_shippingMethod()Shipping method for the card. final Map<String, JsonValue>_additionalProperties()final CardConvertPhysicalParams.Bodyvalidate()final CardConvertPhysicalParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardConvertPhysicalParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
shippingAddress
final ShippingAddress shippingAddress()
The shipping address this card will be sent to.
-
productId
final Optional<String> productId()
Specifies the configuration (e.g. physical card art) that the card should be manufactured with, and only applies to cards of type
PHYSICAL. This must be configured with Lithic before use.
-
shippingMethod
final Optional<CardConvertPhysicalParams.ShippingMethod> shippingMethod()
Shipping method for the card. Use of options besides
STANDARDrequire additional permissions.STANDARD- USPS regular mail or similar international option, with no trackingSTANDARD_WITH_TRACKING- USPS regular mail or similar international option, with trackingPRIORITY- USPS Priority, 1-3 day shipping, with trackingEXPRESS- FedEx Express, 3-day shipping, with tracking2_DAY- FedEx 2-day shipping, with trackingEXPEDITED- FedEx Standard Overnight or similar international option, with tracking
-
_shippingAddress
final JsonField<ShippingAddress> _shippingAddress()
The shipping address this card will be sent to.
-
_productId
final JsonField<String> _productId()
Specifies the configuration (e.g. physical card art) that the card should be manufactured with, and only applies to cards of type
PHYSICAL. This must be configured with Lithic before use.
-
_shippingMethod
final JsonField<CardConvertPhysicalParams.ShippingMethod> _shippingMethod()
Shipping method for the card. Use of options besides
STANDARDrequire additional permissions.STANDARD- USPS regular mail or similar international option, with no trackingSTANDARD_WITH_TRACKING- USPS regular mail or similar international option, with trackingPRIORITY- USPS Priority, 1-3 day shipping, with trackingEXPRESS- FedEx Express, 3-day shipping, with tracking2_DAY- FedEx 2-day shipping, with trackingEXPEDITED- FedEx Standard Overnight or similar international option, with tracking
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CardConvertPhysicalParams.Body validate()
-
toBuilder
final CardConvertPhysicalParams.Body.Builder toBuilder()
-
builder
final static CardConvertPhysicalParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.shippingAddress()
-
-
-
-