E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SubscriptionDetailsFrequencyUnit Property

The unit frequency in which the payments will be processed.

Syntax

ANSI (Cross Platform)
char* GetSubscriptionDetailsFrequencyUnit();

Unicode (Windows)
LPWSTR GetSubscriptionDetailsFrequencyUnit();
@property (nonatomic,readonly,assign,getter=subscriptionDetailsFrequencyUnit) NSString* subscriptionDetailsFrequencyUnit;
- (NSString*)subscriptionDetailsFrequencyUnit;
#define PID_RECURRINGBILLING_SUBSCRIPTIONDETAILSFREQUENCYUNIT 90

INPAY_EXTERNAL void* INPAY_CALL InPay_RecurringBilling_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The unit frequency in which the payments will be processed.

This component uses pre-defined FrequencyUnit values which are listed below. If a gateway returns any value not contained within the pre-defined list, the raw value will be returned.

  • Days
  • Weeks
  • Months
  • Years

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]