AtomiaBillingRecurringPaymentOptions Property |
Gets or sets the RecurringPaymentOptions.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual RecurringPaymentOptions RecurringPaymentOptions { get; set; }
Public Overridable Property RecurringPaymentOptions As RecurringPaymentOptions
Get
Set
public:
virtual property RecurringPaymentOptions^ RecurringPaymentOptions {
RecurringPaymentOptions^ get ();
void set (RecurringPaymentOptions^ value);
}
abstract RecurringPaymentOptions : RecurringPaymentOptions with get, set
override RecurringPaymentOptions : RecurringPaymentOptions with get, set
Property Value
Type:
RecurringPaymentOptionsSee Also