InvoiceSendStatus Property |
Gets or sets the send status.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public InvoiceSendStatus SendStatus { get; set; }
Public Property SendStatus As InvoiceSendStatus
Get
Set
public:
property InvoiceSendStatus SendStatus {
InvoiceSendStatus get ();
void set (InvoiceSendStatus value);
}
member SendStatus : InvoiceSendStatus with get, set
Property Value
Type:
InvoiceSendStatusThe send status.
See Also