Click or drag to resize
Infosoft Logo

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.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public int? JointInvoiceIdentifier { get; set; }

Property Value

NullableInt32
Remarks
For Subscription orders with creditcard payments or other external payment systems, the Identifier MUST be empty.
See Also