diff --git a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md index 5fb6ed1e..b673598e 100644 --- a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md @@ -543,7 +543,7 @@ MerchantAuth( List credentials ); ``` | Parameter | Description | | ----------- | ----------- | -| `credential`
*List* | If present, the list of credentials.| +| `credential`
`List` | If present, the list of credentials.| ```java Add Credential @@ -1163,7 +1163,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
`List` | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string| diff --git a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md index 5289e036..22c44c80 100644 --- a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md @@ -543,7 +543,7 @@ MerchantAuth( List credentials ); ``` | Parameter | Description | | ----------- | ----------- | -| `credential`
*List* | If present, the list of credentials.| +| `credential`
`List` | If present, the list of credentials.| ```java Add Credential @@ -1164,7 +1164,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
`List` | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string|