Class: InPostUKAPI::Return

Inherits:
Base
  • Object
show all
Defined in:
lib/inpost_uk_api/resources/return.rb

Constant Summary collapse

DEFAULT_ATTRS =
{
  sender_email: '[email protected]',
  sender_phone: '7999999999',
  customer_reference: 'customer reference number',
  show_quick_send_code: 'false'
}

Method Summary

Methods inherited from Base

add_retailer_prefix_option, #initialize, retailer, retailer=, with_account

Constructor Details

This class inherits a constructor from InPostUKAPI::Base