# Functions
AccountID applies equality check predicate on the "account_id" field.
AccountIDEQ applies the EQ predicate on the "account_id" field.
AccountIDGT applies the GT predicate on the "account_id" field.
AccountIDGTE applies the GTE predicate on the "account_id" field.
AccountIDIn applies the In predicate on the "account_id" field.
AccountIDIsNil applies the IsNil predicate on the "account_id" field.
AccountIDLT applies the LT predicate on the "account_id" field.
AccountIDLTE applies the LTE predicate on the "account_id" field.
AccountIDNEQ applies the NEQ predicate on the "account_id" field.
AccountIDNotIn applies the NotIn predicate on the "account_id" field.
AccountIDNotNil applies the NotNil predicate on the "account_id" field.
And groups predicates with the AND operator between them.
AvailableAt applies equality check predicate on the "available_at" field.
AvailableAtEQ applies the EQ predicate on the "available_at" field.
AvailableAtGT applies the GT predicate on the "available_at" field.
AvailableAtGTE applies the GTE predicate on the "available_at" field.
AvailableAtIn applies the In predicate on the "available_at" field.
AvailableAtIsNil applies the IsNil predicate on the "available_at" field.
AvailableAtLT applies the LT predicate on the "available_at" field.
AvailableAtLTE applies the LTE predicate on the "available_at" field.
AvailableAtNEQ applies the NEQ predicate on the "available_at" field.
AvailableAtNotIn applies the NotIn predicate on the "available_at" field.
AvailableAtNotNil applies the NotNil predicate on the "available_at" field.
CollectingTid applies equality check predicate on the "collecting_tid" field.
CollectingTidEQ applies the EQ predicate on the "collecting_tid" field.
CollectingTidGT applies the GT predicate on the "collecting_tid" field.
CollectingTidGTE applies the GTE predicate on the "collecting_tid" field.
CollectingTidIn applies the In predicate on the "collecting_tid" field.
CollectingTidIsNil applies the IsNil predicate on the "collecting_tid" field.
CollectingTidLT applies the LT predicate on the "collecting_tid" field.
CollectingTidLTE applies the LTE predicate on the "collecting_tid" field.
CollectingTidNEQ applies the NEQ predicate on the "collecting_tid" field.
CollectingTidNotIn applies the NotIn predicate on the "collecting_tid" field.
CollectingTidNotNil applies the NotNil predicate on the "collecting_tid" field.
CreatedAt applies equality check predicate on the "created_at" field.
CreatedAtEQ applies the EQ predicate on the "created_at" field.
CreatedAtGT applies the GT predicate on the "created_at" field.
CreatedAtGTE applies the GTE predicate on the "created_at" field.
CreatedAtIn applies the In predicate on the "created_at" field.
CreatedAtLT applies the LT predicate on the "created_at" field.
CreatedAtLTE applies the LTE predicate on the "created_at" field.
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
DeletedAt applies equality check predicate on the "deleted_at" field.
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
DeletedAtGT applies the GT predicate on the "deleted_at" field.
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
DeletedAtIn applies the In predicate on the "deleted_at" field.
DeletedAtLT applies the LT predicate on the "deleted_at" field.
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldAccountID holds the string denoting the account_id field in the database.
FieldAvailableAt holds the string denoting the available_at field in the database.
FieldCollectingTid holds the string denoting the collecting_tid field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeletedAt holds the string denoting the deleted_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
Label holds the string label denoting the payment type in the database.
Table holds the table name of the payment in the database.
# Variables
Columns holds all SQL columns for payment fields.
DefaultAccountID holds the default value on creation for the "account_id" field.
DefaultAvailableAt holds the default value on creation for the "available_at" field.
DefaultCollectingTid holds the default value on creation for the "collecting_tid" field.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultDeletedAt holds the default value on creation for the "deleted_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
Note that the variables below are initialized by the runtime package on the initialization of the application.
Note that the variables below are initialized by the runtime package on the initialization of the application.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.