Class PaymentProduct302SpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProduct302SpecificInput
Properties
AutomaticReloadBilling
An object that contains the reload amount and balance threshold for the automatic reload payment.
Declaration
public AutomaticReloadBillingDetails AutomaticReloadBilling { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomaticReloadBillingDetails |
BillingAgreement
A localized description shown to inform the user about the billing terms before authorization. It can include details or conditions of payment, and may describe how customer can cancel payments.
Declaration
public string BillingAgreement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeferredBilling
An object that contains details about the deferred payment.
Declaration
public DeferredBillingDetails DeferredBilling { get; set; }
Property Value
| Type | Description |
|---|---|
| DeferredBillingDetails |
ManagementUrl
A URL to a web page where the customer can update or delete the payment method for the recurring, deferred or automatic reload payment made with Apple Pay.
Declaration
public string ManagementUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaymentDescription
The description of the payment used to identify the transaction purpose.
Declaration
public string PaymentDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegularBilling
An object that contains the regular billing cycle for the recurring payment, including start and end dates, an interval, and an interval count.
Declaration
public RecurringBillingDetails RegularBilling { get; set; }
Property Value
| Type | Description |
|---|---|
| RecurringBillingDetails |
TokenNotificationUrl
A URL you provide to receive life-cycle notifications from the Apple Pay servers about the Apple Pay merchant token for the recurring payment.
Declaration
public string TokenNotificationUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrialBilling
An object that contains the trial billing cycle for the recurring payment.
Declaration
public RecurringBillingDetails TrialBilling { get; set; }
Property Value
| Type | Description |
|---|---|
| RecurringBillingDetails |