Enum Class的使用
com.walker.pay.PayChannel
使用PayChannel的程序包
-
com.walker.pay中PayChannel的使用
返回PayChannel的com.walker.pay中的方法修饰符和类型方法说明AbstractPayDefinition.getPayChannel()AbstractPayEngineProvider.getPayChannel()NotifyValue.getPayChannel()返回渠道信息PayDefinition.getPayChannel()返回支付渠道PayEngineProvider.getPayChannel()返回渠道信息static final PayChannelPayChannel.getType(int index) static PayChannelReturns the enum constant of this class with the specified name.static PayChannel[]PayChannel.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为PayChannel的com.walker.pay中的方法修饰符和类型方法说明protected abstract StringAbstractPayEngineProvider.acquireProviderPayType(ServiceProvider serviceProvider, PayType payType, PayChannel payChannel) 根据支付配置信息,获取第三方支付系统的"支付类型"字符串。voidAbstractPayDefinition.setPayChannel(PayChannel payChannel) voidAbstractPayEngineProvider.setPayChannel(PayChannel payChannel) voidNotifyValue.setPayChannel(PayChannel payChannel)