Class ARBSubscriptionType

Inheritance
System.Object
ARBSubscriptionType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0
Syntax
public class ARBSubscriptionType

Constructors

ARBSubscriptionType()

Declaration
public ARBSubscriptionType()

Fields

amount

Declaration
public decimal amount
Field Value
Type Description
System.Decimal

amountSpecified

Declaration
public bool amountSpecified
Field Value
Type Description
System.Boolean

billTo

Declaration
public nameAndAddressType billTo
Field Value
Type Description
nameAndAddressType

customer

Declaration
public customerType customer
Field Value
Type Description
customerType

name

Declaration
public string name
Field Value
Type Description
System.String

order

Declaration
public orderType order
Field Value
Type Description
orderType

payment

Declaration
public paymentType payment
Field Value
Type Description
paymentType

paymentSchedule

Declaration
public paymentScheduleType paymentSchedule
Field Value
Type Description
paymentScheduleType

shipTo

Declaration
public nameAndAddressType shipTo
Field Value
Type Description
nameAndAddressType

trialAmount

Declaration
public decimal trialAmount
Field Value
Type Description
System.Decimal

trialAmountSpecified

Declaration
public bool trialAmountSpecified
Field Value
Type Description
System.Boolean