Amazon.ImportExport.AmazonImportExportClient.GetShippingLabel C# (CSharp) 메소드

GetShippingLabel() 개인적인 메소드

private GetShippingLabel ( Amazon.ImportExport.Model.GetShippingLabelRequest request ) : GetShippingLabelResponse
request Amazon.ImportExport.Model.GetShippingLabelRequest
리턴 Amazon.ImportExport.Model.GetShippingLabelResponse
        internal GetShippingLabelResponse GetShippingLabel(GetShippingLabelRequest request)
        {
            var marshaller = new GetShippingLabelRequestMarshaller();
            var unmarshaller = GetShippingLabelResponseUnmarshaller.Instance;

            return Invoke<GetShippingLabelRequest,GetShippingLabelResponse>(request, marshaller, unmarshaller);
        }