MerchantPhases

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  MerchantPhases
Encapsulates information on time intervals that are used to classify outstanding debt.
Available Fields:
phase2Age
References: Merchant.Phase2 Age
XML Representation: attribute
Attributes:
Default Value
The age of the debt in days at which customer account moves from the first collections phase into the second collections phase.

See Collections Phases for additional information.

Indicates the starting day of Phase 2. The age of the debt in days at which customer account moves from the first collections phase into the second collections phase. See Collections Phases for additional information.
phase3Age
References: Merchant.Phase3 Age
XML Representation: attribute
Attributes:
Default Value
The age of the debt in days at which customer account moves from the second collections phase into the third collections phase.

See Collections Phases for additional information.

Indicates the starting day of Phase 3. The age of the debt in days at which customer account moves from the second collections phase into the third collections phase. See Collections Phases for additional information.
phase4Age
References: Merchant.Phase4 Age
XML Representation: attribute
Attributes:
Default Value
The age of the debt in days at which customer account moves from the third collections phase into the fourth collections phase.

See Collections Phases for additional information.

Indicates the starting day of Phase 4. The age of the debt in days at which customer account moves from the third collections phase into the fourth collections phase. See Collections Phases for additional information.

XML Sample:

<phases phase2Age="30"  phase3Age="60"  phase4Age="90" />

"<phases phase2Age=\"30\" phase3Age=\"60\" phase4Age=\"90\" />"

JSON Sample:

{
  "phase2Age": 30,
  "phase3Age": 60,
  "phase4Age": 90
}

XURL Sample:

?phase2Age=30&phase3Age=60&phase4Age=90&
phase2Age=30
phase3Age=60
phase4Age=90