g

glasssdk

This repository provides a guidance on integrating an Android app with a myPOS Glass payment solution. Once integrated, the app will be able to communicate and call the main myPOS Glass functionalities in order to accept card payments (Limited to VISA and Mastercard). myPOS-Glass-SDK is a bridge between the applications and myPOS Glass app, converting the smart device into a POS machine, allowing to initiate transaction, complete all steps for processing payment, make refund to the customer card account and send a custom bill slip via mail or SMS. The built-in functionalities of myPOS-Glass-SDK allows you to accept payments, make refunds and void the last approved transaction.
https://github.com/developermypos/myPOS-Glass-SDK
The Apache Software License, Version 2.0
myPOS Developers
文件下载
文件名 操作
glasssdk-1.0.6.pom 下载
glasssdk-1.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mypos</groupId>
  <artifactId>glasssdk</artifactId>
  <version>1.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mypos:glasssdk:1.0.6'
Gradle Kotlin
implementation("com.mypos:glasssdk:1.0.6")
Scala SBT
libraryDependencies += "com.mypos" % "glasssdk" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.mypos', module='glasssdk', version='1.0.6')
)
Apache Ivy
<dependency org="com.mypos" name="glasssdk" rev="1.0.6" />
Leiningen
[com.mypos/glasssdk "1.0.6"]
Apache Buildr
'com.mypos:glasssdk:jar:1.0.6'
本项目依赖
该项目无第三方依赖