Method | Description | |
---|---|---|
GetAvailableDocumentList ( ) : string>.IDictionary |
Get available document list for Sender use in PagSeguro transactions
|
|
GetDocumentByDescription ( string itemDescription ) : string |
Gets document type by description
|
|
GetDocumentByType ( string itemKey ) : string |
Gets document description by type
|
|
IsDocumentTypeAvailable ( string itemKey ) : bool |
Check if document type is available for PagSeguro
|
public static GetAvailableDocumentList ( ) : string>.IDictionary |
||
return | string>.IDictionary |
public static GetDocumentByDescription ( string itemDescription ) : string | ||
itemDescription | string | |
return | string |
public static GetDocumentByType ( string itemKey ) : string | ||
itemKey | string | |
return | string |
public static IsDocumentTypeAvailable ( string itemKey ) : bool | ||
itemKey | string | |
return | bool |