|
PaymentExchangeJointInvoiceIdentifier Property |
Gets or sets the joint invoice identifier for Subscriptions that should be part of a joint invoice. The given Identifier must exist if given.
The value is optional and possibly only needed for special cases such as company sales pages, where the Identifier is embedded in the sales page or similar scenarios.
Namespace: Infosoft.Webservices.DTOAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax public int? JointInvoiceIdentifier { get; set; }
No code example is currently available or this language may not be supported.
Property Value
NullableInt32Remarks For Subscription orders with creditcard payments or other external payment systems, the Identifier MUST be empty.
See Also