Class: HighLevel::Models::Payments::FulfillmentTracking

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/fulfillment_tracking.rb

Instance Attribute Summary collapse

Instance Attribute Details

#shipping_carrierObject (readonly)

Returns the value of attribute shipping_carrier

Returns:

  • (Object)

    the current value of shipping_carrier



9
10
11
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9

def shipping_carrier
  @shipping_carrier
end

#tracking_numberObject (readonly)

Returns the value of attribute tracking_number

Returns:

  • (Object)

    the current value of tracking_number



9
10
11
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9

def tracking_number
  @tracking_number
end

#tracking_urlObject (readonly)

Returns the value of attribute tracking_url

Returns:

  • (Object)

    the current value of tracking_url



9
10
11
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9

def tracking_url
  @tracking_url
end