PaymentSDK
Mobile payment SDK
|
▼Nde | |
▼Nwirecard | |
▼Npaymentsdk | |
▼Nmodels | |
CAddress | Address data |
CCardToken | Tokenized sensitive card data |
CCryptogram | Encrypted payment data. Typically used in place of account-number or token-id |
CCustomerData | Customer data to describe account holder or shipping |
CNotification | ElasticEngine has a built-in notification capability. The Merchant simply sends the notifications instructions as part of each transaction request. Notifications need to be specified as a URL. There are two types of notifications: HTTP(S) (Web Server POST) SMTP (Email with URL scheme 'mailto') It is possible to setup conditional notifications based on the state of transaction. For example, a Merchant can instruct a notification to only occur on |
COrder | Order data |
COrderItem | Order item data |
CPaymentPageStyle | Defines custom style and texts for elements in payment forms |
CPeriodic | Describes how the recurring transaction is related to previous/following transaction(s) |
CSubMerchantInfo | Sub Merchant Info |
CWebViewable | |
CWirecardAlipayPayment | Defines AliPay payment method |
CWirecardAndroidPayPayment | Defines Android Pay payment method |
CWirecardCardPayment | Defines Card payment method |
CWirecardExtendedCardPayment | Defines Card payment method. Used with embedded card input form |
CWirecardPayment | Base class of all Payment Methods |
CWirecardPayPalPayment | Defines PayPal payment method |
CWirecardSepaPayment | Defines SEPA payment method |
CCardBrand | List of supported card brands |
▼CWirecardCardFormFragment | Contains input fields for card data |
CBuilder | |
CWirecardClient | Payment processing client |
CWirecardClientBuilder | Payment processing client builder |
CWirecardEnvironment | List of supported environments |
CWirecardErrorCode | Error codes |
CWirecardException | Thrown when exception occurred |
CWirecardInputFormsStateChangedListener | Listens for card input forms state changes from WirecardCardFormFragment |
CWirecardInputFormsStateManager | Manages communication between card input forms and WirecardInputFormsStateChangedListener |
CWirecardPaymentResponse | Payment response from ElasticEngine. Contains response data from ElasticEngine |
CWirecardPaymentType | List of supported payment types |
CWirecardPeriodicType | Indicates how and why a transaction occurs more than once |
CWirecardResponseError | Error object returned by WirecardResponseListener |
CWirecardResponseListener | Provides callback methods which will provide transaction result |
CWirecardSequenceType | Indicates the sequence of the recurring transaction |
CWirecardTransactionState | List of transaction states |
CWirecardTransactionType | List of transaction types |
CNSError(WDUtils) | Error returned by WDCompletionBlock |
CWDAddress | Address data |
CWDAlipayPayment | |
CWDApplePayManagedPayment | Defines ApplePay payment method |
CWDApplePayPayment | Defines ApplePay payment method |
CWDBaseStyle | Base class for formulars |
CWDCard | Non-sensitive card data |
CWDCardField | Field for collecting card data |
C<WDCardFieldDelegate> | This protocol allows a delegate to be notified when a payment text field's contents change |
CWDCardPayment | Defines Card payment method |
CWDCardStyle | Style class for WDCardPayment method |
CWDCardToken | Tokenized card data |
CWDClient | Payment processing client |
CWDCustomerData | Customer data to describe account holder or shipping |
CWDNativeStyle | Base class for native UI formulars |
CWDNotification | Transaction notification |
CWDOrder | Order data |
CWDOrderItem | Order item data |
CWDPayment | Base class of all Payment Methods |
CWDPaymentResponse | Payment response from ElasticEngine |
CWDPayPalPayment | Defines PayPal payment method |
CWDPeriodic | Describes how the recurring transaction is related to previous/following transaction(s) |
CWDSEPAPayment | Defines SEPA payment method |
CWDSEPAStyle | Style class for WDSEPAPayment method |
CWDStyle | Base class of all payment methods styles |
CWDSubMerchantInfo |