You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,19 +71,23 @@ class CardBulkOrder < Lithic::Internal::Type::BaseModel
70
71
#
71
72
# @param shipping_address [Object] Shipping address for all cards in this bulk order
72
73
#
73
-
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrder::ShippingMethod] Shipping method for all cards in this bulk order
74
+
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrder::ShippingMethod] Shipping method for all cards in this bulk order. BULK_PRIORITY, BULK_2_DAY, and
74
75
#
75
76
# @param status [Symbol, Lithic::Models::CardBulkOrder::Status] Status of the bulk order. OPEN indicates the order is accepting cards. LOCKED in
76
77
#
77
78
# @param updated [Time] An RFC 3339 timestamp for when the bulk order was last updated. UTC time zone
78
79
79
-
# Shipping method for all cards in this bulk order
80
+
# Shipping method for all cards in this bulk order. BULK_PRIORITY, BULK_2_DAY, and
81
+
# BULK_EXPRESS are only available with Perfect Plastic Printing
@@ -34,15 +35,19 @@ class CardBulkOrderCreateParams < Lithic::Internal::Type::BaseModel
34
35
#
35
36
# @param shipping_address [Object] Shipping address for all cards in this bulk order
36
37
#
37
-
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrderCreateParams::ShippingMethod] Shipping method for all cards in this bulk order
38
+
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrderCreateParams::ShippingMethod] Shipping method for all cards in this bulk order. BULK_PRIORITY, BULK_2_DAY, and
# @param customer_product_id [String] Customer-specified product configuration for physical card manufacturing. This m
19
18
#
20
19
# @param shipping_address [Object] Shipping address for all cards in this bulk order
21
20
#
22
-
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrderCreateParams::ShippingMethod] Shipping method for all cards in this bulk order
21
+
# @param shipping_method [Symbol, Lithic::Models::CardBulkOrderCreateParams::ShippingMethod] Shipping method for all cards in this bulk order. BULK_PRIORITY, BULK_2_DAY, and
0 commit comments