identifier
A unique identifier for the shipping method, used by the app.
Declaration
var identifier: String? { get set }Discussion
This property isn’t user visible.
Use this property of the shipping method passed to your delegate in the paymentAuthorizationViewController(_:didSelect:completion:) method to identify the chosen shipping method.