AcceptedPrice
public struct AcceptedPrice : Equatable, Codable
                Total costs payable now and upon collection
- 
                  
                  
Optional Amount due up front
Declaration
Swift
public let payableNow: ProductPrice? - 
                  
                  
Optional Amount to be paid on pick up
Declaration
Swift
public let payableAtDesk: ProductPrice? 
View on GitHub
        AcceptedPrice Structure Reference