Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 415 Bytes

File metadata and controls

18 lines (12 loc) · 415 Bytes

EzmaxApi::CreditcardclientRequestPatch

Properties

Name Type Description Notes
b_creditcardclientrelation_isdefault Boolean Whether if it's the creditcardclient is the default one [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CreditcardclientRequestPatch.new(
  b_creditcardclientrelation_isdefault: true
)