Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 366 Bytes

CreateStoreCreditParams.md

File metadata and controls

18 lines (12 loc) · 366 Bytes

SpreeClient::CreateStoreCreditParams

Properties

Name Type Description Notes
store_credit CreateStoreCreditParamsStoreCredit

Example

require 'spree_client'

instance = SpreeClient::CreateStoreCreditParams.new(
  store_credit: null
)