Class: Peddler::Types::MerchantFulfillmentV0::ExcludedBenefitReasonCodes

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/merchant_fulfillment_v0/excluded_benefit_reason_codes.rb

Overview

List of reasons why a benefit is excluded for a shipping offer (for example, ‘LATE_DELIVERY_RISK`).

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/types/merchant_fulfillment_v0/excluded_benefit_reason_codes.rb', line 11

def parse(array)
  new(array)
end