NAME

Microsoft::AdCenter::SecureDataManagementService - Service client for Microsoft AdCenter Secure Data Management Service.

SYNOPSIS

use Microsoft::AdCenter::SecureDataManagementService;

my $service_client = Microsoft::AdCenter::SecureDataManagementService->new
    ->ApplicationToken("application token")
    ->DeveloperToken("developer token")
    ->Password("password")
    ->UserName("user name");

my $response = $service_client->AddPaymentMethod(
    PaymentMethod => ...
);

See http://msdn.microsoft.com/en-us/library/ee730328%28v=MSADS.70%29.aspx for detailed documentation for this service.

METHODS

EndPoint

Changes the end point for this service client.

Default value: https://securityservices.adcenterapi.microsoft.com/Api/SecureDataManagement/v7/SecureDataManagementService.svc

ApplicationToken

Gets/sets ApplicationToken (string) in the request header

DeveloperToken

Gets/sets DeveloperToken (string) in the request header

Password

Gets/sets Password (string) in the request header

UserName

Gets/sets UserName (string) in the request header

TrackingId

Gets TrackingId (string) in the response header

AddPaymentMethod

Parameters:
PaymentMethod (PaymentMethod)
Returns:
AddPaymentMethodResponse