PropayTerminalSettings

com.anywherecommerce.android.sdk.endpoints.propay

Class PropayTerminalSettings

  • java.lang.Object

  • com.anywherecommerce.android.sdk.endpoints.propay.PropayTerminalSettings

  • public class <span class="typeNameLabel">PropayTerminalSettings</span>
    extends java.lang.Object
    

    Created by ankit on 21/2/18.

Field Summary

  Modifier and TypeField and Description`boolean``<span class="memberNameLink">

allowKeyedTransactions boolean``

allowTax boolean``

allowTip boolean``

allowUnreferencedTransactions java.lang.String``

currency java.util.ArrayList<

TaxLineItem>``

taxRates java.util.ArrayList<

TipLineItem>``

tipRates`

Constructor Summary

  Constructor and Description`<span class="memberNameLink">

PropayTerminalSettings()`

Method Summary

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Field Detail

taxRates

        `public java.util.ArrayList<

TaxLineItem> taxRates`

tipRates

        `public java.util.ArrayList<

TipLineItem> tipRates`

allowUnreferencedTransactions

        `public boolean allowUnreferencedTransactions`

allowTax

        `public boolean allowTax`

allowTip

        `public boolean allowTip`

allowKeyedTransactions

        `public boolean allowKeyedTransactions`

currency

        `public java.lang.String currency`

Constructor Detail

PropayTerminalSettings

        `public PropayTerminalSettings()`