Class: Increase::Models::PhysicalCard::Shipment::Tracking

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/physical_card.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#numberString

The tracking number.

Returns:

  • (String)


126
# File 'lib/increase/models/physical_card.rb', line 126

required :number, String

#return_numberString

For returned shipments, the tracking number of the return shipment.

Returns:

  • (String)


131
# File 'lib/increase/models/physical_card.rb', line 131

required :return_number, String

#return_reasonString

For returned shipments, this describes why the package was returned.

Returns:

  • (String)


136
# File 'lib/increase/models/physical_card.rb', line 136

required :return_reason, String

#shipped_atString

The ISO 8601 date and time at which the fulfillment provider marked the card as ready for pick-up by the shipment carrier.

Returns:

  • (String)


141
# File 'lib/increase/models/physical_card.rb', line 141

required :shipped_at, String