Class: Increase::Models::PhysicalCard::Shipment::Tracking
- Defined in:
- lib/increase/models/physical_card.rb
Instance Attribute Summary collapse
-
#number ⇒ String
The tracking number.
-
#return_number ⇒ String
For returned shipments, the tracking number of the return shipment.
-
#return_reason ⇒ String
For returned shipments, this describes why the package was returned.
-
#shipped_at ⇒ String
The ISO 8601 date and time at which the fulfillment provider marked the card as ready for pick-up by the shipment carrier.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#number ⇒ String
The tracking number.
126 |
# File 'lib/increase/models/physical_card.rb', line 126 required :number, String |
#return_number ⇒ String
For returned shipments, the tracking number of the return shipment.
131 |
# File 'lib/increase/models/physical_card.rb', line 131 required :return_number, String |
#return_reason ⇒ String
For returned shipments, this describes why the package was returned.
136 |
# File 'lib/increase/models/physical_card.rb', line 136 required :return_reason, String |
#shipped_at ⇒ String
The ISO 8601 date and time at which the fulfillment provider marked the card as ready for pick-up by the shipment carrier.
141 |
# File 'lib/increase/models/physical_card.rb', line 141 required :shipped_at, String |