UpgradeGroupMemberTotalAmount Property |
Note: This API is now obsolete.
Gets or sets the total amount.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute("Use data for renewal periods")]
public decimal TotalAmount { get; set; }
<ObsoleteAttribute("Use data for renewal periods")>
Public Property TotalAmount As Decimal
Get
Set
public:
[ObsoleteAttribute(L"Use data for renewal periods")]
property Decimal TotalAmount {
Decimal get ();
void set (Decimal value);
}
[<ObsoleteAttribute("Use data for renewal periods")>]
member TotalAmount : decimal with get, set
Property Value
Type:
DecimalThe total amount.
See Also