tests passing on get max session time

This commit is contained in:
Radu Ioan Fericean
2013-10-04 16:18:28 +03:00
parent c889eafb20
commit 7632a8f14e
11 changed files with 72 additions and 64 deletions

View File

@@ -91,16 +91,16 @@ type TPActions struct {
}
type Action struct {
Identifier string // Identifier mapped in the code
BalanceType string // Type of balance the action will operate on
Direction string // Balance direction
Units float64 // Number of units to add/deduct
ExpiryTime string // Time when the units will expire
DestinationId string // Destination profile id
RateType string // Type of rate <*absolute|*percent>
Rate float64 // Price value
MinutesWeight float64 // Minutes weight
Weight float64 // Action's weight
Identifier string // Identifier mapped in the code
BalanceType string // Type of balance the action will operate on
Direction string // Balance direction
Units float64 // Number of units to add/deduct
ExpiryTime string // Time when the units will expire
DestinationId string // Destination profile id
RateSubject string // Type of rate <*absolute|*percent>
BalanceWeight float64 // Balance weight
ExtraParameters string
Weight float64 // Action's weight
}
type ApiTPActionTimings struct {