Billing Profile


Added On:  03/16/12 
SQL Table:  BILLING_PROFILE 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  BillingProfile 
Represents all necessary information included in billing profile that defines which invoices should be included into the payment while creation.
Added On:  03/16/12
SQL Column:  ACCOUNT_GROUP_MASK
Java Field:  accountGroupMask
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Account groups that are included in billing profile processing.
Added On:  03/16/12
SQL Column:  AGE
Java Field:  age
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Time period (in days) that indicates how old are invoices on which a billing profile is based.
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
SQL Column:  INCLUDE_ACH
Java Field:  includeAch
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether direct debit transactions processing is included in the billing profile.
Added On:  03/16/12
SQL Column:  INCLUDE_CC
Java Field:  includeCc
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether credit cards processing is included in the billing profile.
Added On:  03/16/12
SQL Column:  INCLUDE_STATEMENT
Java Field:  includeStatement
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether processing of corresponding transactions from merchant statement are included in the billing profile.
Added On:  03/16/12
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the billing profile is active in the system.
Added On:  03/16/12
SQL Column:  ITEM_MASK
Java Field:  itemMask
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Items that are included in billing profile processing.
Added On:  03/16/12
SQL Column:  MAX_AMOUNT
Java Field:  maxAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Maximum amout contained in invoice that billing profile is applied to.
Added On:  03/16/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  03/16/12
SQL Column:  MIN_AMOUNT
Java Field:  minAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Minimum amout contained in invoice that billing profile is applied to.
Added On:  03/16/12
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Name of the billing profile.
Added On:  03/16/12
SQL Column:  REATTEMPT_DECLINES
Java Field:  reattemptDeclines
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether unpaid invoices from previous billings must be included in billing profile for processing retry.