Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 611 Bytes

File metadata and controls

28 lines (22 loc) · 611 Bytes

BancardPixServiceClient::CommerceBranchUser

Properties

Name Type Description Notes
id Integer
user_id Integer
commerce_id Integer
commerce_branch_id Integer
created_at String
updated_at String

Example

require 'bancard-pix-service-client'

instance = BancardPixServiceClient::CommerceBranchUser.new(
  id: null,
  user_id: null,
  commerce_id: null,
  commerce_branch_id: null,
  created_at: null,
  updated_at: null
)