C# Класс PayPal.PayPalAPIInterfaceService.Model.SetCustomerBillingAgreementRequestDetailsType

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetCustomerBillingAgreementRequestDetailsType ( ) : System

Default Constructor

SetCustomerBillingAgreementRequestDetailsType ( BillingAgreementDetailsType billingAgreementDetails, string returnURL, string cancelURL ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Описание методов

SetCustomerBillingAgreementRequestDetailsType() публичный Метод

Default Constructor
public SetCustomerBillingAgreementRequestDetailsType ( ) : System
Результат System

SetCustomerBillingAgreementRequestDetailsType() публичный Метод

Constructor with arguments
public SetCustomerBillingAgreementRequestDetailsType ( BillingAgreementDetailsType billingAgreementDetails, string returnURL, string cancelURL ) : System
billingAgreementDetails BillingAgreementDetailsType
returnURL string
cancelURL string
Результат System

ToXMLString() публичный Метод

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Результат string