Method: Printful::OrderEstimateRetailCosts.openapi_nullable

Defined in:
lib/printful_client/models/order_estimate_retail_costs.rb

.openapi_nullableObject

List of attributes with nullable: true



72
73
74
75
76
77
78
79
80
81
# File 'lib/printful_client/models/order_estimate_retail_costs.rb', line 72

def self.openapi_nullable
  Set.new([
    :'subtotal',
    :'discount',
    :'shipping',
    :'tax',
    :'vat',
    :'total'
  ])
end