Please enable JavaScript.
Coggle requires JavaScript to display documents.
DataBase.Repos.B2bPayment (payers (id, name : string (null), email :…
DataBase.Repos.B2bPayment
requests
timestamps
id
state : integer
health : integer
payment_methods
id
payer_business_id : string (null)
type : integer (null)
details : map (null)
timestamps
beautydate_id : string (null)
request_id
payers
id
name : string (null)
email : string (null)
personal_id_type : integer (null)
device_platform : integer (null)
company : string (null)
payer_type : integer (null)
timestamps (null)
personal_id : string (null)
business_id : string (null)
request_id
iugu_hooks
id
state : integer
health : integer
event_id
timestamps
events
id
type : integer
gateway_event_id : string
account_id : string
status : string (null)
subscription_id : string (null)
customer_name : string (null)
customer_email : string (null)
expires_at : date (null)
timestamps
payer belongs_to request
payment_method belongs_to request
event belongs to iugu_hook
request has_one payer
request has_one payment_method
payer has_one payment_method thrg: request