Order |
public class OrderSubscriptionPriceRequest : OrderSubscriptionRequest
The OrderSubscriptionPriceRequest type exposes the following members.
Name | Description | |
---|---|---|
OrderSubscriptionPriceRequest | Initializes a new instance of the OrderSubscriptionPriceRequest class |
Name | Description | |
---|---|---|
AddressParameters |
Gets or sets address parameters. That is data related to the delivery of the subscription. No matter what type of subscription, and address is required (even for electronic subscriptions)
(Inherited from OrderSubscriptionRequest) | |
ContactAgreementParameters |
Gets or sets any contact agreements that should be applied to the customer.
(Inherited from OrderSubscriptionRequest) | |
CorporateAgreementParameters |
Gets or sets the corporate agreement parameters used when creating the subscription.
(Inherited from OrderSubscriptionRequest) | |
CustomerParameters |
Gets or sets the customer parameters. Data on the customer such as name, telephone and e-mail. For new customers the name is a requirement.
(Inherited from OrderSubscriptionRequest) | |
DynamicAttributes |
Gets or sets the dynamic attributes that should be applied to the customer.
(Inherited from OrderSubscriptionRequest) | |
ParticipateInOnlinePaymentFlow |
Gets or sets a value indicating whether the order is to participate in an online payment flow. Used when starting a subscription order that should be paid with a credit card.
Basically if this is true, and no payment completion is done the order will be removed at some point. If not the order will be considered an ordinary invoicing order.
(Inherited from OrderSubscriptionRequest) | |
PaymentParameters |
Gets or sets the payment parameters that should be applied to the subscription.
(Inherited from OrderSubscriptionRequest) | |
PriceOverrideParameters | Gets or sets options for controlling the price override. | |
SalesParameters |
Gets or sets the sales parameters. Describes data related to offers, campaigns and activities.
(Inherited from OrderSubscriptionRequest) | |
SubscriptionParameters |
Gets or sets the subscription parameters. Data defining the subscription, such as when to start it, which product is subscribed to etc.
(Inherited from OrderSubscriptionRequest) | |
UserParameters |
Gets or sets the user parameters that should be applied to the customer.
(Inherited from OrderSubscriptionRequest) |