sdkOutput property

  1. @BuiltValueField.new(wireName: r'sdkOutput')
String? get sdkOutput

A block of data automatically generated by Adyen's SDK for network token provisioning. This sdkOutput is required to create provisioning data for the network token. For more information, see the repositories for Adyen's SDKs for network token provisioning: * Adyen Apple Pay Provisioning SDK. * Adyen Google Wallet Provisioning SDK

Implementation

@BuiltValueField(wireName: r'sdkOutput')
String? get sdkOutput;