Increase.Entities.Entity.TermsAgreement (Increase v1.0.0)

Copy Markdown View Source

The EntityTermsAgreement object.

Fields

  • agreed_at - The timestamp of when the Entity agreed to the terms.
  • ip_address - The IP address the Entity accessed reviewed the terms from.
  • terms_url - The URL of the terms agreement. This link will be provided by your bank partner.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.TermsAgreement{
  agreed_at: DateTime.t(),
  ip_address: String.t(),
  terms_url: String.t()
}