Class GetSavePaymentFrameRequest
  
  
  
  
    Inheritance
    System.Object
    GetSavePaymentFrameRequest
   
  
  Assembly: DirectScale.Disco.Extension.Abstractions.dll
  Syntax
  
    public class GetSavePaymentFrameRequest : Object
   
  Constructors
  
  
  GetSavePaymentFrameRequest()
  
  
  Declaration
  
    public GetSavePaymentFrameRequest()
   
  Properties
  
  
  AssociateId
  
  
  Declaration
  
    public int AssociateId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  CountryCode
  
  
  Declaration
  
    public string CountryCode { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  LanguageCode
  
  
  Declaration
  
    public string LanguageCode { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  PayorId
  
  
  Declaration
  
    public string PayorId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  Region
  
  
  Declaration
  
    public Region Region { get; set; }
   
  Property Value