Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 430 Bytes

UpdatePaymentMethodParamsBogusGateway.md

File metadata and controls

18 lines (12 loc) · 430 Bytes

SpreeClient::UpdatePaymentMethodParamsBogusGateway

Properties

Name Type Description Notes
payment_method UpdatePaymentMethodParamsBogusGatewayPaymentMethod

Example

require 'spree_client'

instance = SpreeClient::UpdatePaymentMethodParamsBogusGateway.new(
  payment_method: null
)