class
Hamilton::Types::ShippingOption
- Hamilton::Types::ShippingOption
- Reference
- Object
Overview
This object represents one shipping option.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/shipping_option.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#id : String
Shipping option identifier.
-
#id=(id : String)
Shipping option identifier.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#prices : Array(Hamilton::Types::LabeledPrice)
List of price portions.
-
#prices=(prices : Array(Hamilton::Types::LabeledPrice))
List of price portions.
-
#title : String
Option title.
-
#title=(title : String)
Option title.