billinginvoice

package
v1.0.0-beta.193 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the billinginvoice type in the database.
	Label = "billing_invoice"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldNamespace holds the string denoting the namespace field in the database.
	FieldNamespace = "namespace"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldSupplierAddressCountry holds the string denoting the supplier_address_country field in the database.
	FieldSupplierAddressCountry = "supplier_address_country"
	// FieldSupplierAddressPostalCode holds the string denoting the supplier_address_postal_code field in the database.
	FieldSupplierAddressPostalCode = "supplier_address_postal_code"
	// FieldSupplierAddressState holds the string denoting the supplier_address_state field in the database.
	FieldSupplierAddressState = "supplier_address_state"
	// FieldSupplierAddressCity holds the string denoting the supplier_address_city field in the database.
	FieldSupplierAddressCity = "supplier_address_city"
	// FieldSupplierAddressLine1 holds the string denoting the supplier_address_line1 field in the database.
	FieldSupplierAddressLine1 = "supplier_address_line1"
	// FieldSupplierAddressLine2 holds the string denoting the supplier_address_line2 field in the database.
	FieldSupplierAddressLine2 = "supplier_address_line2"
	// FieldSupplierAddressPhoneNumber holds the string denoting the supplier_address_phone_number field in the database.
	FieldSupplierAddressPhoneNumber = "supplier_address_phone_number"
	// FieldCustomerAddressCountry holds the string denoting the customer_address_country field in the database.
	FieldCustomerAddressCountry = "customer_address_country"
	// FieldCustomerAddressPostalCode holds the string denoting the customer_address_postal_code field in the database.
	FieldCustomerAddressPostalCode = "customer_address_postal_code"
	// FieldCustomerAddressState holds the string denoting the customer_address_state field in the database.
	FieldCustomerAddressState = "customer_address_state"
	// FieldCustomerAddressCity holds the string denoting the customer_address_city field in the database.
	FieldCustomerAddressCity = "customer_address_city"
	// FieldCustomerAddressLine1 holds the string denoting the customer_address_line1 field in the database.
	FieldCustomerAddressLine1 = "customer_address_line1"
	// FieldCustomerAddressLine2 holds the string denoting the customer_address_line2 field in the database.
	FieldCustomerAddressLine2 = "customer_address_line2"
	// FieldCustomerAddressPhoneNumber holds the string denoting the customer_address_phone_number field in the database.
	FieldCustomerAddressPhoneNumber = "customer_address_phone_number"
	// FieldAmount holds the string denoting the amount field in the database.
	FieldAmount = "amount"
	// FieldTaxesTotal holds the string denoting the taxes_total field in the database.
	FieldTaxesTotal = "taxes_total"
	// FieldTaxesInclusiveTotal holds the string denoting the taxes_inclusive_total field in the database.
	FieldTaxesInclusiveTotal = "taxes_inclusive_total"
	// FieldTaxesExclusiveTotal holds the string denoting the taxes_exclusive_total field in the database.
	FieldTaxesExclusiveTotal = "taxes_exclusive_total"
	// FieldChargesTotal holds the string denoting the charges_total field in the database.
	FieldChargesTotal = "charges_total"
	// FieldDiscountsTotal holds the string denoting the discounts_total field in the database.
	FieldDiscountsTotal = "discounts_total"
	// FieldTotal holds the string denoting the total field in the database.
	FieldTotal = "total"
	// FieldSupplierName holds the string denoting the supplier_name field in the database.
	FieldSupplierName = "supplier_name"
	// FieldSupplierTaxCode holds the string denoting the supplier_tax_code field in the database.
	FieldSupplierTaxCode = "supplier_tax_code"
	// FieldCustomerName holds the string denoting the customer_name field in the database.
	FieldCustomerName = "customer_name"
	// FieldCustomerUsageAttribution holds the string denoting the customer_usage_attribution field in the database.
	FieldCustomerUsageAttribution = "customer_usage_attribution"
	// FieldNumber holds the string denoting the number field in the database.
	FieldNumber = "number"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldCustomerID holds the string denoting the customer_id field in the database.
	FieldCustomerID = "customer_id"
	// FieldSourceBillingProfileID holds the string denoting the source_billing_profile_id field in the database.
	FieldSourceBillingProfileID = "source_billing_profile_id"
	// FieldVoidedAt holds the string denoting the voided_at field in the database.
	FieldVoidedAt = "voided_at"
	// FieldIssuedAt holds the string denoting the issued_at field in the database.
	FieldIssuedAt = "issued_at"
	// FieldSentToCustomerAt holds the string denoting the sent_to_customer_at field in the database.
	FieldSentToCustomerAt = "sent_to_customer_at"
	// FieldDraftUntil holds the string denoting the draft_until field in the database.
	FieldDraftUntil = "draft_until"
	// FieldCurrency holds the string denoting the currency field in the database.
	FieldCurrency = "currency"
	// FieldDueAt holds the string denoting the due_at field in the database.
	FieldDueAt = "due_at"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldStatusDetailsCache holds the string denoting the status_details_cache field in the database.
	FieldStatusDetailsCache = "status_details_cache"
	// FieldWorkflowConfigID holds the string denoting the workflow_config_id field in the database.
	FieldWorkflowConfigID = "workflow_config_id"
	// FieldTaxAppID holds the string denoting the tax_app_id field in the database.
	FieldTaxAppID = "tax_app_id"
	// FieldInvoicingAppID holds the string denoting the invoicing_app_id field in the database.
	FieldInvoicingAppID = "invoicing_app_id"
	// FieldPaymentAppID holds the string denoting the payment_app_id field in the database.
	FieldPaymentAppID = "payment_app_id"
	// FieldInvoicingAppExternalID holds the string denoting the invoicing_app_external_id field in the database.
	FieldInvoicingAppExternalID = "invoicing_app_external_id"
	// FieldPaymentAppExternalID holds the string denoting the payment_app_external_id field in the database.
	FieldPaymentAppExternalID = "payment_app_external_id"
	// FieldTaxAppExternalID holds the string denoting the tax_app_external_id field in the database.
	FieldTaxAppExternalID = "tax_app_external_id"
	// FieldPeriodStart holds the string denoting the period_start field in the database.
	FieldPeriodStart = "period_start"
	// FieldPeriodEnd holds the string denoting the period_end field in the database.
	FieldPeriodEnd = "period_end"
	// FieldCollectionAt holds the string denoting the collection_at field in the database.
	FieldCollectionAt = "collection_at"
	// EdgeSourceBillingProfile holds the string denoting the source_billing_profile edge name in mutations.
	EdgeSourceBillingProfile = "source_billing_profile"
	// EdgeBillingWorkflowConfig holds the string denoting the billing_workflow_config edge name in mutations.
	EdgeBillingWorkflowConfig = "billing_workflow_config"
	// EdgeBillingInvoiceLines holds the string denoting the billing_invoice_lines edge name in mutations.
	EdgeBillingInvoiceLines = "billing_invoice_lines"
	// EdgeBillingInvoiceValidationIssues holds the string denoting the billing_invoice_validation_issues edge name in mutations.
	EdgeBillingInvoiceValidationIssues = "billing_invoice_validation_issues"
	// EdgeBillingInvoiceCustomer holds the string denoting the billing_invoice_customer edge name in mutations.
	EdgeBillingInvoiceCustomer = "billing_invoice_customer"
	// EdgeTaxApp holds the string denoting the tax_app edge name in mutations.
	EdgeTaxApp = "tax_app"
	// EdgeInvoicingApp holds the string denoting the invoicing_app edge name in mutations.
	EdgeInvoicingApp = "invoicing_app"
	// EdgePaymentApp holds the string denoting the payment_app edge name in mutations.
	EdgePaymentApp = "payment_app"
	// EdgeInvoiceDiscounts holds the string denoting the invoice_discounts edge name in mutations.
	EdgeInvoiceDiscounts = "invoice_discounts"
	// Table holds the table name of the billinginvoice in the database.
	Table = "billing_invoices"
	// SourceBillingProfileTable is the table that holds the source_billing_profile relation/edge.
	SourceBillingProfileTable = "billing_invoices"
	// SourceBillingProfileInverseTable is the table name for the BillingProfile entity.
	// It exists in this package in order to avoid circular dependency with the "billingprofile" package.
	SourceBillingProfileInverseTable = "billing_profiles"
	// SourceBillingProfileColumn is the table column denoting the source_billing_profile relation/edge.
	SourceBillingProfileColumn = "source_billing_profile_id"
	// BillingWorkflowConfigTable is the table that holds the billing_workflow_config relation/edge.
	BillingWorkflowConfigTable = "billing_invoices"
	// BillingWorkflowConfigInverseTable is the table name for the BillingWorkflowConfig entity.
	// It exists in this package in order to avoid circular dependency with the "billingworkflowconfig" package.
	BillingWorkflowConfigInverseTable = "billing_workflow_configs"
	// BillingWorkflowConfigColumn is the table column denoting the billing_workflow_config relation/edge.
	BillingWorkflowConfigColumn = "workflow_config_id"
	// BillingInvoiceLinesTable is the table that holds the billing_invoice_lines relation/edge.
	BillingInvoiceLinesTable = "billing_invoice_lines"
	// BillingInvoiceLinesInverseTable is the table name for the BillingInvoiceLine entity.
	// It exists in this package in order to avoid circular dependency with the "billinginvoiceline" package.
	BillingInvoiceLinesInverseTable = "billing_invoice_lines"
	// BillingInvoiceLinesColumn is the table column denoting the billing_invoice_lines relation/edge.
	BillingInvoiceLinesColumn = "invoice_id"
	// BillingInvoiceValidationIssuesTable is the table that holds the billing_invoice_validation_issues relation/edge.
	BillingInvoiceValidationIssuesTable = "billing_invoice_validation_issues"
	// BillingInvoiceValidationIssuesInverseTable is the table name for the BillingInvoiceValidationIssue entity.
	// It exists in this package in order to avoid circular dependency with the "billinginvoicevalidationissue" package.
	BillingInvoiceValidationIssuesInverseTable = "billing_invoice_validation_issues"
	// BillingInvoiceValidationIssuesColumn is the table column denoting the billing_invoice_validation_issues relation/edge.
	BillingInvoiceValidationIssuesColumn = "invoice_id"
	// BillingInvoiceCustomerTable is the table that holds the billing_invoice_customer relation/edge.
	BillingInvoiceCustomerTable = "billing_invoices"
	// BillingInvoiceCustomerInverseTable is the table name for the Customer entity.
	// It exists in this package in order to avoid circular dependency with the "customer" package.
	BillingInvoiceCustomerInverseTable = "customers"
	// BillingInvoiceCustomerColumn is the table column denoting the billing_invoice_customer relation/edge.
	BillingInvoiceCustomerColumn = "customer_id"
	// TaxAppTable is the table that holds the tax_app relation/edge.
	TaxAppTable = "billing_invoices"
	// TaxAppInverseTable is the table name for the App entity.
	// It exists in this package in order to avoid circular dependency with the "dbapp" package.
	TaxAppInverseTable = "apps"
	// TaxAppColumn is the table column denoting the tax_app relation/edge.
	TaxAppColumn = "tax_app_id"
	// InvoicingAppTable is the table that holds the invoicing_app relation/edge.
	InvoicingAppTable = "billing_invoices"
	// InvoicingAppInverseTable is the table name for the App entity.
	// It exists in this package in order to avoid circular dependency with the "dbapp" package.
	InvoicingAppInverseTable = "apps"
	// InvoicingAppColumn is the table column denoting the invoicing_app relation/edge.
	InvoicingAppColumn = "invoicing_app_id"
	// PaymentAppTable is the table that holds the payment_app relation/edge.
	PaymentAppTable = "billing_invoices"
	// PaymentAppInverseTable is the table name for the App entity.
	// It exists in this package in order to avoid circular dependency with the "dbapp" package.
	PaymentAppInverseTable = "apps"
	// PaymentAppColumn is the table column denoting the payment_app relation/edge.
	PaymentAppColumn = "payment_app_id"
	// InvoiceDiscountsTable is the table that holds the invoice_discounts relation/edge.
	InvoiceDiscountsTable = "billing_invoice_discounts"
	// InvoiceDiscountsInverseTable is the table name for the BillingInvoiceDiscount entity.
	// It exists in this package in order to avoid circular dependency with the "billinginvoicediscount" package.
	InvoiceDiscountsInverseTable = "billing_invoice_discounts"
	// InvoiceDiscountsColumn is the table column denoting the invoice_discounts relation/edge.
	InvoiceDiscountsColumn = "invoice_id"
)

Variables

View Source
var (
	// NamespaceValidator is a validator for the "namespace" field. It is called by the builders before save.
	NamespaceValidator func(string) error
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// SupplierAddressCountryValidator is a validator for the "supplier_address_country" field. It is called by the builders before save.
	SupplierAddressCountryValidator func(string) error
	// CustomerAddressCountryValidator is a validator for the "customer_address_country" field. It is called by the builders before save.
	CustomerAddressCountryValidator func(string) error
	// SupplierNameValidator is a validator for the "supplier_name" field. It is called by the builders before save.
	SupplierNameValidator func(string) error
	// CustomerNameValidator is a validator for the "customer_name" field. It is called by the builders before save.
	CustomerNameValidator func(string) error
	// CustomerIDValidator is a validator for the "customer_id" field. It is called by the builders before save.
	CustomerIDValidator func(string) error
	// SourceBillingProfileIDValidator is a validator for the "source_billing_profile_id" field. It is called by the builders before save.
	SourceBillingProfileIDValidator func(string) error
	// CurrencyValidator is a validator for the "currency" field. It is called by the builders before save.
	CurrencyValidator func(string) error
	// DefaultCollectionAt holds the default value on creation for the "collection_at" field.
	DefaultCollectionAt func() time.Time
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Columns holds all SQL columns for billinginvoice fields.

Functions

func Amount

Amount applies equality check predicate on the "amount" field. It's identical to AmountEQ.

func AmountEQ

AmountEQ applies the EQ predicate on the "amount" field.

func AmountGT

AmountGT applies the GT predicate on the "amount" field.

func AmountGTE

AmountGTE applies the GTE predicate on the "amount" field.

func AmountIn

AmountIn applies the In predicate on the "amount" field.

func AmountLT

AmountLT applies the LT predicate on the "amount" field.

func AmountLTE

AmountLTE applies the LTE predicate on the "amount" field.

func AmountNEQ

AmountNEQ applies the NEQ predicate on the "amount" field.

func AmountNotIn

func AmountNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

AmountNotIn applies the NotIn predicate on the "amount" field.

func And

And groups predicates with the AND operator between them.

func ChargesTotal

ChargesTotal applies equality check predicate on the "charges_total" field. It's identical to ChargesTotalEQ.

func ChargesTotalEQ

ChargesTotalEQ applies the EQ predicate on the "charges_total" field.

func ChargesTotalGT

ChargesTotalGT applies the GT predicate on the "charges_total" field.

func ChargesTotalGTE

func ChargesTotalGTE(v alpacadecimal.Decimal) predicate.BillingInvoice

ChargesTotalGTE applies the GTE predicate on the "charges_total" field.

func ChargesTotalIn

func ChargesTotalIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

ChargesTotalIn applies the In predicate on the "charges_total" field.

func ChargesTotalLT

ChargesTotalLT applies the LT predicate on the "charges_total" field.

func ChargesTotalLTE

func ChargesTotalLTE(v alpacadecimal.Decimal) predicate.BillingInvoice

ChargesTotalLTE applies the LTE predicate on the "charges_total" field.

func ChargesTotalNEQ

func ChargesTotalNEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

ChargesTotalNEQ applies the NEQ predicate on the "charges_total" field.

func ChargesTotalNotIn

func ChargesTotalNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

ChargesTotalNotIn applies the NotIn predicate on the "charges_total" field.

func CollectionAt

func CollectionAt(v time.Time) predicate.BillingInvoice

CollectionAt applies equality check predicate on the "collection_at" field. It's identical to CollectionAtEQ.

func CollectionAtEQ

func CollectionAtEQ(v time.Time) predicate.BillingInvoice

CollectionAtEQ applies the EQ predicate on the "collection_at" field.

func CollectionAtGT

func CollectionAtGT(v time.Time) predicate.BillingInvoice

CollectionAtGT applies the GT predicate on the "collection_at" field.

func CollectionAtGTE

func CollectionAtGTE(v time.Time) predicate.BillingInvoice

CollectionAtGTE applies the GTE predicate on the "collection_at" field.

func CollectionAtIn

func CollectionAtIn(vs ...time.Time) predicate.BillingInvoice

CollectionAtIn applies the In predicate on the "collection_at" field.

func CollectionAtIsNil

func CollectionAtIsNil() predicate.BillingInvoice

CollectionAtIsNil applies the IsNil predicate on the "collection_at" field.

func CollectionAtLT

func CollectionAtLT(v time.Time) predicate.BillingInvoice

CollectionAtLT applies the LT predicate on the "collection_at" field.

func CollectionAtLTE

func CollectionAtLTE(v time.Time) predicate.BillingInvoice

CollectionAtLTE applies the LTE predicate on the "collection_at" field.

func CollectionAtNEQ

func CollectionAtNEQ(v time.Time) predicate.BillingInvoice

CollectionAtNEQ applies the NEQ predicate on the "collection_at" field.

func CollectionAtNotIn

func CollectionAtNotIn(vs ...time.Time) predicate.BillingInvoice

CollectionAtNotIn applies the NotIn predicate on the "collection_at" field.

func CollectionAtNotNil

func CollectionAtNotNil() predicate.BillingInvoice

CollectionAtNotNil applies the NotNil predicate on the "collection_at" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.BillingInvoice

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.BillingInvoice

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.BillingInvoice

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.BillingInvoice

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.BillingInvoice

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.BillingInvoice

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.BillingInvoice

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.BillingInvoice

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.BillingInvoice

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func Currency

Currency applies equality check predicate on the "currency" field. It's identical to CurrencyEQ.

func CurrencyContains

func CurrencyContains(v currencyx.Code) predicate.BillingInvoice

CurrencyContains applies the Contains predicate on the "currency" field.

func CurrencyContainsFold

func CurrencyContainsFold(v currencyx.Code) predicate.BillingInvoice

CurrencyContainsFold applies the ContainsFold predicate on the "currency" field.

func CurrencyEQ

func CurrencyEQ(v currencyx.Code) predicate.BillingInvoice

CurrencyEQ applies the EQ predicate on the "currency" field.

func CurrencyEqualFold

func CurrencyEqualFold(v currencyx.Code) predicate.BillingInvoice

CurrencyEqualFold applies the EqualFold predicate on the "currency" field.

func CurrencyGT

func CurrencyGT(v currencyx.Code) predicate.BillingInvoice

CurrencyGT applies the GT predicate on the "currency" field.

func CurrencyGTE

func CurrencyGTE(v currencyx.Code) predicate.BillingInvoice

CurrencyGTE applies the GTE predicate on the "currency" field.

func CurrencyHasPrefix

func CurrencyHasPrefix(v currencyx.Code) predicate.BillingInvoice

CurrencyHasPrefix applies the HasPrefix predicate on the "currency" field.

func CurrencyHasSuffix

func CurrencyHasSuffix(v currencyx.Code) predicate.BillingInvoice

CurrencyHasSuffix applies the HasSuffix predicate on the "currency" field.

func CurrencyIn

func CurrencyIn(vs ...currencyx.Code) predicate.BillingInvoice

CurrencyIn applies the In predicate on the "currency" field.

func CurrencyLT

func CurrencyLT(v currencyx.Code) predicate.BillingInvoice

CurrencyLT applies the LT predicate on the "currency" field.

func CurrencyLTE

func CurrencyLTE(v currencyx.Code) predicate.BillingInvoice

CurrencyLTE applies the LTE predicate on the "currency" field.

func CurrencyNEQ

func CurrencyNEQ(v currencyx.Code) predicate.BillingInvoice

CurrencyNEQ applies the NEQ predicate on the "currency" field.

func CurrencyNotIn

func CurrencyNotIn(vs ...currencyx.Code) predicate.BillingInvoice

CurrencyNotIn applies the NotIn predicate on the "currency" field.

func CustomerAddressCity

func CustomerAddressCity(v string) predicate.BillingInvoice

CustomerAddressCity applies equality check predicate on the "customer_address_city" field. It's identical to CustomerAddressCityEQ.

func CustomerAddressCityContains

func CustomerAddressCityContains(v string) predicate.BillingInvoice

CustomerAddressCityContains applies the Contains predicate on the "customer_address_city" field.

func CustomerAddressCityContainsFold

func CustomerAddressCityContainsFold(v string) predicate.BillingInvoice

CustomerAddressCityContainsFold applies the ContainsFold predicate on the "customer_address_city" field.

func CustomerAddressCityEQ

func CustomerAddressCityEQ(v string) predicate.BillingInvoice

CustomerAddressCityEQ applies the EQ predicate on the "customer_address_city" field.

func CustomerAddressCityEqualFold

func CustomerAddressCityEqualFold(v string) predicate.BillingInvoice

CustomerAddressCityEqualFold applies the EqualFold predicate on the "customer_address_city" field.

func CustomerAddressCityGT

func CustomerAddressCityGT(v string) predicate.BillingInvoice

CustomerAddressCityGT applies the GT predicate on the "customer_address_city" field.

func CustomerAddressCityGTE

func CustomerAddressCityGTE(v string) predicate.BillingInvoice

CustomerAddressCityGTE applies the GTE predicate on the "customer_address_city" field.

func CustomerAddressCityHasPrefix

func CustomerAddressCityHasPrefix(v string) predicate.BillingInvoice

CustomerAddressCityHasPrefix applies the HasPrefix predicate on the "customer_address_city" field.

func CustomerAddressCityHasSuffix

func CustomerAddressCityHasSuffix(v string) predicate.BillingInvoice

CustomerAddressCityHasSuffix applies the HasSuffix predicate on the "customer_address_city" field.

func CustomerAddressCityIn

func CustomerAddressCityIn(vs ...string) predicate.BillingInvoice

CustomerAddressCityIn applies the In predicate on the "customer_address_city" field.

func CustomerAddressCityIsNil

func CustomerAddressCityIsNil() predicate.BillingInvoice

CustomerAddressCityIsNil applies the IsNil predicate on the "customer_address_city" field.

func CustomerAddressCityLT

func CustomerAddressCityLT(v string) predicate.BillingInvoice

CustomerAddressCityLT applies the LT predicate on the "customer_address_city" field.

func CustomerAddressCityLTE

func CustomerAddressCityLTE(v string) predicate.BillingInvoice

CustomerAddressCityLTE applies the LTE predicate on the "customer_address_city" field.

func CustomerAddressCityNEQ

func CustomerAddressCityNEQ(v string) predicate.BillingInvoice

CustomerAddressCityNEQ applies the NEQ predicate on the "customer_address_city" field.

func CustomerAddressCityNotIn

func CustomerAddressCityNotIn(vs ...string) predicate.BillingInvoice

CustomerAddressCityNotIn applies the NotIn predicate on the "customer_address_city" field.

func CustomerAddressCityNotNil

func CustomerAddressCityNotNil() predicate.BillingInvoice

CustomerAddressCityNotNil applies the NotNil predicate on the "customer_address_city" field.

func CustomerAddressCountry

func CustomerAddressCountry(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountry applies equality check predicate on the "customer_address_country" field. It's identical to CustomerAddressCountryEQ.

func CustomerAddressCountryContains

func CustomerAddressCountryContains(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryContains applies the Contains predicate on the "customer_address_country" field.

func CustomerAddressCountryContainsFold

func CustomerAddressCountryContainsFold(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryContainsFold applies the ContainsFold predicate on the "customer_address_country" field.

func CustomerAddressCountryEQ

func CustomerAddressCountryEQ(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryEQ applies the EQ predicate on the "customer_address_country" field.

func CustomerAddressCountryEqualFold

func CustomerAddressCountryEqualFold(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryEqualFold applies the EqualFold predicate on the "customer_address_country" field.

func CustomerAddressCountryGT

func CustomerAddressCountryGT(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryGT applies the GT predicate on the "customer_address_country" field.

func CustomerAddressCountryGTE

func CustomerAddressCountryGTE(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryGTE applies the GTE predicate on the "customer_address_country" field.

func CustomerAddressCountryHasPrefix

func CustomerAddressCountryHasPrefix(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryHasPrefix applies the HasPrefix predicate on the "customer_address_country" field.

func CustomerAddressCountryHasSuffix

func CustomerAddressCountryHasSuffix(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryHasSuffix applies the HasSuffix predicate on the "customer_address_country" field.

func CustomerAddressCountryIn

func CustomerAddressCountryIn(vs ...models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryIn applies the In predicate on the "customer_address_country" field.

func CustomerAddressCountryIsNil

func CustomerAddressCountryIsNil() predicate.BillingInvoice

CustomerAddressCountryIsNil applies the IsNil predicate on the "customer_address_country" field.

func CustomerAddressCountryLT

func CustomerAddressCountryLT(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryLT applies the LT predicate on the "customer_address_country" field.

func CustomerAddressCountryLTE

func CustomerAddressCountryLTE(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryLTE applies the LTE predicate on the "customer_address_country" field.

func CustomerAddressCountryNEQ

func CustomerAddressCountryNEQ(v models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryNEQ applies the NEQ predicate on the "customer_address_country" field.

func CustomerAddressCountryNotIn

func CustomerAddressCountryNotIn(vs ...models.CountryCode) predicate.BillingInvoice

CustomerAddressCountryNotIn applies the NotIn predicate on the "customer_address_country" field.

func CustomerAddressCountryNotNil

func CustomerAddressCountryNotNil() predicate.BillingInvoice

CustomerAddressCountryNotNil applies the NotNil predicate on the "customer_address_country" field.

func CustomerAddressLine1

func CustomerAddressLine1(v string) predicate.BillingInvoice

CustomerAddressLine1 applies equality check predicate on the "customer_address_line1" field. It's identical to CustomerAddressLine1EQ.

func CustomerAddressLine1Contains

func CustomerAddressLine1Contains(v string) predicate.BillingInvoice

CustomerAddressLine1Contains applies the Contains predicate on the "customer_address_line1" field.

func CustomerAddressLine1ContainsFold

func CustomerAddressLine1ContainsFold(v string) predicate.BillingInvoice

CustomerAddressLine1ContainsFold applies the ContainsFold predicate on the "customer_address_line1" field.

func CustomerAddressLine1EQ

func CustomerAddressLine1EQ(v string) predicate.BillingInvoice

CustomerAddressLine1EQ applies the EQ predicate on the "customer_address_line1" field.

func CustomerAddressLine1EqualFold

func CustomerAddressLine1EqualFold(v string) predicate.BillingInvoice

CustomerAddressLine1EqualFold applies the EqualFold predicate on the "customer_address_line1" field.

func CustomerAddressLine1GT

func CustomerAddressLine1GT(v string) predicate.BillingInvoice

CustomerAddressLine1GT applies the GT predicate on the "customer_address_line1" field.

func CustomerAddressLine1GTE

func CustomerAddressLine1GTE(v string) predicate.BillingInvoice

CustomerAddressLine1GTE applies the GTE predicate on the "customer_address_line1" field.

func CustomerAddressLine1HasPrefix

func CustomerAddressLine1HasPrefix(v string) predicate.BillingInvoice

CustomerAddressLine1HasPrefix applies the HasPrefix predicate on the "customer_address_line1" field.

func CustomerAddressLine1HasSuffix

func CustomerAddressLine1HasSuffix(v string) predicate.BillingInvoice

CustomerAddressLine1HasSuffix applies the HasSuffix predicate on the "customer_address_line1" field.

func CustomerAddressLine1In

func CustomerAddressLine1In(vs ...string) predicate.BillingInvoice

CustomerAddressLine1In applies the In predicate on the "customer_address_line1" field.

func CustomerAddressLine1IsNil

func CustomerAddressLine1IsNil() predicate.BillingInvoice

CustomerAddressLine1IsNil applies the IsNil predicate on the "customer_address_line1" field.

func CustomerAddressLine1LT

func CustomerAddressLine1LT(v string) predicate.BillingInvoice

CustomerAddressLine1LT applies the LT predicate on the "customer_address_line1" field.

func CustomerAddressLine1LTE

func CustomerAddressLine1LTE(v string) predicate.BillingInvoice

CustomerAddressLine1LTE applies the LTE predicate on the "customer_address_line1" field.

func CustomerAddressLine1NEQ

func CustomerAddressLine1NEQ(v string) predicate.BillingInvoice

CustomerAddressLine1NEQ applies the NEQ predicate on the "customer_address_line1" field.

func CustomerAddressLine1NotIn

func CustomerAddressLine1NotIn(vs ...string) predicate.BillingInvoice

CustomerAddressLine1NotIn applies the NotIn predicate on the "customer_address_line1" field.

func CustomerAddressLine1NotNil

func CustomerAddressLine1NotNil() predicate.BillingInvoice

CustomerAddressLine1NotNil applies the NotNil predicate on the "customer_address_line1" field.

func CustomerAddressLine2

func CustomerAddressLine2(v string) predicate.BillingInvoice

CustomerAddressLine2 applies equality check predicate on the "customer_address_line2" field. It's identical to CustomerAddressLine2EQ.

func CustomerAddressLine2Contains

func CustomerAddressLine2Contains(v string) predicate.BillingInvoice

CustomerAddressLine2Contains applies the Contains predicate on the "customer_address_line2" field.

func CustomerAddressLine2ContainsFold

func CustomerAddressLine2ContainsFold(v string) predicate.BillingInvoice

CustomerAddressLine2ContainsFold applies the ContainsFold predicate on the "customer_address_line2" field.

func CustomerAddressLine2EQ

func CustomerAddressLine2EQ(v string) predicate.BillingInvoice

CustomerAddressLine2EQ applies the EQ predicate on the "customer_address_line2" field.

func CustomerAddressLine2EqualFold

func CustomerAddressLine2EqualFold(v string) predicate.BillingInvoice

CustomerAddressLine2EqualFold applies the EqualFold predicate on the "customer_address_line2" field.

func CustomerAddressLine2GT

func CustomerAddressLine2GT(v string) predicate.BillingInvoice

CustomerAddressLine2GT applies the GT predicate on the "customer_address_line2" field.

func CustomerAddressLine2GTE

func CustomerAddressLine2GTE(v string) predicate.BillingInvoice

CustomerAddressLine2GTE applies the GTE predicate on the "customer_address_line2" field.

func CustomerAddressLine2HasPrefix

func CustomerAddressLine2HasPrefix(v string) predicate.BillingInvoice

CustomerAddressLine2HasPrefix applies the HasPrefix predicate on the "customer_address_line2" field.

func CustomerAddressLine2HasSuffix

func CustomerAddressLine2HasSuffix(v string) predicate.BillingInvoice

CustomerAddressLine2HasSuffix applies the HasSuffix predicate on the "customer_address_line2" field.

func CustomerAddressLine2In

func CustomerAddressLine2In(vs ...string) predicate.BillingInvoice

CustomerAddressLine2In applies the In predicate on the "customer_address_line2" field.

func CustomerAddressLine2IsNil

func CustomerAddressLine2IsNil() predicate.BillingInvoice

CustomerAddressLine2IsNil applies the IsNil predicate on the "customer_address_line2" field.

func CustomerAddressLine2LT

func CustomerAddressLine2LT(v string) predicate.BillingInvoice

CustomerAddressLine2LT applies the LT predicate on the "customer_address_line2" field.

func CustomerAddressLine2LTE

func CustomerAddressLine2LTE(v string) predicate.BillingInvoice

CustomerAddressLine2LTE applies the LTE predicate on the "customer_address_line2" field.

func CustomerAddressLine2NEQ

func CustomerAddressLine2NEQ(v string) predicate.BillingInvoice

CustomerAddressLine2NEQ applies the NEQ predicate on the "customer_address_line2" field.

func CustomerAddressLine2NotIn

func CustomerAddressLine2NotIn(vs ...string) predicate.BillingInvoice

CustomerAddressLine2NotIn applies the NotIn predicate on the "customer_address_line2" field.

func CustomerAddressLine2NotNil

func CustomerAddressLine2NotNil() predicate.BillingInvoice

CustomerAddressLine2NotNil applies the NotNil predicate on the "customer_address_line2" field.

func CustomerAddressPhoneNumber

func CustomerAddressPhoneNumber(v string) predicate.BillingInvoice

CustomerAddressPhoneNumber applies equality check predicate on the "customer_address_phone_number" field. It's identical to CustomerAddressPhoneNumberEQ.

func CustomerAddressPhoneNumberContains

func CustomerAddressPhoneNumberContains(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberContains applies the Contains predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberContainsFold

func CustomerAddressPhoneNumberContainsFold(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberContainsFold applies the ContainsFold predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberEQ

func CustomerAddressPhoneNumberEQ(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberEQ applies the EQ predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberEqualFold

func CustomerAddressPhoneNumberEqualFold(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberEqualFold applies the EqualFold predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberGT

func CustomerAddressPhoneNumberGT(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberGT applies the GT predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberGTE

func CustomerAddressPhoneNumberGTE(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberGTE applies the GTE predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberHasPrefix

func CustomerAddressPhoneNumberHasPrefix(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberHasPrefix applies the HasPrefix predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberHasSuffix

func CustomerAddressPhoneNumberHasSuffix(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberHasSuffix applies the HasSuffix predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberIn

func CustomerAddressPhoneNumberIn(vs ...string) predicate.BillingInvoice

CustomerAddressPhoneNumberIn applies the In predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberIsNil

func CustomerAddressPhoneNumberIsNil() predicate.BillingInvoice

CustomerAddressPhoneNumberIsNil applies the IsNil predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberLT

func CustomerAddressPhoneNumberLT(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberLT applies the LT predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberLTE

func CustomerAddressPhoneNumberLTE(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberLTE applies the LTE predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberNEQ

func CustomerAddressPhoneNumberNEQ(v string) predicate.BillingInvoice

CustomerAddressPhoneNumberNEQ applies the NEQ predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberNotIn

func CustomerAddressPhoneNumberNotIn(vs ...string) predicate.BillingInvoice

CustomerAddressPhoneNumberNotIn applies the NotIn predicate on the "customer_address_phone_number" field.

func CustomerAddressPhoneNumberNotNil

func CustomerAddressPhoneNumberNotNil() predicate.BillingInvoice

CustomerAddressPhoneNumberNotNil applies the NotNil predicate on the "customer_address_phone_number" field.

func CustomerAddressPostalCode

func CustomerAddressPostalCode(v string) predicate.BillingInvoice

CustomerAddressPostalCode applies equality check predicate on the "customer_address_postal_code" field. It's identical to CustomerAddressPostalCodeEQ.

func CustomerAddressPostalCodeContains

func CustomerAddressPostalCodeContains(v string) predicate.BillingInvoice

CustomerAddressPostalCodeContains applies the Contains predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeContainsFold

func CustomerAddressPostalCodeContainsFold(v string) predicate.BillingInvoice

CustomerAddressPostalCodeContainsFold applies the ContainsFold predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeEQ

func CustomerAddressPostalCodeEQ(v string) predicate.BillingInvoice

CustomerAddressPostalCodeEQ applies the EQ predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeEqualFold

func CustomerAddressPostalCodeEqualFold(v string) predicate.BillingInvoice

CustomerAddressPostalCodeEqualFold applies the EqualFold predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeGT

func CustomerAddressPostalCodeGT(v string) predicate.BillingInvoice

CustomerAddressPostalCodeGT applies the GT predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeGTE

func CustomerAddressPostalCodeGTE(v string) predicate.BillingInvoice

CustomerAddressPostalCodeGTE applies the GTE predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeHasPrefix

func CustomerAddressPostalCodeHasPrefix(v string) predicate.BillingInvoice

CustomerAddressPostalCodeHasPrefix applies the HasPrefix predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeHasSuffix

func CustomerAddressPostalCodeHasSuffix(v string) predicate.BillingInvoice

CustomerAddressPostalCodeHasSuffix applies the HasSuffix predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeIn

func CustomerAddressPostalCodeIn(vs ...string) predicate.BillingInvoice

CustomerAddressPostalCodeIn applies the In predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeIsNil

func CustomerAddressPostalCodeIsNil() predicate.BillingInvoice

CustomerAddressPostalCodeIsNil applies the IsNil predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeLT

func CustomerAddressPostalCodeLT(v string) predicate.BillingInvoice

CustomerAddressPostalCodeLT applies the LT predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeLTE

func CustomerAddressPostalCodeLTE(v string) predicate.BillingInvoice

CustomerAddressPostalCodeLTE applies the LTE predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeNEQ

func CustomerAddressPostalCodeNEQ(v string) predicate.BillingInvoice

CustomerAddressPostalCodeNEQ applies the NEQ predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeNotIn

func CustomerAddressPostalCodeNotIn(vs ...string) predicate.BillingInvoice

CustomerAddressPostalCodeNotIn applies the NotIn predicate on the "customer_address_postal_code" field.

func CustomerAddressPostalCodeNotNil

func CustomerAddressPostalCodeNotNil() predicate.BillingInvoice

CustomerAddressPostalCodeNotNil applies the NotNil predicate on the "customer_address_postal_code" field.

func CustomerAddressState

func CustomerAddressState(v string) predicate.BillingInvoice

CustomerAddressState applies equality check predicate on the "customer_address_state" field. It's identical to CustomerAddressStateEQ.

func CustomerAddressStateContains

func CustomerAddressStateContains(v string) predicate.BillingInvoice

CustomerAddressStateContains applies the Contains predicate on the "customer_address_state" field.

func CustomerAddressStateContainsFold

func CustomerAddressStateContainsFold(v string) predicate.BillingInvoice

CustomerAddressStateContainsFold applies the ContainsFold predicate on the "customer_address_state" field.

func CustomerAddressStateEQ

func CustomerAddressStateEQ(v string) predicate.BillingInvoice

CustomerAddressStateEQ applies the EQ predicate on the "customer_address_state" field.

func CustomerAddressStateEqualFold

func CustomerAddressStateEqualFold(v string) predicate.BillingInvoice

CustomerAddressStateEqualFold applies the EqualFold predicate on the "customer_address_state" field.

func CustomerAddressStateGT

func CustomerAddressStateGT(v string) predicate.BillingInvoice

CustomerAddressStateGT applies the GT predicate on the "customer_address_state" field.

func CustomerAddressStateGTE

func CustomerAddressStateGTE(v string) predicate.BillingInvoice

CustomerAddressStateGTE applies the GTE predicate on the "customer_address_state" field.

func CustomerAddressStateHasPrefix

func CustomerAddressStateHasPrefix(v string) predicate.BillingInvoice

CustomerAddressStateHasPrefix applies the HasPrefix predicate on the "customer_address_state" field.

func CustomerAddressStateHasSuffix

func CustomerAddressStateHasSuffix(v string) predicate.BillingInvoice

CustomerAddressStateHasSuffix applies the HasSuffix predicate on the "customer_address_state" field.

func CustomerAddressStateIn

func CustomerAddressStateIn(vs ...string) predicate.BillingInvoice

CustomerAddressStateIn applies the In predicate on the "customer_address_state" field.

func CustomerAddressStateIsNil

func CustomerAddressStateIsNil() predicate.BillingInvoice

CustomerAddressStateIsNil applies the IsNil predicate on the "customer_address_state" field.

func CustomerAddressStateLT

func CustomerAddressStateLT(v string) predicate.BillingInvoice

CustomerAddressStateLT applies the LT predicate on the "customer_address_state" field.

func CustomerAddressStateLTE

func CustomerAddressStateLTE(v string) predicate.BillingInvoice

CustomerAddressStateLTE applies the LTE predicate on the "customer_address_state" field.

func CustomerAddressStateNEQ

func CustomerAddressStateNEQ(v string) predicate.BillingInvoice

CustomerAddressStateNEQ applies the NEQ predicate on the "customer_address_state" field.

func CustomerAddressStateNotIn

func CustomerAddressStateNotIn(vs ...string) predicate.BillingInvoice

CustomerAddressStateNotIn applies the NotIn predicate on the "customer_address_state" field.

func CustomerAddressStateNotNil

func CustomerAddressStateNotNil() predicate.BillingInvoice

CustomerAddressStateNotNil applies the NotNil predicate on the "customer_address_state" field.

func CustomerID

func CustomerID(v string) predicate.BillingInvoice

CustomerID applies equality check predicate on the "customer_id" field. It's identical to CustomerIDEQ.

func CustomerIDContains

func CustomerIDContains(v string) predicate.BillingInvoice

CustomerIDContains applies the Contains predicate on the "customer_id" field.

func CustomerIDContainsFold

func CustomerIDContainsFold(v string) predicate.BillingInvoice

CustomerIDContainsFold applies the ContainsFold predicate on the "customer_id" field.

func CustomerIDEQ

func CustomerIDEQ(v string) predicate.BillingInvoice

CustomerIDEQ applies the EQ predicate on the "customer_id" field.

func CustomerIDEqualFold

func CustomerIDEqualFold(v string) predicate.BillingInvoice

CustomerIDEqualFold applies the EqualFold predicate on the "customer_id" field.

func CustomerIDGT

func CustomerIDGT(v string) predicate.BillingInvoice

CustomerIDGT applies the GT predicate on the "customer_id" field.

func CustomerIDGTE

func CustomerIDGTE(v string) predicate.BillingInvoice

CustomerIDGTE applies the GTE predicate on the "customer_id" field.

func CustomerIDHasPrefix

func CustomerIDHasPrefix(v string) predicate.BillingInvoice

CustomerIDHasPrefix applies the HasPrefix predicate on the "customer_id" field.

func CustomerIDHasSuffix

func CustomerIDHasSuffix(v string) predicate.BillingInvoice

CustomerIDHasSuffix applies the HasSuffix predicate on the "customer_id" field.

func CustomerIDIn

func CustomerIDIn(vs ...string) predicate.BillingInvoice

CustomerIDIn applies the In predicate on the "customer_id" field.

func CustomerIDLT

func CustomerIDLT(v string) predicate.BillingInvoice

CustomerIDLT applies the LT predicate on the "customer_id" field.

func CustomerIDLTE

func CustomerIDLTE(v string) predicate.BillingInvoice

CustomerIDLTE applies the LTE predicate on the "customer_id" field.

func CustomerIDNEQ

func CustomerIDNEQ(v string) predicate.BillingInvoice

CustomerIDNEQ applies the NEQ predicate on the "customer_id" field.

func CustomerIDNotIn

func CustomerIDNotIn(vs ...string) predicate.BillingInvoice

CustomerIDNotIn applies the NotIn predicate on the "customer_id" field.

func CustomerName

func CustomerName(v string) predicate.BillingInvoice

CustomerName applies equality check predicate on the "customer_name" field. It's identical to CustomerNameEQ.

func CustomerNameContains

func CustomerNameContains(v string) predicate.BillingInvoice

CustomerNameContains applies the Contains predicate on the "customer_name" field.

func CustomerNameContainsFold

func CustomerNameContainsFold(v string) predicate.BillingInvoice

CustomerNameContainsFold applies the ContainsFold predicate on the "customer_name" field.

func CustomerNameEQ

func CustomerNameEQ(v string) predicate.BillingInvoice

CustomerNameEQ applies the EQ predicate on the "customer_name" field.

func CustomerNameEqualFold

func CustomerNameEqualFold(v string) predicate.BillingInvoice

CustomerNameEqualFold applies the EqualFold predicate on the "customer_name" field.

func CustomerNameGT

func CustomerNameGT(v string) predicate.BillingInvoice

CustomerNameGT applies the GT predicate on the "customer_name" field.

func CustomerNameGTE

func CustomerNameGTE(v string) predicate.BillingInvoice

CustomerNameGTE applies the GTE predicate on the "customer_name" field.

func CustomerNameHasPrefix

func CustomerNameHasPrefix(v string) predicate.BillingInvoice

CustomerNameHasPrefix applies the HasPrefix predicate on the "customer_name" field.

func CustomerNameHasSuffix

func CustomerNameHasSuffix(v string) predicate.BillingInvoice

CustomerNameHasSuffix applies the HasSuffix predicate on the "customer_name" field.

func CustomerNameIn

func CustomerNameIn(vs ...string) predicate.BillingInvoice

CustomerNameIn applies the In predicate on the "customer_name" field.

func CustomerNameLT

func CustomerNameLT(v string) predicate.BillingInvoice

CustomerNameLT applies the LT predicate on the "customer_name" field.

func CustomerNameLTE

func CustomerNameLTE(v string) predicate.BillingInvoice

CustomerNameLTE applies the LTE predicate on the "customer_name" field.

func CustomerNameNEQ

func CustomerNameNEQ(v string) predicate.BillingInvoice

CustomerNameNEQ applies the NEQ predicate on the "customer_name" field.

func CustomerNameNotIn

func CustomerNameNotIn(vs ...string) predicate.BillingInvoice

CustomerNameNotIn applies the NotIn predicate on the "customer_name" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.BillingInvoice

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.BillingInvoice

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.BillingInvoice

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.BillingInvoice

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.BillingInvoice

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.BillingInvoice

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.BillingInvoice

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.BillingInvoice

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.BillingInvoice

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.BillingInvoice

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.BillingInvoice

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func Description

func Description(v string) predicate.BillingInvoice

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.BillingInvoice

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.BillingInvoice

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.BillingInvoice

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.BillingInvoice

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.BillingInvoice

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.BillingInvoice

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.BillingInvoice

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.BillingInvoice

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.BillingInvoice

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.BillingInvoice

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.BillingInvoice

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.BillingInvoice

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.BillingInvoice

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.BillingInvoice

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.BillingInvoice

DescriptionNotNil applies the NotNil predicate on the "description" field.

func DiscountsTotal

DiscountsTotal applies equality check predicate on the "discounts_total" field. It's identical to DiscountsTotalEQ.

func DiscountsTotalEQ

func DiscountsTotalEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalEQ applies the EQ predicate on the "discounts_total" field.

func DiscountsTotalGT

func DiscountsTotalGT(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalGT applies the GT predicate on the "discounts_total" field.

func DiscountsTotalGTE

func DiscountsTotalGTE(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalGTE applies the GTE predicate on the "discounts_total" field.

func DiscountsTotalIn

func DiscountsTotalIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalIn applies the In predicate on the "discounts_total" field.

func DiscountsTotalLT

func DiscountsTotalLT(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalLT applies the LT predicate on the "discounts_total" field.

func DiscountsTotalLTE

func DiscountsTotalLTE(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalLTE applies the LTE predicate on the "discounts_total" field.

func DiscountsTotalNEQ

func DiscountsTotalNEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalNEQ applies the NEQ predicate on the "discounts_total" field.

func DiscountsTotalNotIn

func DiscountsTotalNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

DiscountsTotalNotIn applies the NotIn predicate on the "discounts_total" field.

func DraftUntil

func DraftUntil(v time.Time) predicate.BillingInvoice

DraftUntil applies equality check predicate on the "draft_until" field. It's identical to DraftUntilEQ.

func DraftUntilEQ

func DraftUntilEQ(v time.Time) predicate.BillingInvoice

DraftUntilEQ applies the EQ predicate on the "draft_until" field.

func DraftUntilGT

func DraftUntilGT(v time.Time) predicate.BillingInvoice

DraftUntilGT applies the GT predicate on the "draft_until" field.

func DraftUntilGTE

func DraftUntilGTE(v time.Time) predicate.BillingInvoice

DraftUntilGTE applies the GTE predicate on the "draft_until" field.

func DraftUntilIn

func DraftUntilIn(vs ...time.Time) predicate.BillingInvoice

DraftUntilIn applies the In predicate on the "draft_until" field.

func DraftUntilIsNil

func DraftUntilIsNil() predicate.BillingInvoice

DraftUntilIsNil applies the IsNil predicate on the "draft_until" field.

func DraftUntilLT

func DraftUntilLT(v time.Time) predicate.BillingInvoice

DraftUntilLT applies the LT predicate on the "draft_until" field.

func DraftUntilLTE

func DraftUntilLTE(v time.Time) predicate.BillingInvoice

DraftUntilLTE applies the LTE predicate on the "draft_until" field.

func DraftUntilNEQ

func DraftUntilNEQ(v time.Time) predicate.BillingInvoice

DraftUntilNEQ applies the NEQ predicate on the "draft_until" field.

func DraftUntilNotIn

func DraftUntilNotIn(vs ...time.Time) predicate.BillingInvoice

DraftUntilNotIn applies the NotIn predicate on the "draft_until" field.

func DraftUntilNotNil

func DraftUntilNotNil() predicate.BillingInvoice

DraftUntilNotNil applies the NotNil predicate on the "draft_until" field.

func DueAt

DueAt applies equality check predicate on the "due_at" field. It's identical to DueAtEQ.

func DueAtEQ

func DueAtEQ(v time.Time) predicate.BillingInvoice

DueAtEQ applies the EQ predicate on the "due_at" field.

func DueAtGT

func DueAtGT(v time.Time) predicate.BillingInvoice

DueAtGT applies the GT predicate on the "due_at" field.

func DueAtGTE

func DueAtGTE(v time.Time) predicate.BillingInvoice

DueAtGTE applies the GTE predicate on the "due_at" field.

func DueAtIn

func DueAtIn(vs ...time.Time) predicate.BillingInvoice

DueAtIn applies the In predicate on the "due_at" field.

func DueAtIsNil

func DueAtIsNil() predicate.BillingInvoice

DueAtIsNil applies the IsNil predicate on the "due_at" field.

func DueAtLT

func DueAtLT(v time.Time) predicate.BillingInvoice

DueAtLT applies the LT predicate on the "due_at" field.

func DueAtLTE

func DueAtLTE(v time.Time) predicate.BillingInvoice

DueAtLTE applies the LTE predicate on the "due_at" field.

func DueAtNEQ

func DueAtNEQ(v time.Time) predicate.BillingInvoice

DueAtNEQ applies the NEQ predicate on the "due_at" field.

func DueAtNotIn

func DueAtNotIn(vs ...time.Time) predicate.BillingInvoice

DueAtNotIn applies the NotIn predicate on the "due_at" field.

func DueAtNotNil

func DueAtNotNil() predicate.BillingInvoice

DueAtNotNil applies the NotNil predicate on the "due_at" field.

func HasBillingInvoiceCustomer

func HasBillingInvoiceCustomer() predicate.BillingInvoice

HasBillingInvoiceCustomer applies the HasEdge predicate on the "billing_invoice_customer" edge.

func HasBillingInvoiceCustomerWith

func HasBillingInvoiceCustomerWith(preds ...predicate.Customer) predicate.BillingInvoice

HasBillingInvoiceCustomerWith applies the HasEdge predicate on the "billing_invoice_customer" edge with a given conditions (other predicates).

func HasBillingInvoiceLines

func HasBillingInvoiceLines() predicate.BillingInvoice

HasBillingInvoiceLines applies the HasEdge predicate on the "billing_invoice_lines" edge.

func HasBillingInvoiceLinesWith

func HasBillingInvoiceLinesWith(preds ...predicate.BillingInvoiceLine) predicate.BillingInvoice

HasBillingInvoiceLinesWith applies the HasEdge predicate on the "billing_invoice_lines" edge with a given conditions (other predicates).

func HasBillingInvoiceValidationIssues

func HasBillingInvoiceValidationIssues() predicate.BillingInvoice

HasBillingInvoiceValidationIssues applies the HasEdge predicate on the "billing_invoice_validation_issues" edge.

func HasBillingInvoiceValidationIssuesWith

func HasBillingInvoiceValidationIssuesWith(preds ...predicate.BillingInvoiceValidationIssue) predicate.BillingInvoice

HasBillingInvoiceValidationIssuesWith applies the HasEdge predicate on the "billing_invoice_validation_issues" edge with a given conditions (other predicates).

func HasBillingWorkflowConfig

func HasBillingWorkflowConfig() predicate.BillingInvoice

HasBillingWorkflowConfig applies the HasEdge predicate on the "billing_workflow_config" edge.

func HasBillingWorkflowConfigWith

func HasBillingWorkflowConfigWith(preds ...predicate.BillingWorkflowConfig) predicate.BillingInvoice

HasBillingWorkflowConfigWith applies the HasEdge predicate on the "billing_workflow_config" edge with a given conditions (other predicates).

func HasInvoiceDiscounts

func HasInvoiceDiscounts() predicate.BillingInvoice

HasInvoiceDiscounts applies the HasEdge predicate on the "invoice_discounts" edge.

func HasInvoiceDiscountsWith

func HasInvoiceDiscountsWith(preds ...predicate.BillingInvoiceDiscount) predicate.BillingInvoice

HasInvoiceDiscountsWith applies the HasEdge predicate on the "invoice_discounts" edge with a given conditions (other predicates).

func HasInvoicingApp

func HasInvoicingApp() predicate.BillingInvoice

HasInvoicingApp applies the HasEdge predicate on the "invoicing_app" edge.

func HasInvoicingAppWith

func HasInvoicingAppWith(preds ...predicate.App) predicate.BillingInvoice

HasInvoicingAppWith applies the HasEdge predicate on the "invoicing_app" edge with a given conditions (other predicates).

func HasPaymentApp

func HasPaymentApp() predicate.BillingInvoice

HasPaymentApp applies the HasEdge predicate on the "payment_app" edge.

func HasPaymentAppWith

func HasPaymentAppWith(preds ...predicate.App) predicate.BillingInvoice

HasPaymentAppWith applies the HasEdge predicate on the "payment_app" edge with a given conditions (other predicates).

func HasSourceBillingProfile

func HasSourceBillingProfile() predicate.BillingInvoice

HasSourceBillingProfile applies the HasEdge predicate on the "source_billing_profile" edge.

func HasSourceBillingProfileWith

func HasSourceBillingProfileWith(preds ...predicate.BillingProfile) predicate.BillingInvoice

HasSourceBillingProfileWith applies the HasEdge predicate on the "source_billing_profile" edge with a given conditions (other predicates).

func HasTaxApp

func HasTaxApp() predicate.BillingInvoice

HasTaxApp applies the HasEdge predicate on the "tax_app" edge.

func HasTaxAppWith

func HasTaxAppWith(preds ...predicate.App) predicate.BillingInvoice

HasTaxAppWith applies the HasEdge predicate on the "tax_app" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.BillingInvoice

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.BillingInvoice

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.BillingInvoice

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.BillingInvoice

IDNotIn applies the NotIn predicate on the ID field.

func InvoicingAppExternalID

func InvoicingAppExternalID(v string) predicate.BillingInvoice

InvoicingAppExternalID applies equality check predicate on the "invoicing_app_external_id" field. It's identical to InvoicingAppExternalIDEQ.

func InvoicingAppExternalIDContains

func InvoicingAppExternalIDContains(v string) predicate.BillingInvoice

InvoicingAppExternalIDContains applies the Contains predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDContainsFold

func InvoicingAppExternalIDContainsFold(v string) predicate.BillingInvoice

InvoicingAppExternalIDContainsFold applies the ContainsFold predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDEQ

func InvoicingAppExternalIDEQ(v string) predicate.BillingInvoice

InvoicingAppExternalIDEQ applies the EQ predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDEqualFold

func InvoicingAppExternalIDEqualFold(v string) predicate.BillingInvoice

InvoicingAppExternalIDEqualFold applies the EqualFold predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDGT

func InvoicingAppExternalIDGT(v string) predicate.BillingInvoice

InvoicingAppExternalIDGT applies the GT predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDGTE

func InvoicingAppExternalIDGTE(v string) predicate.BillingInvoice

InvoicingAppExternalIDGTE applies the GTE predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDHasPrefix

func InvoicingAppExternalIDHasPrefix(v string) predicate.BillingInvoice

InvoicingAppExternalIDHasPrefix applies the HasPrefix predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDHasSuffix

func InvoicingAppExternalIDHasSuffix(v string) predicate.BillingInvoice

InvoicingAppExternalIDHasSuffix applies the HasSuffix predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDIn

func InvoicingAppExternalIDIn(vs ...string) predicate.BillingInvoice

InvoicingAppExternalIDIn applies the In predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDIsNil

func InvoicingAppExternalIDIsNil() predicate.BillingInvoice

InvoicingAppExternalIDIsNil applies the IsNil predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDLT

func InvoicingAppExternalIDLT(v string) predicate.BillingInvoice

InvoicingAppExternalIDLT applies the LT predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDLTE

func InvoicingAppExternalIDLTE(v string) predicate.BillingInvoice

InvoicingAppExternalIDLTE applies the LTE predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDNEQ

func InvoicingAppExternalIDNEQ(v string) predicate.BillingInvoice

InvoicingAppExternalIDNEQ applies the NEQ predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDNotIn

func InvoicingAppExternalIDNotIn(vs ...string) predicate.BillingInvoice

InvoicingAppExternalIDNotIn applies the NotIn predicate on the "invoicing_app_external_id" field.

func InvoicingAppExternalIDNotNil

func InvoicingAppExternalIDNotNil() predicate.BillingInvoice

InvoicingAppExternalIDNotNil applies the NotNil predicate on the "invoicing_app_external_id" field.

func InvoicingAppID

func InvoicingAppID(v string) predicate.BillingInvoice

InvoicingAppID applies equality check predicate on the "invoicing_app_id" field. It's identical to InvoicingAppIDEQ.

func InvoicingAppIDContains

func InvoicingAppIDContains(v string) predicate.BillingInvoice

InvoicingAppIDContains applies the Contains predicate on the "invoicing_app_id" field.

func InvoicingAppIDContainsFold

func InvoicingAppIDContainsFold(v string) predicate.BillingInvoice

InvoicingAppIDContainsFold applies the ContainsFold predicate on the "invoicing_app_id" field.

func InvoicingAppIDEQ

func InvoicingAppIDEQ(v string) predicate.BillingInvoice

InvoicingAppIDEQ applies the EQ predicate on the "invoicing_app_id" field.

func InvoicingAppIDEqualFold

func InvoicingAppIDEqualFold(v string) predicate.BillingInvoice

InvoicingAppIDEqualFold applies the EqualFold predicate on the "invoicing_app_id" field.

func InvoicingAppIDGT

func InvoicingAppIDGT(v string) predicate.BillingInvoice

InvoicingAppIDGT applies the GT predicate on the "invoicing_app_id" field.

func InvoicingAppIDGTE

func InvoicingAppIDGTE(v string) predicate.BillingInvoice

InvoicingAppIDGTE applies the GTE predicate on the "invoicing_app_id" field.

func InvoicingAppIDHasPrefix

func InvoicingAppIDHasPrefix(v string) predicate.BillingInvoice

InvoicingAppIDHasPrefix applies the HasPrefix predicate on the "invoicing_app_id" field.

func InvoicingAppIDHasSuffix

func InvoicingAppIDHasSuffix(v string) predicate.BillingInvoice

InvoicingAppIDHasSuffix applies the HasSuffix predicate on the "invoicing_app_id" field.

func InvoicingAppIDIn

func InvoicingAppIDIn(vs ...string) predicate.BillingInvoice

InvoicingAppIDIn applies the In predicate on the "invoicing_app_id" field.

func InvoicingAppIDLT

func InvoicingAppIDLT(v string) predicate.BillingInvoice

InvoicingAppIDLT applies the LT predicate on the "invoicing_app_id" field.

func InvoicingAppIDLTE

func InvoicingAppIDLTE(v string) predicate.BillingInvoice

InvoicingAppIDLTE applies the LTE predicate on the "invoicing_app_id" field.

func InvoicingAppIDNEQ

func InvoicingAppIDNEQ(v string) predicate.BillingInvoice

InvoicingAppIDNEQ applies the NEQ predicate on the "invoicing_app_id" field.

func InvoicingAppIDNotIn

func InvoicingAppIDNotIn(vs ...string) predicate.BillingInvoice

InvoicingAppIDNotIn applies the NotIn predicate on the "invoicing_app_id" field.

func IssuedAt

func IssuedAt(v time.Time) predicate.BillingInvoice

IssuedAt applies equality check predicate on the "issued_at" field. It's identical to IssuedAtEQ.

func IssuedAtEQ

func IssuedAtEQ(v time.Time) predicate.BillingInvoice

IssuedAtEQ applies the EQ predicate on the "issued_at" field.

func IssuedAtGT

func IssuedAtGT(v time.Time) predicate.BillingInvoice

IssuedAtGT applies the GT predicate on the "issued_at" field.

func IssuedAtGTE

func IssuedAtGTE(v time.Time) predicate.BillingInvoice

IssuedAtGTE applies the GTE predicate on the "issued_at" field.

func IssuedAtIn

func IssuedAtIn(vs ...time.Time) predicate.BillingInvoice

IssuedAtIn applies the In predicate on the "issued_at" field.

func IssuedAtIsNil

func IssuedAtIsNil() predicate.BillingInvoice

IssuedAtIsNil applies the IsNil predicate on the "issued_at" field.

func IssuedAtLT

func IssuedAtLT(v time.Time) predicate.BillingInvoice

IssuedAtLT applies the LT predicate on the "issued_at" field.

func IssuedAtLTE

func IssuedAtLTE(v time.Time) predicate.BillingInvoice

IssuedAtLTE applies the LTE predicate on the "issued_at" field.

func IssuedAtNEQ

func IssuedAtNEQ(v time.Time) predicate.BillingInvoice

IssuedAtNEQ applies the NEQ predicate on the "issued_at" field.

func IssuedAtNotIn

func IssuedAtNotIn(vs ...time.Time) predicate.BillingInvoice

IssuedAtNotIn applies the NotIn predicate on the "issued_at" field.

func IssuedAtNotNil

func IssuedAtNotNil() predicate.BillingInvoice

IssuedAtNotNil applies the NotNil predicate on the "issued_at" field.

func MetadataIsNil

func MetadataIsNil() predicate.BillingInvoice

MetadataIsNil applies the IsNil predicate on the "metadata" field.

func MetadataNotNil

func MetadataNotNil() predicate.BillingInvoice

MetadataNotNil applies the NotNil predicate on the "metadata" field.

func Namespace

func Namespace(v string) predicate.BillingInvoice

Namespace applies equality check predicate on the "namespace" field. It's identical to NamespaceEQ.

func NamespaceContains

func NamespaceContains(v string) predicate.BillingInvoice

NamespaceContains applies the Contains predicate on the "namespace" field.

func NamespaceContainsFold

func NamespaceContainsFold(v string) predicate.BillingInvoice

NamespaceContainsFold applies the ContainsFold predicate on the "namespace" field.

func NamespaceEQ

func NamespaceEQ(v string) predicate.BillingInvoice

NamespaceEQ applies the EQ predicate on the "namespace" field.

func NamespaceEqualFold

func NamespaceEqualFold(v string) predicate.BillingInvoice

NamespaceEqualFold applies the EqualFold predicate on the "namespace" field.

func NamespaceGT

func NamespaceGT(v string) predicate.BillingInvoice

NamespaceGT applies the GT predicate on the "namespace" field.

func NamespaceGTE

func NamespaceGTE(v string) predicate.BillingInvoice

NamespaceGTE applies the GTE predicate on the "namespace" field.

func NamespaceHasPrefix

func NamespaceHasPrefix(v string) predicate.BillingInvoice

NamespaceHasPrefix applies the HasPrefix predicate on the "namespace" field.

func NamespaceHasSuffix

func NamespaceHasSuffix(v string) predicate.BillingInvoice

NamespaceHasSuffix applies the HasSuffix predicate on the "namespace" field.

func NamespaceIn

func NamespaceIn(vs ...string) predicate.BillingInvoice

NamespaceIn applies the In predicate on the "namespace" field.

func NamespaceLT

func NamespaceLT(v string) predicate.BillingInvoice

NamespaceLT applies the LT predicate on the "namespace" field.

func NamespaceLTE

func NamespaceLTE(v string) predicate.BillingInvoice

NamespaceLTE applies the LTE predicate on the "namespace" field.

func NamespaceNEQ

func NamespaceNEQ(v string) predicate.BillingInvoice

NamespaceNEQ applies the NEQ predicate on the "namespace" field.

func NamespaceNotIn

func NamespaceNotIn(vs ...string) predicate.BillingInvoice

NamespaceNotIn applies the NotIn predicate on the "namespace" field.

func Not

Not applies the not operator on the given predicate.

func Number

Number applies equality check predicate on the "number" field. It's identical to NumberEQ.

func NumberContains

func NumberContains(v string) predicate.BillingInvoice

NumberContains applies the Contains predicate on the "number" field.

func NumberContainsFold

func NumberContainsFold(v string) predicate.BillingInvoice

NumberContainsFold applies the ContainsFold predicate on the "number" field.

func NumberEQ

func NumberEQ(v string) predicate.BillingInvoice

NumberEQ applies the EQ predicate on the "number" field.

func NumberEqualFold

func NumberEqualFold(v string) predicate.BillingInvoice

NumberEqualFold applies the EqualFold predicate on the "number" field.

func NumberGT

func NumberGT(v string) predicate.BillingInvoice

NumberGT applies the GT predicate on the "number" field.

func NumberGTE

func NumberGTE(v string) predicate.BillingInvoice

NumberGTE applies the GTE predicate on the "number" field.

func NumberHasPrefix

func NumberHasPrefix(v string) predicate.BillingInvoice

NumberHasPrefix applies the HasPrefix predicate on the "number" field.

func NumberHasSuffix

func NumberHasSuffix(v string) predicate.BillingInvoice

NumberHasSuffix applies the HasSuffix predicate on the "number" field.

func NumberIn

func NumberIn(vs ...string) predicate.BillingInvoice

NumberIn applies the In predicate on the "number" field.

func NumberLT

func NumberLT(v string) predicate.BillingInvoice

NumberLT applies the LT predicate on the "number" field.

func NumberLTE

func NumberLTE(v string) predicate.BillingInvoice

NumberLTE applies the LTE predicate on the "number" field.

func NumberNEQ

func NumberNEQ(v string) predicate.BillingInvoice

NumberNEQ applies the NEQ predicate on the "number" field.

func NumberNotIn

func NumberNotIn(vs ...string) predicate.BillingInvoice

NumberNotIn applies the NotIn predicate on the "number" field.

func Or

Or groups predicates with the OR operator between them.

func PaymentAppExternalID

func PaymentAppExternalID(v string) predicate.BillingInvoice

PaymentAppExternalID applies equality check predicate on the "payment_app_external_id" field. It's identical to PaymentAppExternalIDEQ.

func PaymentAppExternalIDContains

func PaymentAppExternalIDContains(v string) predicate.BillingInvoice

PaymentAppExternalIDContains applies the Contains predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDContainsFold

func PaymentAppExternalIDContainsFold(v string) predicate.BillingInvoice

PaymentAppExternalIDContainsFold applies the ContainsFold predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDEQ

func PaymentAppExternalIDEQ(v string) predicate.BillingInvoice

PaymentAppExternalIDEQ applies the EQ predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDEqualFold

func PaymentAppExternalIDEqualFold(v string) predicate.BillingInvoice

PaymentAppExternalIDEqualFold applies the EqualFold predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDGT

func PaymentAppExternalIDGT(v string) predicate.BillingInvoice

PaymentAppExternalIDGT applies the GT predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDGTE

func PaymentAppExternalIDGTE(v string) predicate.BillingInvoice

PaymentAppExternalIDGTE applies the GTE predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDHasPrefix

func PaymentAppExternalIDHasPrefix(v string) predicate.BillingInvoice

PaymentAppExternalIDHasPrefix applies the HasPrefix predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDHasSuffix

func PaymentAppExternalIDHasSuffix(v string) predicate.BillingInvoice

PaymentAppExternalIDHasSuffix applies the HasSuffix predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDIn

func PaymentAppExternalIDIn(vs ...string) predicate.BillingInvoice

PaymentAppExternalIDIn applies the In predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDIsNil

func PaymentAppExternalIDIsNil() predicate.BillingInvoice

PaymentAppExternalIDIsNil applies the IsNil predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDLT

func PaymentAppExternalIDLT(v string) predicate.BillingInvoice

PaymentAppExternalIDLT applies the LT predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDLTE

func PaymentAppExternalIDLTE(v string) predicate.BillingInvoice

PaymentAppExternalIDLTE applies the LTE predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDNEQ

func PaymentAppExternalIDNEQ(v string) predicate.BillingInvoice

PaymentAppExternalIDNEQ applies the NEQ predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDNotIn

func PaymentAppExternalIDNotIn(vs ...string) predicate.BillingInvoice

PaymentAppExternalIDNotIn applies the NotIn predicate on the "payment_app_external_id" field.

func PaymentAppExternalIDNotNil

func PaymentAppExternalIDNotNil() predicate.BillingInvoice

PaymentAppExternalIDNotNil applies the NotNil predicate on the "payment_app_external_id" field.

func PaymentAppID

func PaymentAppID(v string) predicate.BillingInvoice

PaymentAppID applies equality check predicate on the "payment_app_id" field. It's identical to PaymentAppIDEQ.

func PaymentAppIDContains

func PaymentAppIDContains(v string) predicate.BillingInvoice

PaymentAppIDContains applies the Contains predicate on the "payment_app_id" field.

func PaymentAppIDContainsFold

func PaymentAppIDContainsFold(v string) predicate.BillingInvoice

PaymentAppIDContainsFold applies the ContainsFold predicate on the "payment_app_id" field.

func PaymentAppIDEQ

func PaymentAppIDEQ(v string) predicate.BillingInvoice

PaymentAppIDEQ applies the EQ predicate on the "payment_app_id" field.

func PaymentAppIDEqualFold

func PaymentAppIDEqualFold(v string) predicate.BillingInvoice

PaymentAppIDEqualFold applies the EqualFold predicate on the "payment_app_id" field.

func PaymentAppIDGT

func PaymentAppIDGT(v string) predicate.BillingInvoice

PaymentAppIDGT applies the GT predicate on the "payment_app_id" field.

func PaymentAppIDGTE

func PaymentAppIDGTE(v string) predicate.BillingInvoice

PaymentAppIDGTE applies the GTE predicate on the "payment_app_id" field.

func PaymentAppIDHasPrefix

func PaymentAppIDHasPrefix(v string) predicate.BillingInvoice

PaymentAppIDHasPrefix applies the HasPrefix predicate on the "payment_app_id" field.

func PaymentAppIDHasSuffix

func PaymentAppIDHasSuffix(v string) predicate.BillingInvoice

PaymentAppIDHasSuffix applies the HasSuffix predicate on the "payment_app_id" field.

func PaymentAppIDIn

func PaymentAppIDIn(vs ...string) predicate.BillingInvoice

PaymentAppIDIn applies the In predicate on the "payment_app_id" field.

func PaymentAppIDLT

func PaymentAppIDLT(v string) predicate.BillingInvoice

PaymentAppIDLT applies the LT predicate on the "payment_app_id" field.

func PaymentAppIDLTE

func PaymentAppIDLTE(v string) predicate.BillingInvoice

PaymentAppIDLTE applies the LTE predicate on the "payment_app_id" field.

func PaymentAppIDNEQ

func PaymentAppIDNEQ(v string) predicate.BillingInvoice

PaymentAppIDNEQ applies the NEQ predicate on the "payment_app_id" field.

func PaymentAppIDNotIn

func PaymentAppIDNotIn(vs ...string) predicate.BillingInvoice

PaymentAppIDNotIn applies the NotIn predicate on the "payment_app_id" field.

func PeriodEnd

func PeriodEnd(v time.Time) predicate.BillingInvoice

PeriodEnd applies equality check predicate on the "period_end" field. It's identical to PeriodEndEQ.

func PeriodEndEQ

func PeriodEndEQ(v time.Time) predicate.BillingInvoice

PeriodEndEQ applies the EQ predicate on the "period_end" field.

func PeriodEndGT

func PeriodEndGT(v time.Time) predicate.BillingInvoice

PeriodEndGT applies the GT predicate on the "period_end" field.

func PeriodEndGTE

func PeriodEndGTE(v time.Time) predicate.BillingInvoice

PeriodEndGTE applies the GTE predicate on the "period_end" field.

func PeriodEndIn

func PeriodEndIn(vs ...time.Time) predicate.BillingInvoice

PeriodEndIn applies the In predicate on the "period_end" field.

func PeriodEndIsNil

func PeriodEndIsNil() predicate.BillingInvoice

PeriodEndIsNil applies the IsNil predicate on the "period_end" field.

func PeriodEndLT

func PeriodEndLT(v time.Time) predicate.BillingInvoice

PeriodEndLT applies the LT predicate on the "period_end" field.

func PeriodEndLTE

func PeriodEndLTE(v time.Time) predicate.BillingInvoice

PeriodEndLTE applies the LTE predicate on the "period_end" field.

func PeriodEndNEQ

func PeriodEndNEQ(v time.Time) predicate.BillingInvoice

PeriodEndNEQ applies the NEQ predicate on the "period_end" field.

func PeriodEndNotIn

func PeriodEndNotIn(vs ...time.Time) predicate.BillingInvoice

PeriodEndNotIn applies the NotIn predicate on the "period_end" field.

func PeriodEndNotNil

func PeriodEndNotNil() predicate.BillingInvoice

PeriodEndNotNil applies the NotNil predicate on the "period_end" field.

func PeriodStart

func PeriodStart(v time.Time) predicate.BillingInvoice

PeriodStart applies equality check predicate on the "period_start" field. It's identical to PeriodStartEQ.

func PeriodStartEQ

func PeriodStartEQ(v time.Time) predicate.BillingInvoice

PeriodStartEQ applies the EQ predicate on the "period_start" field.

func PeriodStartGT

func PeriodStartGT(v time.Time) predicate.BillingInvoice

PeriodStartGT applies the GT predicate on the "period_start" field.

func PeriodStartGTE

func PeriodStartGTE(v time.Time) predicate.BillingInvoice

PeriodStartGTE applies the GTE predicate on the "period_start" field.

func PeriodStartIn

func PeriodStartIn(vs ...time.Time) predicate.BillingInvoice

PeriodStartIn applies the In predicate on the "period_start" field.

func PeriodStartIsNil

func PeriodStartIsNil() predicate.BillingInvoice

PeriodStartIsNil applies the IsNil predicate on the "period_start" field.

func PeriodStartLT

func PeriodStartLT(v time.Time) predicate.BillingInvoice

PeriodStartLT applies the LT predicate on the "period_start" field.

func PeriodStartLTE

func PeriodStartLTE(v time.Time) predicate.BillingInvoice

PeriodStartLTE applies the LTE predicate on the "period_start" field.

func PeriodStartNEQ

func PeriodStartNEQ(v time.Time) predicate.BillingInvoice

PeriodStartNEQ applies the NEQ predicate on the "period_start" field.

func PeriodStartNotIn

func PeriodStartNotIn(vs ...time.Time) predicate.BillingInvoice

PeriodStartNotIn applies the NotIn predicate on the "period_start" field.

func PeriodStartNotNil

func PeriodStartNotNil() predicate.BillingInvoice

PeriodStartNotNil applies the NotNil predicate on the "period_start" field.

func SentToCustomerAt

func SentToCustomerAt(v time.Time) predicate.BillingInvoice

SentToCustomerAt applies equality check predicate on the "sent_to_customer_at" field. It's identical to SentToCustomerAtEQ.

func SentToCustomerAtEQ

func SentToCustomerAtEQ(v time.Time) predicate.BillingInvoice

SentToCustomerAtEQ applies the EQ predicate on the "sent_to_customer_at" field.

func SentToCustomerAtGT

func SentToCustomerAtGT(v time.Time) predicate.BillingInvoice

SentToCustomerAtGT applies the GT predicate on the "sent_to_customer_at" field.

func SentToCustomerAtGTE

func SentToCustomerAtGTE(v time.Time) predicate.BillingInvoice

SentToCustomerAtGTE applies the GTE predicate on the "sent_to_customer_at" field.

func SentToCustomerAtIn

func SentToCustomerAtIn(vs ...time.Time) predicate.BillingInvoice

SentToCustomerAtIn applies the In predicate on the "sent_to_customer_at" field.

func SentToCustomerAtIsNil

func SentToCustomerAtIsNil() predicate.BillingInvoice

SentToCustomerAtIsNil applies the IsNil predicate on the "sent_to_customer_at" field.

func SentToCustomerAtLT

func SentToCustomerAtLT(v time.Time) predicate.BillingInvoice

SentToCustomerAtLT applies the LT predicate on the "sent_to_customer_at" field.

func SentToCustomerAtLTE

func SentToCustomerAtLTE(v time.Time) predicate.BillingInvoice

SentToCustomerAtLTE applies the LTE predicate on the "sent_to_customer_at" field.

func SentToCustomerAtNEQ

func SentToCustomerAtNEQ(v time.Time) predicate.BillingInvoice

SentToCustomerAtNEQ applies the NEQ predicate on the "sent_to_customer_at" field.

func SentToCustomerAtNotIn

func SentToCustomerAtNotIn(vs ...time.Time) predicate.BillingInvoice

SentToCustomerAtNotIn applies the NotIn predicate on the "sent_to_customer_at" field.

func SentToCustomerAtNotNil

func SentToCustomerAtNotNil() predicate.BillingInvoice

SentToCustomerAtNotNil applies the NotNil predicate on the "sent_to_customer_at" field.

func SourceBillingProfileID

func SourceBillingProfileID(v string) predicate.BillingInvoice

SourceBillingProfileID applies equality check predicate on the "source_billing_profile_id" field. It's identical to SourceBillingProfileIDEQ.

func SourceBillingProfileIDContains

func SourceBillingProfileIDContains(v string) predicate.BillingInvoice

SourceBillingProfileIDContains applies the Contains predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDContainsFold

func SourceBillingProfileIDContainsFold(v string) predicate.BillingInvoice

SourceBillingProfileIDContainsFold applies the ContainsFold predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDEQ

func SourceBillingProfileIDEQ(v string) predicate.BillingInvoice

SourceBillingProfileIDEQ applies the EQ predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDEqualFold

func SourceBillingProfileIDEqualFold(v string) predicate.BillingInvoice

SourceBillingProfileIDEqualFold applies the EqualFold predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDGT

func SourceBillingProfileIDGT(v string) predicate.BillingInvoice

SourceBillingProfileIDGT applies the GT predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDGTE

func SourceBillingProfileIDGTE(v string) predicate.BillingInvoice

SourceBillingProfileIDGTE applies the GTE predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDHasPrefix

func SourceBillingProfileIDHasPrefix(v string) predicate.BillingInvoice

SourceBillingProfileIDHasPrefix applies the HasPrefix predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDHasSuffix

func SourceBillingProfileIDHasSuffix(v string) predicate.BillingInvoice

SourceBillingProfileIDHasSuffix applies the HasSuffix predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDIn

func SourceBillingProfileIDIn(vs ...string) predicate.BillingInvoice

SourceBillingProfileIDIn applies the In predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDLT

func SourceBillingProfileIDLT(v string) predicate.BillingInvoice

SourceBillingProfileIDLT applies the LT predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDLTE

func SourceBillingProfileIDLTE(v string) predicate.BillingInvoice

SourceBillingProfileIDLTE applies the LTE predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDNEQ

func SourceBillingProfileIDNEQ(v string) predicate.BillingInvoice

SourceBillingProfileIDNEQ applies the NEQ predicate on the "source_billing_profile_id" field.

func SourceBillingProfileIDNotIn

func SourceBillingProfileIDNotIn(vs ...string) predicate.BillingInvoice

SourceBillingProfileIDNotIn applies the NotIn predicate on the "source_billing_profile_id" field.

func StatusDetailsCacheIsNil

func StatusDetailsCacheIsNil() predicate.BillingInvoice

StatusDetailsCacheIsNil applies the IsNil predicate on the "status_details_cache" field.

func StatusDetailsCacheNotNil

func StatusDetailsCacheNotNil() predicate.BillingInvoice

StatusDetailsCacheNotNil applies the NotNil predicate on the "status_details_cache" field.

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusIn

StatusIn applies the In predicate on the "status" field.

func StatusNEQ

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...billing.InvoiceStatus) predicate.BillingInvoice

StatusNotIn applies the NotIn predicate on the "status" field.

func StatusValidator

func StatusValidator(s billing.InvoiceStatus) error

StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.

func SupplierAddressCity

func SupplierAddressCity(v string) predicate.BillingInvoice

SupplierAddressCity applies equality check predicate on the "supplier_address_city" field. It's identical to SupplierAddressCityEQ.

func SupplierAddressCityContains

func SupplierAddressCityContains(v string) predicate.BillingInvoice

SupplierAddressCityContains applies the Contains predicate on the "supplier_address_city" field.

func SupplierAddressCityContainsFold

func SupplierAddressCityContainsFold(v string) predicate.BillingInvoice

SupplierAddressCityContainsFold applies the ContainsFold predicate on the "supplier_address_city" field.

func SupplierAddressCityEQ

func SupplierAddressCityEQ(v string) predicate.BillingInvoice

SupplierAddressCityEQ applies the EQ predicate on the "supplier_address_city" field.

func SupplierAddressCityEqualFold

func SupplierAddressCityEqualFold(v string) predicate.BillingInvoice

SupplierAddressCityEqualFold applies the EqualFold predicate on the "supplier_address_city" field.

func SupplierAddressCityGT

func SupplierAddressCityGT(v string) predicate.BillingInvoice

SupplierAddressCityGT applies the GT predicate on the "supplier_address_city" field.

func SupplierAddressCityGTE

func SupplierAddressCityGTE(v string) predicate.BillingInvoice

SupplierAddressCityGTE applies the GTE predicate on the "supplier_address_city" field.

func SupplierAddressCityHasPrefix

func SupplierAddressCityHasPrefix(v string) predicate.BillingInvoice

SupplierAddressCityHasPrefix applies the HasPrefix predicate on the "supplier_address_city" field.

func SupplierAddressCityHasSuffix

func SupplierAddressCityHasSuffix(v string) predicate.BillingInvoice

SupplierAddressCityHasSuffix applies the HasSuffix predicate on the "supplier_address_city" field.

func SupplierAddressCityIn

func SupplierAddressCityIn(vs ...string) predicate.BillingInvoice

SupplierAddressCityIn applies the In predicate on the "supplier_address_city" field.

func SupplierAddressCityIsNil

func SupplierAddressCityIsNil() predicate.BillingInvoice

SupplierAddressCityIsNil applies the IsNil predicate on the "supplier_address_city" field.

func SupplierAddressCityLT

func SupplierAddressCityLT(v string) predicate.BillingInvoice

SupplierAddressCityLT applies the LT predicate on the "supplier_address_city" field.

func SupplierAddressCityLTE

func SupplierAddressCityLTE(v string) predicate.BillingInvoice

SupplierAddressCityLTE applies the LTE predicate on the "supplier_address_city" field.

func SupplierAddressCityNEQ

func SupplierAddressCityNEQ(v string) predicate.BillingInvoice

SupplierAddressCityNEQ applies the NEQ predicate on the "supplier_address_city" field.

func SupplierAddressCityNotIn

func SupplierAddressCityNotIn(vs ...string) predicate.BillingInvoice

SupplierAddressCityNotIn applies the NotIn predicate on the "supplier_address_city" field.

func SupplierAddressCityNotNil

func SupplierAddressCityNotNil() predicate.BillingInvoice

SupplierAddressCityNotNil applies the NotNil predicate on the "supplier_address_city" field.

func SupplierAddressCountry

func SupplierAddressCountry(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountry applies equality check predicate on the "supplier_address_country" field. It's identical to SupplierAddressCountryEQ.

func SupplierAddressCountryContains

func SupplierAddressCountryContains(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryContains applies the Contains predicate on the "supplier_address_country" field.

func SupplierAddressCountryContainsFold

func SupplierAddressCountryContainsFold(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryContainsFold applies the ContainsFold predicate on the "supplier_address_country" field.

func SupplierAddressCountryEQ

func SupplierAddressCountryEQ(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryEQ applies the EQ predicate on the "supplier_address_country" field.

func SupplierAddressCountryEqualFold

func SupplierAddressCountryEqualFold(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryEqualFold applies the EqualFold predicate on the "supplier_address_country" field.

func SupplierAddressCountryGT

func SupplierAddressCountryGT(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryGT applies the GT predicate on the "supplier_address_country" field.

func SupplierAddressCountryGTE

func SupplierAddressCountryGTE(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryGTE applies the GTE predicate on the "supplier_address_country" field.

func SupplierAddressCountryHasPrefix

func SupplierAddressCountryHasPrefix(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryHasPrefix applies the HasPrefix predicate on the "supplier_address_country" field.

func SupplierAddressCountryHasSuffix

func SupplierAddressCountryHasSuffix(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryHasSuffix applies the HasSuffix predicate on the "supplier_address_country" field.

func SupplierAddressCountryIn

func SupplierAddressCountryIn(vs ...models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryIn applies the In predicate on the "supplier_address_country" field.

func SupplierAddressCountryIsNil

func SupplierAddressCountryIsNil() predicate.BillingInvoice

SupplierAddressCountryIsNil applies the IsNil predicate on the "supplier_address_country" field.

func SupplierAddressCountryLT

func SupplierAddressCountryLT(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryLT applies the LT predicate on the "supplier_address_country" field.

func SupplierAddressCountryLTE

func SupplierAddressCountryLTE(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryLTE applies the LTE predicate on the "supplier_address_country" field.

func SupplierAddressCountryNEQ

func SupplierAddressCountryNEQ(v models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryNEQ applies the NEQ predicate on the "supplier_address_country" field.

func SupplierAddressCountryNotIn

func SupplierAddressCountryNotIn(vs ...models.CountryCode) predicate.BillingInvoice

SupplierAddressCountryNotIn applies the NotIn predicate on the "supplier_address_country" field.

func SupplierAddressCountryNotNil

func SupplierAddressCountryNotNil() predicate.BillingInvoice

SupplierAddressCountryNotNil applies the NotNil predicate on the "supplier_address_country" field.

func SupplierAddressLine1

func SupplierAddressLine1(v string) predicate.BillingInvoice

SupplierAddressLine1 applies equality check predicate on the "supplier_address_line1" field. It's identical to SupplierAddressLine1EQ.

func SupplierAddressLine1Contains

func SupplierAddressLine1Contains(v string) predicate.BillingInvoice

SupplierAddressLine1Contains applies the Contains predicate on the "supplier_address_line1" field.

func SupplierAddressLine1ContainsFold

func SupplierAddressLine1ContainsFold(v string) predicate.BillingInvoice

SupplierAddressLine1ContainsFold applies the ContainsFold predicate on the "supplier_address_line1" field.

func SupplierAddressLine1EQ

func SupplierAddressLine1EQ(v string) predicate.BillingInvoice

SupplierAddressLine1EQ applies the EQ predicate on the "supplier_address_line1" field.

func SupplierAddressLine1EqualFold

func SupplierAddressLine1EqualFold(v string) predicate.BillingInvoice

SupplierAddressLine1EqualFold applies the EqualFold predicate on the "supplier_address_line1" field.

func SupplierAddressLine1GT

func SupplierAddressLine1GT(v string) predicate.BillingInvoice

SupplierAddressLine1GT applies the GT predicate on the "supplier_address_line1" field.

func SupplierAddressLine1GTE

func SupplierAddressLine1GTE(v string) predicate.BillingInvoice

SupplierAddressLine1GTE applies the GTE predicate on the "supplier_address_line1" field.

func SupplierAddressLine1HasPrefix

func SupplierAddressLine1HasPrefix(v string) predicate.BillingInvoice

SupplierAddressLine1HasPrefix applies the HasPrefix predicate on the "supplier_address_line1" field.

func SupplierAddressLine1HasSuffix

func SupplierAddressLine1HasSuffix(v string) predicate.BillingInvoice

SupplierAddressLine1HasSuffix applies the HasSuffix predicate on the "supplier_address_line1" field.

func SupplierAddressLine1In

func SupplierAddressLine1In(vs ...string) predicate.BillingInvoice

SupplierAddressLine1In applies the In predicate on the "supplier_address_line1" field.

func SupplierAddressLine1IsNil

func SupplierAddressLine1IsNil() predicate.BillingInvoice

SupplierAddressLine1IsNil applies the IsNil predicate on the "supplier_address_line1" field.

func SupplierAddressLine1LT

func SupplierAddressLine1LT(v string) predicate.BillingInvoice

SupplierAddressLine1LT applies the LT predicate on the "supplier_address_line1" field.

func SupplierAddressLine1LTE

func SupplierAddressLine1LTE(v string) predicate.BillingInvoice

SupplierAddressLine1LTE applies the LTE predicate on the "supplier_address_line1" field.

func SupplierAddressLine1NEQ

func SupplierAddressLine1NEQ(v string) predicate.BillingInvoice

SupplierAddressLine1NEQ applies the NEQ predicate on the "supplier_address_line1" field.

func SupplierAddressLine1NotIn

func SupplierAddressLine1NotIn(vs ...string) predicate.BillingInvoice

SupplierAddressLine1NotIn applies the NotIn predicate on the "supplier_address_line1" field.

func SupplierAddressLine1NotNil

func SupplierAddressLine1NotNil() predicate.BillingInvoice

SupplierAddressLine1NotNil applies the NotNil predicate on the "supplier_address_line1" field.

func SupplierAddressLine2

func SupplierAddressLine2(v string) predicate.BillingInvoice

SupplierAddressLine2 applies equality check predicate on the "supplier_address_line2" field. It's identical to SupplierAddressLine2EQ.

func SupplierAddressLine2Contains

func SupplierAddressLine2Contains(v string) predicate.BillingInvoice

SupplierAddressLine2Contains applies the Contains predicate on the "supplier_address_line2" field.

func SupplierAddressLine2ContainsFold

func SupplierAddressLine2ContainsFold(v string) predicate.BillingInvoice

SupplierAddressLine2ContainsFold applies the ContainsFold predicate on the "supplier_address_line2" field.

func SupplierAddressLine2EQ

func SupplierAddressLine2EQ(v string) predicate.BillingInvoice

SupplierAddressLine2EQ applies the EQ predicate on the "supplier_address_line2" field.

func SupplierAddressLine2EqualFold

func SupplierAddressLine2EqualFold(v string) predicate.BillingInvoice

SupplierAddressLine2EqualFold applies the EqualFold predicate on the "supplier_address_line2" field.

func SupplierAddressLine2GT

func SupplierAddressLine2GT(v string) predicate.BillingInvoice

SupplierAddressLine2GT applies the GT predicate on the "supplier_address_line2" field.

func SupplierAddressLine2GTE

func SupplierAddressLine2GTE(v string) predicate.BillingInvoice

SupplierAddressLine2GTE applies the GTE predicate on the "supplier_address_line2" field.

func SupplierAddressLine2HasPrefix

func SupplierAddressLine2HasPrefix(v string) predicate.BillingInvoice

SupplierAddressLine2HasPrefix applies the HasPrefix predicate on the "supplier_address_line2" field.

func SupplierAddressLine2HasSuffix

func SupplierAddressLine2HasSuffix(v string) predicate.BillingInvoice

SupplierAddressLine2HasSuffix applies the HasSuffix predicate on the "supplier_address_line2" field.

func SupplierAddressLine2In

func SupplierAddressLine2In(vs ...string) predicate.BillingInvoice

SupplierAddressLine2In applies the In predicate on the "supplier_address_line2" field.

func SupplierAddressLine2IsNil

func SupplierAddressLine2IsNil() predicate.BillingInvoice

SupplierAddressLine2IsNil applies the IsNil predicate on the "supplier_address_line2" field.

func SupplierAddressLine2LT

func SupplierAddressLine2LT(v string) predicate.BillingInvoice

SupplierAddressLine2LT applies the LT predicate on the "supplier_address_line2" field.

func SupplierAddressLine2LTE

func SupplierAddressLine2LTE(v string) predicate.BillingInvoice

SupplierAddressLine2LTE applies the LTE predicate on the "supplier_address_line2" field.

func SupplierAddressLine2NEQ

func SupplierAddressLine2NEQ(v string) predicate.BillingInvoice

SupplierAddressLine2NEQ applies the NEQ predicate on the "supplier_address_line2" field.

func SupplierAddressLine2NotIn

func SupplierAddressLine2NotIn(vs ...string) predicate.BillingInvoice

SupplierAddressLine2NotIn applies the NotIn predicate on the "supplier_address_line2" field.

func SupplierAddressLine2NotNil

func SupplierAddressLine2NotNil() predicate.BillingInvoice

SupplierAddressLine2NotNil applies the NotNil predicate on the "supplier_address_line2" field.

func SupplierAddressPhoneNumber

func SupplierAddressPhoneNumber(v string) predicate.BillingInvoice

SupplierAddressPhoneNumber applies equality check predicate on the "supplier_address_phone_number" field. It's identical to SupplierAddressPhoneNumberEQ.

func SupplierAddressPhoneNumberContains

func SupplierAddressPhoneNumberContains(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberContains applies the Contains predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberContainsFold

func SupplierAddressPhoneNumberContainsFold(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberContainsFold applies the ContainsFold predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberEQ

func SupplierAddressPhoneNumberEQ(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberEQ applies the EQ predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberEqualFold

func SupplierAddressPhoneNumberEqualFold(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberEqualFold applies the EqualFold predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberGT

func SupplierAddressPhoneNumberGT(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberGT applies the GT predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberGTE

func SupplierAddressPhoneNumberGTE(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberGTE applies the GTE predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberHasPrefix

func SupplierAddressPhoneNumberHasPrefix(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberHasPrefix applies the HasPrefix predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberHasSuffix

func SupplierAddressPhoneNumberHasSuffix(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberHasSuffix applies the HasSuffix predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberIn

func SupplierAddressPhoneNumberIn(vs ...string) predicate.BillingInvoice

SupplierAddressPhoneNumberIn applies the In predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberIsNil

func SupplierAddressPhoneNumberIsNil() predicate.BillingInvoice

SupplierAddressPhoneNumberIsNil applies the IsNil predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberLT

func SupplierAddressPhoneNumberLT(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberLT applies the LT predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberLTE

func SupplierAddressPhoneNumberLTE(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberLTE applies the LTE predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberNEQ

func SupplierAddressPhoneNumberNEQ(v string) predicate.BillingInvoice

SupplierAddressPhoneNumberNEQ applies the NEQ predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberNotIn

func SupplierAddressPhoneNumberNotIn(vs ...string) predicate.BillingInvoice

SupplierAddressPhoneNumberNotIn applies the NotIn predicate on the "supplier_address_phone_number" field.

func SupplierAddressPhoneNumberNotNil

func SupplierAddressPhoneNumberNotNil() predicate.BillingInvoice

SupplierAddressPhoneNumberNotNil applies the NotNil predicate on the "supplier_address_phone_number" field.

func SupplierAddressPostalCode

func SupplierAddressPostalCode(v string) predicate.BillingInvoice

SupplierAddressPostalCode applies equality check predicate on the "supplier_address_postal_code" field. It's identical to SupplierAddressPostalCodeEQ.

func SupplierAddressPostalCodeContains

func SupplierAddressPostalCodeContains(v string) predicate.BillingInvoice

SupplierAddressPostalCodeContains applies the Contains predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeContainsFold

func SupplierAddressPostalCodeContainsFold(v string) predicate.BillingInvoice

SupplierAddressPostalCodeContainsFold applies the ContainsFold predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeEQ

func SupplierAddressPostalCodeEQ(v string) predicate.BillingInvoice

SupplierAddressPostalCodeEQ applies the EQ predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeEqualFold

func SupplierAddressPostalCodeEqualFold(v string) predicate.BillingInvoice

SupplierAddressPostalCodeEqualFold applies the EqualFold predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeGT

func SupplierAddressPostalCodeGT(v string) predicate.BillingInvoice

SupplierAddressPostalCodeGT applies the GT predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeGTE

func SupplierAddressPostalCodeGTE(v string) predicate.BillingInvoice

SupplierAddressPostalCodeGTE applies the GTE predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeHasPrefix

func SupplierAddressPostalCodeHasPrefix(v string) predicate.BillingInvoice

SupplierAddressPostalCodeHasPrefix applies the HasPrefix predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeHasSuffix

func SupplierAddressPostalCodeHasSuffix(v string) predicate.BillingInvoice

SupplierAddressPostalCodeHasSuffix applies the HasSuffix predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeIn

func SupplierAddressPostalCodeIn(vs ...string) predicate.BillingInvoice

SupplierAddressPostalCodeIn applies the In predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeIsNil

func SupplierAddressPostalCodeIsNil() predicate.BillingInvoice

SupplierAddressPostalCodeIsNil applies the IsNil predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeLT

func SupplierAddressPostalCodeLT(v string) predicate.BillingInvoice

SupplierAddressPostalCodeLT applies the LT predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeLTE

func SupplierAddressPostalCodeLTE(v string) predicate.BillingInvoice

SupplierAddressPostalCodeLTE applies the LTE predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeNEQ

func SupplierAddressPostalCodeNEQ(v string) predicate.BillingInvoice

SupplierAddressPostalCodeNEQ applies the NEQ predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeNotIn

func SupplierAddressPostalCodeNotIn(vs ...string) predicate.BillingInvoice

SupplierAddressPostalCodeNotIn applies the NotIn predicate on the "supplier_address_postal_code" field.

func SupplierAddressPostalCodeNotNil

func SupplierAddressPostalCodeNotNil() predicate.BillingInvoice

SupplierAddressPostalCodeNotNil applies the NotNil predicate on the "supplier_address_postal_code" field.

func SupplierAddressState

func SupplierAddressState(v string) predicate.BillingInvoice

SupplierAddressState applies equality check predicate on the "supplier_address_state" field. It's identical to SupplierAddressStateEQ.

func SupplierAddressStateContains

func SupplierAddressStateContains(v string) predicate.BillingInvoice

SupplierAddressStateContains applies the Contains predicate on the "supplier_address_state" field.

func SupplierAddressStateContainsFold

func SupplierAddressStateContainsFold(v string) predicate.BillingInvoice

SupplierAddressStateContainsFold applies the ContainsFold predicate on the "supplier_address_state" field.

func SupplierAddressStateEQ

func SupplierAddressStateEQ(v string) predicate.BillingInvoice

SupplierAddressStateEQ applies the EQ predicate on the "supplier_address_state" field.

func SupplierAddressStateEqualFold

func SupplierAddressStateEqualFold(v string) predicate.BillingInvoice

SupplierAddressStateEqualFold applies the EqualFold predicate on the "supplier_address_state" field.

func SupplierAddressStateGT

func SupplierAddressStateGT(v string) predicate.BillingInvoice

SupplierAddressStateGT applies the GT predicate on the "supplier_address_state" field.

func SupplierAddressStateGTE

func SupplierAddressStateGTE(v string) predicate.BillingInvoice

SupplierAddressStateGTE applies the GTE predicate on the "supplier_address_state" field.

func SupplierAddressStateHasPrefix

func SupplierAddressStateHasPrefix(v string) predicate.BillingInvoice

SupplierAddressStateHasPrefix applies the HasPrefix predicate on the "supplier_address_state" field.

func SupplierAddressStateHasSuffix

func SupplierAddressStateHasSuffix(v string) predicate.BillingInvoice

SupplierAddressStateHasSuffix applies the HasSuffix predicate on the "supplier_address_state" field.

func SupplierAddressStateIn

func SupplierAddressStateIn(vs ...string) predicate.BillingInvoice

SupplierAddressStateIn applies the In predicate on the "supplier_address_state" field.

func SupplierAddressStateIsNil

func SupplierAddressStateIsNil() predicate.BillingInvoice

SupplierAddressStateIsNil applies the IsNil predicate on the "supplier_address_state" field.

func SupplierAddressStateLT

func SupplierAddressStateLT(v string) predicate.BillingInvoice

SupplierAddressStateLT applies the LT predicate on the "supplier_address_state" field.

func SupplierAddressStateLTE

func SupplierAddressStateLTE(v string) predicate.BillingInvoice

SupplierAddressStateLTE applies the LTE predicate on the "supplier_address_state" field.

func SupplierAddressStateNEQ

func SupplierAddressStateNEQ(v string) predicate.BillingInvoice

SupplierAddressStateNEQ applies the NEQ predicate on the "supplier_address_state" field.

func SupplierAddressStateNotIn

func SupplierAddressStateNotIn(vs ...string) predicate.BillingInvoice

SupplierAddressStateNotIn applies the NotIn predicate on the "supplier_address_state" field.

func SupplierAddressStateNotNil

func SupplierAddressStateNotNil() predicate.BillingInvoice

SupplierAddressStateNotNil applies the NotNil predicate on the "supplier_address_state" field.

func SupplierName

func SupplierName(v string) predicate.BillingInvoice

SupplierName applies equality check predicate on the "supplier_name" field. It's identical to SupplierNameEQ.

func SupplierNameContains

func SupplierNameContains(v string) predicate.BillingInvoice

SupplierNameContains applies the Contains predicate on the "supplier_name" field.

func SupplierNameContainsFold

func SupplierNameContainsFold(v string) predicate.BillingInvoice

SupplierNameContainsFold applies the ContainsFold predicate on the "supplier_name" field.

func SupplierNameEQ

func SupplierNameEQ(v string) predicate.BillingInvoice

SupplierNameEQ applies the EQ predicate on the "supplier_name" field.

func SupplierNameEqualFold

func SupplierNameEqualFold(v string) predicate.BillingInvoice

SupplierNameEqualFold applies the EqualFold predicate on the "supplier_name" field.

func SupplierNameGT

func SupplierNameGT(v string) predicate.BillingInvoice

SupplierNameGT applies the GT predicate on the "supplier_name" field.

func SupplierNameGTE

func SupplierNameGTE(v string) predicate.BillingInvoice

SupplierNameGTE applies the GTE predicate on the "supplier_name" field.

func SupplierNameHasPrefix

func SupplierNameHasPrefix(v string) predicate.BillingInvoice

SupplierNameHasPrefix applies the HasPrefix predicate on the "supplier_name" field.

func SupplierNameHasSuffix

func SupplierNameHasSuffix(v string) predicate.BillingInvoice

SupplierNameHasSuffix applies the HasSuffix predicate on the "supplier_name" field.

func SupplierNameIn

func SupplierNameIn(vs ...string) predicate.BillingInvoice

SupplierNameIn applies the In predicate on the "supplier_name" field.

func SupplierNameLT

func SupplierNameLT(v string) predicate.BillingInvoice

SupplierNameLT applies the LT predicate on the "supplier_name" field.

func SupplierNameLTE

func SupplierNameLTE(v string) predicate.BillingInvoice

SupplierNameLTE applies the LTE predicate on the "supplier_name" field.

func SupplierNameNEQ

func SupplierNameNEQ(v string) predicate.BillingInvoice

SupplierNameNEQ applies the NEQ predicate on the "supplier_name" field.

func SupplierNameNotIn

func SupplierNameNotIn(vs ...string) predicate.BillingInvoice

SupplierNameNotIn applies the NotIn predicate on the "supplier_name" field.

func SupplierTaxCode

func SupplierTaxCode(v string) predicate.BillingInvoice

SupplierTaxCode applies equality check predicate on the "supplier_tax_code" field. It's identical to SupplierTaxCodeEQ.

func SupplierTaxCodeContains

func SupplierTaxCodeContains(v string) predicate.BillingInvoice

SupplierTaxCodeContains applies the Contains predicate on the "supplier_tax_code" field.

func SupplierTaxCodeContainsFold

func SupplierTaxCodeContainsFold(v string) predicate.BillingInvoice

SupplierTaxCodeContainsFold applies the ContainsFold predicate on the "supplier_tax_code" field.

func SupplierTaxCodeEQ

func SupplierTaxCodeEQ(v string) predicate.BillingInvoice

SupplierTaxCodeEQ applies the EQ predicate on the "supplier_tax_code" field.

func SupplierTaxCodeEqualFold

func SupplierTaxCodeEqualFold(v string) predicate.BillingInvoice

SupplierTaxCodeEqualFold applies the EqualFold predicate on the "supplier_tax_code" field.

func SupplierTaxCodeGT

func SupplierTaxCodeGT(v string) predicate.BillingInvoice

SupplierTaxCodeGT applies the GT predicate on the "supplier_tax_code" field.

func SupplierTaxCodeGTE

func SupplierTaxCodeGTE(v string) predicate.BillingInvoice

SupplierTaxCodeGTE applies the GTE predicate on the "supplier_tax_code" field.

func SupplierTaxCodeHasPrefix

func SupplierTaxCodeHasPrefix(v string) predicate.BillingInvoice

SupplierTaxCodeHasPrefix applies the HasPrefix predicate on the "supplier_tax_code" field.

func SupplierTaxCodeHasSuffix

func SupplierTaxCodeHasSuffix(v string) predicate.BillingInvoice

SupplierTaxCodeHasSuffix applies the HasSuffix predicate on the "supplier_tax_code" field.

func SupplierTaxCodeIn

func SupplierTaxCodeIn(vs ...string) predicate.BillingInvoice

SupplierTaxCodeIn applies the In predicate on the "supplier_tax_code" field.

func SupplierTaxCodeIsNil

func SupplierTaxCodeIsNil() predicate.BillingInvoice

SupplierTaxCodeIsNil applies the IsNil predicate on the "supplier_tax_code" field.

func SupplierTaxCodeLT

func SupplierTaxCodeLT(v string) predicate.BillingInvoice

SupplierTaxCodeLT applies the LT predicate on the "supplier_tax_code" field.

func SupplierTaxCodeLTE

func SupplierTaxCodeLTE(v string) predicate.BillingInvoice

SupplierTaxCodeLTE applies the LTE predicate on the "supplier_tax_code" field.

func SupplierTaxCodeNEQ

func SupplierTaxCodeNEQ(v string) predicate.BillingInvoice

SupplierTaxCodeNEQ applies the NEQ predicate on the "supplier_tax_code" field.

func SupplierTaxCodeNotIn

func SupplierTaxCodeNotIn(vs ...string) predicate.BillingInvoice

SupplierTaxCodeNotIn applies the NotIn predicate on the "supplier_tax_code" field.

func SupplierTaxCodeNotNil

func SupplierTaxCodeNotNil() predicate.BillingInvoice

SupplierTaxCodeNotNil applies the NotNil predicate on the "supplier_tax_code" field.

func TaxAppExternalID

func TaxAppExternalID(v string) predicate.BillingInvoice

TaxAppExternalID applies equality check predicate on the "tax_app_external_id" field. It's identical to TaxAppExternalIDEQ.

func TaxAppExternalIDContains

func TaxAppExternalIDContains(v string) predicate.BillingInvoice

TaxAppExternalIDContains applies the Contains predicate on the "tax_app_external_id" field.

func TaxAppExternalIDContainsFold

func TaxAppExternalIDContainsFold(v string) predicate.BillingInvoice

TaxAppExternalIDContainsFold applies the ContainsFold predicate on the "tax_app_external_id" field.

func TaxAppExternalIDEQ

func TaxAppExternalIDEQ(v string) predicate.BillingInvoice

TaxAppExternalIDEQ applies the EQ predicate on the "tax_app_external_id" field.

func TaxAppExternalIDEqualFold

func TaxAppExternalIDEqualFold(v string) predicate.BillingInvoice

TaxAppExternalIDEqualFold applies the EqualFold predicate on the "tax_app_external_id" field.

func TaxAppExternalIDGT

func TaxAppExternalIDGT(v string) predicate.BillingInvoice

TaxAppExternalIDGT applies the GT predicate on the "tax_app_external_id" field.

func TaxAppExternalIDGTE

func TaxAppExternalIDGTE(v string) predicate.BillingInvoice

TaxAppExternalIDGTE applies the GTE predicate on the "tax_app_external_id" field.

func TaxAppExternalIDHasPrefix

func TaxAppExternalIDHasPrefix(v string) predicate.BillingInvoice

TaxAppExternalIDHasPrefix applies the HasPrefix predicate on the "tax_app_external_id" field.

func TaxAppExternalIDHasSuffix

func TaxAppExternalIDHasSuffix(v string) predicate.BillingInvoice

TaxAppExternalIDHasSuffix applies the HasSuffix predicate on the "tax_app_external_id" field.

func TaxAppExternalIDIn

func TaxAppExternalIDIn(vs ...string) predicate.BillingInvoice

TaxAppExternalIDIn applies the In predicate on the "tax_app_external_id" field.

func TaxAppExternalIDIsNil

func TaxAppExternalIDIsNil() predicate.BillingInvoice

TaxAppExternalIDIsNil applies the IsNil predicate on the "tax_app_external_id" field.

func TaxAppExternalIDLT

func TaxAppExternalIDLT(v string) predicate.BillingInvoice

TaxAppExternalIDLT applies the LT predicate on the "tax_app_external_id" field.

func TaxAppExternalIDLTE

func TaxAppExternalIDLTE(v string) predicate.BillingInvoice

TaxAppExternalIDLTE applies the LTE predicate on the "tax_app_external_id" field.

func TaxAppExternalIDNEQ

func TaxAppExternalIDNEQ(v string) predicate.BillingInvoice

TaxAppExternalIDNEQ applies the NEQ predicate on the "tax_app_external_id" field.

func TaxAppExternalIDNotIn

func TaxAppExternalIDNotIn(vs ...string) predicate.BillingInvoice

TaxAppExternalIDNotIn applies the NotIn predicate on the "tax_app_external_id" field.

func TaxAppExternalIDNotNil

func TaxAppExternalIDNotNil() predicate.BillingInvoice

TaxAppExternalIDNotNil applies the NotNil predicate on the "tax_app_external_id" field.

func TaxAppID

func TaxAppID(v string) predicate.BillingInvoice

TaxAppID applies equality check predicate on the "tax_app_id" field. It's identical to TaxAppIDEQ.

func TaxAppIDContains

func TaxAppIDContains(v string) predicate.BillingInvoice

TaxAppIDContains applies the Contains predicate on the "tax_app_id" field.

func TaxAppIDContainsFold

func TaxAppIDContainsFold(v string) predicate.BillingInvoice

TaxAppIDContainsFold applies the ContainsFold predicate on the "tax_app_id" field.

func TaxAppIDEQ

func TaxAppIDEQ(v string) predicate.BillingInvoice

TaxAppIDEQ applies the EQ predicate on the "tax_app_id" field.

func TaxAppIDEqualFold

func TaxAppIDEqualFold(v string) predicate.BillingInvoice

TaxAppIDEqualFold applies the EqualFold predicate on the "tax_app_id" field.

func TaxAppIDGT

func TaxAppIDGT(v string) predicate.BillingInvoice

TaxAppIDGT applies the GT predicate on the "tax_app_id" field.

func TaxAppIDGTE

func TaxAppIDGTE(v string) predicate.BillingInvoice

TaxAppIDGTE applies the GTE predicate on the "tax_app_id" field.

func TaxAppIDHasPrefix

func TaxAppIDHasPrefix(v string) predicate.BillingInvoice

TaxAppIDHasPrefix applies the HasPrefix predicate on the "tax_app_id" field.

func TaxAppIDHasSuffix

func TaxAppIDHasSuffix(v string) predicate.BillingInvoice

TaxAppIDHasSuffix applies the HasSuffix predicate on the "tax_app_id" field.

func TaxAppIDIn

func TaxAppIDIn(vs ...string) predicate.BillingInvoice

TaxAppIDIn applies the In predicate on the "tax_app_id" field.

func TaxAppIDLT

func TaxAppIDLT(v string) predicate.BillingInvoice

TaxAppIDLT applies the LT predicate on the "tax_app_id" field.

func TaxAppIDLTE

func TaxAppIDLTE(v string) predicate.BillingInvoice

TaxAppIDLTE applies the LTE predicate on the "tax_app_id" field.

func TaxAppIDNEQ

func TaxAppIDNEQ(v string) predicate.BillingInvoice

TaxAppIDNEQ applies the NEQ predicate on the "tax_app_id" field.

func TaxAppIDNotIn

func TaxAppIDNotIn(vs ...string) predicate.BillingInvoice

TaxAppIDNotIn applies the NotIn predicate on the "tax_app_id" field.

func TaxesExclusiveTotal

func TaxesExclusiveTotal(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotal applies equality check predicate on the "taxes_exclusive_total" field. It's identical to TaxesExclusiveTotalEQ.

func TaxesExclusiveTotalEQ

func TaxesExclusiveTotalEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalEQ applies the EQ predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalGT

func TaxesExclusiveTotalGT(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalGT applies the GT predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalGTE

func TaxesExclusiveTotalGTE(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalGTE applies the GTE predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalIn

func TaxesExclusiveTotalIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalIn applies the In predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalLT

func TaxesExclusiveTotalLT(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalLT applies the LT predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalLTE

func TaxesExclusiveTotalLTE(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalLTE applies the LTE predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalNEQ

func TaxesExclusiveTotalNEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalNEQ applies the NEQ predicate on the "taxes_exclusive_total" field.

func TaxesExclusiveTotalNotIn

func TaxesExclusiveTotalNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesExclusiveTotalNotIn applies the NotIn predicate on the "taxes_exclusive_total" field.

func TaxesInclusiveTotal

func TaxesInclusiveTotal(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotal applies equality check predicate on the "taxes_inclusive_total" field. It's identical to TaxesInclusiveTotalEQ.

func TaxesInclusiveTotalEQ

func TaxesInclusiveTotalEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalEQ applies the EQ predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalGT

func TaxesInclusiveTotalGT(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalGT applies the GT predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalGTE

func TaxesInclusiveTotalGTE(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalGTE applies the GTE predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalIn

func TaxesInclusiveTotalIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalIn applies the In predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalLT

func TaxesInclusiveTotalLT(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalLT applies the LT predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalLTE

func TaxesInclusiveTotalLTE(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalLTE applies the LTE predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalNEQ

func TaxesInclusiveTotalNEQ(v alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalNEQ applies the NEQ predicate on the "taxes_inclusive_total" field.

func TaxesInclusiveTotalNotIn

func TaxesInclusiveTotalNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesInclusiveTotalNotIn applies the NotIn predicate on the "taxes_inclusive_total" field.

func TaxesTotal

TaxesTotal applies equality check predicate on the "taxes_total" field. It's identical to TaxesTotalEQ.

func TaxesTotalEQ

TaxesTotalEQ applies the EQ predicate on the "taxes_total" field.

func TaxesTotalGT

TaxesTotalGT applies the GT predicate on the "taxes_total" field.

func TaxesTotalGTE

TaxesTotalGTE applies the GTE predicate on the "taxes_total" field.

func TaxesTotalIn

func TaxesTotalIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesTotalIn applies the In predicate on the "taxes_total" field.

func TaxesTotalLT

TaxesTotalLT applies the LT predicate on the "taxes_total" field.

func TaxesTotalLTE

TaxesTotalLTE applies the LTE predicate on the "taxes_total" field.

func TaxesTotalNEQ

TaxesTotalNEQ applies the NEQ predicate on the "taxes_total" field.

func TaxesTotalNotIn

func TaxesTotalNotIn(vs ...alpacadecimal.Decimal) predicate.BillingInvoice

TaxesTotalNotIn applies the NotIn predicate on the "taxes_total" field.

func Total

Total applies equality check predicate on the "total" field. It's identical to TotalEQ.

func TotalEQ

TotalEQ applies the EQ predicate on the "total" field.

func TotalGT

TotalGT applies the GT predicate on the "total" field.

func TotalGTE

TotalGTE applies the GTE predicate on the "total" field.

func TotalIn

TotalIn applies the In predicate on the "total" field.

func TotalLT

TotalLT applies the LT predicate on the "total" field.

func TotalLTE

TotalLTE applies the LTE predicate on the "total" field.

func TotalNEQ

TotalNEQ applies the NEQ predicate on the "total" field.

func TotalNotIn

TotalNotIn applies the NotIn predicate on the "total" field.

func TypeEQ

TypeEQ applies the EQ predicate on the "type" field.

func TypeIn

TypeIn applies the In predicate on the "type" field.

func TypeNEQ

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

TypeNotIn applies the NotIn predicate on the "type" field.

func TypeValidator

func TypeValidator(_type billing.InvoiceType) error

TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.BillingInvoice

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.BillingInvoice

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.BillingInvoice

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.BillingInvoice

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.BillingInvoice

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.BillingInvoice

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.BillingInvoice

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.BillingInvoice

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.BillingInvoice

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func VoidedAt

func VoidedAt(v time.Time) predicate.BillingInvoice

VoidedAt applies equality check predicate on the "voided_at" field. It's identical to VoidedAtEQ.

func VoidedAtEQ

func VoidedAtEQ(v time.Time) predicate.BillingInvoice

VoidedAtEQ applies the EQ predicate on the "voided_at" field.

func VoidedAtGT

func VoidedAtGT(v time.Time) predicate.BillingInvoice

VoidedAtGT applies the GT predicate on the "voided_at" field.

func VoidedAtGTE

func VoidedAtGTE(v time.Time) predicate.BillingInvoice

VoidedAtGTE applies the GTE predicate on the "voided_at" field.

func VoidedAtIn

func VoidedAtIn(vs ...time.Time) predicate.BillingInvoice

VoidedAtIn applies the In predicate on the "voided_at" field.

func VoidedAtIsNil

func VoidedAtIsNil() predicate.BillingInvoice

VoidedAtIsNil applies the IsNil predicate on the "voided_at" field.

func VoidedAtLT

func VoidedAtLT(v time.Time) predicate.BillingInvoice

VoidedAtLT applies the LT predicate on the "voided_at" field.

func VoidedAtLTE

func VoidedAtLTE(v time.Time) predicate.BillingInvoice

VoidedAtLTE applies the LTE predicate on the "voided_at" field.

func VoidedAtNEQ

func VoidedAtNEQ(v time.Time) predicate.BillingInvoice

VoidedAtNEQ applies the NEQ predicate on the "voided_at" field.

func VoidedAtNotIn

func VoidedAtNotIn(vs ...time.Time) predicate.BillingInvoice

VoidedAtNotIn applies the NotIn predicate on the "voided_at" field.

func VoidedAtNotNil

func VoidedAtNotNil() predicate.BillingInvoice

VoidedAtNotNil applies the NotNil predicate on the "voided_at" field.

func WorkflowConfigID

func WorkflowConfigID(v string) predicate.BillingInvoice

WorkflowConfigID applies equality check predicate on the "workflow_config_id" field. It's identical to WorkflowConfigIDEQ.

func WorkflowConfigIDContains

func WorkflowConfigIDContains(v string) predicate.BillingInvoice

WorkflowConfigIDContains applies the Contains predicate on the "workflow_config_id" field.

func WorkflowConfigIDContainsFold

func WorkflowConfigIDContainsFold(v string) predicate.BillingInvoice

WorkflowConfigIDContainsFold applies the ContainsFold predicate on the "workflow_config_id" field.

func WorkflowConfigIDEQ

func WorkflowConfigIDEQ(v string) predicate.BillingInvoice

WorkflowConfigIDEQ applies the EQ predicate on the "workflow_config_id" field.

func WorkflowConfigIDEqualFold

func WorkflowConfigIDEqualFold(v string) predicate.BillingInvoice

WorkflowConfigIDEqualFold applies the EqualFold predicate on the "workflow_config_id" field.

func WorkflowConfigIDGT

func WorkflowConfigIDGT(v string) predicate.BillingInvoice

WorkflowConfigIDGT applies the GT predicate on the "workflow_config_id" field.

func WorkflowConfigIDGTE

func WorkflowConfigIDGTE(v string) predicate.BillingInvoice

WorkflowConfigIDGTE applies the GTE predicate on the "workflow_config_id" field.

func WorkflowConfigIDHasPrefix

func WorkflowConfigIDHasPrefix(v string) predicate.BillingInvoice

WorkflowConfigIDHasPrefix applies the HasPrefix predicate on the "workflow_config_id" field.

func WorkflowConfigIDHasSuffix

func WorkflowConfigIDHasSuffix(v string) predicate.BillingInvoice

WorkflowConfigIDHasSuffix applies the HasSuffix predicate on the "workflow_config_id" field.

func WorkflowConfigIDIn

func WorkflowConfigIDIn(vs ...string) predicate.BillingInvoice

WorkflowConfigIDIn applies the In predicate on the "workflow_config_id" field.

func WorkflowConfigIDLT

func WorkflowConfigIDLT(v string) predicate.BillingInvoice

WorkflowConfigIDLT applies the LT predicate on the "workflow_config_id" field.

func WorkflowConfigIDLTE

func WorkflowConfigIDLTE(v string) predicate.BillingInvoice

WorkflowConfigIDLTE applies the LTE predicate on the "workflow_config_id" field.

func WorkflowConfigIDNEQ

func WorkflowConfigIDNEQ(v string) predicate.BillingInvoice

WorkflowConfigIDNEQ applies the NEQ predicate on the "workflow_config_id" field.

func WorkflowConfigIDNotIn

func WorkflowConfigIDNotIn(vs ...string) predicate.BillingInvoice

WorkflowConfigIDNotIn applies the NotIn predicate on the "workflow_config_id" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the BillingInvoice queries.

func ByAmount

func ByAmount(opts ...sql.OrderTermOption) OrderOption

ByAmount orders the results by the amount field.

func ByBillingInvoiceCustomerField

func ByBillingInvoiceCustomerField(field string, opts ...sql.OrderTermOption) OrderOption

ByBillingInvoiceCustomerField orders the results by billing_invoice_customer field.

func ByBillingInvoiceLines

func ByBillingInvoiceLines(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByBillingInvoiceLines orders the results by billing_invoice_lines terms.

func ByBillingInvoiceLinesCount

func ByBillingInvoiceLinesCount(opts ...sql.OrderTermOption) OrderOption

ByBillingInvoiceLinesCount orders the results by billing_invoice_lines count.

func ByBillingInvoiceValidationIssues

func ByBillingInvoiceValidationIssues(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByBillingInvoiceValidationIssues orders the results by billing_invoice_validation_issues terms.

func ByBillingInvoiceValidationIssuesCount

func ByBillingInvoiceValidationIssuesCount(opts ...sql.OrderTermOption) OrderOption

ByBillingInvoiceValidationIssuesCount orders the results by billing_invoice_validation_issues count.

func ByBillingWorkflowConfigField

func ByBillingWorkflowConfigField(field string, opts ...sql.OrderTermOption) OrderOption

ByBillingWorkflowConfigField orders the results by billing_workflow_config field.

func ByChargesTotal

func ByChargesTotal(opts ...sql.OrderTermOption) OrderOption

ByChargesTotal orders the results by the charges_total field.

func ByCollectionAt

func ByCollectionAt(opts ...sql.OrderTermOption) OrderOption

ByCollectionAt orders the results by the collection_at field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByCurrency

func ByCurrency(opts ...sql.OrderTermOption) OrderOption

ByCurrency orders the results by the currency field.

func ByCustomerAddressCity

func ByCustomerAddressCity(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressCity orders the results by the customer_address_city field.

func ByCustomerAddressCountry

func ByCustomerAddressCountry(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressCountry orders the results by the customer_address_country field.

func ByCustomerAddressLine1

func ByCustomerAddressLine1(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressLine1 orders the results by the customer_address_line1 field.

func ByCustomerAddressLine2

func ByCustomerAddressLine2(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressLine2 orders the results by the customer_address_line2 field.

func ByCustomerAddressPhoneNumber

func ByCustomerAddressPhoneNumber(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressPhoneNumber orders the results by the customer_address_phone_number field.

func ByCustomerAddressPostalCode

func ByCustomerAddressPostalCode(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressPostalCode orders the results by the customer_address_postal_code field.

func ByCustomerAddressState

func ByCustomerAddressState(opts ...sql.OrderTermOption) OrderOption

ByCustomerAddressState orders the results by the customer_address_state field.

func ByCustomerID

func ByCustomerID(opts ...sql.OrderTermOption) OrderOption

ByCustomerID orders the results by the customer_id field.

func ByCustomerName

func ByCustomerName(opts ...sql.OrderTermOption) OrderOption

ByCustomerName orders the results by the customer_name field.

func ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDescription

func ByDescription(opts ...sql.OrderTermOption) OrderOption

ByDescription orders the results by the description field.

func ByDiscountsTotal

func ByDiscountsTotal(opts ...sql.OrderTermOption) OrderOption

ByDiscountsTotal orders the results by the discounts_total field.

func ByDraftUntil

func ByDraftUntil(opts ...sql.OrderTermOption) OrderOption

ByDraftUntil orders the results by the draft_until field.

func ByDueAt

func ByDueAt(opts ...sql.OrderTermOption) OrderOption

ByDueAt orders the results by the due_at field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByInvoiceDiscounts

func ByInvoiceDiscounts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByInvoiceDiscounts orders the results by invoice_discounts terms.

func ByInvoiceDiscountsCount

func ByInvoiceDiscountsCount(opts ...sql.OrderTermOption) OrderOption

ByInvoiceDiscountsCount orders the results by invoice_discounts count.

func ByInvoicingAppExternalID

func ByInvoicingAppExternalID(opts ...sql.OrderTermOption) OrderOption

ByInvoicingAppExternalID orders the results by the invoicing_app_external_id field.

func ByInvoicingAppField

func ByInvoicingAppField(field string, opts ...sql.OrderTermOption) OrderOption

ByInvoicingAppField orders the results by invoicing_app field.

func ByInvoicingAppID

func ByInvoicingAppID(opts ...sql.OrderTermOption) OrderOption

ByInvoicingAppID orders the results by the invoicing_app_id field.

func ByIssuedAt

func ByIssuedAt(opts ...sql.OrderTermOption) OrderOption

ByIssuedAt orders the results by the issued_at field.

func ByNamespace

func ByNamespace(opts ...sql.OrderTermOption) OrderOption

ByNamespace orders the results by the namespace field.

func ByNumber

func ByNumber(opts ...sql.OrderTermOption) OrderOption

ByNumber orders the results by the number field.

func ByPaymentAppExternalID

func ByPaymentAppExternalID(opts ...sql.OrderTermOption) OrderOption

ByPaymentAppExternalID orders the results by the payment_app_external_id field.

func ByPaymentAppField

func ByPaymentAppField(field string, opts ...sql.OrderTermOption) OrderOption

ByPaymentAppField orders the results by payment_app field.

func ByPaymentAppID

func ByPaymentAppID(opts ...sql.OrderTermOption) OrderOption

ByPaymentAppID orders the results by the payment_app_id field.

func ByPeriodEnd

func ByPeriodEnd(opts ...sql.OrderTermOption) OrderOption

ByPeriodEnd orders the results by the period_end field.

func ByPeriodStart

func ByPeriodStart(opts ...sql.OrderTermOption) OrderOption

ByPeriodStart orders the results by the period_start field.

func BySentToCustomerAt

func BySentToCustomerAt(opts ...sql.OrderTermOption) OrderOption

BySentToCustomerAt orders the results by the sent_to_customer_at field.

func BySourceBillingProfileField

func BySourceBillingProfileField(field string, opts ...sql.OrderTermOption) OrderOption

BySourceBillingProfileField orders the results by source_billing_profile field.

func BySourceBillingProfileID

func BySourceBillingProfileID(opts ...sql.OrderTermOption) OrderOption

BySourceBillingProfileID orders the results by the source_billing_profile_id field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func BySupplierAddressCity

func BySupplierAddressCity(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressCity orders the results by the supplier_address_city field.

func BySupplierAddressCountry

func BySupplierAddressCountry(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressCountry orders the results by the supplier_address_country field.

func BySupplierAddressLine1

func BySupplierAddressLine1(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressLine1 orders the results by the supplier_address_line1 field.

func BySupplierAddressLine2

func BySupplierAddressLine2(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressLine2 orders the results by the supplier_address_line2 field.

func BySupplierAddressPhoneNumber

func BySupplierAddressPhoneNumber(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressPhoneNumber orders the results by the supplier_address_phone_number field.

func BySupplierAddressPostalCode

func BySupplierAddressPostalCode(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressPostalCode orders the results by the supplier_address_postal_code field.

func BySupplierAddressState

func BySupplierAddressState(opts ...sql.OrderTermOption) OrderOption

BySupplierAddressState orders the results by the supplier_address_state field.

func BySupplierName

func BySupplierName(opts ...sql.OrderTermOption) OrderOption

BySupplierName orders the results by the supplier_name field.

func BySupplierTaxCode

func BySupplierTaxCode(opts ...sql.OrderTermOption) OrderOption

BySupplierTaxCode orders the results by the supplier_tax_code field.

func ByTaxAppExternalID

func ByTaxAppExternalID(opts ...sql.OrderTermOption) OrderOption

ByTaxAppExternalID orders the results by the tax_app_external_id field.

func ByTaxAppField

func ByTaxAppField(field string, opts ...sql.OrderTermOption) OrderOption

ByTaxAppField orders the results by tax_app field.

func ByTaxAppID

func ByTaxAppID(opts ...sql.OrderTermOption) OrderOption

ByTaxAppID orders the results by the tax_app_id field.

func ByTaxesExclusiveTotal

func ByTaxesExclusiveTotal(opts ...sql.OrderTermOption) OrderOption

ByTaxesExclusiveTotal orders the results by the taxes_exclusive_total field.

func ByTaxesInclusiveTotal

func ByTaxesInclusiveTotal(opts ...sql.OrderTermOption) OrderOption

ByTaxesInclusiveTotal orders the results by the taxes_inclusive_total field.

func ByTaxesTotal

func ByTaxesTotal(opts ...sql.OrderTermOption) OrderOption

ByTaxesTotal orders the results by the taxes_total field.

func ByTotal

func ByTotal(opts ...sql.OrderTermOption) OrderOption

ByTotal orders the results by the total field.

func ByType

func ByType(opts ...sql.OrderTermOption) OrderOption

ByType orders the results by the type field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByVoidedAt

func ByVoidedAt(opts ...sql.OrderTermOption) OrderOption

ByVoidedAt orders the results by the voided_at field.

func ByWorkflowConfigID

func ByWorkflowConfigID(opts ...sql.OrderTermOption) OrderOption

ByWorkflowConfigID orders the results by the workflow_config_id field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL