CloverConnector  4.0.2
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.payments.RegionalExtras Class Reference

Static Public Attributes

const string FISCAL_INVOICE_NUMBER_KEY = "com.clover.regionalextras.ar.FISCAL_INVOICE_NUMBER_KEY"
 Set the invoice number or to RegionalExtras.SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE to skip the invoice number screen during the payment flow More...
 
const string INSTALLMENT_NUMBER_KEY = "com.clover.regionalextras.ar.INSTALLMENT_NUMBER_KEY"
 Set to the number of installments to use and skip the installment selection screen during the payment flow More...
 
const string INSTALLMENT_PLAN_KEY = "com.clover.regionalextras.ar.INSTALLMENT_PLAN_KEY"
 Set to the installment plan identifier More...
 
const string SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE = "com.clover.regionalextras.ar.SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE"
 Value for FISCAL_INVOICE_NUMBER_KEY to skip showing the invoice screen without using an invoice number (same as SKIP button behavior in the device UI) More...
 
const string INSTALLMENT_NUMBER_DEFAULT_VALUE = "1"
 Default value for INSTALLMENT_NUMBER_KEY to skip the screen but use the device's default number of installments. (i.e. 1 installment, 100% paid immediately instead of payments over time.) More...
 

Detailed Description

Definition at line 9 of file RegionalExtras.cs.

Member Data Documentation

◆ FISCAL_INVOICE_NUMBER_KEY

const string com.clover.sdk.v3.payments.RegionalExtras.FISCAL_INVOICE_NUMBER_KEY = "com.clover.regionalextras.ar.FISCAL_INVOICE_NUMBER_KEY"
static

Set the invoice number or to RegionalExtras.SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE to skip the invoice number screen during the payment flow

Definition at line 18 of file RegionalExtras.cs.

◆ INSTALLMENT_NUMBER_DEFAULT_VALUE

const string com.clover.sdk.v3.payments.RegionalExtras.INSTALLMENT_NUMBER_DEFAULT_VALUE = "1"
static

Default value for INSTALLMENT_NUMBER_KEY to skip the screen but use the device's default number of installments. (i.e. 1 installment, 100% paid immediately instead of payments over time.)

Definition at line 42 of file RegionalExtras.cs.

◆ INSTALLMENT_NUMBER_KEY

const string com.clover.sdk.v3.payments.RegionalExtras.INSTALLMENT_NUMBER_KEY = "com.clover.regionalextras.ar.INSTALLMENT_NUMBER_KEY"
static

Set to the number of installments to use and skip the installment selection screen during the payment flow

Definition at line 23 of file RegionalExtras.cs.

◆ INSTALLMENT_PLAN_KEY

const string com.clover.sdk.v3.payments.RegionalExtras.INSTALLMENT_PLAN_KEY = "com.clover.regionalextras.ar.INSTALLMENT_PLAN_KEY"
static

Set to the installment plan identifier

Definition at line 28 of file RegionalExtras.cs.

◆ SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE

const string com.clover.sdk.v3.payments.RegionalExtras.SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE = "com.clover.regionalextras.ar.SKIP_FISCAL_INVOICE_NUMBER_SCREEN_VALUE"
static

Value for FISCAL_INVOICE_NUMBER_KEY to skip showing the invoice screen without using an invoice number (same as SKIP button behavior in the device UI)

Definition at line 37 of file RegionalExtras.cs.


The documentation for this class was generated from the following file: